Searched full:after (Results 1 – 25 of 2568) sorted by relevance
12345678910>>...103
13 - "I: 0 -> T1: prio after 5"17 - "I: 1 -> T1: prio after 5"21 - "I: 2 -> T1: prio after 5"25 - "I: 3 -> T1: prio after 5"29 - "I: 4 -> T1: prio after 5"33 - "I: 5 -> T1: prio after 5"37 - "I: 6 -> T1: prio after 5"52 - "I: 0 -> T1: prio after 5"56 - "I: 1 -> T1: prio after 5"60 - "I: 2 -> T1: prio after 5"[all …]
67 I: 0 -> T1: prio after 576 I: 1 -> T1: prio after 584 I: 2 -> T1: prio after 591 I: 3 -> T1: prio after 597 I: 4 -> T1: prio after 5103 I: 5 -> T1: prio after 5111 I: 6 -> T1: prio after 5150 I: 0 -> T1: prio after 5159 I: 1 -> T1: prio after 5166 I: 2 -> T1: prio after 5[all …]
8 bool "Add a failed assert in the after phase"14 bool "Add a failed assume in the after phase"20 bool "Add a call to ztest_test_pass() in the after phase"32 default "ERROR: cannot fail in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSERT_AFTER34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER36 default "ERROR: cannot pass in test phase 'after()', bailing" if ZTEST_FAIL_TEST_PASS_AFTER
13 - ``ztest_test_fail()`` during either the ``after`` or ``teardown`` phase of the test suite14 - ``ztest_test_skip()`` during either the ``after`` or ``teardown`` phase of the test suite15 - ``ztest_test_pass()`` during either the ``after`` or ``teardown`` phase of the test suite
25 Load and store OK after 0 (high) + 84 (low) tests26 Load and store OK after 100 (high) + 11926 (low) tests27 Load and store OK after 200 (high) + 23767 (low) tests28 Load and store OK after 300 (high) + 35607 (low) tests29 Load and store OK after 400 (high) + 47448 (low) tests30 Load and store OK after 500 (high) + 59287 (low) tests34 complex product calculation OK after 50 (high) + 63297 (low) tests (computed -160)35 complex product calculation OK after 150 (high) + 188138 (low) tests (computed -160)36 complex product calculation OK after 250 (high) + 312972 (low) tests (computed -160)37 complex product calculation OK after 350 (high) + 437806 (low) tests (computed -160)[all …]
9 after 200013 after 100015 after 100018 after 2000
41 :start-after: usbc.rst usbc-port start50 :start-after: usbc.rst vbus-voltage-divider-adc start60 :start-after: usbc.rst port data object start68 :start-after: usbc.rst callbacks start76 :start-after: usbc.rst check start84 :start-after: usbc.rst notify start92 :start-after: usbc.rst register start100 :start-after: usbc.rst user data start108 :start-after: usbc.rst usbc start131 :start-after: usbc.rst usbc-port start[all …]
13 …* Source or Sink configure the stream to create the stream after discover remote's endpoints. usin…78 <after a2dp connect>83 <after a2dp configure of source side>87 <after a2dp establish of source side>90 <after a2dp start of source side>93 <after a2dp send_media of source side>96 <after a2dp suspend of source side>99 <after a2dp release of source side>
60 Load and store OK after 0 (high) + 63 (low) tests61 Load and store OK after 100 (high) + 6540 (low) tests62 Load and store OK after 200 (high) + 12965 (low) tests63 Load and store OK after 300 (high) + 19366 (low) tests64 Load and store OK after 400 (high) + 25756 (low) tests65 Load and store OK after 500 (high) + 32128 (low) tests69 Pi calculation OK after 50 (high) + 10 (low) tests (computed 3.141598)70 Pi calculation OK after 150 (high) + 31 (low) tests (computed 3.141598)71 Pi calculation OK after 250 (high) + 51 (low) tests (computed 3.141598)72 Pi calculation OK after 350 (high) + 72 (low) tests (computed 3.141598)[all …]
22 # # This code has been deprecated after Zephyr x.y42 # This code was deprecated after Zephyr v3.1.058 # This code was deprecated after Zephyr v3.3.068 # This code was deprecated after Zephyr v3.2.085 " To add sources after find_package() use:\n"91 # This code was deprecated after Zephyr v3.4.0103 # This code was deprecated after Zephyr v4.0.0119 # This code was deprecated after Zephyr v4.0.0135 # This code was deprecated after Zephyr v4.0.0156 # This code was deprecated after Zephyr v3.5.0
26 itself from the bus after the DFU_DETACH request. Select this51 bool "Reboot after download"54 When enabled the device will automatically reboot after a download58 bool "Mark slot 1 as permanent after download"
37 bool "Verify memory after erased"39 Verify contents of memory after erased.42 bool "Verify memory after written"44 Verify contents of memory after written.
25 * @details After this IPv6 packet and next header(if UDP), headers26 * are compressed as per RFC 6282. After header compression data49 * @details After this IPv6 packet and next header(if UDP), headers50 * are uncompressed as per RFC 6282. After header uncompression data82 * @brief Return the header size difference after uncompression
31 * desired RDP state. As an output the status after applying changes39 * After calling, it's not possible to change option bytes (WP, RDP,47 * After calling, it's not possible to perform basic operation like61 * unused. Note that the new value only takes effect after the device
48 zassert_equal(ret, 0, "eventfd blocked after write"); in eventfd_poll_unset_common()62 zassert_equal(ret, 1, "eventfd not blocked after read"); in eventfd_poll_unset_common()81 zassert_equal(ret, 1, "eventfd is not blocked after read"); in eventfd_poll_set_common()100 static void after(void *arg) in after() function108 ZTEST_SUITE(eventfd, NULL, setup, before, after, NULL);
153 TC_PRINT("fs_seek failed after truncating file [%d]\n", res); in test_file_truncate()165 TC_PRINT("Testing write after truncating\n"); in test_file_truncate()168 TC_PRINT("Write failed after truncating\n"); in test_file_truncate()174 TC_PRINT("fs_seek failed after writing to file [%d]\n", res); in test_file_truncate()193 TC_PRINT("fs_seek failed after shrinking file [%d]\n", res); in test_file_truncate()198 TC_PRINT("File size after shrinking by 5 bytes = %ld\n", in test_file_truncate()201 TC_PRINT("File size after fs_truncate not as expected\n"); in test_file_truncate()225 TC_PRINT("fs_seek failed after expanding file [%d]\n", res); in test_file_truncate()230 TC_PRINT("File size after expanding by 10 bytes = %ld\n", in test_file_truncate()233 TC_PRINT("File size after fs_truncate not as expected\n"); in test_file_truncate()[all …]
8 board_runner_args(jlink "--device=LPC54114J256_M4" "--reset-after-load")10 board_runner_args(jlink "--device=LPC54114J256_M0" "--reset-after-load")
32 * @brief SoC hook executed after the reset vector.48 * @brief SoC hook executed after the kernel and devices are initialized.73 * @brief Board hook executed after the kernel starts.75 * This is called after the kernel has started, but before the main function is
29 /* @brief A hook after fatal error handler36 * you want to do after fatal error handler.59 /* @brief A hook after assert fault handler66 * you want to do after assert handler.
21 * Flag is cleared after uart_irq_callback_user_data_set is called.28 * After this cmd, uart is unable to transmit any data.40 * Then use CMD_POLL_DEASSERT_RTS to resume normal operation after polling.
11 a source to power on an STM32 SoC after Poweroff.13 The system will power off automatically ``WAIT_TIME_US`` us after boot.37 After flashing, the LED in ON.
15 } INSERT AFTER .data;24 } INSERT AFTER .text;
18 static void after(void *arg) in after() function23 ZTEST_SUITE(posix_single_process, NULL, NULL, before, after, NULL);
16 /* Last enqueued element. It will be used after buffer is swapped. */81 * @brief Returns pointer to the current element, the one after last swap operation.84 * Returned value always points to latest one, that was swapped after most recent call to86 * is not called after last dbuf_latest_get call.90 * @return Pointer to element after last buffer swap.
165 prompt "Reboot mode after update"169 bool "Warm reboot after update"171 Do a warm reboot after the update.174 bool "Cold reboot after update"176 Do a cold reboot after the update.