Searched refs:JDWPTestConstants (Results 1 - 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPTestConstants.java24 public abstract class JDWPTestConstants { class
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
H A DValueTest.java36 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
96 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID,
111 checkCommandError(JDWPTestConstants.INVALID_OBJECT_ID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
H A DNameTest.java33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
98 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID,
115 checkCommandError(JDWPTestConstants.INVALID_OBJECT_ID,
H A DParentTest.java33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
108 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID,
125 checkCommandError(JDWPTestConstants.INVALID_OBJECT_ID,
H A DChildrenTest.java33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
143 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID,
160 checkCommandError(JDWPTestConstants.INVALID_OBJECT_ID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DDisableCollectionTest.java34 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
158 disableCollection(JDWPTestConstants.INVALID_OBJECT_ID,
173 disableCollection(JDWPTestConstants.NULL_OBJECT_ID,
H A DEnableCollectionTest.java34 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
163 enableCollection(JDWPTestConstants.INVALID_OBJECT_ID,
178 enableCollection(JDWPTestConstants.NULL_OBJECT_ID,
H A DIsCollectedTest.java34 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
261 command.setNextValueAsObjectID(JDWPTestConstants.INVALID_OBJECT_ID);
284 command.setNextValueAsObjectID(JDWPTestConstants.NULL_OBJECT_ID);

Completed in 1748 milliseconds