Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py2508 tr = TwisterRunner(instances, suites, env=env_mock)
2509 tr.options.retry_failed = 2
2510 tr.options.retry_interval = 10
2511 tr.options.retry_build_errors = True
2512 tr.options.jobs = None
2513 tr.options.build_only = None
2515 setattr(tr.options, k, v)
2516 tr.update_counting_before_pipeline = mock.Mock()
2517 tr.execute = mock.Mock()
2518 tr.show_brief = mock.Mock()
[all …]
/Zephyr-latest/arch/x86/include/intel64/
Dkernel_arch_data.h23 uint16_t tr; /* selector for task register */ member
68 .tr = (0x40 + (16 * n)), \
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css382 #titlearea table tbody tr {
1571 table.mlabels > tbody > tr:first-child {
1669 table.doxtable tr th:first-child {
1677 table.doxtable tr th:last-child {
1709 table.markdownTable tr:first-child td,
1710 table.markdownTable tr:first-child th,
1711 table.fieldtable tr:first-child td,
1712 table.fieldtable tr:first-child th,
1713 table.doxtable tr:first-child td,
1714 table.doxtable tr:first-child th {
[all …]
/Zephyr-latest/arch/x86/core/offsets/
Dintel64_offsets.c49 GEN_OFFSET_SYM(x86_cpuboot_t, tr);
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin25 <tr><td>
37 </td></tr>
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin25 <tr><td>
37 </td></tr>
Dresponse_100k.html.bin25 <tr><td>
37 </td></tr>
/Zephyr-latest/tests/bsim/
Dsh_common.source69 echo $(_guess_test_relpath) | tr / _
Dcompile.source41 local exe_basename=$(echo ${exe_basename} | tr \"/\\.\; _ )
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.c1932 struct ssp_intel_tr_ctl *tr; in dai_ssp_parse_tlv() local
1960 tr = (struct ssp_intel_tr_ctl *)&aux_tlv->val; in dai_ssp_parse_tlv()
1962 tr->sampling_frequency, tr->bit_depth, tr->channel_map); in dai_ssp_parse_tlv()
1964 tr->channel_config, tr->interleaving_style, tr->format); in dai_ssp_parse_tlv()
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst131 $ xxd -p hello_world.elf | tr -d '\n'
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3207 " .dataframe tbody tr th:only-of-type {\n",
3211 " .dataframe tbody tr th {\n",
3221 " <tr style=\"text-align: right;\">\n",
3224 " </tr>\n",
3225 " <tr>\n",
3228 " </tr>\n",
3231 " <tr>\n",
3234 " </tr>\n",
3235 " <tr>\n",
3238 " </tr>\n",
[all …]
/Zephyr-latest/doc/_static/css/
Dcustom.css260 .wy-table-striped tr:nth-child(2n-1) td,
261 .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {