Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 34) sorted by relevance

12

/scripts/coccinelle/
A Dsame_identifier.cocci16 identifier t, v;
19 struct t *v@p;
21 struct t v@p;
23 union t v@p;
27 t << common_case.t;
33 if t == v:
48 t << per_type.T;
54 if t == v:
70 t << function_match.T2;
75 if v == t.split(" ")[-1]:
A Dreserved_names.cocci16 identifier t, v;
21 struct t *v@p;
23 struct t v@p;
25 union t v@p;
31 struct t *v@p = E;
33 struct t v@p = E;
35 union t v@p = E;
A Dboolean.cocci28 t << rule1_base.T2;
32 if t == "bool":
60 t << rule2_base.T;
64 if t == "bool":
A Dconst_config_info.cocci8 // doesn't inadvertently remove that qualifier.
133 t << r_cci_report.T;
136 msg = "WARNING: cast of config_info to struct {} requires 'const'".format(t)
/scripts/pylib/twister/
A Dexpr_parser.py50 def t_HEX(t): argument
52 t.value = str(int(t.value, 16))
53 return t
57 t.value = str(int(t.value))
58 return t
60 def t_STR(t): argument
63 t.value = t.value[1:-1]
64 return t
92 t.type = reserved.get(t.value, "SYMBOL")
93 return t
[all …]
/scripts/ci/
A Dupload_test_results_es.py160 def transform(t, args): argument
164 if property_name in t:
171 if excl_item in t:
172 t.pop(excl_item)
174 return t
179 for t in data['testsuites']:
180 name = t['name']
195 t['environment'] = env
202 if args.flatten and args.flatten in t and isinstance(t[args.flatten], dict):
226 if args.flatten and args.flatten in t and isinstance(t[args.flatten], list):
[all …]
A Dtest_plan.py314 for t in tests:
315 _options.extend(["-T", t ])
335 for t,x in tags_config.items():
338 tag.name = t
352 for t in tags.values():
353 if t._contains(f):
354 t.exclude = False
357 for t in tags.values():
358 if t.exclude:
359 exclude_tags.add(t.name)
[all …]
A Dtags.yaml27 # will check that they match some file, but won't check regexes
/scripts/pylib/twister/twisterlib/
A Dpackage.py34 for t in jtp['testsuites']:
35 if t['status'] != TwisterStatus.FILTER:
36 p = t['platform']
40 self.options.outdir, normalized, t['toolchain'], t['name']
A Dhandlers.py363 t = threading.Thread(target=self._output_handler, args=(proc, harness,), daemon=True)
364 t.start()
365 t.join()
366 if t.is_alive():
368 t.join()
755 t = threading.Thread(target=self.monitor_serial, daemon=True,
758 t.start()
813 t.join(self.get_test_timeout())
820 t.join(0.1)
822 if t.is_alive():
A Dcoverage.py42 t = Lcov(jobs)
44 t = Gcovr()
50 return t
/scripts/native_simulator/common/src/include/
A Dnsi_hws_models_if.h36 #define NSI_HW_EVENT(t, fn, prio) \ argument
37 static const struct nsi_hw_event_st NSI_CONCAT(NSI_CONCAT(__nsi_hw_event_, fn), t) \
42 .timer = &t, \
/scripts/tracing/
A Dparse_ctf.py51 for t in timeline:
52 if t.get('name', None) == name and t.get('in', 0 ) != 0 and not t.get('out', None):
53 return t
/scripts/footprint/
A Dupload_data.py85 for t in trees:
86 root = t.name
87 for node in PreOrderIter(t, maxlevel=2):
/scripts/tests/twister/
A Dtest_cmakecache.py39 ids=[t[0] for t in TESTDATA_1]
A Dtest_testplan.py1592 for t in i.testcases:
1593 assert expected_instances[n]['testcases'][str(t)]['status'] == t.status
1594 assert expected_instances[n]['testcases'][str(t)]['reason'] == t.reason
1595 assert expected_instances[n]['testcases'][str(t)]['duration'] == t.duration
1596 assert expected_instances[n]['testcases'][str(t)]['output'] == t.output
/scripts/west_commands/completion/
A Dwest-completion.zsh264 '(-t --target)'{-t,--target}'[run build system target]:target:'
267 …--dry-run --recon)'{-n,--just-print,--dry-run,--recon}"[just print build commands, don't run them]"
280 '(-t --tool)'{-t,--tool}'[image signing tool name]:tool:(imgtool rimage)'
298 '(-t --file-type)'{-t,--file-type}'[type of binary]:type of binary:(hex bin elf)'
385 # don't run the completion function when being source-ed or eval-ed
A Dwest-completion.fish22 for t in $tokens
24 if test $t = $a
101 # if we don't do that the folder will be catched as a subcommand and
120 # we don't want the command completion when doing `west help <cmd>`
189 printf "%s\n" $ext_cmds[$idx]\t"$ext_cmds[$desc_idx]"
195 printf "%s\n" $builtin_cmds[$idx]\t"$builtin_cmds[$desc_idx]"
323 printf "%s\t%s\n" $name/$qualifier $vendor >> $cache_file
439 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o t -l target -d "run build system …
450 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o t -l tool -ra "imgtool rimage" -d …
502 …een_subcommand_from list fetch clean" -ra "list\t'list binary blobs' fetch\t'fetch binary blobs' c…
[all …]
/scripts/west_commands/tests/
A Dtest_canopen_program.py25 TEST_CASES = [(n, x, p, c, o, t, r, s, d, b)
31 for t in range(1, 3)
/scripts/ci/stats/
A Dmerged_prs.py34 for t in data:
37 "_source": t
/scripts/west_commands/
A Dsdk.py279 tuples = [(re.split(r"\s+", t)) for t in sha256_list.splitlines()]
280 hashtable = {t[1]: t[0] for t in tuples}
/scripts/
A Drequirements-base.txt3 # While technically west isn't required it's considered in base since it's
A Dspelling.txt166 arne't||aren't
283 cant||can't
284 cant'||can't
286 cann't||can't
522 didnt||didn't
568 doesnt||doesn't
918 isnt||isn't
1424 shouldnt||shouldn't
1711 was't||wasn't
1729 wont||won't
/scripts/pylib/pytest-twister-harness/
A DREADME.rst8 If you plan to use this plugin with Twister, then you don't need to install it
/scripts/build/
A Dgen_syscalls.py468 for t in args.split_type:
469 types64.append(t)

Completed in 33 milliseconds

12