OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedName
(Results
1 - 13
of
13
) sorted by null
/cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java
121
private void checkActivityInfoName(String
expectedName
, List<ResolveInfo> resolves) {
128
if (current.equals(
expectedName
)) {
136
private void checkServiceInfoName(String
expectedName
, List<ResolveInfo> resolves) {
142
if (current.equals(
expectedName
)) {
150
private void checkPermissionInfoName(String
expectedName
, List<PermissionInfo> permissions) {
156
if (current.equals(
expectedName
)) {
164
private void checkProviderInfoName(String
expectedName
, List<ProviderInfo> providers) {
170
if (current.equals(
expectedName
)) {
178
private void checkInstrumentationInfoName(String
expectedName
,
185
if (current.equals(
expectedName
)) {
[
all
...]
/external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java
125
protected String
expectedName
;
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
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
Preconditions.java
54
* @param
expectedName
Name of the expected value
61
String
expectedName
, T expectedValue) {
66
argName,
expectedName
, arg, expectedValue));
/external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java
361
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/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainerTest.cpp
105
ExpectDOMException(const String&
expectedName
, const String& expectedMessage)
106
: m_expectedName(
expectedName
)
/external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp
764
UnicodeString
expectedName
;
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
);
[
all
...]
/external/icu/icu4c/source/test/intltest/
loctest.cpp
764
UnicodeString
expectedName
;
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
);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp
558
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;
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cloctst.c
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar
/external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 359 milliseconds