Searched refs:getClass (Results 1 - 25 of 697) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/evaluation/value/
H A DTopValue.java46 return this.getClass() == other.getClass() ? this : null;
65 this.getClass() == object.getClass();
71 return this.getClass().hashCode();
H A DValue.java48 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() + "]");
H A DUnknownDoubleValue.java111 this.getClass() == object.getClass();
117 return this.getClass().hashCode();
H A DUnknownFloatValue.java111 this.getClass() == object.getClass();
117 return this.getClass().hashCode();
/external/objenesis/main/test/org/objenesis/
H A DObjenesisTest.java41 assertEquals(o.getInstantiatorOf(getClass()).newInstance().getClass(), getClass());
46 assertEquals(getClass(), o.newInstance(getClass()).getClass());
51 ObjectInstantiator i1 = o.getInstantiatorOf(getClass());
53 assertEquals(getClass(), i1.newInstance().getClass());
56 ObjectInstantiator i2 = o.getInstantiatorOf(getClass());
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DAllocationGuard.java30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DConstant.java49 Class clazz = getClass();
50 Class otherClazz = other.getClass();
H A DCstLiteral32.java40 (getClass() == other.getClass()) &&
H A DCstLiteral64.java40 (getClass() == other.getClass()) &&
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DSSLServerSocketFactoryTest.java72 if (!factory.getClass().getName().equals(customServerSocketFactory.getClass().getName())) {
73 fail("incorrect instance: " + factory.getClass() +
74 " expected: " + customServerSocketFactory.getClass().getName());
78 fail("incorrect instance " + factory.getClass());
H A DSSLSocketFactoryTest.java72 if (!factory.getClass().getName().equals(customSocketFactory.getClass().getName())) {
73 fail("incorrect instance: " + factory.getClass() +
74 " expected: " + customSocketFactory.getClass().getName());
78 fail("incorrect instance " + factory.getClass());
/external/mockito/src/org/mockito/internal/matchers/
H A DEquals.java54 if (o == null || !this.getClass().equals(o.getClass())) {
69 description.appendText(describe("("+ wanted.getClass().getSimpleName() +") " + wanted));
74 return wanted != null && object != null && object.getClass() == wanted.getClass();
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DStackMapFrame.java95 this.getClass() != object.getClass())
108 return getClass().hashCode() ^
H A DVerificationType.java95 this.getClass() == object.getClass();
101 return this.getClass().hashCode();
/external/guava/guava-testlib/src/com/google/common/testing/
H A DSerializableTester.java99 Assert.assertEquals(object.getClass(), copy.getClass());
/external/guava/guava-tests/test/com/google/common/io/
H A DResourcesTest.java48 URL url = getClass().getResource("/com/google/common/io/Resources.class");
56 URL resource = getClass().getResource("testdata/i18n.txt");
63 URL url = getClass().getResource("/com/google/common/io/Resources.class");
71 URL resource = getClass().getResource("testdata/i18n.txt");
77 URL resource = getClass().getResource("testdata/alice_in_wonderland.txt");
101 URL resource = getClass().getResource("testdata/i18n.txt");
123 getClass(), "com/google/common/io/testdata/i18n.txt");
133 assertNotNull(Resources.getResource(getClass(), "testdata/i18n.txt"));
/external/mockito/src/org/mockito/internal/stubbing/answers/
H A DReturns.java26 return value.getClass().getSimpleName();
30 return value.getClass();
/external/proguard/src/proguard/ant/
H A DKeepSpecificationElement.java52 (KeepSpecificationElement)getCheckedRef(this.getClass(),
53 this.getClass().getName()) :
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
H A DA.java24 pp.setClazz(getClass());
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptions.java25 final Class reClass = t.getClass ();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeGenerationException.java25 super(cause.getClass().getName() + "-->" + cause.getMessage());
/external/mockito/src/org/mockito/internal/util/reflection/
H A DLenientCopyTool.java16 copy(from, mock, from.getClass(), mock.getClass().getSuperclass());
20 copy(from, to, from.getClass(), to.getClass());
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DChunkOffsetBox.java18 return this.getClass().getSimpleName() + "[entryCount=" + getChunkOffsets().length + "]";
/external/proguard/src/proguard/classfile/attribute/
H A DAttribute.java79 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
94 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
110 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
126 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DTemporaryBindingsTest.java18 assertThat(shadowOf(new View(null)).getClass().getSimpleName(), equalTo(ShadowView.class.getSimpleName()));
22 assertThat(Robolectric.shadowOf_(new View(null)).getClass().getSimpleName(),
28 assertThat(shadowOf(new View(null)).getClass().getSimpleName(), equalTo(ShadowView.class.getSimpleName()));
32 assertThat(Robolectric.shadowOf_(new View(null)).getClass().getSimpleName(),

Completed in 1398 milliseconds

1234567891011>>