Home
last modified time | relevance | path

Searched full:results (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/Zephyr-Core-3.5.0/subsys/net/l2/wifi/
DKconfig5 bool "Raw scan results"
7 This option enables raw scan results. When enabled, the raw scan
8 results (beacons or probe responses) are provided to the application.
15 int "Maximum length of raw scan results"
18 This option defines the maximum length of raw scan results.
21 bool "Only raw scan results"
23 This option enables only raw scan results. When enabled, the raw scan
24 results (beacons or probe responses) are provided to the application.
25 The scan results are not parsed and the application is responsible
26 for parsing the scan results. Normal scan results are not provided
/Zephyr-Core-3.5.0/.github/workflows/
Dbsim-tests-publish.yaml1 name: Publish BabbleSim Tests Results
9 bsim-test-results:
10 name: "Publish BabbleSim Test Results"
20 - name: Publish BabbleSim Test Results
23 check_name: BabbleSim Test Results
28 files: "bsim-test-results/**/bsim_results.xml"
Dclang.yaml126 - name: Upload Unit Test Results
130 name: Unit Test Results (Subset ${{ matrix.platform }})
133 clang-build-results:
134 name: "Publish Unit Tests Results"
143 - name: Merge Test Results
149 - name: Upload Unit Test Results in HTML
153 name: HTML Unit Test Results
158 - name: Publish Unit Test Results
162 check_name: Unit Test Results
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/replay_cache/
Dreplay_attack.sh10 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_erase
15 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_rm
21 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack_1d1/flash.bin -flash_erase
27 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack_1d1/flash.bin -flash_rm
33 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_erase
39 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_rm
Drpl_frag.sh16 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_erase \
22 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_rm
27 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation_1d1/flash.bin -flash_erase \
33 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation_1d1/flash.bin -flash_rm
38 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_erase \
44 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_rm
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/persistence/
Dreprovisioning.sh14 -flash=../results/mesh_pst_repr/flash.bin -flash_erase \
20 -flash=../results/mesh_pst_repr/flash.bin -flash_rm \
26 -flash=../results/mesh_pst_repr_1d1/flash.bin -flash_erase \
32 -flash=../results/mesh_pst_repr_1d1/flash.bin -flash_rm \
38 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_erase \
44 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_rm \
/Zephyr-Core-3.5.0/tests/kernel/workq/work_queue/
DREADME.txt23 make clean # discard results of previous builds
26 make pristine # discard results of previous builds
49 - Checking results
58 - Checking results
75 - Checking results
84 - Checking results
94 - Checking results
100 - Checking results
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Drunner.py270 results = {}
277 results = {'msg': msg, "returncode": p.returncode, "instance": self.instance}
310 results = {
315 return results
394 results = {'msg': msg, 'filter': filter_results}
404 results = {"returncode": p.returncode}
412 return results
565 def process(self, pipeline, done, message, lock, results): argument
575 # Here we check the dt/kconfig filter results coming from running cmake
580 results.skipped_runtime += 1
[all …]
Dreports.py81 …ET.SubElement(eleTestcase, 'skipped', type=f"untested", message="No results captured, testsuite mi…
352 # name, datatype, lower results better
360 results = []
385 results.append((instance, metric, instance.metrics.get(metric, 0), delta,
387 return results
449 def summary(self, results, unrecognized_sections, duration): argument
466 if results.total and results.total != results.skipped_configs:
467 pass_rate = (float(results.passed) / float(results.total - results.skipped_configs))
474 results.passed,
475 results.total,
[all …]
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh40 local -a results=()
54 results=("${results[@]}" "${list[$j]}n")
56 results=("${results[@]}" "${list[$j]}y")
60 printf '%s\n' "${results[@]}" > $3
/Zephyr-Core-3.5.0/include/zephyr/net/
Dzperf.h66 * @param result Session results. May be NULL for certain events.
78 * @param result Session results.
90 * @param result Session results.
103 * @param callback Session results callback.
118 * @param callback Session results callback.
133 * @param callback Session results callback.
147 * @param callback Session results callback.
/Zephyr-Core-3.5.0/subsys/net/lib/zperf/
Dzperf_udp_uploader.c25 struct zperf_results *results) in zperf_upload_decode_stat() argument
37 results->nb_packets_rcvd = ntohl(UNALIGNED_GET(&stat->datagrams)); in zperf_upload_decode_stat()
38 results->nb_packets_lost = ntohl(UNALIGNED_GET(&stat->error_cnt)); in zperf_upload_decode_stat()
39 results->nb_packets_outorder = in zperf_upload_decode_stat()
41 results->total_len = ntohl(UNALIGNED_GET(&stat->total_len2)); in zperf_upload_decode_stat()
42 results->time_in_us = ntohl(UNALIGNED_GET(&stat->stop_usec)) + in zperf_upload_decode_stat()
44 results->jitter_in_us = ntohl(UNALIGNED_GET(&stat->jitter2)) + in zperf_upload_decode_stat()
52 struct zperf_results *results) in zperf_upload_fin() argument
116 zperf_upload_decode_stat(stats, ret, results); in zperf_upload_fin()
138 struct zperf_results *results) in udp_upload() argument
[all …]
Dzperf_tcp_uploader.c26 struct zperf_results *results) in tcp_upload() argument
87 results->nb_packets_sent = nb_packets; in tcp_upload()
88 results->client_time_in_us = in tcp_upload()
90 results->packet_size = packet_size; in tcp_upload()
91 results->nb_packets_errors = nb_errors; in tcp_upload()
Dzperf_shell.c400 struct zperf_results *results) in shell_udp_upload_print_stats() argument
407 if (results->time_in_us != 0U) { in shell_udp_upload_print_stats()
409 (((uint64_t)results->total_len * in shell_udp_upload_print_stats()
411 ((uint64_t)results->time_in_us * 1024U)); in shell_udp_upload_print_stats()
416 if (results->client_time_in_us != 0U) { in shell_udp_upload_print_stats()
418 (((uint64_t)results->nb_packets_sent * in shell_udp_upload_print_stats()
419 (uint64_t)results->packet_size * (uint64_t)8 * in shell_udp_upload_print_stats()
421 ((uint64_t)results->client_time_in_us * 1024U)); in shell_udp_upload_print_stats()
434 print_number(sh, results->time_in_us, TIME_US, in shell_udp_upload_print_stats()
437 print_number(sh, results->client_time_in_us, TIME_US, in shell_udp_upload_print_stats()
[all …]
Dzperf_udp_receiver.c152 struct zperf_results results = { 0 }; in udp_received() local
179 results.nb_packets_rcvd = session->counter; in udp_received()
180 results.nb_packets_lost = session->error; in udp_received()
181 results.nb_packets_outorder = session->outorder; in udp_received()
182 results.total_len = session->length; in udp_received()
183 results.time_in_us = duration; in udp_received()
184 results.jitter_in_us = session->jitter; in udp_received()
185 results.packet_size = session->length / session->counter; in udp_received()
188 udp_session_cb(ZPERF_SESSION_FINISHED, &results, in udp_received()
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/
DKconfig26 Chosing this backend results in single endpoint implementation based
36 Chosing this backend results in multi endpoint implementation based
47 Chosing this backend results in multi endpoint implementation based
/Zephyr-Core-3.5.0/tests/kernel/common/src/
Dtimeout_order.c16 static int results[NUM_TIMEOUTS], cur; variable
28 results[cur++] = id; in thread()
61 results[ii] = -1; in ZTEST()
79 /* Check results */ in ZTEST()
81 zassert_equal(results[ii], ii, ""); in ZTEST()
Dpow2.c22 * @brief Verify compile-time constant results
48 * @brief Verify run-time non-constant results
52 * @details Check if run-time non-constant results are as expected.
/Zephyr-Core-3.5.0/samples/subsys/zbus/benchmark/
Dbenchmark_256KB.robot39 Measure Results
62 ${duration} Measure Results
75 @{results} Create List
82 Log To Console \n${results}
83 Append To Csv File ${csv_file} ${results}
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs18 let results; variable
31 results.replaceChildren(admonition);
54 results.replaceChildren(p);
277 /** Perform a search and display the results. */
287 results.replaceChildren();
320 /* show results count and search tools */
334 results.replaceChildren();
336 results.appendChild(renderKconfigEntry(entry));
377 copyLinkButton.title = "Copy link to results";
410 /* create results per page selector */
[all …]
/Zephyr-Core-3.5.0/tests/kernel/workq/work_queue/src/
Dmain.c64 static int results[NUM_TEST_ITEMS]; variable
99 results[num_results++] = ti->key; in work_handler()
121 results[i] = 0; in reset_results()
172 zassert_equal(results[i], i + 1, in check_results()
175 results[i], i, i + 1); in check_results()
212 results[num_results++] = ti->key; in resubmit_work_handler()
240 TC_PRINT(" - Checking results\n"); in ZTEST()
253 results[num_results++] = ti->key; in delayed_work_handler()
351 TC_PRINT(" - Checking results\n"); in ZTEST()
371 TC_PRINT(" - Checking results\n"); in ZTEST()
[all …]
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_config.c142 * to high results in pin high value if the same pin configured
145 * - Setting pin configured in Open Drain mode to low results in
148 * initialized to low results in pin high value if the same pin
152 * initialized to low results in pin low value if the same pin
155 * - Setting pin configured in Open Source mode to high results in
158 * initialized to high results in pin low value if the same pin
213 * to high results in pin high value if the same pin configured in ZTEST()
230 /* Setting pin configured in Open Drain mode to low results in in ZTEST()
237 * initialized to low results in pin high value if the same pin in ZTEST()
260 * initialized to low results in pin low value if the same pin in ZTEST()
[all …]
/Zephyr-Core-3.5.0/subsys/stats/
DKconfig19 but results in a larger code size.
30 but results in a larger code size.
/Zephyr-Core-3.5.0/dts/bindings/rtc/
Dnordic,nrf-rtc.yaml24 # counter is cleared in the interrupt which results in accumulative error
31 # top value. That results in code optimizations and availability of one more
/Zephyr-Core-3.5.0/include/zephyr/arch/arm64/
Darm-smccc.h38 * @param res results
51 * @param res results

12345678910>>...15