/Zephyr-latest/.github/workflows/ |
D | bsim-tests-publish.yaml | 1 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"
|
D | scorecards.yml | 39 results_file: results.sarif 41 # Publish results to OpenSSF REST API for easy access by consumers. 43 # - See https://github.com/ossf/scorecard-action#publishing-results. 46 # Upload the results as artifacts (optional). Commenting out will disable 47 # uploads of run results in SARIF format to the repository Actions tab. 53 path: results.sarif 56 # Upload the results to GitHub's code scanning dashboard (optional). 57 # Commenting out will disable upload of results to your repo's Code Scanning dashboard 61 sarif_file: results.sarif
|
D | compliance.yml | 88 - name: upload-results 107 results=$(cat $f) 108 results="${results//'%'/'%25'}" 109 results="${results//$'\n'/'%0A'}" 110 results="${results//$'\r'/'%0D'}" 113 echo "::warning file=${f}::$results" 115 echo "::error file=${f}::$results"
|
D | clang.yaml | 128 - name: Upload Unit Test Results 132 name: Unit Test Results (Subset ${{ matrix.platform }}) 135 clang-build-results: 136 name: "Publish Unit Tests Results" 145 - name: Merge Test Results 151 - name: Upload Unit Test Results in HTML 155 name: HTML Unit Test Results 160 - name: Publish Unit Test Results 164 check_name: Unit Test Results
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 5 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-latest/tests/bsim/bluetooth/mesh/tests_scripts/replay_cache/ |
D | replay_attack.sh | 10 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 20 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_erase 25 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_rm
|
D | rpl_frag.sh | 16 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 26 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_erase \ 31 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_rm
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | classic.h | 86 * Start BR/EDR discovery (inquiry) and provide results through the specified 87 * callback. The discovery results will be notified through callbacks 89 * If more inquiry results were received during session than 94 * @param results Storage for discovery results. 95 * @param count Number of results in storage. Valid range: 1-255. 101 struct bt_br_discovery_result *results, size_t count); 107 * results won't be reported 119 * @param result Storage used for discovery results 125 * @param results Storage used for discovery results 126 * @param count Number of valid discovery results. [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/ |
D | sol_replay.sh | 27 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase 33 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm 39 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase 45 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm 51 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_erase 57 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_rm
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/test_scripts/ |
D | disconnect.sh | 36 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Tx.pcap \ 37 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Tx.csv 40 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Rx.pcap \ 41 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Rx.csv 43 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Tx.pcap" 44 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Rx.pcap"
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
D | reprovisioning.sh | 14 -flash=../results/mesh_pst_repr/flash.bin -flash_erase \ 20 -flash=../results/mesh_pst_repr/flash.bin -flash_rm \ 25 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_erase \ 30 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_rm \
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 125 message="No results captured, testsuite misconfiguration?" 488 # name, datatype, lower results better 496 results = [] 521 results.append((instance, metric, instance.metrics.get(metric, 0), delta, 523 return results 626 def summary(self, results, ignore_unrecognized_sections, duration): argument 645 if results.total and results.total != results.filtered_configs: 646 pass_rate = (float(results.passed) / float(results.total - results.filtered_configs)) 655 unfiltered_configs = results.total - results.filtered_configs 657 f'{TwisterStatus.get_color(TwisterStatus.NOTRUN)}{results.notrun}{Fore.RESET}' [all …]
|
D | runner.py | 951 def process(self, pipeline, done, message, lock, results): argument 965 # Here we check the dt/kconfig filter results coming from running cmake 970 results.filtered_runtime_increment() 998 # Here we check the runtime filter results coming from running cmake 1003 results.filtered_runtime_increment() 1030 results.skipped_increment() 1048 self.determine_testcases(results) 1125 # Report results and output progress to screen 1130 self.report_out(results) 1188 def determine_testcases(self, results): argument [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
D | _conn_stress.sh | 56 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.pcap \ 57 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Tx.csv 60 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_Rx_$i.pcap \ 61 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Rx.csv 63 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.pcap" 64 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_Rx_$i.pcap"
|
/Zephyr-latest/tests/kernel/workq/work_queue/ |
D | README.txt | 23 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-latest/tests/bsim/bluetooth/ll/ |
D | _compile_permutate_kconfigs.sh | 35 local -a results=() 49 results=("${results[@]}" "${list[$j]}n") 51 results=("${results[@]}" "${list[$j]}y") 55 printf '%s\n' "${results[@]}" > $3
|
/Zephyr-latest/include/zephyr/net/ |
D | zperf.h | 60 /** Performance results */ 78 * @param result Session results. May be NULL for certain events. 90 * @param result Session results. 102 * @param result Session results. 115 * @param callback Session results callback. 130 * @param callback Session results callback. 145 * @param callback Session results callback. 159 * @param callback Session results callback.
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig | 26 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-latest/tests/kernel/common/src/ |
D | timeout_order.c | 16 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()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_udp_uploader.c | 25 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 = (((uint64_t)ntohl(UNALIGNED_GET(&stat->total_len1))) << 32) + in zperf_upload_decode_stat() 43 results->time_in_us = ntohl(UNALIGNED_GET(&stat->stop_usec)) + in zperf_upload_decode_stat() 45 results->jitter_in_us = ntohl(UNALIGNED_GET(&stat->jitter2)) + in zperf_upload_decode_stat() 53 struct zperf_results *results, in zperf_upload_fin() argument 123 zperf_upload_decode_stat(stats, ret, results); in zperf_upload_fin() 143 struct zperf_results *results) in udp_upload() argument [all …]
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 43 Measure Results 66 ${duration} Measure Results 88 @{results} Create List 96 Log To Console \n${results} 98 Append To Csv File ${csv_file} ${results}
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 18 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-latest/tests/kernel/workq/work_queue/src/ |
D | main.c | 67 static int results[NUM_TEST_ITEMS]; variable 102 results[num_results++] = ti->key; in work_handler() 124 results[i] = 0; in reset_results() 176 zassert_equal(results[i], i + 1, in check_results() 179 results[i], i, i + 1); in check_results() 216 results[num_results++] = ti->key; in resubmit_work_handler() 244 LOG_DBG(" - Checking results"); in ZTEST() 257 results[num_results++] = ti->key; in delayed_work_handler() 357 LOG_DBG(" - Checking results"); in ZTEST() 377 LOG_DBG(" - Checking results"); in ZTEST() [all …]
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/ |
D | test_stm.py | 71 Search for benchmark results related to 'core' coprocessor. 72 Check that benchamrk results are lower than limits provided in 'constraints'. 239 # check results on Application core 242 # check results on Radio core 246 # check results on PPR core 250 # check results on FLPR core 331 # check results on Application core 334 # check results on Radio core 338 # check results on PPR core 344 # check results on FLPR core
|
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/ |
D | main.c | 218 static void discovery_timeout_cb(const struct bt_br_discovery_result *results, size_t count) in discovery_timeout_cb() argument 224 size_t len = sizeof(results->eir); in discovery_timeout_cb() 230 bt_addr_to_str(&results[i].addr, addr, sizeof(addr)); in discovery_timeout_cb() 231 printk("Device[%d]: %s, rssi %d, cod 0x%X%X%X", i, addr, results[i].rssi, in discovery_timeout_cb() 232 results[i].cod[0], results[i].cod[1], results[i].cod[2]); in discovery_timeout_cb() 234 major_device = (uint8_t)BT_COD_MAJOR_DEVICE_CLASS(results[i].cod); in discovery_timeout_cb() 235 minor_device = (uint8_t)BT_COD_MINOR_DEVICE_CLASS(results[i].cod); in discovery_timeout_cb() 242 eir = results[i].eir; in discovery_timeout_cb() 267 default_conn = bt_conn_create_br(&results[i].addr, BT_BR_CONN_PARAM_DEFAULT); in discovery_timeout_cb()
|