Home
last modified time | relevance | path

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

/src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc238 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local
240 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
242 Explain(m, test_set)); in TYPED_TEST()
250 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local
252 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
253 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST()
261 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
263 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
267 Explain(m, test_set)); in TYPED_TEST()
275 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
[all …]
/src/crypto/krb5/src/lib/crypto/builtin/des/
H A Ddes_int.h223 extern void test_set(FILE *, const char *, int, const char *, int);
/src/contrib/libarchive/test_utils/
H A Dtest_main.c3876 get_test_set(int *test_set, int limit, const char *test) in get_test_set() argument
3884 test_set[idx] = idx; in get_test_set()
3914 test_set[idx++] = start++; in get_test_set()
3919 test_set[idx++] = start; in get_test_set()
3929 int test_set[nitems(tests)]; in main() local
4268 test_num = get_test_set(test_set, limit, *argv); in main()
4277 if (test_run(test_set[i], tmpdir)) { in main()
/src/contrib/libarchive/libarchive/test/
H A Dmain.c2861 int test_set[sizeof(tests) / sizeof(tests[0])]; in main() local
3141 test_num = get_test_set(test_set, limit, *argv, tests); in main()
3151 if (test_run(test_set[i], tmpdir)) { in main()