/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
AttributeListImplTest.java | 74 assertEquals(multi.getName(i), attrs.getName(i)); 93 assertEquals("doe", multi.getName(3)); 100 assertEquals("doe", multi.getName(4)); 106 assertEquals(null, multi.getName(5)); 114 assertEquals("bar", multi.getName(0)); 141 ai.removeAttribute(ai.getName(i)); 148 assertEquals("foo", multi.getName(0)); 149 assertEquals("bar", multi.getName(1)); 150 assertEquals("answer", multi.getName(2)) [all...] |
/libcore/luni/src/test/java/libcore/java/security/ |
ProviderTest.java | 75 String providerName = provider.getName(); 174 assertEquals(provider.getName(), 180 assertEquals(provider.getClass().getName(), 225 + " [provider=" + provider.getName() + "]"); 235 " [provider=" + provider.getName() + "]", 312 put("Fake.FOO", MockSpi.class.getName()); 321 Security.removeProvider(provider.getName()); 330 put("Signature.FOO", MockSpi.class.getName()); 331 put("Signature.FOO SupportedKeyClasses", getClass().getName() 341 Security.removeProvider(provider.getName()); [all...] |
/external/guice/core/test/com/google/inject/ |
BinderTest.java | 48 private final Logger loggerToWatch = Logger.getLogger(Guice.class.getName()); 103 String segment1 = "No implementation for " + Comparator.class.getName() + " was bound."; 105 + Named.class.getName() + "(value=date) was bound."; 109 String atSegment = "at " + getClass().getName(); 139 "for field at " + NeedsRunnable.class.getName(), ".runnable(BinderTest.java:", 140 "at " + getClass().getName(), getDeclaringSourcePart(getClass())); 159 "at " + getClass().getName()); 174 "at " + getClass().getName(), getDeclaringSourcePart(getClass())); 277 "1) A binding to java.lang.String[] was already configured at " + getClass().getName(), 278 "at " + getClass().getName(), getDeclaringSourcePart(getClass())) [all...] |
ModulesTest.java | 64 assertEquals(ImmutableList.of(m1.getClass().getName(), 65 combined1.getClass().getName(), skipSourcesModule.getClass().getName(), 66 combined2.getClass().getName()), source.getModuleClassNames()); 68 assertEquals(skipSourcesModule.getClass().getName(), stackTraceElement.getClassName());
|
ProvisionExceptionTest.java | 82 "at " + E.class.getName() + ".setObject(ProvisionExceptionTest.java:"); 98 "at " + ProvisionExceptionTest.class.getName(), 112 "at " + F.class.getName() + ".<init>(ProvisionExceptionTest.java:"); 126 "while locating ", FProvider.class.getName(), 127 "while locating ", F.class.getName()); 141 "at " + ProvisionExceptionTest.class.getName(), 188 "while locating " + InnerClass.class.getName()); 202 "while locating " + LocalClass.class.getName()); 212 assertContains(expected.getMessage(), MethodWithBindingAnnotation.class.getName() 213 + ".injectMe() is annotated with @", Green.class.getName() + "(), " [all...] |
/external/vogar/test/vogar/target/ |
JUnitRunnerTest.java | 59 target.getName() + "#testSimple"); 87 target.getName() + "#testSimple1"); 89 target.getName() + "#testSimple2"); 91 target.getName() + "#testSimple3"); 103 target.getName() + "#testSimple2"); 115 target.getName() + "#testSimple2"); 117 target.getName() + "#testSimple3"); 129 target.getName() + "#testSimple2"); 144 target.getName() + "#testSimple5"); 161 target.getName() + "#testSimple2") [all...] |
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
GraphicsPerformanceTests.java | 44 DecodeBitmapTest.class.getName(), 47 DrawBitmap7x7.class.getName(), 48 DrawBitmap15x15.class.getName(), 49 DrawBitmap31x31.class.getName(), 50 DrawBitmap63x63.class.getName(), 51 DrawBitmap127x127.class.getName(), 52 DrawBitmap319x239.class.getName(), 53 DrawBitmap319x479.class.getName(), 56 DrawBitmap8x8.class.getName(), 57 DrawBitmap16x16.class.getName(), [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LevelTest.java | 39 * values. As byproducts, getName & intValue are also tested. 43 assertEquals("level1", l.getName()); 50 * As byproducts, getName & intValue are also tested. 63 * As byproducts, getName & intValue are also tested. 67 assertEquals("", l.getName()); 74 * values. As byproducts, getName & intValue are also tested. 78 assertEquals("level1", l.getName()); 85 * As byproducts, getName & intValue are also tested. 99 * As byproducts, getName & intValue are also tested. 103 assertEquals("", l.getName()); [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
IdentityScopeTest.java | 67 assertEquals("Aleksei Semenov", is.getName()); 77 assertEquals("Aleksei Semenov", is.getName()); 78 assertEquals(scope.getName(), is.getScope().getName()); 89 assertEquals(name, scope.getClass().getName());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/ |
ProviderConfigurationPermission.java | 114 if (!this.getName().equals(permission.getName())) 136 return this.permissionMask == other.permissionMask && this.getName().equals(other.getName()); 144 return this.getName().hashCode() + this.permissionMask;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
X509ExtensionUtil.java | 72 list.add(genName.getName().toASN1Primitive()); 75 list.add(X500Name.getInstance(genName.getName()).toString()); 80 list.add(((ASN1String)genName.getName()).getString()); 83 list.add(ASN1ObjectIdentifier.getInstance(genName.getName()).getId()); 86 list.add(DEROctetString.getInstance(genName.getName()).getOctets());
|
/external/clang/tools/diagtool/ |
DiagnosticNames.h | 24 llvm::StringRef getName() const { 29 return getName() < Other.getName(); 45 llvm::StringRef getName() const; 98 return getName() < Other;
|
/external/guice/core/src/com/google/inject/internal/util/ |
Classes.java | 50 return member.getDeclaringClass().getName() + "." + member.getName() + "()"; 52 return member.getDeclaringClass().getName() + "." + member.getName(); 54 return member.getDeclaringClass().getName() + ".<init>()";
|
/external/jmdns/src/javax/jmdns/impl/ |
ServiceEventImpl.java | 24 // private static Logger logger = Logger.getLogger(ServiceEvent.class.getName()); 77 * @see javax.jmdns.ServiceEvent#getName() 80 public String getName() { 93 buf.append(this.getName()); 121 return new ServiceEventImpl((JmDNSImpl) this.getDNS(), this.getType(), this.getName(), newInfo);
|
/external/junit/src/org/junit/internal/runners/ |
MethodValidator.java | 74 fErrors.add(new Exception("Method " + each.getName() + "() " 78 fErrors.add(new Exception("Class " + each.getDeclaringClass().getName() 81 fErrors.add(new Exception("Method " + each.getName() 84 fErrors.add(new Exception("Method " + each.getName() 87 fErrors.add(new Exception("Method " + each.getName()
|
JUnit38ClassRunner.java | 49 return Description.createTestDescription(getEffectiveClass(test), getName(test)); 56 private String getName(Test test) { 58 return ((TestCase) test).getName(); 98 return Description.createTestDescription(tc.getClass(), tc.getName()); 101 String name= ts.getName() == null ? createSuiteDescription(ts) : ts.getName(); 133 TestSuite filtered= new TestSuite(suite.getName());
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/ |
BaseFieldReference.java | 43 hashCode = hashCode*31 + getName().hashCode(); 52 getName().equals(other.getName()) && 63 res = getName().compareTo(o.getName());
|
BaseMethodReference.java | 46 hashCode = hashCode*31 + getName().hashCode(); 56 getName().equals(other.getName()) && 67 res = getName().compareTo(o.getName());
|
/external/snakeyaml/src/test/java/examples/collections/ |
TypeSafePriorityTest.java | 49 assertEquals("Fred", fred.getName()); 52 assertEquals("John", john.getName()); 64 public String getName() { 83 public String getName(); 101 public String getName() {
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
KeyAgreementTest.java | 41 put("KeyAgreement.FOO", MockKeyAgreementSpi.AllKeyTypes.class.getName()); 56 put("KeyAgreement.FOO", MockKeyAgreementSpi.AllKeyTypes.class.getName()); 67 Security.removeProvider(mockProvider.getName()); 80 put("KeyAgreement.FOO", MockKeyAgreementSpi.AllKeyTypes.class.getName()); 92 Security.removeProvider(mockProvider.getName());
|
/packages/apps/TV/src/com/android/tv/parental/ |
ContentRatingLevelPolicy.java | 68 contentRatingSystem.getDomain(), contentRatingSystem.getName(), 69 rating.getName()); 73 contentRatingSystem.getDomain(), contentRatingSystem.getName(), 74 rating.getName(), subRating.getName());
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestSuite.java | 57 public String getName() { 162 if (!parser.getName().equals(TAG)) { 164 "invalid XML: Expected %s tag but received %s", TAG, parser.getName())); 169 if (eventType == XmlPullParser.START_TAG && parser.getName().equals(TestSuite.TAG)) { 173 } else if (eventType == XmlPullParser.START_TAG && parser.getName().equals( 178 } else if (eventType == XmlPullParser.END_TAG && parser.getName().equals(TAG)) { 189 mChildTestCaseMap.put(testCase.getName(), testCase); 196 mChildSuiteMap.put(suite.getName(), suite); 210 if (getName() != null) { 211 parentSuiteNames.addLast(getName()); [all...] |
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLoggerTest.java | 65 assertEquals("global", Logger.global.getName()); 80 assertEquals("myname", mlog.getName()); 93 assertNull(mlog.getName()); 103 assertEquals("...#$%%^&&()-_+=!@~./,[]{};:'\\\"?|", mlog.getName()); 111 assertEquals("", mlog.getName()); 145 assertEquals("testGetLogger_WithParent_ParentLogger", pLog.getName()); 158 .getName()); 171 .getName()); 178 .getName()); 190 childOfChild.getName()); [all...] |
/external/javassist/src/test/test/javassist/proxy/ |
ProxySerializationTest.java | 45 assertTrue("new name should be null", newProxy.getName() == null); 72 assertTrue("names should be equal", proxy.getName().equals(newProxy.getName())); 84 if (m.getName().equals("getName")) { 141 public String getName() 149 public String getName();
|
/external/proguard/src/proguard/ |
DescriptorKeepChecker.java | 147 notePrinter.print(referencingClass.getName(), 148 programClass.getName(), 150 ClassUtil.externalClassName(referencingClass.getName()) + 154 referencingMember.getName(referencingClass), 156 ClassUtil.externalFullMethodDescription(referencingClass.getName(), 158 referencingMember.getName(referencingClass), 161 ClassUtil.externalClassName(programClass.getName()) +
|