Searched defs:test_vals (Results 1 - 4 of 4) sorted by relevance

/external/ltp/lib/tests/
H A Dbytes_by_prefix_test.c41 struct test_vals { struct
49 struct test_vals test[] = {
97 struct test_vals test_i[] = {
122 struct test_vals test_l[] = {
151 struct test_vals test_ll[] = {
175 elements = sizeof(test) / sizeof(struct test_vals);
212 elements = sizeof(test_i) / sizeof(struct test_vals);
227 elements = sizeof(test_l) / sizeof(struct test_vals);
243 elements = sizeof(test_ll) / sizeof(struct test_vals);
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc3635 static const int test_vals[] = {2, 1, 8, 5}; local
3637 TypeParam test_set(test_vals, test_vals + 4);
3647 static const int test_vals[] = {1, 2, 3, 5, 8, 46}; local
3649 TypeParam test_set(test_vals, test_vals + 6);
3658 static const int test_vals[] = {1, 2, 3, 8, 46}; local
3660 TypeParam test_set(test_vals, test_vals + 5);
3671 static const int test_vals[] local
3685 static const int test_vals[] = {2, 1, 5}; local
3698 static const int test_vals[] = {1, 2, 92, 3, 5, 8, 46}; local
3710 static const int test_vals[] = {1, 2, 3, 92, 46}; local
3724 static const int test_vals[] = {1, 2, 3, 5, 8}; local
[all...]
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4187 static const int test_vals[] = {2, 1, 8, 5}; local
4189 TypeParam test_set(test_vals, test_vals + 4);
4199 static const int test_vals[] = {1, 2, 3, 5, 8, 46}; local
4201 TypeParam test_set(test_vals, test_vals + 6);
4210 static const int test_vals[] = {1, 2, 3, 8, 46}; local
4212 TypeParam test_set(test_vals, test_vals + 5);
4223 static const int test_vals[] local
4237 static const int test_vals[] = {2, 1, 5}; local
4250 static const int test_vals[] = {1, 2, 92, 3, 5, 8, 46}; local
4262 static const int test_vals[] = {1, 2, 3, 92, 46}; local
4276 static const int test_vals[] = {1, 2, 3, 5, 8}; local
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc4185 static const int test_vals[] = {2, 1, 8, 5}; local
4187 TypeParam test_set(test_vals, test_vals + 4);
4197 static const int test_vals[] = {1, 2, 3, 5, 8, 46}; local
4199 TypeParam test_set(test_vals, test_vals + 6);
4208 static const int test_vals[] = {1, 2, 3, 8, 46}; local
4210 TypeParam test_set(test_vals, test_vals + 5);
4221 static const int test_vals[] local
4235 static const int test_vals[] = {2, 1, 5}; local
4248 static const int test_vals[] = {1, 2, 92, 3, 5, 8, 46}; local
4260 static const int test_vals[] = {1, 2, 3, 92, 46}; local
4274 static const int test_vals[] = {1, 2, 3, 5, 8}; local
[all...]

Completed in 679 milliseconds