Searched refs:testCases (Results 51 - 75 of 92) sorted by relevance

1234

/external/icu/icu4c/source/test/cintltst/
H A Dcalldata.h96 const UChar testCases[][4] = variable
H A Dcapitst.c2031 } testCases[] = { local
2066 for(i = 0; i < UPRV_LENGTHOF(testCases); i++) {
2068 if(testCases[i].locale) {
2069 locale = testCases[i].locale;
2074 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status);
2075 if(status != testCases[i].expectedStatus) {
2077 u_errorName(status), u_errorName(testCases[i].expectedStatus), testCases[i].input);
2084 if(strcmp(fromShortBuffer, testCases[i].expectedOutput)) {
2086 fromShortBuffer, testCases[
[all...]
H A Dcbiditst.c1333 } testCases[]={ local
1361 UPRV_LENGTHOF(testCases));
1363 for(i=0; i<UPRV_LENGTHOF(testCases); ++i) {
1364 dir = ubidi_getBaseDirection(testCases[i].s, testCases[i].length );
2181 } testCases[]={ local
2200 log_verbose("inverse Bidi: testInverse(L) with %u test cases ---\n", UPRV_LENGTHOF(testCases));
2201 for(i=0; i<UPRV_LENGTHOF(testCases); ++i) {
2204 _testInverseBidi(pBiDi, testCases[i].s, testCases[
4145 } testCases[] = { local
[all...]
/external/libmojo/mojo/public/js/
H A Dcodec_unittests.js267 var testCases = [
277 testCases.forEach(function(test) {
/external/skia/tests/
H A DClipStackTest.cpp1140 } testCases[] = { local
1175 for (size_t i = 0; i < SK_ARRAY_COUNT(testCases); ++i) {
1176 const GrReducedClip reduced(stack, testCases[i].testBounds);
1177 REPORTER_ASSERT(reporter, reduced.elements().count() == testCases[i].reducedClipCount);
1178 SkASSERT(reduced.elements().count() == testCases[i].reducedClipCount);
1180 REPORTER_ASSERT(reporter, reduced.elementsGenID() == testCases[i].reducedGenID);
1181 SkASSERT(reduced.elementsGenID() == testCases[i].reducedGenID);
1183 REPORTER_ASSERT(reporter, reduced.initialState() == testCases[i].initialState);
1184 SkASSERT(reduced.initialState() == testCases[i].initialState);
1187 REPORTER_ASSERT(reporter, reduced.ibounds() == testCases[
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestBidiTransform.java105 final Object[][] testCases = {
221 for (Object[] test : testCases) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestBidiTransform.java104 final Object[][] testCases = {
220 for (Object[] test : testCases) {
/external/boringssl/src/util/
H A Dall_tests.go314 testCases, err := parseTestConfig("util/all_tests.json")
330 for _, test := range testCases {
375 fmt.Printf("\n%d of %d tests failed:\n", len(failed), len(testCases))
/external/icu/icu4c/source/test/intltest/
H A Dplurults.cpp931 static const char *testCases[] = { local
946 for (int i=0; i<UPRV_LENGTHOF(testCases); i++) {
947 const char *rules = testCases[i];
970 static DoubleTestCase testCases[] = { local
988 for (int i=0; i<UPRV_LENGTHOF(testCases); ++i) {
989 DoubleTestCase &tc = testCases[i];
H A Dtmsgfmt.cpp256 UnicodeString testCases[] = { local
268 // ICU 4.8 returns the original pattern (testCases),
296 //it_out << "\nPat in: " << testCases[i]);
301 form = new MessageFormat(testCases[i], Locale::getUS(), success);
304 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
307 // ICU 4.8 returns the original pattern (testCases),
309 if (form->toPattern(buffer) != testCases[i]) {
316 errln(((UnicodeString)" Orig: ") + testCases[i]);
317 errln(((UnicodeString)" Exp: ") + testCases[i]);
H A Dalphaindextst.cpp621 } testCases[] = { local
636 for (int32_t i = 0; i < UPRV_LENGTHOF(testCases); ++i) {
637 const TestCase &testCase = testCases[i];
H A Duts46test.cpp246 static const TestCase testCases[]={ variable
590 for(i=0; i<UPRV_LENGTHOF(testCases); ++i) {
591 const TestCase &testCase=testCases[i];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUResourceBundleTest.java791 boolean truncate, String[] testCases) {
797 for(int i = 0; i < testCases.length ;i+=3) {
798 boolean expectAvail = T_STR.equals(testCases[i+0]);
799 ULocale inLocale = new ULocale(testCases[i+1]);
800 ULocale expectLocale = new ULocale(testCases[i+2]);
790 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java790 boolean truncate, String[] testCases) {
796 for(int i = 0; i < testCases.length ;i+=3) {
797 boolean expectAvail = T_STR.equals(testCases[i+0]);
798 ULocale inLocale = new ULocale(testCases[i+1]);
799 ULocale expectLocale = new ULocale(testCases[i+2]);
789 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DUTS46Test.java143 private static final String testCases[][]={ field in class:UTS46Test
489 for(i=0; i<testCases.length; ++i) {
490 testCase.set(testCases[i]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java142 private static final String testCases[][]={ field in class:UTS46Test
488 for(i=0; i<testCases.length; ++i) {
489 testCase.set(testCases[i]);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DHebrewTest.java135 final TestCase[] testCases = {
228 doTestCases(testCases, new HebrewCalendar());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DICUDurationTest.java406 TestCase[] testCases = {
419 for (TestCase test : testCases) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DHebrewTest.java134 final TestCase[] testCases = {
227 doTestCases(testCases, new HebrewCalendar());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java405 TestCase[] testCases = {
418 for (TestCase test : testCases) {
/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfixtfdi_test.c12 const struct testVector testCases[] = { variable in typeref:struct:testVector
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
461 input.hi = testCases[i].xhi;
462 input.lo = testCases[i].xlo;
463 expected_result = testCases[i].result;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationMiscTest.java2602 * @param testCases
2607 OneTestCase[] testCases, String[] rules) {
2620 for (OneTestCase testCase : testCases) {
2813 OneTestCase[] testCases = new OneTestCase[] {
2819 doTestCollation(testCases, rules);
2881 OneTestCase[] testCases = new OneTestCase[] {
2890 doTestCollation(testCases, rules);
3518 private void doTestOneReorderingAPITestCase(OneTestCase testCases[], int reorderTokens[]) argument
3523 for (OneTestCase testCase : testCases) {
2606 doTestCollation( OneTestCase[] testCases, String[] rules) argument
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java2601 * @param testCases
2606 OneTestCase[] testCases, String[] rules) {
2619 for (OneTestCase testCase : testCases) {
2812 OneTestCase[] testCases = new OneTestCase[] {
2818 doTestCollation(testCases, rules);
2880 OneTestCase[] testCases = new OneTestCase[] {
2889 doTestCollation(testCases, rules);
3517 private void doTestOneReorderingAPITestCase(OneTestCase testCases[], int reorderTokens[]) argument
3522 for (OneTestCase testCase : testCases) {
2605 doTestCollation( OneTestCase[] testCases, String[] rules) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java353 NodeList testCases = root.getElementsByTagName("test-case");
357 for (int n = 0; n < testCases.getLength(); n += 1) {
358 Node testCase = testCases.item(n);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java352 NodeList testCases = root.getElementsByTagName("test-case");
356 for (int n = 0; n < testCases.getLength(); n += 1) {
357 Node testCase = testCases.item(n);

Completed in 1381 milliseconds

1234