/Zephyr-latest/samples/drivers/crypto/ |
D | sample.yaml | 48 - ".*: ECB mode ENCRYPT - Match" 49 - ".*: ECB mode DECRYPT - Match" 50 - ".*: CBC mode ENCRYPT - Match" 51 - ".*: CBC mode DECRYPT - Match" 52 - ".*: CTR mode ENCRYPT - Match" 53 - ".*: CTR mode DECRYPT - Match" 64 - ".*: ECB mode ENCRYPT - Match" 65 - ".*: ECB mode DECRYPT - Match" 66 - ".*: CBC mode ENCRYPT - Match" 67 - ".*: CBC mode DECRYPT - Match" [all …]
|
D | README.rst | 33 [general] [INF] cbc_mode: cbc mode ENCRYPT - Match 35 [general] [INF] cbc_mode: cbc mode DECRYPT - Match 39 [general] [INF] ctr_mode: ctr mode ENCRYPT - Match 41 [general] [INF] ctr_mode: ctr mode DECRYPT - Match 45 [general] [INF] ccm_mode: CCM mode ENCRYPT - Match 47 [general] [INF] ccm_mode: CCM mode DECRYPT - Match
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/include/ |
D | _soc_inthandlers.h | 11 #error core-isa.h interrupt level does not match dispatcher! 14 #error core-isa.h interrupt level does not match dispatcher! 17 #error core-isa.h interrupt level does not match dispatcher! 20 #error core-isa.h interrupt level does not match dispatcher! 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_nmea0183_match.h | 8 * The GNSS NMEA0183 match is a set of modem_chat match handlers and a context to be 24 * When initializing the modem_chat instance, the three match callbacks must be added 57 /** GNSS NMEA0183 match configuration structure */ 70 * @brief Match callback for the NMEA GGA NMEA0183 message 72 * @details Should be used as the callback of a modem_chat match which matches "$??GGA," 78 * @brief Match callback for the NMEA RMC NMEA0183 message 80 * @details Should be used as the callback of a modem_chat match which matches "$??RMC," 86 * @brief Match callback for the NMEA GSV NMEA0183 message 88 * @details Should be used as the callback of a modem_chat match which matches "$??GSV," 94 * @brief Initialize a GNSS NMEA0183 match instance [all …]
|
/Zephyr-latest/soc/nxp/imx/imx8m/adsp/ |
D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/ |
D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/soc/nxp/imx/imx8/adsp/ |
D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/scripts/ |
D | valgrind.supp | 4 match-leak-kinds: reachable 13 match-leak-kinds: reachable,possible 21 match-leak-kinds: reachable,possible 30 match-leak-kinds: reachable 38 match-leak-kinds: possible 45 match-leak-kinds: possible
|
/Zephyr-latest/include/zephyr/modem/ |
D | chat.h | 29 * @param argc Number of parsed arguments, arg 0 holds the exact match 36 * @brief Modem chat match 39 /** Match array */ 40 const uint8_t *match; member 41 /** Size of match */ 49 /** Set if script shall not continue to next step in case of match */ 57 .match = (uint8_t *)(_match), .match_size = (uint8_t)(sizeof(_match) - 1), \ 65 .match = (uint8_t *)(_match), .match_size = (uint8_t)(sizeof(_match) - 1), \ 73 .match = (uint8_t *)(_match), \ 85 /* Helper struct to match any response without callback. */ [all …]
|
/Zephyr-latest/tests/drivers/rtc/rtc_api_helpers/src/ |
D | test_rtc_time_to_tm.c | 14 "Offset of tm_sec in struct rtc_time does not match struct tm"); in ZTEST() 17 "Offset of tm_min in struct rtc_time does not match struct tm"); in ZTEST() 20 "Offset of tm_hour in struct rtc_time does not match struct tm"); in ZTEST() 23 "Offset of tm_mday in struct rtc_time does not match struct tm"); in ZTEST() 26 "Offset of tm_mon in struct rtc_time does not match struct tm"); in ZTEST() 29 "Offset of tm_year in struct rtc_time does not match struct tm"); in ZTEST() 32 "Offset of tm_wday in struct rtc_time does not match struct tm"); in ZTEST() 35 "Offset of tm_yday in struct rtc_time does not match struct tm"); in ZTEST() 38 "Offset of tm_isdts in struct rtc_time does not match struct tm"); in ZTEST()
|
/Zephyr-latest/soc/espressif/common/include/ |
D | _soc_inthandlers.h | 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher! 48 #error core-isa.h interrupt level does not match dispatcher! 51 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/soc/nxp/imx/imx8ulp/adsp/ |
D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_common.c | 41 zassert_ok(ret, "expecting minimum value to match"); in ZTEST() 48 zassert_ok(ret, "expecting maximum value to match"); in ZTEST() 55 zassert_ok(ret, "expecting exact match to work"); in ZTEST() 89 zassert_ok(ret, "expecting exact match to work"); in ZTEST() 117 struct video_frmival match; in ZTEST() local 128 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST() 129 zassert_equal(video_frmival_nsec(&match), video_frmival_nsec(&desired), "1 / 1"); in ZTEST() 133 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST() 134 zassert_equal(video_frmival_nsec(&match), video_frmival_nsec(&desired), "3 / 30"); in ZTEST() 140 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST() [all …]
|
/Zephyr-latest/soc/cdns/sample_controller32/include/ |
D | _soc_inthandlers.h | 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher! 48 #error core-isa.h interrupt level does not match dispatcher! 51 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | _soc_inthandlers.h | 22 #error core-isa.h interrupt level does not match dispatcher! 25 #error core-isa.h interrupt level does not match dispatcher! 28 #error core-isa.h interrupt level does not match dispatcher! 31 #error core-isa.h interrupt level does not match dispatcher! 34 #error core-isa.h interrupt level does not match dispatcher! 37 #error core-isa.h interrupt level does not match dispatcher! 40 #error core-isa.h interrupt level does not match dispatcher! 43 #error core-isa.h interrupt level does not match dispatcher! 46 #error core-isa.h interrupt level does not match dispatcher! 49 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/ |
D | _soc_inthandlers.h | 17 #error core-isa.h interrupt level does not match dispatcher! 20 #error core-isa.h interrupt level does not match dispatcher! 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-latest/tests/drivers/sensor/generic/src/ |
D | main.c | 121 "the data does not match"); in ZTEST() 123 "the data does not match"); in ZTEST() 133 "the data does not match"); in ZTEST() 135 "the data does not match"); in ZTEST() 239 "retrieved data does not match"); in ZTEST() 241 "retrieved data does not match"); in ZTEST() 281 "the data does not match"); in ZTEST() 283 "the data does not match"); in ZTEST() 285 "the data does not match"); in ZTEST() 290 "the data does not match"); in ZTEST() [all …]
|
/Zephyr-latest/samples/subsys/profiling/perf/pytest/ |
D | test_perf.py | 28 match = re.match(r"Perf buf length (\d+)", lines[0]) 29 assert match is not None, 'expected response not found' 30 length = int(match.group(1)) 33 assert length == len(lines), 'length dose not match with count of lines'
|
/Zephyr-latest/drivers/timer/ |
D | xlnx_psttc_timer_priv.h | 28 /* Match 1 value */ 30 /* Match 2 value */ 32 /* Match 3 value */ 66 /* Match mode */ 83 /* Match 1 Interrupt */ 85 /* Match 2 Interrupt */ 87 /* Match 3 Interrupt */
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/ |
D | README.txt | 3 This test checks that ADC readings match an expected value. It is 7 read on an ADC one. If they match, the test passes. 15 if they match. Note that DAC and ADC are expected to generate/read 21 to see if they match.
|
/Zephyr-latest/tests/bluetooth/uuid/src/ |
D | test_bt_uuid_cmp.c | 21 "Test UUIDs don't match"); in ZTEST() 25 "Test UUIDs don't match"); in ZTEST() 29 "Test UUIDs don't match"); in ZTEST() 33 "Test UUIDs match"); in ZTEST() 37 "Test UUIDs match"); in ZTEST()
|
D | test_bt_uuid_create.c | 31 "Test UUIDs don't match"); in ZTEST() 35 "Test UUIDs don't match"); in ZTEST() 39 "Test UUIDs match"); in ZTEST() 47 "Test UUIDs match"); in ZTEST() 51 "Test UUIDs match"); in ZTEST() 55 "Test UUIDs don't match"); in ZTEST()
|
/Zephyr-latest/scripts/pylib/shell-twister-harness/ |
D | test_shell.py | 35 match = False 37 if re.match(expected, line): 38 match = True 40 assert match, 'expected response not found'
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | _soc_inthandlers.h | 21 #error core-isa.h interrupt level does not match dispatcher! 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher!
|
/Zephyr-latest/scripts/build/ |
D | gen_strsignal_table.py | 33 match = re.match(pat, line) 35 if not match: 38 symbol = match[1] 39 signo = int(match[2]) 40 msg = match[3]
|