/external/mockito/src/org/mockito/internal/creation/ |
DelegatingMethod.java | 28 public String getName() {
29 return method.getName();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Credentials.java | 110 if (nameValue.getName().compareToIgnoreCase(URI) == 0) 112 else if (nameValue.getName().compareToIgnoreCase(NONCE) == 0) 114 else if (nameValue.getName().compareToIgnoreCase(REALM) == 0) 116 else if (nameValue.getName().compareToIgnoreCase(CNONCE) == 0) 118 else if (nameValue.getName().compareToIgnoreCase(RESPONSE) == 0) 120 else if (nameValue.getName().compareToIgnoreCase(OPAQUE) == 0) 122 else if (nameValue.getName().compareToIgnoreCase(USERNAME) == 0) 124 else if (nameValue.getName().compareToIgnoreCase(DOMAIN) == 0)
|
/external/proguard/src/proguard/evaluation/value/ |
Value.java | 48 throw new IllegalArgumentException("Value is not a Category 1 value [" + this.getClass().getName() + "]"); 56 throw new IllegalArgumentException("Value is not a Category 2 value [" + this.getClass().getName() + "]"); 65 throw new IllegalArgumentException("Value is not an integer value [" + this.getClass().getName() + "]"); 73 throw new IllegalArgumentException("Value is not a long value [" + this.getClass().getName() + "]"); 81 throw new IllegalArgumentException("Value is not a float value [" + this.getClass().getName() + "]"); 89 throw new IllegalArgumentException("Value is not a double value [" + this.getClass().getName() + "]"); 97 throw new IllegalArgumentException("Value is not a reference value [" + this.getClass().getName() + "]"); 105 throw new IllegalArgumentException("Value is not an instruction offset value [" + this.getClass().getName() + "]");
|
/external/proguard/src/proguard/optimize/ |
MemberDescriptorSpecializer.java | 81 System.out.println("MemberDescriptorSpecializer: "+programClass.getName()+"."+programField.getName(programClass)+" "+programField.getDescriptor(programClass)); 82 System.out.println(" "+programField.referencedClass.getName()+" -> "+referencedClass.getName()); 121 System.out.println("MemberDescriptorSpecializer: "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)); 122 System.out.println(" "+programMethod.referencedClasses[classIndex].getName()+" -> "+referencedClass.getName());
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
ucnhash.h | 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon80762 25 as for getname. */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
ucnhash.h | 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon80885 25 as for getname. */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
AccessService.java | 8 AccessService.class.getName());
|
OffHostService.java | 8 OffHostService.class.getName());
|
PaymentService2.java | 8 PaymentService2.class.getName());
|
TransportService1.java | 8 TransportService1.class.getName());
|
TransportService2.java | 8 TransportService2.class.getName());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
ECNamedCurveGenParameterSpec.java | 24 public String getName()
|
/external/chromium_org/third_party/icu/source/i18n/ |
csmatch.h | 32 const char *getName()const;
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSetCollectionTest.java | 65 .named(ImmutableSetTest.class.getName()) 76 .named(ImmutableSetTest.class.getName() + ", reserialized") 83 .named(ImmutableSetTest.class.getName() + ", with bad hashes") 90 .named(ImmutableSetTest.class.getName() + ", degenerate") 97 .named(ImmutableSortedSetTest.class.getName()) 108 .named(ImmutableSortedSetTest.class.getName() + ", reserialized") 115 .named(ImmutableSortedSetTest.class.getName() + ", headset") 122 .named(ImmutableSortedSetTest.class.getName() + ", tailset") 129 .named(ImmutableSortedSetTest.class.getName() + ", subset") 144 ImmutableSortedSetTest.class.getName() + ", headset, reserialized" [all...] |
/external/lldb/test/python_api/default-constructor/ |
sb_function.py | 9 obj.GetName()
|
sb_section.py | 10 obj.GetName()
|
/external/mockito/src/org/mockito/internal/matchers/ |
CompareEqual.java | 19 protected String getName() {
|
GreaterOrEqual.java | 19 protected String getName() {
|
GreaterThan.java | 19 protected String getName() {
|
LessOrEqual.java | 19 protected String getName() {
|
LessThan.java | 19 protected String getName() {
|
/external/proguard/src/proguard/ |
DuplicateClassPrinter.java | 51 notePrinter.print(programClass.getName(), 53 ClassUtil.externalClassName(programClass.getName()) + "]"); 59 notePrinter.print(libraryClass.getName(), 61 ClassUtil.externalClassName(libraryClass.getName()) + "]");
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
NullDatabaseMapTest.java | 23 Assert.assertTrue(DatabaseConfig.getDatabaseMap().getClass().getName() 24 .equals(NullDatabaseMap.class.getName())); 33 Assert.assertTrue(DatabaseConfig.getDatabaseMap().getClass().getName() 34 .equals(NullDatabaseMap.class.getName()));
|
/frameworks/testing/support/tests/src/android/support/test/internal/runner/ |
TestRequestBuilderTest.java | 298 b.addTestClass(SampleTest.class.getName()); 311 b.addTestClass(SampleTest.class.getName()); 325 b.addTestClass(SampleTest.class.getName()); 326 b.addTestClass(SampleClassSize.class.getName()); 340 b.addTestClass(SampleTest.class.getName()); 341 b.addTestClass(SampleNoSize.class.getName()); 366 b.addTestClass(SampleJUnit3Test.class.getName()); 367 b.addTestClass(SampleNoSize.class.getName()); 381 b.addTestClass(SampleJUnit3Suppressed.class.getName()); 394 b.addTestClass(SampleJUnit3Suppressed.class.getName()); [all...] |
/art/test/044-proxy/src/ |
WrappedThrow.java | 196 //System.out.println("!!! object " + method.getName()); 197 if (method.getName().equals("toString")) 199 else if (method.getName().equals("hashCode")) 201 else if (method.getName().equals("equals")) 216 if (method.getName().equals("throwFunky")) 218 if (method.getName().equals("throwFunky2")) 220 if (method.getName().equals("throwException")) 222 if (method.getName().equals("throwBase")) 224 if (method.getName().equals("throwSub")) 226 if (method.getName().equals("throwSubSub") [all...] |