HomeSort by relevance Sort by last modified time
    Searched refs:getClass (Results 1 - 25 of 3123) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/005-annotations/src/android/test/anno/
ClassWithInnerClasses.java 22 return "Canonical:" + getClass().getCanonicalName() + " Simple:" + getClass().getSimpleName();
27 return "Canonical:" + getClass().getCanonicalName() + " Simple:" + getClass().getSimpleName();
  /external/proguard/src/proguard/evaluation/value/
TopValue.java 46 return this.getClass() == other.getClass() ? this : null;
65 this.getClass() == object.getClass();
71 return this.getClass().hashCode();
Value.java 48 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a Category 1 value [" + this.getClass().getName() + "]");
56 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a Category 2 value [" + this.getClass().getName() + "]");
65 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not an integer value [" + this.getClass().getName() + "]");
73 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a long value [" + this.getClass().getName() + "]");
81 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a float value [" + this.getClass().getName() + "]");
89 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a double value [" + this.getClass().getName() + "]");
97 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a reference value [" + this.getClass().getName() + "]");
105 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not an instruction offset value [" + this.getClass().getName() + "]");
  /libcore/luni/src/test/java/libcore/reflect/
InternalNamesTest.java 26 InternalNames.getClass(loader, null);
41 assertEquals(byte.class, InternalNames.getClass(loader, "B"));
42 assertEquals(char.class, InternalNames.getClass(loader, "C"));
43 assertEquals(double.class, InternalNames.getClass(loader, "D"));
44 assertEquals(float.class, InternalNames.getClass(loader, "F"));
45 assertEquals(int.class, InternalNames.getClass(loader, "I"));
46 assertEquals(long.class, InternalNames.getClass(loader, "J"));
47 assertEquals(short.class, InternalNames.getClass(loader, "S"));
48 assertEquals(boolean.class, InternalNames.getClass(loader, "Z"));
49 assertEquals(void.class, InternalNames.getClass(loader, "V"))
    [all...]
  /external/testng/src/test/java/test/triangle/
Child1.java 13 assert m_isInitialized : "Wasn't initialized correctly " + hashCode() + " " + getClass();
19 assert m_isInitialized : "Wasn't initialized correctly " + hashCode() + " " + getClass();
  /external/objenesis/main/test/org/objenesis/
ObjenesisTest.java 41 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...]
  /libcore/luni/src/main/java/libcore/util/
Objects.java 43 Class<?> c = o.getClass();
62 if (value.getClass().isArray()) {
63 if (value.getClass() == boolean[].class) {
65 } else if (value.getClass() == byte[].class) {
67 } else if (value.getClass() == char[].class) {
69 } else if (value.getClass() == double[].class) {
71 } else if (value.getClass() == float[].class) {
73 } else if (value.getClass() == int[].class) {
75 } else if (value.getClass() == long[].class) {
77 } else if (value.getClass() == short[].class)
    [all...]
  /art/test/506-verify-aput/src/
Main.java 27 } catch (Error e) { System.out.println(e.getClass() + " " + e.getClass().getClassLoader()); }
32 } catch (Error e) { System.out.println(e.getClass() + " " + e.getClass().getClassLoader()); }
  /external/replicaisland/src/com/replica/replicaisland/
AllocationGuard.java 30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
  /external/testng/src/main/java/org/testng/junit/
JUnit3TestClass.java 12 super(test.getClass());
  /external/testng/src/test/java/test/groupbug/
ITCaseOne.java 11 System.out.printf("RUN %s.beforeClass()\n", getClass());
16 System.out.printf("RUN %s.afterClass()\n", getClass());
22 System.out.printf("RUN %s.one1()\n", getClass());
31 System.out.printf("RUN %s.one2()\n", getClass());
ITCaseTwo.java 11 System.out.printf("RUN %s.beforeClass()\n", getClass());
16 System.out.printf("RUN %s.afterClass()\n", getClass());
22 System.out.printf("RUN %s.two1()\n", getClass());
28 System.out.printf("RUN %s.two2()\n", getClass());
  /external/testng/src/test/java/test/thread/
ThreadPoolSizeBase.java 8 log(getClass().getName(), "Init log ids");
14 log(getClass().getName(), "");
BaseSequentialSample.java 13 Map result = Helper.getMap(getClass().getName());
21 System.out.println("[" + getClass().getName() + " "
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/
ArrayReflection.java 32 return ReflectionCache.getType(array.getClass()).getArrayLength(array);
37 return ReflectionCache.getType(array.getClass()).getArrayElement(array, index);
42 ReflectionCache.getType(array.getClass()).setArrayElement(array, index, value);
  /art/test/532-checker-nonnull-arrayset/src/
Main.java 34 nonNull.getClass(); // Ensure nonNull has an implicit null check.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
TypeNotPresentExceptionTest.java 32 e = new TypeNotPresentException(getClass().getName(), null);
38 e = new TypeNotPresentException(getClass().getName(), npe);
50 e = new TypeNotPresentException(getClass().getName(), null);
51 assertEquals(getClass().getName(), e.typeName());
  /libcore/luni/src/test/java/libcore/java/lang/
PackageTest.java 30 assertEquals(1, getClass().getPackage().getAnnotations().length);
31 assertEquals(1, getClass().getPackage().getDeclaredAnnotations().length);
37 assertEquals(getClass().getPackage(), libcoreJavaLang);
48 assertTrue(packages.contains(getClass().getPackage()));
  /libcore/ojluni/src/main/java/java/text/
Annotation.java 79 return getClass().getName() + "[value=" + value + "]";
  /art/test/113-multidex/src/
Main.java 19 System.out.println(new FillerA().getClass().getName());
22 System.out.println(second.getClass().getName());
  /cts/tests/tests/jni/src/android/jni/cts/
ClassLoaderHelper.java 44 ClassLoader loader = getClass().getClassLoader();
45 return nativeGetHashCode(loader, loader.getClass());
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java 49 Class clazz = getClass();
50 Class otherClazz = other.getClass();
  /dalvik/dx/src/com/android/dx/rop/cst/
Constant.java 49 Class clazz = getClass();
50 Class otherClazz = other.getClass();
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Constant.java 49 Class clazz = getClass();
50 Class otherClazz = other.getClass();
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLDisplayImpl.java 31 if (o == null || getClass() != o.getClass()) return false;

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>