Home
last modified time | relevance | path

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

12345678910>>...19

/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/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/scripts/pylib/twister/twisterlib/
Dtestinstance.py156 for case in self.testcases:
157 if case.status == TwisterStatus.STARTED:
158 case.status = TwisterStatus.FAIL
159 elif case.status == TwisterStatus.NONE:
160 case.status = status
162 case.reason = reason
164 case.reason = self.reason
Dtestplan.py547 for case in ts.testcases:
548 testcases.append(case.name)
557 for case in ts.testcases:
558 testcases.append(case.detailed_name)
561 for case in ts.testcases:
562 testcases.append(case.detailed_name)
567 for case in ts.testcases:
568 if case.detailed_name in testcases:
569 testcases.remove(case.detailed_name)
754 case = instance.set_case_status_by_name(
[all …]
Dreports.py405 for case in instance.testcases:
411 case.freeform
412 and case.status == TwisterStatus.NONE
417 testcase['identifier'] = case.name
424 if case.output != "":
425 testcase['log'] = case.output
427 if case.status == TwisterStatus.SKIP:
432 testcase["reason"] = case.reason or instance.reason
434 testcase["status"] = case.status
435 if case.reason:
[all …]
/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/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/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst94 In case of error the CBOR data takes the form:
192 In case of error the CBOR data takes the form:
252 The unit for "stkuse" and "stksiz" is system dependent and in case of Zephyr
305 In case of error the CBOR data takes the form:
407 In case of error the CBOR data takes the form:
499 The command sends an empty CBOR map as data if successful. In case of error the
599 The command sends an empty CBOR map as data if successful. In case of error the
683 In case of error the CBOR data takes the form:
805 In case of error the CBOR data takes the form:
901 In case when no "query" has been provided in request,
[all …]

12345678910>>...19