Searched refs:expectedName (Results 1 - 17 of 17) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java125 protected String expectedName; field in class:TypeData.TypeName
132 expectedName = null;
203 if (update(cp, expectedName, typeName))
204 expectedName = typeName;
215 name = this.expectedName;
220 if (update(cp, name, tn.expectedName))
221 name = tn.expectedName;
230 tn.expectedName = name;
293 String en = expectedName;
303 String en = expectedName;
[all...]
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
H A DInternetDomainNameTest.java356 String expectedName = Ascii.toLowerCase(inputName);
357 expectedName = expectedName.replaceAll("[\u3002\uFF0E\uFF61]", ".");
359 if (expectedName.endsWith(".")) {
360 expectedName = expectedName.substring(0, expectedName.length() - 1);
363 assertEquals(expectedName, domain.toString());
/external/junit-params/src/test/java/junitparams/naming/
H A DNamingStrategyIsUsedByRunnerTest.java43 private static Description getChildDescriptionByName(Description parent, String expectedName) { argument
45 if (expectedName.equals(childDescription.getDisplayName())) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
H A DImageViewHasDrawableMatcher.java30 String expectedName = nameOrUnset(resourceLoader, expectedResourceId);
31 message = "[" + actualResourceId + " (" + actualName + ")] to equal [" + expectedResourceId + " (" + expectedName + ")]";
/external/guava/guava-tests/test/com/google/common/net/
H A DInternetDomainNameTest.java358 String expectedName = Ascii.toLowerCase(inputName);
359 expectedName = expectedName.replaceAll("[\u3002\uFF0E\uFF61]", ".");
361 if (expectedName.endsWith(".")) {
362 expectedName = expectedName.substring(0, expectedName.length() - 1);
365 assertEquals(expectedName, domain.toString());
/external/skia/tests/
H A DSkDOMTest.cpp16 const SkDOM::Node* node, const char* expectedName,
20 REPORTER_ASSERT(r, !strcmp(dom.getName(node), expectedName));
15 check_node(skiatest::Reporter* r, const SkDOM& dom, const SkDOM::Node* node, const char* expectedName, SkDOM::Type expectedType) argument
/external/skqp/tests/
H A DSkDOMTest.cpp16 const SkDOM::Node* node, const char* expectedName,
20 REPORTER_ASSERT(r, !strcmp(dom.getName(node), expectedName));
15 check_node(skiatest::Reporter* r, const SkDOM& dom, const SkDOM::Node* node, const char* expectedName, SkDOM::Type expectedType) argument
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
H A DParsingSteps.java137 @Then("lambda in statement $statementPosition in method $methodPosition in class $classPosition is called $expectedName")
138 public void thenLambdaInClassIsCalled(int statementPosition, int methodPosition, int classPosition, String expectedName) { argument
142 assertThat(variableDeclarator.getNameAsString(), is(expectedName));
202 @Then("method reference in statement $statementPosition in method $methodPosition in class $classPosition scope is $expectedName")
204 int classPosition, String expectedName) {
208 assertThat(methodReferenceUnderTest.getScope().toString(), is(expectedName));
211 @Then("method reference in statement $statementPosition in method $methodPosition in class $classPosition identifier is $expectedName")
213 int classPosition, String expectedName) {
217 assertThat(methodReferenceUnderTest.getIdentifier(), is(expectedName));
203 thenMethodReferenceInStatementInMethodInClassIsScope(int statementPosition, int methodPosition, int classPosition, String expectedName) argument
212 thenMethodReferenceInStatementInMethodInClassIdentifierIsCompareByAge(int statementPosition, int methodPosition, int classPosition, String expectedName) argument
H A DManipulationSteps.java247 @Then("method $methodPosition in class $classPosition has the name \"$expectedName\"")
248 public void thenMethodInClassHasTheName(int methodPosition, int classPosition, String expectedName) { argument
251 assertThat(method.getNameAsString(), is(expectedName));
263 @Then("method $methodPosition in class $classPosition parameter $parameterPosition is type int called \"$expectedName\"")
264 public void thenMethodInClassParameterIsTypeIntCalled(int methodPosition, int classPosition, int parameterPosition, String expectedName) { argument
269 assertThat(parameter.getNameAsString(), is(expectedName));
/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DLightCodeInsightParsingTestCase.java175 String expectedName = targetDataName + "." + language.getID() + ".txt";
176 doCheckResult(myFullDataPath, expectedName, toParseTreeText(root, skipSpaces, printRanges).trim());
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp763 UnicodeString expectedName; local
781 expectedName = dataTable[compareIndex + 4][i];
782 if (expectedName.length() == 0)
783 expectedName = dataTable[DNAME_EN][i];
793 if (testName != expectedName)
794 dataerrln("Display name (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c891 UChar* expectedName = 0; local
997 expectedName=dataTable[compareIndex + 4][i];
998 if(u_strlen(expectedName) == 0)
999 expectedName=dataTable[DNAME_EN][i];
1017 if(0 != u_strcmp(testName, expectedName)) {
1018 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
6295 const char * expectedName; member in struct:__anon8238
6312 int32_t ulenExpect = u_unescape(itemPtr->expectedName, ubufExpect, kUBufDispNameMax);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp617 std::ostringstream expectedName;
619 expectedName << firstComponent.getInterfaceBlock()->interfaceName;
621 expectedName << "[0]";
624 if (blockName != expectedName.str())
626 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::TestLog::EndMessage;
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3898 milliseconds