Searched refs:expectedName (Results 1 - 14 of 14) 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-tests/test/com/google/common/net/
H A DInternetDomainNameTest.java361 String expectedName = inputName.toLowerCase(Locale.ENGLISH);
362 expectedName = expectedName.replaceAll("[\u3002\uFF0E\uFF61]", ".");
364 if (expectedName.endsWith(".")) {
365 expectedName = expectedName.substring(0, expectedName.length() - 1);
368 assertEquals(expectedName, domain.name());
/external/robolectric/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/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainerTest.cpp105 ExpectDOMException(const String& expectedName, const String& expectedMessage) argument
106 : m_expectedName(expectedName)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp764 UnicodeString expectedName; local
782 expectedName = dataTable[compareIndex + 4][i];
783 if (expectedName.length() == 0)
784 expectedName = dataTable[DNAME_EN][i];
794 if (testName != expectedName)
795 dataerrln("Display name (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName);
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp764 UnicodeString expectedName; local
782 expectedName = dataTable[compareIndex + 4][i];
783 if (expectedName.length() == 0)
784 expectedName = dataTable[DNAME_EN][i];
794 if (testName != expectedName)
795 dataerrln("Display name (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp558 std::ostringstream expectedName;
560 expectedName << firstComponent.getInterfaceBlock()->interfaceName;
562 expectedName << "[0]";
565 if (blockName != expectedName.str())
567 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::TestLog::EndMessage;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c878 UChar* expectedName = 0; local
984 expectedName=dataTable[compareIndex + 4][i];
985 if(u_strlen(expectedName) == 0)
986 expectedName=dataTable[DNAME_EN][i];
1004 if(0 != u_strcmp(testName, expectedName)) {
1005 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c878 UChar* expectedName = 0; local
984 expectedName=dataTable[compareIndex + 4][i];
985 if(u_strlen(expectedName) == 0)
986 expectedName=dataTable[DNAME_EN][i];
1004 if(0 != u_strcmp(testName, expectedName)) {
1005 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1908 milliseconds