Home
last modified time | relevance | path

Searched defs:testCases (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberMatcherTest.java544 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithPossibleLeniency() local
553 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesWithPossibleLeniency() local
559 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithValidLeniency() local
567 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesWithValidLeniency() local
574 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithStrictGroupingLeniency() local
581 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesWithStrictGroupLeniency() local
589 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithExactGroupingLeniency() local
595 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesExactGroupLeniency() local
603 private void doTestNumberMatchesForLeniency(List<NumberTest> testCases, Leniency leniency) { in doTestNumberMatchesForLeniency()
625 private void doTestNumberNonMatchesForLeniency(List<NumberTest> testCases, Leniency leniency) { in doTestNumberNonMatchesForLeniency()
/third_party/node/test/parallel/
Dtest-repl-preprocess-top-level-await.js12 const testCases = [ variable
Dtest-child-process-spawnsync-args.js27 const testCases = [ variable
Dtest-worker-exit-code.js12 const testCases = getTestCases(true); constant
Dtest-process-exit-code.js28 const testCases = getTestCases(false); constant
Dtest-child-process-spawn-args.js27 const testCases = [ variable
Dtest-whatwg-url-custom-setters.js24 const testCases = additionalTestCases[attributeToBeSet]; constant
Dtest-tls-cnnic-whitelist.js16 const testCases = [ variable
Dtest-http-decoded-auth.js6 const testCases = [ variable
/third_party/icu/icu4c/source/test/cintltst/
Dcalldata.h96 const UChar testCases[][4] = variable
Dputiltst.c335 const char *testCases[] = { in TestCompareVersions() local
580 } testCases[] = { in toolutil_findBasename() local
626 } testCases[] = { in toolutil_findDirname() local
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dno-inferrable-types.test.ts15 const testCases = [ constant
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestStringPrepProfiles.java38 private static String[][] testCases = { field in TestStringPrepProfiles
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestStringPrepProfiles.java41 private static String[][] testCases = { field in TestStringPrepProfiles
/third_party/flutter/skia/tests/
DSkUTFTest.cpp64 } testCases[] = { in DEF_TEST() local
100 } testCases[] = { in DEF_TEST() local
/third_party/skia/tests/
DSkUTFTest.cpp64 } testCases[] = { in DEF_TEST() local
100 } testCases[] = { in DEF_TEST() local
/third_party/icu/icu4c/source/test/intltest/
Dunits_data_test.cpp42 } testCases[]{ in testGetUnitCategory() local
107 } testCases[]{ in testGetPreferencesFor() local
Dunits_test.cpp130 } testCases[]{ in testExtractConvertibility() local
185 } testCases[]{ in testConversionInfo() local
275 } testCases[]{ in testConverter() local
558 } testCases[]{ in testComplexUnitsConverter() local
710 } testCases[]{{"inch-and-foot", in testComplexUnitsConverterSorting() local
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-go-gif/
Dmain.go51 var testCases = []testCase{{ var
/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-byte-order-marks.any.js3 var testCases = [ variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUResourceBundleCollationTest.java164 boolean truncate, String[] testCases) { in getFunctionalEquivalentTestCases()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DICUResourceBundleCollationTest.java161 boolean truncate, String[] testCases) { in getFunctionalEquivalentTestCases()
/third_party/icu/icu4c/source/test/perf/localecanperf/
Dlocalecanperf.cpp39 std::vector<std::string> testCases; member in LocaleCreateCanonical
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderRunsOnly.java36 static final TestCase testCases[] = { field in TestReorderRunsOnly
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestReorderRunsOnly.java39 static final TestCase testCases[] = { field in TestReorderRunsOnly

12345