Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 68) sorted by relevance

123

/scripts/kconfig/
A Dkconfigfunctions.py58 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 Dguiconfig.py512 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 Dmacros.h17 #define ZTEST(suite, fn) static void _##suite##_##fn##_wrapper(void)
/scripts/tests/twister_blackbox/
A Dtest_output.py78 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 Dcheckpatch.pl71 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 Dbindings_properties_allowlist.yaml3 # from the rule that requires using '-' instead of '_'.
/scripts/checkpatch/
A Dtypedefsfile7 \b[a-zA-Z_][a-zA-Z0-9_]*TypeDef
/scripts/coredump/coredump_parser/
A Dlog_parser.py84 _, 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 Dlog_database.py196 for _, sect in self.database['sections'].items():
261 for _, sect in json_db['sections'].items():
288 for _, sect in json_db['sections'].items():
A Dmipi_syst.py85 for _, one_inst in instances.items():
/scripts/logging/dictionary/
A Dlive_log_parser.py133 ready, _, _ = select.select([reader], [], [])
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/
A Dcamera_controller.py28 for _ in range(10):
98 for _ in range(10): # Sample 10 frames for better accuracy
236 for _ in range(num_frames):
/scripts/build/
A Dgen_kobject_list.py656 _, 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 Dcheck_init_priorities.py158 _, device_ord = sym_name.split(_DEVICE_ORD_PREFIX)
216 _, _, shidx = self._objects[dev_addr]
A Dsubfolder_list.py55 for root, dirs, _ in os.walk(directory, topdown=True):
/scripts/utils/
A Dtwister_to_list.py63 for _, spec in conf["tests"].items():
A Dtls_creds_installer.py80 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 Dgen_driver_kconfig_dts.py40 for root, _, filenames in os.walk(bindings_dir):
/scripts/pylib/twister/twisterlib/
A Dtestplan.py227 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 Dshields.py69 def do_run(self, args, _): argument
A Dboards.py73 def do_run(self, args, _): argument
/scripts/west_commands/runners/
A Duf2.py64 k, _, val = line.partition(':')
/scripts/tests/twister/
A Dconftest.py94 for _, testcase in all_testsuites_dict.items():
/scripts/footprint/
A Dcompare_footprint129 output,_ = proc.communicate()
253 for metric, _ in interesting_metrics:
/scripts/schemas/twister/
A Dplatform-schema.yaml19 regex;(([a-zA-Z0-9_]+)):

Completed in 36 milliseconds

123