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

1 2 3 4 5 6 7

  /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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
41 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee(#1)");
43 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.
49 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee$TestClass");
55 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee(#1)");
57 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee(#2)");
NewInstanceTagDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
56 // 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.
NewInstanceTagTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
27 * JDWP unit test for ClassType.NewInstance command for particular reference
44 * Test ClassType.NewInstance of java.lang.Object returns JT_OBJECT tag.
52 * Test ClassType.NewInstance of a subclass of java.lang.Object returns JT_OBJECT tag.
61 * Test ClassType.NewInstance of java.lang.String returns JT_STRING tag.
69 * Test ClassType.NewInstance of a subclass of java.lang.ClassLoader returns
82 * Test ClassType.NewInstance of java.lang.Thread returns JT_THREAD tag.
90 * Test ClassType.NewInstance of a subclass of java.lang.Thread returns
100 * Test ClassType.NewInstance of java.lang.ThreadGroup returns
119 * Test ClassType.NewInstance of a subclass of java.lang.ThreadGroup return
    [all...]
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";
SetValues002Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
48 logWriter.println("\n--> Debuggee: Before ClassType::SetValues command:");
55 logWriter.println("\n--> Debuggee: After ClassType::SetValues command:");
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
new.py 11 from types import ClassType as classobj
types.py 53 ClassType = type(_C)
  /prebuilts/gdb/linux-x86/lib/python2.7/
new.py 11 from types import ClassType as classobj
types.py 53 ClassType = type(_C)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj
types.py 53 ClassType = type(_C)
  /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 *),
  /prebuilts/gdb/darwin-x86/lib/python2.7/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)):
  /prebuilts/gdb/linux-x86/lib/python2.7/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)):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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 377 milliseconds

1 2 3 4 5 6 7