/scripts/kconfig/ |
A D | kconfigfunctions.py | 58 def dt_chosen_label(kconf, _, chosen): argument 78 def dt_chosen_enabled(kconf, _, chosen): argument 90 def dt_chosen_path(kconf, _, chosen): argument 152 def dt_nodelabel_exists(kconf, _, label): argument 164 def dt_nodelabel_enabled(kconf, _, label): argument 752 def dt_has_compat(kconf, _, compat): argument 763 def dt_compat_enabled(kconf, _, compat): argument 910 def dt_nodelabel_path(kconf, _, label): argument 923 def dt_node_parent(kconf, _, path): argument 943 def dt_gpio_hogs_enabled(kconf, _): argument [all …]
|
A D | guiconfig.py | 512 def tree_select(_): argument 966 def _tree_left_key(_): argument 977 def _tree_right_key(_): argument 1046 def _tree_open(_): argument 1183 def ok(_=None): argument 1195 def cancel(_=None): argument 1346 def _save(_=None): argument 1404 def _open(_=None): argument 1475 def _toggle_showall(_): argument 1668 def _on_quit(_=None): argument [all …]
|
/scripts/coccinelle/ |
A D | macros.h | 17 #define ZTEST(suite, fn) static void _##suite##_##fn##_wrapper(void)
|
/scripts/tests/twister_blackbox/ |
A D | test_output.py | 78 assert all([testsuite.startswith(expected_start) for _, testsuite, _ in filtered_j]) 80 assert all([(tc_name.count('.') > 1) for _, _, tc_name in filtered_j]) 82 assert all([(tc_name.count('.') == 1) for _, _, tc_name in filtered_j])
|
/scripts/ |
A D | checkpatch.pl | 71 my ($exitcode) = @_; 142 return grep { !$seen{$_}++ } @_; 179 my $line = $_; 201 if ($_ eq "--color" || $_ eq "-color") { 721 my $line = $_; 741 my $line = $_; 769 my $line = $_; 1222 my ($bin) = @_; 1246 my ($str) = @_; 1769 my ($vet) = @_; [all …]
|
A D | bindings_properties_allowlist.yaml | 3 # from the rule that requires using '-' instead of '_'.
|
/scripts/checkpatch/ |
A D | typedefsfile | 7 \b[a-zA-Z_][a-zA-Z0-9_]*TypeDef
|
/scripts/coredump/coredump_parser/ |
A D | log_parser.py | 84 _, hdr_ver, num_bytes = struct.unpack(LOG_ARCH_HDR_STRUCT, hdr) 94 _, hdr_ver, num_bytes = struct.unpack(LOG_THREADS_META_HDR_STRUCT, hdr) 104 _, hdr_ver = struct.unpack(LOG_MEM_HDR_STRUCT, hdr)
|
/scripts/logging/dictionary/dictionary_parser/ |
A D | log_database.py | 196 for _, sect in self.database['sections'].items(): 261 for _, sect in json_db['sections'].items(): 288 for _, sect in json_db['sections'].items():
|
A D | mipi_syst.py | 85 for _, one_inst in instances.items():
|
/scripts/logging/dictionary/ |
A D | live_log_parser.py | 133 ready, _, _ = select.select([reader], [], [])
|
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/ |
A D | camera_controller.py | 28 for _ in range(10): 98 for _ in range(10): # Sample 10 frames for better accuracy 236 for _ in range(num_frames):
|
/scripts/build/ |
A D | gen_kobject_list.py | 656 _, user_ram_allowed, _ = kobjects[ko.type_obj.name] 812 for _, ko in objs.items(): 924 dep, _, _ = obj_info 945 dep, _, _ = obj_info 969 dep, _, alloc = obj_info
|
A D | check_init_priorities.py | 158 _, device_ord = sym_name.split(_DEVICE_ORD_PREFIX) 216 _, _, shidx = self._objects[dev_addr]
|
A D | subfolder_list.py | 55 for root, dirs, _ in os.walk(directory, topdown=True):
|
/scripts/utils/ |
A D | twister_to_list.py | 63 for _, spec in conf["tests"].items():
|
A D | tls_creds_installer.py | 80 result, _ = self.serial_wait_for_response("Added TLS credential", "already exists") 91 result, _ = self.serial_wait_for_response( 99 _, output = self.serial_wait_for_response(
|
/scripts/dts/ |
A D | gen_driver_kconfig_dts.py | 40 for root, _, filenames in os.walk(bindings_dir):
|
/scripts/pylib/twister/twisterlib/ |
A D | testplan.py | 227 for _, ts in self.testsuites.items(): 403 for _, tc in self.testsuites.items(): 445 for pre, _, node in RenderTree(testsuite): 490 for _, ts in self.testsuites.items(): 499 for _, ts in self.testsuites.items(): 504 for _, ts in self.testsuites.items(): 509 for _, ts in self.testsuites.items(): 833 for _, ts in self.testsuites.items(): 1195 for _, case in self.instances.items(): 1226 for _, ts in self.testsuites.items(): [all …]
|
/scripts/west_commands/ |
A D | shields.py | 69 def do_run(self, args, _): argument
|
A D | boards.py | 73 def do_run(self, args, _): argument
|
/scripts/west_commands/runners/ |
A D | uf2.py | 64 k, _, val = line.partition(':')
|
/scripts/tests/twister/ |
A D | conftest.py | 94 for _, testcase in all_testsuites_dict.items():
|
/scripts/footprint/ |
A D | compare_footprint | 129 output,_ = proc.communicate() 253 for metric, _ in interesting_metrics:
|
/scripts/schemas/twister/ |
A D | platform-schema.yaml | 19 regex;(([a-zA-Z0-9_]+)):
|