/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 458 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0; in testAPI() local 478 …ES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 480 + prettify(UnicodeString(expected,expectedLen)) in testAPI() 508 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 512 … " with both options set. Expected: "+ prettify(UnicodeString(expected,expectedLen))+ in testAPI() 543 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 570 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 597 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 599 …rminated source with both options set. Expected: "+ prettify(UnicodeString(expected,expectedLen))); in testAPI() 626 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() [all …]
|
D | utxttest.cpp | 593 int64_t expectedLen = cpMap[cpCount].nativeIdx; in TestAccessNoClone() local 595 TEST_ASSERT(expectedLen == utlen); in TestAccessNoClone() 801 expectedLen = us.length(); in TestAccessNoClone() 804 TEST_ASSERT(len == expectedLen); in TestAccessNoClone() 815 TEST_ASSERT(len == expectedLen); in TestAccessNoClone()
|
/external/skia/tests/ |
D | Point3Test.cpp | 80 SkScalar x, SkScalar y, SkScalar z, SkScalar expectedLen) { in test_length() argument 87 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(s1, expectedLen)); in test_length() 91 SkScalar x, SkScalar y, SkScalar z, SkScalar expectedLen) { in test_normalize() argument 97 if (0 == expectedLen) { in test_normalize()
|
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 113 int32_t expectedLen = 3, len; in checkItemCount() local 122 if (str == NULL || len != expectedLen || strlen(str) != expectedLen) { in checkItemCount()
|
D | idnatest.c | 79 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0; in testAPI() local 100 …ES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 122 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 146 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 168 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 189 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI() 212 …status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){ in testAPI()
|
D | usrchtst.c | 2518 int expectedLen; in TestSearchForNull() local 2535 expectedLen = 4; in TestSearchForNull() 2579 if (len != expectedLen) { in TestSearchForNull() 2581 expectedLen, len); in TestSearchForNull() 2610 int32_t expectedLen = 3; in TestStrengthIdentical() local 2635 if(len != expectedLen) { in TestStrengthIdentical() 2636 log_err("Expected search result length: %d; Got instead: %d\n", expectedLen, len); in TestStrengthIdentical()
|
D | cloctst.c | 747 int32_t expectedLen=u_strlen(expected); in TestDisplayNames() local 749 if(len!=expectedLen) { in TestDisplayNames() 751 locale, displayLocale, len, expectedLen); in TestDisplayNames() 752 } else if(preflightLen!=expectedLen) { in TestDisplayNames() 754 locale, displayLocale, preflightLen, expectedLen); in TestDisplayNames() 778 if(len!=expectedLen) { in TestDisplayNames() 779 … log_err("with buffer of length %d, expected length %d but got %d", i, expectedLen, len); in TestDisplayNames()
|
D | creststn.c | 595 int32_t expectedLen; in TestNewTypes() local 619 expectedLen = u_unescape(pattern,expectedEscaped,patternLen); in TestNewTypes() 620 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){ in TestNewTypes() 624 for(i=0;i<expectedLen;i++){ in TestNewTypes()
|
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 81 unsigned long *expectedLen);
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlschemastypes.rpgle | 112 d expectedLen * value unsigned long *
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1663 int expectedLen = expectedAcit.getEndIndex() - indexExp; in TestFormatToCharacterIterator() local 1664 if (end - index != expectedLen) { in TestFormatToCharacterIterator() 1665 …("FAIL: Length of the result attributed string is " + (end - index) + " expected: " + expectedLen); in TestFormatToCharacterIterator()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1659 int expectedLen = expectedAcit.getEndIndex() - indexExp; in TestFormatToCharacterIterator() local 1660 if (end - index != expectedLen) { in TestFormatToCharacterIterator() 1661 …("FAIL: Length of the result attributed string is " + (end - index) + " expected: " + expectedLen); in TestFormatToCharacterIterator()
|
/external/libxml2/ |
D | xmlschemastypes.c | 5077 unsigned long *expectedLen) in xmlSchemaValidateListSimpleTypeFacet() argument 5087 if (expectedLen != NULL) in xmlSchemaValidateListSimpleTypeFacet() 5088 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet() 5093 if (expectedLen != NULL) in xmlSchemaValidateListSimpleTypeFacet() 5094 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet() 5099 if (expectedLen != NULL) in xmlSchemaValidateListSimpleTypeFacet() 5100 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet()
|
D | testapi.c | 35974 unsigned long * expectedLen; /* the resulting expected number of list items */ in test_xmlSchemaValidateListSimpleTypeFacet() local 35985 expectedLen = gen_unsigned_long_ptr(n_expectedLen, 3); in test_xmlSchemaValidateListSimpleTypeFacet() 35987 …_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen); in test_xmlSchemaValidateListSimpleTypeFacet() 35993 des_unsigned_long_ptr(n_expectedLen, expectedLen, 3); in test_xmlSchemaValidateListSimpleTypeFacet()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |