HomeSort by relevance Sort by last modified time
    Searched defs:ObjectReference (Results 26 - 41 of 41) sorted by null

12

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethod002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
32 * JDWP unit test for ObjectReference.InvokeMethod command.
37 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod002Debuggee";
41 * This testcase exercises ObjectReference.InvokeMethod command.
53 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/InvokeMethod002Debuggee;";
129 String testClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/InvokeMethod002Debuggee$TestClass;";
149 logWriter.println(" Send ObjectReference.InvokeMethod without Exception");
151 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
InvokeMethod003Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
32 * JDWP unit test for ObjectReference.InvokeMethod command.
37 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod003Debuggee";
41 * This testcase exercises ObjectReference.InvokeMethod command.
44 * <BR>Then sends ObjectReference.InvokeMethod command to invoke method
55 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/InvokeMethod003Debuggee;";
131 String testClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/InvokeMethod003Debuggee$TestClass;";
153 logWriter.println(" Send ObjectReference.InvokeMethod without Exception");
155 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
165 logWriter.println(" ObjectReference.InvokeMethod: returnedString=\"
    [all...]
IsCollectedDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
IsCollectedTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
39 * JDWP Unit test for ObjectReference.IsCollected command.
43 static final String thisCommandName = "ObjectReference.IsCollected command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/IsCollectedDebuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.IsCollectedDebuggee";
53 * This test exercises ObjectReference.IsCollected command.
57 * ObjectReference.DisableCollection command. After that Debuggee tries to
59 * ObjectReference.IsCollected commands for both checked objects and checks
131 .println("\n=> Send ObjectReference::DisableCollection command for checkedObject_01...");
142 "ObjectReference::DisableCollection command")
    [all...]
MonitorInfoTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
38 * JDWP Unit test for ObjectReference.MonitorInfo command.
42 static final String thisCommandName = "ObjectReference.MonitorInfo command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/MonitorInfoDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.MonitorInfoDebuggee";
51 * This test exercises ObjectReference.MonitorInfo command.
54 * Then for this objectID test executes ObjectReference.MonitorInfo command for
58 * and again executes ObjectReference.MonitorInfo for checked object.
ReferenceTypeTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
38 * JDWP Unit test for ObjectReference.ReferenceType command.
44 static final String thisCommandName = "ObjectReference.ReferenceType command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferenceTypeDebuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.ReferenceTypeDebuggee";
53 * This test exercises ObjectReference.ReferenceType command.
56 * executes ObjectReference.ReferenceType command and checks
132 "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/Class_ReferenceType001;",
133 "[Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferenceTypeDebuggee;",
ReferringObjectsTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
37 static final String thisCommandName = "ObjectReference.ReferringObjects command";
39 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferringObjectsDebuggee;";
41 static final String referreeObjSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferringObjectsReferree001;";
43 static final String referrerObjSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferringObjectsReferrer001;";
47 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.ReferringObjectsDebuggee";
51 * This testcase exercises ObjectReference.ReferringObjects command.
53 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects
63 * This testcase exercises ObjectReference.ReferringObjects command.
65 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObject
    [all...]
SetValues002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
38 * JDWP Unit test for ObjectReference.SetValues command with value which is unknown objectID.
44 static final String thisCommandName = "ObjectReference.SetValues command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/SetValues002Debuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValues002Debuggee";
53 * This test exercises ObjectReference.SetValues command with value which is unknown objectID.
56 * Then for this objectID test executes ObjectReference.SetValues command for
SetValues003Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
38 * JDWP Unit test for ObjectReference.SetValues command with value with incorrect Type.
44 static final String thisCommandName = "ObjectReference.SetValues command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/SetValues003Debuggee;";
49 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValues003Debuggee";
53 * This test exercises ObjectReference.SetValues command with value with incorrect Type.
56 * Then for this objectID test executes ObjectReference.SetValues command for
GetValues002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
38 * JDWP Unit test for ObjectReference.GetValues command for static fields.
42 static final String thisCommandName = "ObjectReference::GetValues command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/GetValues002Debuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValues002Debuggee";
51 * This test exercises ObjectReference.GetValues command for static fields.
54 * Then for this objectID test executes ObjectReference.GetValues command for special
InvokeMethodDefault002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
27 * JDWP unit test for ObjectReference.InvokeMethod command on an
37 * This testcase exercises ObjectReference.InvokeMethod command.
40 * <BR>Then sends ObjectReference.InvokeMethod command to invoke method
140 logWriter.println(" Send ObjectReference.InvokeMethod " +
143 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
149 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
165 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
175 logWriter.println(" ObjectReference.InvokeMethod: exception.tag="
InvokeMethodDefaultTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
27 * JDWP unit test for ObjectReference.InvokeMethod command.
36 * This testcase exercises ObjectReference.InvokeMethod command.
39 * <BR>Then sends ObjectReference.InvokeMethod command to invoke method
140 logWriter.println(" Send ObjectReference.InvokeMethod " +
143 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
149 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
165 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
175 logWriter.println(" ObjectReference.InvokeMethod: exception.tag="
InvokeMethodTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
51 * JDWP unit test for ObjectReference.InvokeMethod command.
164 * This testcase exercises ObjectReference.InvokeMethod command.
167 * <BR>&nbsp;&nbsp; - send ObjectReference.InvokeMethod command for method,
171 * <BR>&nbsp;&nbsp; - send ObjectReference.InvokeMethod command for method,
212 logWriter.println("\nSend ObjectReference.InvokeMethod without exception...");
214 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
217 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
221 logWriter.println(" ObjectReference.InvokeMethod: exception.tag="
246 logWriter.println("\nSend ObjectReference.InvokeMethod with exception...")
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
picocontainer.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 693 milliseconds

12