Searched refs:test_vals (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-misc_test.cc | 235 static const int test_vals[] = {2, 1, 8, 5}; in TYPED_TEST() local 237 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() 247 static const int test_vals[] = {1, 2, 3, 5, 8, 46}; in TYPED_TEST() local 249 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() 258 static const int test_vals[] = {1, 2, 3, 8, 46}; in TYPED_TEST() local 260 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() 272 static const int test_vals[] = {1, 2, 3, 5, 8}; in TYPED_TEST() local 274 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() 286 static const int test_vals[] = {2, 1, 5}; in TEST() local 288 vector<int> test_set(test_vals, test_vals + 3); in TEST() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_scalbn.c | 52 static struct testcase test_vals[] = { variable 80 const struct testcase *tests = test_vals; in ATF_TC_BODY() 81 const size_t tcnt = __arraycount(test_vals); in ATF_TC_BODY() 234 const struct testcase *tests = test_vals; in ATF_TC_BODY() 235 const size_t tcnt = __arraycount(test_vals); in ATF_TC_BODY() 382 const struct testcase *tests = test_vals; in ATF_TC_BODY() 383 const size_t tcnt = __arraycount(test_vals); in ATF_TC_BODY()
|