Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_parser_test.cc82 static void test_vectors(grpc_slice_split_mode mode) { in test_vectors() function
213 test_vectors(GRPC_SLICE_SPLIT_MERGE_ALL); in main()
214 test_vectors(GRPC_SLICE_SPLIT_ONE_BYTE); in main()
/external/boringssl/src/crypto/cipher_extra/
Daead_test.cc36 const char *test_vectors; member
118 std::string test_vectors = "crypto/cipher_extra/test/"; in TEST_P() local
119 test_vectors += GetParam().test_vectors; in TEST_P()
120 FileTestGTest(test_vectors.c_str(), [&](FileTest *t) { in TEST_P()
219 const std::string test_vectors = in TEST_P() local
220 "crypto/cipher_extra/test/" + std::string(aead_config.test_vectors); in TEST_P()
221 FileTestGTest(test_vectors.c_str(), [&](FileTest *t) { in TEST_P()
264 std::string test_vectors = "crypto/cipher_extra/test/"; in TEST_P() local
266 test_vectors += aead_config.test_vectors; in TEST_P()
267 FileTestGTest(test_vectors.c_str(), [&](FileTest *t) { in TEST_P()
/external/libvpx/libvpx/test/
Dtest.mk11 LIBVPX_TEST_SRCS-yes += test_vectors.cc
12 LIBVPX_TEST_SRCS-yes += test_vectors.h
/external/libaom/libaom/test/
Dtest.cmake39 "${AOM_ROOT}/test/test_vectors.cc"
40 "${AOM_ROOT}/test/test_vectors.h"
/external/python/cpython2/Lib/test/
Dtest_httpservers.py520 test_vectors = {
550 for path, expected in test_vectors.iteritems():
/external/python/cpython3/Lib/test/
Dtest_httpservers.py677 test_vectors = {
707 for path, expected in test_vectors.items():