Searched refs:tests2 (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
D | incomplete-function-type.c | 7 struct tests2 test2f(), (*test2)() = test2f; 11 struct tests2 { int x,y,z,a,b,c,d,e,f,g; }; argument
|
/external/ltp/android/tools/ |
D | compare_ltp_projects.py | 147 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/ |
D | gtest_shuffle_test.py | 312 [tests2] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3', 318 sorted_sharded_tests = tests1 + tests2 + tests3
|
/external/googletest/googletest/test/ |
D | googletest-shuffle-test.py | 309 [tests2] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3', 315 sorted_sharded_tests = tests1 + tests2 + tests3
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathsModule.java | 97 public MyHandler(File dir, String filename, List<PathTest> tests2) { in MyHandler() argument 98 tests = tests2; in MyHandler()
|
/external/python/cpython3/Lib/test/ |
D | test_long.py | 1120 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/ |
D | CollationMiscTest.java | 2225 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/ |
D | CollationMiscTest.java | 2228 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/ |
D | cmsccoll.c | 3490 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()
|