Searched refs:sorted (Results 101 – 125 of 167) sorted by relevance
1234567
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 521 assert sorted(filenames) == sorted(expected) 780 assert sorted(suite.ztest_suite_names) == sorted(suite_names)
|
D | test_runner.py | 139 assert sorted(binaries) == sorted(default_binaries) 148 assert sorted(binaries) == sorted(platform_binaries_expected) 155 assert sorted(binaries) == sorted(runners_binaries_expected) 1749 assert sorted(files_left) == sorted(expected_files) 2865 assert sorted(result) == sorted(expected_result)
|
/Zephyr-latest/scripts/kconfig/ |
D | diffconfig | 130 new = sorted(b.keys())
|
D | kconfig.py | 284 for path in sorted({os.path.realpath(os.path.join(kconf.srctree, path))
|
/Zephyr-latest/boards/segger/ip_k66f/ |
D | linker.ld | 24 * lan{123} shall be placed afterwards (sorted) so the order will be
|
/Zephyr-latest/arch/xtensa/core/ |
D | xtensa_intgen.py | 131 emit_int_handler(sorted(ints_by_lvl[lvl]))
|
/Zephyr-latest/scripts/build/ |
D | gen_app_partitions.py | 292 decreasing_tuples = sorted(generic_partitions.items(), 306 decreasing_tuples = sorted(pinned_partitions.items(),
|
D | gen_relocate_app.py | 330 for section in sorted(list_sections): 391 sorted(complete_list_of_sections.items()): 625 for mem_type, list_of_sections in sorted(complete_list_of_sections.items()):
|
D | elf_parser.py | 245 self.devices = sorted(self.devices) 286 for sup in sorted(dev.devs_supports):
|
D | parse_syscalls.py | 88 multiple_directories = sorted(multiple_directories)
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 128 None: sorted(generic_bindings, key=binding_key) 130 for vnd in sorted(unsorted, key=vnd_key): 131 vnd2bindings[vnd] = sorted(unsorted[vnd], key=binding_key) 132 vnd2bindings[(UNKNOWN_VENDOR,)] = sorted(unknown_vendor_bindings,
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig | 96 # zephyr-keep-sorted-start 143 # zephyr-keep-sorted-stop
|
/Zephyr-latest/dts/bindings/ |
D | binding-types.txt | 16 # zephyr-keep-sorted-start 135 # zephyr-keep-sorted-stop
|
/Zephyr-latest/doc/kernel/iterable_sections/ |
D | index.rst | 62 The linker is going to place the entries sorted by name, so the example
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 156 return {arch: sorted(arch2board_set[arch], key=board_key) 161 return sorted(itertools.chain(*find_arch2board_set(args).values()), 166 arches = sorted(find_arches(args))
|
/Zephyr-latest/drivers/sensor/ |
D | Kconfig | 89 # zephyr-keep-sorted-start 119 # zephyr-keep-sorted-stop
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_outfile.py | 74 assert sorted(current_dirs) == sorted(expected_dirs)
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 357 sorted_children = sorted(tree.children, key=lambda x: x.category["name"]) 369 for code_sample in sorted( 444 sorted_children = sorted(tree.children, key=lambda x: x.name) 503 for code_sample in sorted(code_samples, key=lambda x: x["name"].casefold()): 828 for target, features in sorted(supported_features.items()): 866 sorted_features = sorted(features.keys(), key=feature_sort_key)
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | writer.py | 180 for lic in sorted(list(doc.customLicenseIDs)):
|
/Zephyr-latest/scripts/release/ |
D | bug_bash.py | 89 sorted(rev_tally.items(), key=operator.itemgetter(0), reverse=True))
|
D | list_devicetree_bindings_changes.py | 141 return Changes(vnds=sorted(vnds_set), 442 for compat in sorted(compat2binding, key=compatible_sort_key):
|
/Zephyr-latest/scripts/ci/ |
D | twister_report_analyzer.py | 93 sorted(self.counters.items(), key=lambda item: item[1].quantity, reverse=True) 119 return dict(sorted(self._flatten(), key=lambda item: item[1].quantity, reverse=True)[:n])
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig | 96 # zephyr-keep-sorted-start 198 # zephyr-keep-sorted-stop
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 105 add up to 20 commands. Commands are automatically sorted to ensure
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig | 159 # zephyr-keep-sorted-start 231 # zephyr-keep-sorted-stop
|
1234567