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

1 2 3 4 5 6 7 8 91011>>

  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
ClassType.kt 22 enum class ClassType {
30 fun getClassType(psiClass: PsiClass): ClassType {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
JDWPClassTypeTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
33 * Super class of some JDWP unit tests for JDWP ClassType command set.
44 return "org.apache.harmony.jpda.tests.jdwp.ClassType.ClassTypeDebuggee";
53 return "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/ClassTypeDebuggee;";
InvokeMethod003Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
42 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee(#1)");
44 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee(#2)");
ClassTypeDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * Common debuggee of some JDWP unit tests for JDWP ClassType command set.
NewInstance002Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
31 // Constructor invoked from JDWP ClassType.NewInstance command.
51 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee$TestClass");
57 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee(#1)");
59 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee(#2)");
NewInstanceTagDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
54 // Suspend the debuggee on breakpoint so the test can send ClassType.NewInstance command.
InvokeMethodAfterMultipleThreadSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
30 * JDWP unit test for ClassType.InvokeCommand command with thread suspended more than once before
55 return "ClassType.InvokeCommand";
InvokeMethodWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
30 * JDWP unit test for ClassType.InvokeCommand command with a thread suspension.
53 return "ClassType.InvokeCommand";
NewInstanceAfterMultipleThreadSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
29 * JDWP unit test for ClassType.NewInstance command with thread suspended more than once before the
54 return "ClassType.NewInstance";
NewInstanceStringDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
52 // Suspend the debuggee on breakpoint so the test can send ClassType.NewInstance command.
NewInstanceWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
29 * JDWP unit test for ClassType.NewInstance command with a thread suspension.
52 return "ClassType.NewInstance";
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 177 ClassType superClass;
178 ClassType[] interfaces;
179 ClassSignature(TypeParameter[] p, ClassType s, ClassType[] i) {
197 public ClassType getSuperClass() { return superClass; }
204 public ClassType[] getInterfaces() { return interfaces; }
461 public static class ClassType extends ObjectType {
465 static ClassType make(String s, int b, int e,
466 TypeArgument[] targs, ClassType parent) {
468 return new ClassType(s, b, e, targs)
    [all...]
  /external/skia/tests/
GrTRecorderTest.cpp 118 enum ClassType {
139 virtual ClassType getType() { return kBase_ClassType; }
153 virtual ClassType getType() { return kSubclass_ClassType; }
168 virtual ClassType getType() { return kSubSubclass_ClassType; }
190 virtual ClassType getType() { return kSubclassExtraData_ClassType; }
207 virtual ClassType getType() { return kSubclassEmpty_ClassType; }
214 ClassType next() {
216 return static_cast<ClassType>(fCurrent % kNumClassTypes);
273 ClassType classType = order.next()
    [all...]
  /external/skqp/tests/
GrTRecorderTest.cpp 118 enum ClassType {
139 virtual ClassType getType() { return kBase_ClassType; }
153 virtual ClassType getType() { return kSubclass_ClassType; }
168 virtual ClassType getType() { return kSubSubclass_ClassType; }
190 virtual ClassType getType() { return kSubclassExtraData_ClassType; }
207 virtual ClassType getType() { return kSubclassEmpty_ClassType; }
214 ClassType next() {
216 return static_cast<ClassType>(fCurrent % kNumClassTypes);
273 ClassType classType = order.next()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
new.py 11 from types import ClassType as classobj
types.py 53 ClassType = type(_C)
  /external/python/cpython2/Lib/
new.py 11 from types import ClassType as classobj
  /prebuilts/gdb/darwin-x86/lib/python2.7/
new.py 11 from types import ClassType as classobj
  /prebuilts/gdb/linux-x86/lib/python2.7/
new.py 11 from types import ClassType as classobj
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj
  /external/ImageMagick/MagickCore/
cache-view.h 57 extern MagickExport ClassType
83 SetCacheViewStorageClass(CacheView *,const ClassType,ExceptionInfo *),
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestCaseReport.java 159 private static TestSuite.Package.Class.ClassType chkTestType(ClassDef classDef) {
162 return TestSuite.Package.Class.ClassType.UNKNOWN;
167 return TestSuite.Package.Class.ClassType.UNKNOWN;
173 return TestSuite.Package.Class.ClassType.JUNIT4;
175 return TestSuite.Package.Class.ClassType.PARAMETERIZED;
178 return TestSuite.Package.Class.ClassType.JUNIT4;
183 return TestSuite.Package.Class.ClassType.JUNIT3;
185 return TestSuite.Package.Class.ClassType.UNKNOWN;
226 TestSuite.Package.Class.ClassType cType;
228 if (TestSuite.Package.Class.ClassType.JUNIT3 == cType)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 53 ClassType = type(_C)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyclbr.py 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType
102 self.assertIsInstance(py_item, (ClassType, type))
140 if isinstance(item, ClassType):
147 if isinstance(item, (ClassType, FunctionType)):

Completed in 249 milliseconds

1 2 3 4 5 6 7 8 91011>>