Searched refs:test_read_data (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-4.2.1/tests/net/lib/http_server/core/src/ |
| D | main.c | 549 static void test_read_data(size_t *offset, size_t need) in test_read_data() function 581 test_read_data(offset, sizeof(switching_protocols) - 1); in expect_http1_switching_protocols() 589 test_read_data(offset, HTTP2_FRAME_HEADER_SIZE); in test_get_frame_header() 620 test_read_data(offset, frame.length); in expect_http2_settings_frame() 665 test_read_data(offset, frame.length); in expect_http2_headers_frame() 693 test_read_data(offset, frame.length); in expect_http2_data_frame() 718 test_read_data(offset, frame.length); in expect_http2_window_update_frame() 832 test_read_data(&offset, sizeof(expected_response) - 1); in ZTEST() 946 test_read_data(&offset, sizeof(expected_response) - 1); in common_verify_http1_dynamic_post() 1055 test_read_data(&offset, sizeof(expected_response) - 1); in ZTEST() [all …]
|
| /Zephyr-4.2.1/samples/modules/tflite-micro/magic_wand/train/ |
| D | data_split_test.py | 38 def test_read_data(self): member in TestSplit
|