Searched defs:ClassType (Results 1 - 25 of 48) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethod003Test.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * JDWP unit test for ClassType.InvokeMethod command.
37 return "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee";
41 * This testcase exercises ClassType.InvokeMethod command.
44 * <BR>Then sends ClassType.InvokeMethod command for method with null
53 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/InvokeMethod003Debuggee;";
121 logWriter.println(" Send ClassType.InvokeMethod without Exception");
123 checkReplyPacket(reply, "ClassType::InvokeMethod command");
128 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
137 logWriter.println(" ClassType
[all...]
H A DNewInstance002Test.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * JDWP unit test for ClassType.NewInstance command.
38 return "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee";
42 * This testcase exercises ClassType.NewInstance command.
45 * <BR>Then sends ClassType.NewInstance command to create a new instance and
54 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee;";
108 String testClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee$TestClass;";
127 logWriter.println(" Send ClassType.NewInstance (without Exception)");
129 checkReplyPacket(reply, "ClassType::NewInstance command");
132 logWriter.println(" ClassType
[all...]
H A DInvokeMethod002Test.java25 package org.apache.harmony.jpda.tests.jdwp.ClassType;
38 * JDWP unit test for ClassType.InvokeMethod command.
47 * This testcase checks ClassType.InvokeMethod command.
248 logWriter.println(" Send ClassType.InvokeMethod");
252 checkReplyPacket(reply, "ClassType::InvokeMethod command",
255 checkReplyPacket(reply, "ClassType::InvokeMethod command");
258 logWriter.println(" ClassType.InvokeMethod: returnValue=" + returnValue);
261 logWriter.println(" ClassType.InvokeMethod: returnedString=" + returnedString);
265 assertNotNull("ClassType::InvokeMethod returned null exception",
267 assertEquals("ClassType
[all...]
H A DInvokeMethod003Debuggee.java19 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)");
H A DInvokeMethodTest.java26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.InvokeMethod command.
52 * This testcase exercises ClassType.InvokeMethod command.
55 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
59 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
174 logWriter.println(" Send ClassType.InvokeMethod without Exception");
176 checkReplyPacket(reply, "ClassType::InvokeMethod command");
181 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
190 logWriter.println(" ClassType.InvokeMethod: exception.tag="
204 logWriter.println(" Send ClassType
[all...]
H A DNewInstance002Debuggee.java19 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)");
H A DNewInstanceTagDebuggee.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
54 // Suspend the debuggee on breakpoint so the test can send ClassType.NewInstance command.
H A DNewInstanceTest.java26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.NewInstance command.
49 * This testcase exercises ClassType.NewInstance command.
52 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
56 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
173 logWriter.println(" Send ClassType.NewInstance (without Exception)");
175 checkReplyPacket(reply, "ClassType::NewInstance command");
178 logWriter.println(" ClassType.NewInstance: newObject.tag="
181 logWriter.println(" ClassType.NewInstance: exception.tag="
186 assertEquals("ClassType
[all...]
H A DSetValues002Test.java26 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;";
49 return "org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Debuggee";
53 * The test checks ClassType.SetValues command for
H A DSetValuesTest.java26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
37 * JDWP unit test for ClassType.SetValues command.
42 * This testcase exercises ClassType.SetValues command.
45 * Then sets values for these fields with ClassType.SetValues command
133 checkReplyPacket(reply, "ClassType::SetValues command");
143 checkReplyPacket(reply, "ClassType::GetValues command");
146 assertEquals("ClassType::SetValues returne invalid fields number,", 1, fields);
148 assertEquals("ClassType::SetValues returne invalid returned value,", value, returnedValue);
H A DInvokeMethodAfterMultipleThreadSuspensionTest.java19 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";
H A DInvokeMethodWithSuspensionTest.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
30 * JDWP unit test for ClassType.InvokeCommand command with a thread suspension.
53 return "ClassType.InvokeCommand";
H A DNewInstanceAfterMultipleThreadSuspensionTest.java19 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";
H A DNewInstanceStringDebuggee.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
52 // Suspend the debuggee on breakpoint so the test can send ClassType.NewInstance command.
H A DNewInstanceTagTest.java19 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
[all...]
H A DNewInstanceWithSuspensionTest.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
29 * JDWP unit test for ClassType.NewInstance command with a thread suspension.
52 return "ClassType.NewInstance";
H A DSetValues002Debuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
49 logWriter.println("\n--> Debuggee: Before ClassType::SetValues command:");
56 logWriter.println("\n--> Debuggee: After ClassType::SetValues command:");
H A DSuperClassTest.java26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
37 * JDWP unit test for ClassType.SuperClass command.
47 checkReplyPacket(reply, "ClassType.Superclass command", errorExpected);
58 ("ClassType::Superclass command returned invalid expectedSignature that must be null",
63 assertString("ClassType::Superclass command returned invalid signature,",
69 * This testcase exercises ClassType.Superclass command.
136 * This testcase exercises ClassType.Superclass command.
180 * This testcase exercises ClassType.Superclass command.
H A DAbstractNewInstanceTestCase.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
35 * Base class to test ClassType.NewInstance for specific reference types.
67 * Checks that ClassType.NewInstance command for the given type and constructor returns the
70 * Once the debuggee is suspended on the breakpoint, send ClassType.NewInstance command
119 .println("Sending ClassType.NewInstance command for constructor " + fullMethodName);
131 checkReplyPacket(reply, "ClassType.NewInstance command");
H A DClassTypeDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * Common debuggee of some JDWP unit tests for JDWP ClassType command set.
H A DJDWPClassTypeTestCase.java26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
36 * Super class of some JDWP unit tests for JDWP ClassType command set.
47 return "org.apache.harmony.jpda.tests.jdwp.ClassType.ClassTypeDebuggee";
56 return "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/ClassTypeDebuggee;";
H A DNewInstanceStringTest.java19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
28 * JDWP unit test for ClassType.NewInstance command with java.lang.String class.
38 * Test ClassType.NewInstance using the constructor
46 * Test ClassType.NewInstance using the constructor
63 * Test ClassType.NewInstance using the constructor
81 * Test ClassType.NewInstance using the constructor
103 * Test ClassType.NewInstance using the constructor
123 * Test ClassType.NewInstance using the constructor
146 * Test ClassType.NewInstance using the constructor
166 * Test ClassType
[all...]
/external/ImageMagick/MagickCore/
H A Dmagick-type.h143 } ClassType; typedef in typeref:enum:__anon61
/external/skia/tests/
H A DGrTRecorderTest.cpp118 enum ClassType { enum
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();
/external/clang/lib/AST/
H A DDeclarationName.cpp136 static void printCXXConstructorDestructorName(QualType ClassType, argument
142 if (const RecordType *ClassRec = ClassType->getAs<RecordType>()) {
147 if (auto *InjTy = ClassType->getAs<InjectedClassNameType>()) {
152 ClassType.print(OS, Policy);

Completed in 293 milliseconds

12