Home
last modified time | relevance | path

Searched refs:case (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/Zephyr-latest/scripts/coccinelle/
Dsemicolon.cocci29 case ...:;@p
34 case ...:...
35 case ...:;@p
40 case ...:...
41 case ...:
42 case ...:;@p
/Zephyr-latest/tests/bsim/
Drun_parallel.sh102 echo "<testcase name=\"$case\" time=\"0\">" >> $tmp_res_file
105 echo -e "\e[91m$case FAILED\e[39m"
112 echo -e "$case PASSED"
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt6 code writing for fatal and assert handler for error case testing. They can
13 When writing error testing case (or we call it negative test case), we might
61 If the expected error was caught, the test case will pass.
92 test case, we do not recover it so far.
105 Assert error expected as part of test case.
109 case type is 0
123 Fatal error expected as part of test case.
124 case type is 1
137 Fatal error expected as part of test case.
138 case type is 2
[all …]
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst98 case PM_DEVICE_ACTION_RESUME:
104 case PM_DEVICE_ACTION_SUSPEND:
110 case PM_DEVICE_ACTION_TURN_ON:
114 case PM_DEVICE_ACTION_TURN_OFF:
154 case PM_DEVICE_ACTION_SUSPEND:
158 case PM_DEVICE_ACTION_RESUME:
162 case PM_DEVICE_ACTION_TURN_ON:
166 case PM_DEVICE_ACTION_TURN_OFF:
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DKconfig13 Matching is not case sensitive.
22 Matching is not case sensitive.
/Zephyr-latest/samples/subsys/debug/fuzz/
DKconfig13 int "Ticks to allow for fuzz case processing"
19 following a unit-test style case, so the default is short to
/Zephyr-latest/tests/kernel/fatal/no-multithreading/
DREADME1 This test case verifies that kernel fatal error handling works correctly
/Zephyr-latest/doc/contribute/style/
Dcode.rst19 * Use `snake case`_ for code and variables.
30 clarity, avoid emojis in any case.
37 .. _snake case:
/Zephyr-latest/doc/services/tfm/
Dtestsuites.rst19 integration between the NS RTOS (Zephyr in this case) and the secure
38 case).
40 They also provide a useful test case to validate any PRs that make meaningful
/Zephyr-latest/tests/kernel/fatal/message_capture/
DREADME1 This test case verifies that kernel fatal error logging message can be captured.
/Zephyr-latest/tests/kernel/fatal/exception/
DREADME1 This test case verifies that kernel fatal error handling works correctly.
/Zephyr-latest/cmake/linker/armlink/
Dlinker_libraries.cmake6 # so we only need to set link order linking in case a custom C library is linked
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dnucleo_f746zg_nocachemem.overlay10 /* The async_api.nocache_mem_dt test case expects a non-cachable RAM region */
/Zephyr-latest/soc/andestech/ae350/common_linker/
Dram_start_nonzero.ld9 * address maybe zero(NULL) and break some test case assertions.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py165 for case in self.testcases:
166 if case.status == TwisterStatus.STARTED:
167 case.status = TwisterStatus.FAIL
168 elif case.status == TwisterStatus.NONE:
169 case.status = status
171 case.reason = reason
173 case.reason = self.reason
Dtestplan.py468 for case in ts.testcases:
469 testcases.append(case.name)
478 for case in ts.testcases:
479 testcases.append(case.detailed_name)
482 for case in ts.testcases:
483 testcases.append(case.detailed_name)
488 for case in ts.testcases:
489 if case.detailed_name in testcases:
490 testcases.remove(case.detailed_name)
678 case = instance.set_case_status_by_name(
[all …]
/Zephyr-latest/doc/project/
Dissues.rst20 as the use case is known to be working on earlier commit or release.
21 In this case, providing directly the guilty commit when submitting the bug
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DKconfig12 int "UART baudrate for DUT_AUX to test mismatch case"
/Zephyr-latest/drivers/flash/
DKconfig.rv32m116 this is acceptable or not will depend on the use case.
DKconfig.lpc17 this is acceptable or not will depend on the use case.
/Zephyr-latest/subsys/sd/
DKconfig47 Number of times to retry initialization commands in case of failure
87 Number of times to retry sending command to SD card in case of failure
93 Number of times to retry sending data to SD card in case of failure
/Zephyr-latest/samples/drivers/watchdog/
DREADME.rst12 A typical use case for a watchdog is that the board is restarted in case some piece of code
/Zephyr-latest/samples/net/sockets/txtime/
DREADME.rst20 :kconfig:option:`CONFIG_NET_SAMPLE_PACKET_TXTIME` option. In this case the value is
30 to create an ``AF_PACKET`` type socket. In this case, the ``echo-server``
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/
Dnucleo_h563zi.overlay20 * This use case is only applicable in PM_DEVICE mode.
/Zephyr-latest/drivers/gpio/
DKconfig.nrfx23 significantly reduce memory footprint in case of application that does

12345678910>>...20