Home
last modified time | relevance | path

Searched refs:tests2 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
Dincomplete-function-type.c7 struct tests2 test2f(), (*test2)() = test2f;
11 struct tests2 { int x,y,z,a,b,c,d,e,f,g; }; argument
/external/ltp/android/tools/
Dcompare_ltp_projects.py147 tests2 = set(sorted(ltp_tests_2[suite]))
149 exclusive_test1 = tests1.difference(tests2)
150 exclusive_test2 = tests2.difference(tests1)
/external/google-breakpad/src/testing/gtest/test/
Dgtest_shuffle_test.py312 [tests2] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3',
318 sorted_sharded_tests = tests1 + tests2 + tests3
/external/googletest/googletest/test/
Dgoogletest-shuffle-test.py309 [tests2] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3',
315 sorted_sharded_tests = tests1 + tests2 + tests3
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathsModule.java97 public MyHandler(File dir, String filename, List<PathTest> tests2) { in MyHandler() argument
98 tests = tests2; in MyHandler()
/external/python/cpython3/Lib/test/
Dtest_long.py1120 tests2 = {
1139 check(tests2, 'little', signed=True)
1223 tests2 = {
1246 check(tests2, 'little', signed=True)
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java2225 String tests2[] = { "a", "A" }; in TestJ4960() local
2234 genericLocaleStarterWithOptions(new Locale("root", ""), tests2, att, attVals); in TestJ4960()
2236 genericRulesStarterWithOptionsAndResult(rule, tests2, att2, attVals2, 0); in TestJ4960()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java2228 String tests2[] = { "a", "A" }; in TestJ4960() local
2237 genericLocaleStarterWithOptions(new Locale("root", ""), tests2, att, attVals); in TestJ4960()
2239 genericRulesStarterWithOptionsAndResult(rule, tests2, att2, attVals2, 0); in TestJ4960()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c3490 const char* tests2[] = { "a", "A" }; in TestJ4960() local
3499 …genericLocaleStarterWithOptions("root", tests2, UPRV_LENGTHOF(tests2), att, attVals, UPRV_LENGTHOF… in TestJ4960()
3501 …genericRulesStarterWithOptionsAndResult(rule, tests2, UPRV_LENGTHOF(tests2), att2, attVals2, UPRV_… in TestJ4960()