HomeSort by relevance Sort by last modified time
    Searched full:getclass (Results 76 - 100 of 3675) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 44 pw.println("dumping service: " + ui.getClass().getName());
50 String name = ui.getClass().getName();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatLog.java 29 String className = caller.getClass().getName();
42 String className = caller.getClass().getName();
  /frameworks/support/v4/java/android/support/v4/util/
DebugUtils.java 31 String simpleName = cls.getClass().getSimpleName();
33 simpleName = cls.getClass().getName();
  /libcore/luni/src/test/java/libcore/java/lang/
EnumTest.java 28 assertTrue(value.getClass() == Roshambo.class);
37 assertTrue(value.getClass() != Roshambo.class);
OldClassTest.java 43 final String packageName = getClass().getPackage().getName();
254 ClassLoader pcl = getClass().getClassLoader();
315 URL url = getClass().getClassLoader().getResource(
319 getClass().getClassLoader());
334 true, getClass().getClassLoader());
373 assertEquals(getClass(), Cls1.class.getEnclosingClass());
374 assertEquals(getClass(), Intf1.class.getEnclosingClass());
375 assertEquals(getClass(), Cls4.class.getEnclosingClass());
387 ptc.getLocalClass().getClass().getEnclosingMethod());
399 ptc.clazz.getClass().getEnclosingConstructor())
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 58 DexClass class1 = getClass(dexFile, "La/b/c/A;");
153 DexClass T0 = getClass(dexFile, "LT0;");
156 DexClass T1 = getClass(dexFile, "LT1;");
177 DexClass A0 = getClass(dexFile, "LA0;");
198 DexClass T3 = getClass(dexFile, "LT3;");
204 DexClass A0 = getClass(dexFile, "LA0;");
219 DexClass G0 = getClass(dexFile, "LG0;");
244 DexClass G1 = getClass(dexFile, "LG1;");
274 DexClass I0 = getClass(dexFile, "LI0;");
298 DexClass Outer0 = getClass(dexFile, "LOuter0;")
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 30 CtClass clazz = pool.get(getClass().getName() + "$Dummy");
37 CtClass clazz = pool.get(getClass().getName() + "$Dummy");
44 getClass().getName() + "$Dummy", "sharedInterfaceAndSuperClass");
48 getClass().getName() + "$Dummy", "sharedOffsetInterfaceAndSuperClass");
52 getClass().getName() + "$Dummy", "sharedSuperWithSharedInterface");
53 verifyReturn(method, getClass().getName() + "$Dummy$A");
58 getClass().getName() + "$Dummy", "arrayDifferentDimensions1");
62 getClass().getName() + "$Dummy", "arrayDifferentDimensions2");
68 getClass().getName() + "$Dummy", "reusedLocalMerge");
197 CtClass clazz = pool.makeClass(getClass().getName() + "$Generated0")
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 138 assertEquals(AnnotationsTest.class, staticAnonymous.getClass().getEnclosingClass());
141 assertNull(staticAnonymous.getClass().getDeclaringClass());
144 assertNull(staticAnonymous.getClass().getEnclosingMethod());
145 assertNull(staticAnonymous.getClass().getEnclosingConstructor());
206 Object proxy = Proxy.newProxyInstance(getClass().getClassLoader(),
208 assertSetEquals(proxy.getClass().getMethod("foo").getExceptionTypes(),
210 assertSetEquals(proxy.getClass().getMethod("foo", Void.class).getExceptionTypes());
236 int modifiers = staticAnonymous.getClass().getModifiers();
249 assertEquals("", staticAnonymous.getClass().getSimpleName());
255 assertTrue(staticAnonymous.getClass().isAnonymousClass())
    [all...]
  /art/runtime/verifier/
reg_type-inl.h 35 return GetClass()->CanAccess(other.GetClass());
37 return other.GetClass()->IsPublic(); // Be conservative, only allow if other is public.
49 return GetClass()->CanAccessMember(klass, access_flags);
97 } else if (!strict && !lhs.IsUnresolvedTypes() && lhs.GetClass()->IsInterface()) {
103 lhs.GetClass()->IsAssignableFrom(rhs.GetClass())) {
  /cts/tools/signature-tools/test/signature/converter/
ConvertVisibilityTest.java 51 IClassDefinition c = ModelUtil.getClass(p, "A");
69 IClassDefinition c = ModelUtil.getClass(p, "A");
87 IClassDefinition c = ModelUtil.getClass(p, "A");
105 IClassDefinition c = ModelUtil.getClass(p, "A");
138 assertNotNull(ModelUtil.getClass(sigPackage, "X1.X3"));
154 assertNotNull(ModelUtil.getClass(sigPackage, "X1.X2"));
170 assertNotNull(ModelUtil.getClass(sigPackage, "X1.X4"));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ArrayProto.java 107 return classPath.getClass("Ljava/lang/Object;");
111 TypeProto thisClass = classPath.getClass(elementType);
112 TypeProto otherClass = classPath.getClass(((ArrayProto)other).elementType);
120 return classPath.getClass(makeArrayType(mergedClass.getType(), dimensions));
124 return classPath.getClass(makeArrayType("Ljava/lang/Object;", dimensions));
137 return classPath.getClass("Ljava/lang/Object;");
164 return classPath.getClass("Ljava/lang/Object;").getMethodByVtableIndex(vtableIndex);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 62 top.transitionOnNextPause(top.getClass(), klass,
92 as.transitionOnNextPause(as.getClass(), klass,
210 state.transitionOnNextPause(state.getClass(), top.getClass(),
221 top.getClass().getSimpleName());
237 oldState.transitionOnNextPause(oldState.getClass(), klass,
293 topState.getClass().getSimpleName());
304 bundle.putSerializable(KEY_CLASS, entry.activityState.getClass());
309 Log.v(TAG, "saveState " + entry.activityState.getClass());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 64 assertEquals(i + "Exception mismatch", e.getClass(),
65 theExceptions[i].getClass());
111 assertEquals(i + "Exception mismatch", e.getClass(),
112 theExceptions[i].getClass());
160 assertEquals(i + "Exception mismatch", e.getClass(),
161 theExceptions[i].getClass());
212 assertEquals(i + "Exception mismatch", e.getClass(),
213 theExceptions[i].getClass());
261 assertEquals(i + "Exception mismatch", e.getClass(),
262 theExceptions[i].getClass());
    [all...]
SQLExceptionTest.java 97 assertEquals(i + "Exception mismatch", e.getClass(),
98 theExceptions[i].getClass());
146 assertEquals(i + "Exception mismatch", e.getClass(),
147 theExceptions[i].getClass());
193 assertEquals(i + "Exception mismatch", e.getClass(),
194 theExceptions[i].getClass());
235 assertEquals(i + "Exception mismatch", e.getClass(),
236 theExceptions[i].getClass());
288 assertEquals(i + "Exception mismatch", e.getClass(),
289 theExceptions[i].getClass());
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Platform.java 46 Class<?> type = reference.getClass().getComponentType();
49 // result.getClass() == reference.getClass().getComponentType()
  /external/javassist/src/main/javassist/
ClassClassPath.java 31 * cp.insertClassPath(new ClassClassPath(this.getClass()));
58 /* The value of thisClass was this.getClass() in early versions:
60 * thisClass = this.getClass();
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
AssetTileLoader.java 43 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Load terrain grid tile: {0}", modelName);
51 Logger.getLogger(this.getClass().getName()).log(Level.WARNING, "Could not load terrain grid tile: {0}", modelName);
54 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Loaded terrain grid tile: {0}", modelName);
  /external/proguard/src/proguard/classfile/attribute/preverification/
StackMapFrame.java 95 this.getClass() != object.getClass())
108 return getClass().hashCode() ^
VerificationType.java 95 this.getClass() == object.getClass();
101 return this.getClass().hashCode();
  /external/proguard/src/proguard/evaluation/value/
UnknownIntegerValue.java 202 this.getClass() == object.getClass();
208 return this.getClass().hashCode();
UnknownLongValue.java 146 this.getClass() == object.getClass();
152 return this.getClass().hashCode();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerTest.java 25 assertEquals(MyTestApplication.class, Robolectric.application.getClass());
69 assertEquals("com.xtremelabs.robolectric.util.I18nException", e.getClass().getName());
83 assertEquals("com.xtremelabs.robolectric.util.I18nException", e.getClass().getName());
  /libcore/luni/src/main/java/libcore/reflect/
InternalNames.java 28 public static Class<?> getClass(ClassLoader classLoader, String internalName) {
30 Class<?> componentClass = getClass(classLoader, internalName.substring(1));
31 return Array.newInstance(componentClass, 0).getClass();
  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 54 if (getClass() == obj.getClass()) {
93 return this.getClass() == obj.getClass();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHPublicKey.java 30 throw new IllegalArgumentException("Invalid DHPublicKey: " + obj.getClass().getName());

Completed in 1361 milliseconds

1 2 34 5 6 7 8 91011>>