Searched refs:expectedName (Results 1 – 7 of 7) sorted by relevance
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypeData.java | 125 protected String expectedName; field in TypeData.TypeName 132 expectedName = null; in TypeName() 203 if (update(cp, expectedName, typeName)) in setType() 204 expectedName = typeName; in setType() 215 name = this.expectedName; in evalExpectedType() 220 if (update(cp, name, tn.expectedName)) in evalExpectedType() 221 name = tn.expectedName; in evalExpectedType() 230 tn.expectedName = name; in evalExpectedType() 293 String en = expectedName; in getExpected() 303 String en = expectedName; in toString() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/ |
D | InternetDomainNameTest.java | 356 String expectedName = Ascii.toLowerCase(inputName); in testToString() local 357 expectedName = expectedName.replaceAll("[\u3002\uFF0E\uFF61]", "."); in testToString() 359 if (expectedName.endsWith(".")) { in testToString() 360 expectedName = expectedName.substring(0, expectedName.length() - 1); in testToString() 363 assertEquals(expectedName, domain.toString()); in testToString()
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | InternetDomainNameTest.java | 358 String expectedName = Ascii.toLowerCase(inputName); in testToString() local 359 expectedName = expectedName.replaceAll("[\u3002\uFF0E\uFF61]", "."); in testToString() 361 if (expectedName.endsWith(".")) { in testToString() 362 expectedName = expectedName.substring(0, expectedName.length() - 1); in testToString() 365 assertEquals(expectedName, domain.toString()); in testToString()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/ |
D | ImageViewHasDrawableMatcher.java | 30 String expectedName = nameOrUnset(resourceLoader, expectedResourceId); in matchesSafely() local 31 …ResourceId + " (" + actualName + ")] to equal [" + expectedResourceId + " (" + expectedName + ")]"; in matchesSafely()
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 757 UnicodeString expectedName; in doTestDisplayNames() local 775 expectedName = dataTable[compareIndex + 4][i]; in doTestDisplayNames() 776 if (expectedName.length() == 0) in doTestDisplayNames() 777 expectedName = dataTable[DNAME_EN][i]; in doTestDisplayNames() 787 if (testName != expectedName) in doTestDisplayNames() 788 …) of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName); in doTestDisplayNames()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 884 UChar* expectedName = 0; in doTestDisplayNames() local 990 expectedName=dataTable[compareIndex + 4][i]; in doTestDisplayNames() 991 if(u_strlen(expectedName) == 0) in doTestDisplayNames() 992 expectedName=dataTable[DNAME_EN][i]; in doTestDisplayNames() 1010 if(0 != u_strcmp(testName, expectedName)) { in doTestDisplayNames() 1011 …layLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale… in doTestDisplayNames()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 615 std::ostringstream expectedName; in validateSingleVariable() local 617 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable() 619 expectedName << "[0]"; in validateSingleVariable() 622 if (blockName != expectedName.str()) in validateSingleVariable() 624 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::… in validateSingleVariable()
|