Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/scripts/
Dset_assignees.py253 labels = tuple(sorted(labels))
262 if tuple([area]) not in label_to_maintainer:
263 label_to_maintainer[tuple([area])] = maintainers
268 if tuple([label_name]) not in label_to_maintainer:
272 issue_labels = tuple(sorted(issue_labels))
Dget_maintainer.py530 paths = tuple(root.glob(glob_pattern))
/Zephyr-latest/scripts/ci/
Dpylintrc180 trailing-comma-tuple,
202 assert-on-tuple,
217 unbalanced-tuple-unpacking,
224 raising-format-tuple,
/Zephyr-latest/scripts/build/
Dprocess_gperf.py77 return "(char *)0x%02x%02x%02x%02x%02x%02x%02x%02x" % tuple(addr_vals)
/Zephyr-latest/scripts/release/
Dbug_bash.py103 top_ten.append(tuple([score, user]))
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py166 def git_info_filter(app: Sphinx, pagename) -> tuple[str, str] | None:
/Zephyr-latest/scripts/kconfig/
Dkconfig.py176 if isinstance(expr, tuple):
Dkconfiglib.py5022 if select.__class__ is tuple:
5935 if expr.__class__ is tuple and expr[0] is AND and expr[2] is self.dep:
6043 if expr.__class__ is not tuple:
6122 if expr.__class__ is not tuple:
6136 if expr[1].__class__ is tuple:
6158 if subexpr.__class__ is tuple:
6210 if subexpr.__class__ is tuple and subexpr[0] is op:
6365 if expr.__class__ is tuple:
6382 if expr.__class__ is tuple and expr[0] is type_:
6493 if expr.__class__ is not tuple:
Dmenuconfig.py371 return tuple(0 if x < 48 else int(round(max(1, (x - 55)/40))) for x in rgb)
377 return tuple(0 if x == 0 else 40*x + 55 for x in r6g6b6)
502 d = dist(rgb, tuple(int(round(255*c/1000))
2677 if isinstance(val, tuple):
2717 if isinstance(term, tuple):
Dguiconfig.py2152 if isinstance(val, tuple):
2192 if isinstance(term, tuple):
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dconfig_parser.py16 ) -> tuple[dict[str, list[str]], list[str]]:
Dtestplan.py1050 test_keys = tuple(test_keys)
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2025 self._compat2binding: dict[tuple[str, Optional[str]], Binding] = {}
2868 def _interrupts(node: dtlib_Node) -> list[tuple[dtlib_Node, bytes]]:
2878 ret: list[tuple[dtlib_Node, bytes]] = []
2905 ) -> tuple[dtlib_Node, bytes]:
2942 ) -> tuple[dtlib_Node, bytes]:
2966 ) -> tuple[dtlib_Node, bytes]:
3141 ) -> list[Optional[tuple[dtlib_Node, bytes]]]:
3159 res: list[Optional[tuple[dtlib_Node, bytes]]] = []
Ddtlib.py348 self._label_offset_lst: list[tuple[str, int]] = []
789 self.label2prop_offset: dict[str, tuple[Property, int]] = {}
791 self.memreserves: list[tuple[set[str], int, int]] = []
1844 for prop in tuple(node.props.values()):
1927 for node in tuple(self.node_iter()):
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py73 def kconfig_load(app: Sphinx) -> tuple[kconfiglib.Kconfig, dict[str, str]]:
246 def get_objects(self) -> Iterable[tuple[str, str, str, str, str, int]]:
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py205 return tuple(args)
Dlog_parser_v3.py210 return tuple(args)
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME35 the external tool helper module. It should return a tuple with a dictionary
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py64 def _prepare_runner_args(self) -> tuple[list[str], list[str]]:
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py1096 def get_object_synopses(self) -> Iterator[tuple[tuple[str, str], str]]:
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py416 if isinstance(vnd, tuple):
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py66 def _msk_pos(self, name: str) -> tuple[int, int]:
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst102 A tuple of Git version information.
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst79 5-tuple that is used when listening or sending network traffic. Each BSD socket in the
/Zephyr-latest/dts/arm/microchip/
Dmec172x_common.dtsi804 /* reg tuple contains one 32-bit address cell and one

12