Searched refs:test_vals (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/core/transport/ |
D | timeout_encoding_test.cc | 81 long test_vals[] = {1, 12, 123, 1234, 12345, 123456, in decode_suite() local 86 for (i = 0; i < GPR_ARRAY_SIZE(test_vals); i++) { in decode_suite() 87 gpr_asprintf(&input, "%ld%c", test_vals[i], ext); in decode_suite() 88 assert_decodes_as(input, answer(test_vals[i])); in decode_suite() 91 gpr_asprintf(&input, " %ld%c", test_vals[i], ext); in decode_suite() 92 assert_decodes_as(input, answer(test_vals[i])); in decode_suite() 95 gpr_asprintf(&input, "%ld %c", test_vals[i], ext); in decode_suite() 96 assert_decodes_as(input, answer(test_vals[i])); in decode_suite() 99 gpr_asprintf(&input, "%ld %c ", test_vals[i], ext); in decode_suite() 100 assert_decodes_as(input, answer(test_vals[i])); in decode_suite()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 3635 static const int test_vals[] = {2, 1, 8, 5}; in TYPED_TEST() local 3637 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() 3647 static const int test_vals[] = {1, 2, 3, 5, 8, 46}; in TYPED_TEST() local 3649 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() 3658 static const int test_vals[] = {1, 2, 3, 8, 46}; in TYPED_TEST() local 3660 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() 3671 static const int test_vals[] = {1, 2, 3, 5, 8}; in TYPED_TEST() local 3673 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() 3685 static const int test_vals[] = {2, 1, 5}; in TEST() local 3687 vector<int> test_set(test_vals, test_vals + 3); in TEST() [all …]
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | transformed_distribution_test.py | 101 test_vals = np.linspace(0.1, 1000., num=20).astype(np.float32) 108 actual = func[0](test_vals) 109 expected = func[1](test_vals)
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 4891 static const int test_vals[] = {2, 1, 8, 5}; in TYPED_TEST() local 4893 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() 4903 static const int test_vals[] = {1, 2, 3, 5, 8, 46}; in TYPED_TEST() local 4905 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() 4914 static const int test_vals[] = {1, 2, 3, 8, 46}; in TYPED_TEST() local 4916 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() 4927 static const int test_vals[] = {1, 2, 3, 5, 8}; in TYPED_TEST() local 4929 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() 4941 static const int test_vals[] = {2, 1, 5}; in TEST() local 4943 vector<int> test_set(test_vals, test_vals + 3); in TEST() [all …]
|