Searched full:passes (Results 1 – 25 of 88) sorted by relevance
1234
/Zephyr-latest/tests/kernel/timer/starve/ |
D | README.txt | 13 and the tick rate. By default the test passes if one hour passes
|
/Zephyr-latest/snippets/xen_dom0/boards/ |
D | qemu_cortex_a53.overlay | 20 * Xen passes actual values for setup in domain device tree, but Zephyr 38 * Xen passes actual values for setup in domain device tree, but Zephyr
|
D | rcar_h3ulcb_r8a77951_a57.overlay | 16 * Xen passes actual values for setup in domain device tree, but Zephyr 34 * Xen passes actual values for setup in domain device tree, but Zephyr
|
D | rcar_salvator_xs.overlay | 16 * Xen passes actual values for setup in domain device tree, but Zephyr 34 * Xen passes actual values for setup in domain device tree, but Zephyr
|
D | rcar_spider_s4_r8a779f0_a55.overlay | 18 * Xen passes actual values for setup in domain device tree, but Zephyr 36 * Xen passes actual values for setup in domain device tree, but Zephyr
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/ |
D | Kconfig | 21 int "Number of passes"
|
D | README.txt | 7 read on an ADC one. If they match, the test passes.
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | testcase.yaml | 23 # twister fails with "unexpected eof" even though the test passes
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/ |
D | priv_proxy_net_id_multi.sh | 14 # 2. Test passes when RX device verifies reception of one Private Net ID
|
D | priv_proxy_net_id.sh | 18 # 5. Test passes if the random field of the two Private Net ID advertisements
|
D | priv_proxy_node_id.sh | 23 # 5. Test passes if the random field of the two Private Node ID advertisements
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 81 fails, passes, errors, skips = stats 111 passes += 1 117 passes += 1 130 return (fails, passes, errors, skips) 169 fails = passes = errors = skips = 0 182 fails, passes, errors, skips = self.xunit_testcase(eleTestsuite, 184 (fails, passes, errors, skips), log, True) 186 total = errors + passes + fails + skips 242 fails = passes = errors = skips = 0 264 fails, passes, errors, skips = self.xunit_testcase(eleTestsuite, [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/sar/ |
D | stress_test.sh | 15 # 6. The test passes when the Client successfully receives the Status response.
|
D | slow_transfer_test.sh | 16 # 6. The test passes when the Client successfully receives the Status response.
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,ftm-pwm.yaml | 30 passes through a sychronizer clocked by the FTM bus interface clock.
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 13 and it passes the data between the host (PC) and controller.
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/test_scripts/ |
D | run.sh | 15 # The test will be terminated much earlier if it passes
|
/Zephyr-latest/lib/os/ |
D | thread_entry.c | 28 * This routine invokes the actual thread entry point function and passes
|
/Zephyr-latest/include/zephyr/arch/common/ |
D | exc_handle.h | 16 * For example, in the case where user mode passes in a C string via
|
/Zephyr-latest/include/zephyr/drivers/ |
D | espi_emul.h | 38 * Passes eSPI virtual wires set request (virtual wire packet) to the emulator. 52 * Passes eSPI virtual wires get request (virtual wire packet) to the emulator.
|
D | i2c_emul.h | 57 * Passes I2C messages to the emulator. The emulator updates the data with what
|
D | spi_emul.h | 57 * Passes SPI messages to the emulator. The emulator updates the data with what
|
/Zephyr-latest/boards/native/native_posix/ |
D | cpu_wait.c | 25 * at an infinitely high clock, and therefore no simulated time passes while
|
/Zephyr-latest/boards/native/native_sim/ |
D | cpu_wait.c | 28 * at an infinitely high clock, and therefore no simulated time passes while
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 37 when a state handles an event, or explicitly ignores it and passes it up to the parent state.
|
1234