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

1 2 3 4

  /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)");
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:");
JDWPClassTypeTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
36 * Super class of some JDWP unit tests for JDWP ClassType command set.
46 return "org.apache.harmony.jpda.tests.jdwp.ClassType.ClassTypeDebuggee";
55 return "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/ClassTypeDebuggee;";
InvokeMethod003Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * JDWP unit test for ClassType.InvokeMethod command.
36 return "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee";
40 * This testcase exercises ClassType.InvokeMethod command.
43 * <BR>Then sends ClassType.InvokeMethod command for method with null
52 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/InvokeMethod003Debuggee;";
120 logWriter.println(" Send ClassType.InvokeMethod without Exception");
122 checkReplyPacket(reply, "ClassType::InvokeMethod command");
127 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
136 logWriter.println(" ClassType.InvokeMethod: exception.tag=
    [all...]
NewInstance002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * JDWP unit test for ClassType.NewInstance command.
37 return "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee";
41 * This testcase exercises ClassType.NewInstance command.
44 * <BR>Then sends ClassType.NewInstance command to create a new instance and
53 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee;";
107 String testClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee$TestClass;";
126 logWriter.println(" Send ClassType.NewInstance (without Exception)");
128 checkReplyPacket(reply, "ClassType::NewInstance command");
131 logWriter.println(" ClassType.NewInstance: newObject.tag=
    [all...]
SetValues002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
38 * JDWP unit test for ClassType.SetValues command with incorrect types of values.
44 static final String thisCommandName = "ClassType::SetValues command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/SetValues002Debuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Debuggee";
52 * The test checks ClassType.SetValues command for
SuperClassTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.SuperClass command.
49 checkReplyPacket(reply, "ClassType.Superclass command", errorExpected);
60 ("ClassType::Superclass command returned invalid expectedSignature that must be null",
65 assertString("ClassType::Superclass command returned invalid signature,",
71 * This testcase exercises ClassType.Superclass command.
138 * This testcase exercises ClassType.Superclass command.
182 * This testcase exercises ClassType.Superclass command.
  /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
types.py 53 ClassType = type(_C)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.h 130 enum ClassType {
186 ClassType classType() const { return static_cast<ClassType>(m_classType); }
188 explicit CSSValue(ClassType classType, bool isCSSOMSafe = false)
195 , m_classType(classType)
221 unsigned m_classType : ClassTypeBits; // ClassType
CSSImageGeneratorValue.h 73 explicit CSSImageGeneratorValue(ClassType);
CSSValueList.h 73 CSSValueList(ClassType, ValueListSeparator);
CSSGradientValue.h 112 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
113 : CSSImageGeneratorValue(classType)
120 CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType)
121 : CSSImageGeneratorValue(classType)
  /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)):
  /external/chromium_org/v8/src/
types.h 254 class ClassType;
261 typedef typename Config::template Handle<ClassType>::type ClassHandle;
280 return ClassType::New(map, region);
387 ClassType* AsClass() { return ClassType::cast(this); }
589 class TypeImpl<Config>::ClassType : public StructuralType {
604 ClassHandle type = Config::template cast<ClassType>(
613 Config::template cast<ClassType>(Config::from_class(map, region));
622 static ClassType* cast(TypeImpl* type) {
624 return static_cast<ClassType*>(type)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
mock.py 86 ClassType = type(OldStyleClass)
156 isinstance(self.side_effect, (type, ClassType)) and
272 if isinstance(spec, (type, ClassType)):
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
AllTests.java 65 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod002Test.class);
66 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Test.class);
67 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest.class);
68 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Test.class);
69 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTest.class);
70 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Test.class);
71 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.SetValuesTest.class);
72 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.SuperClassTest.class);
  /external/clang/test/SemaCXX/
type-traits.cpp 232 typedef Derives ClassType;
238 { int arr[T(__is_class(ClassType))]; }
282 { int arr[F(__is_enum(ClassType))]; }
312 { int arr[F(__is_final(ClassType))]; }
343 { int arr[F(__is_sealed(ClassType))]; }
364 { int arr[F(__is_polymorphic(ClassType))]; }
392 int t27[F(__is_integral(ClassType))];
421 int t27[F(__is_floating_point(ClassType))];
450 int t27[F(__is_arithmetic(ClassType))];
505 int t27[F(__is_void(ClassType))];
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 150 QualType ClassType = N.getCXXNameType();
151 if (const RecordType *ClassRec = ClassType->getAs<RecordType>())
155 return OS << ClassType.getAsString(PrintingPolicy(LO));

Completed in 732 milliseconds

1 2 3 4