/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/junit-params/src/test/java/junitparams/naming/ |
D | NamingStrategyIsUsedByRunnerTest.java | 43 private static Description getChildDescriptionByName(Description parent, String expectedName) { in getChildDescriptionByName() argument 45 if (expectedName.equals(childDescription.getDisplayName())) { in getChildDescriptionByName()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/ |
D | ParsingSteps.java | 138 …nClassIsCalled(int statementPosition, int methodPosition, int classPosition, String expectedName) { in thenLambdaInClassIsCalled() argument 142 assertThat(variableDeclarator.getNameAsString(), is(expectedName)); in thenLambdaInClassIsCalled() 204 … int classPosition, String expectedName) { in thenMethodReferenceInStatementInMethodInClassIsScope() argument 208 assertThat(methodReferenceUnderTest.getScope().toString(), is(expectedName)); in thenMethodReferenceInStatementInMethodInClassIsScope() 213 … int classPosition, String expectedName) { in thenMethodReferenceInStatementInMethodInClassIdentifierIsCompareByAge() argument 217 assertThat(methodReferenceUnderTest.getIdentifier(), is(expectedName)); in thenMethodReferenceInStatementInMethodInClassIdentifierIsCompareByAge()
|
D | ManipulationSteps.java | 248 …blic void thenMethodInClassHasTheName(int methodPosition, int classPosition, String expectedName) { in thenMethodInClassHasTheName() argument 251 assertThat(method.getNameAsString(), is(expectedName)); in thenMethodInClassHasTheName() 264 …sTypeIntCalled(int methodPosition, int classPosition, int parameterPosition, String expectedName) { in thenMethodInClassParameterIsTypeIntCalled() argument 269 assertThat(parameter.getNameAsString(), is(expectedName)); in thenMethodInClassParameterIsTypeIntCalled()
|
/external/robolectric/v1/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/skqp/tests/ |
D | SkDOMTest.cpp | 16 const SkDOM::Node* node, const char* expectedName, in check_node() argument 20 REPORTER_ASSERT(r, !strcmp(dom.getName(node), expectedName)); in check_node()
|
/external/skia/tests/ |
D | SkDOMTest.cpp | 16 const SkDOM::Node* node, const char* expectedName, in check_node() argument 20 REPORTER_ASSERT(r, !strcmp(dom.getName(node), expectedName)); in check_node()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | LightCodeInsightParsingTestCase.java | 175 String expectedName = targetDataName + "." + language.getID() + ".txt"; in doCheckResult() local 176 …doCheckResult(myFullDataPath, expectedName, toParseTreeText(root, skipSpaces, printRanges).trim()); in doCheckResult()
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 763 UnicodeString expectedName; in doTestDisplayNames() local 781 expectedName = dataTable[compareIndex + 4][i]; in doTestDisplayNames() 782 if (expectedName.length() == 0) in doTestDisplayNames() 783 expectedName = dataTable[DNAME_EN][i]; in doTestDisplayNames() 793 if (testName != expectedName) in doTestDisplayNames() 794 …) of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName); in doTestDisplayNames()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 891 UChar* expectedName = 0; in doTestDisplayNames() local 997 expectedName=dataTable[compareIndex + 4][i]; in doTestDisplayNames() 998 if(u_strlen(expectedName) == 0) in doTestDisplayNames() 999 expectedName=dataTable[DNAME_EN][i]; in doTestDisplayNames() 1017 if(0 != u_strcmp(testName, expectedName)) { in doTestDisplayNames() 1018 …layLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale… in doTestDisplayNames() 6295 const char * expectedName; member 6312 int32_t ulenExpect = u_unescape(itemPtr->expectedName, ubufExpect, kUBufDispNameMax); in TestBadLocaleIDs()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 617 std::ostringstream expectedName; in validateSingleVariable() local 619 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable() 621 expectedName << "[0]"; in validateSingleVariable() 624 if (blockName != expectedName.str()) in validateSingleVariable() 626 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::… in validateSingleVariable()
|