Home
last modified time | relevance | path

Searched refs:test_vectors (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/tests/
Dutf8-validate.c311 } test_vectors[] = { in test_utf8_get_char_validated() local
348 for (i = 0; i < G_N_ELEMENTS (test_vectors); i++) in test_utf8_get_char_validated()
353 actual_result = g_utf8_get_char_validated (test_vectors[i].buf, in test_utf8_get_char_validated()
354 test_vectors[i].max_len); in test_utf8_get_char_validated()
355 g_assert_cmpint (actual_result, ==, test_vectors[i].expected_result); in test_utf8_get_char_validated()
/third_party/grpc/test/core/transport/chttp2/
Dhpack_parser_test.cc83 static void test_vectors(grpc_slice_split_mode mode) { in test_vectors() function
218 test_vectors(GRPC_SLICE_SPLIT_MERGE_ALL); in main()
219 test_vectors(GRPC_SLICE_SPLIT_ONE_BYTE); in main()
/third_party/boost/libs/any/test/
Dany_test.cpp43 void test_vectors();
60 { "testing with vectors", test_vectors },
350 void test_vectors() in test_vectors() function
/third_party/python/Lib/test/
Dtest_httpservers.py725 test_vectors = {
755 for path, expected in test_vectors.items():