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

1 2 3

  /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)");
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";
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.
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";
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)");
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...]
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:");
ClassTypeDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * Common debuggee of some JDWP unit tests for JDWP ClassType command set.
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;";
NewInstanceStringTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
27 * JDWP unit test for ClassType.NewInstance command with java.lang.String class.
37 * Test ClassType.NewInstance using the constructor
45 * Test ClassType.NewInstance using the constructor
62 * Test ClassType.NewInstance using the constructor
80 * Test ClassType.NewInstance using the constructor
101 * Test ClassType.NewInstance using the constructor
120 * Test ClassType.NewInstance using the constructor
143 * Test ClassType.NewInstance using the constructor
163 * Test ClassType.NewInstance using the constructo
    [all...]
SetValuesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.SetValues command.
44 * This testcase exercises ClassType.SetValues command.
47 * Then sets values for these fields with ClassType.SetValues command
135 checkReplyPacket(reply, "ClassType::SetValues command");
145 checkReplyPacket(reply, "ClassType::GetValues command");
148 assertEquals("ClassType::SetValues returne invalid fields number,", 1, fields);
150 assertEquals("ClassType::SetValues returne invalid returned value,", value, returnedValue);
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.
AbstractNewInstanceTestCase.java 19 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");
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
InvokeMethod002Test.java 25 package org.apache.harmony.jpda.tests.jdwp.ClassType;
38 * JDWP unit test for ClassType.InvokeMethod command.
46 * This testcase checks ClassType.InvokeMethod command.
247 logWriter.println(" Send ClassType.InvokeMethod");
251 checkReplyPacket(reply, "ClassType::InvokeMethod command",
254 checkReplyPacket(reply, "ClassType::InvokeMethod command");
257 logWriter.println(" ClassType.InvokeMethod: returnValue=" + returnValue);
260 logWriter.println(" ClassType.InvokeMethod: returnedString=" + returnedString);
264 assertNotNull("ClassType::InvokeMethod returned null exception",
266 assertEquals("ClassType::InvokeMethod returned invalid exception objectID,"
    [all...]
InvokeMethodTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.InvokeMethod command.
51 * This testcase exercises ClassType.InvokeMethod command.
54 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
58 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
173 logWriter.println(" Send ClassType.InvokeMethod without Exception");
175 checkReplyPacket(reply, "ClassType::InvokeMethod command");
180 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
189 logWriter.println(" ClassType.InvokeMethod: exception.tag="
203 logWriter.println(" Send ClassType.InvokeMethod with Exception")
    [all...]
NewInstanceTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.NewInstance command.
48 * This testcase exercises ClassType.NewInstance command.
51 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
55 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
172 logWriter.println(" Send ClassType.NewInstance (without Exception)");
174 checkReplyPacket(reply, "ClassType::NewInstance command");
177 logWriter.println(" ClassType.NewInstance: newObject.tag="
180 logWriter.println(" ClassType.NewInstance: exception.tag="
185 assertEquals("ClassType::NewInstance returned invalid newObject.tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.ta
    [all...]
  /external/ImageMagick/MagickCore/
magick-type.h 143 } ClassType;
  /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));
  /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...]

Completed in 824 milliseconds

1 2 3