Home
last modified time | relevance | path

Searched refs:ABSENT_INFORMATION (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSourceDebugExtensionTest.java88 case JDWPConstants.Error.ABSENT_INFORMATION: in doTest()
130 doTest("testSourceDebugExtension001", "I", JDWPConstants.Error.ABSENT_INFORMATION); in testSourceDebugExtension002()
140 doTest("testSourceDebugExtension003", "[I", JDWPConstants.Error.ABSENT_INFORMATION); in testSourceDebugExtension003()
151 JDWPConstants.Error.ABSENT_INFORMATION); in testSourceDebugExtension004()
183 JDWPConstants.Error.ABSENT_INFORMATION); in testSourceDebugExtension005()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java469 public static final int ABSENT_INFORMATION = 101; field in JDWPConstants.Error
592 case ABSENT_INFORMATION: in getName()
DVmMirror.java1907 if (reply.getErrorCode() == JDWPConstants.Error.ABSENT_INFORMATION in getVariableTable()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DReferenceTypeImpl.java728 if (exc.errorCode() == JDWP.Error.ABSENT_INFORMATION) { in baseSourceName()
791 if (exc.errorCode() != JDWP.Error.ABSENT_INFORMATION) { in sourceDebugExtensionInfo()
945 if (exc.errorCode() == JDWP.Error.ABSENT_INFORMATION) { in getClassFileVersion()
996 if (exc.errorCode() == JDWP.Error.ABSENT_INFORMATION) { in getConstantPoolInfo()
DConcreteMethodImpl.java446 if (exc.errorCode() == JDWP.Error.ABSENT_INFORMATION) { in getVariables1_4()
493 if (exc.errorCode() == JDWP.Error.ABSENT_INFORMATION) { in getVariables1()
/external/oj-libjdwp/src/share/back/
Derror_messages.c290 CASE_RETURN_JDWP_ERROR_TEXT(ABSENT_INFORMATION) in jdwpErrorText()
Dutil.c1947 case JDWP_ERROR(ABSENT_INFORMATION): in map2jvmtiError()
2241 return JDWP_ERROR(ABSENT_INFORMATION); in map2jdwpError()
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1397 (Error ABSENT_INFORMATION "there is no variable information for the method.")
1492 (Error ABSENT_INFORMATION "there is no variable information for the method.")
3121 (Constant ABSENT_INFORMATION =101 "Desired information is not available.")