Home
last modified time | relevance | path

Searched refs:INVALID_CLASS (Results 1 – 9 of 9) sorted by relevance

/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1071 (Error INVALID_CLASS "clazz is not the ID of a class.")
1148 (Error INVALID_CLASS "clazz is not the ID of a class.")
1225 (Error INVALID_CLASS "clazz is not the ID of a class.")
1322 (Error INVALID_CLASS "clazz is not the ID of an interface.")
1356 (Error INVALID_CLASS "refType is not the ID of a reference "
1393 (Error INVALID_CLASS "refType is not the ID of a reference "
1416 (Error INVALID_CLASS "refType is not the ID of a reference "
1442 (Error INVALID_CLASS "refType is not the ID of a reference "
1488 (Error INVALID_CLASS "refType is not the ID of a reference "
1665 (Error INVALID_CLASS "clazz is not the ID of a reference "
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java409 public static final int INVALID_CLASS = 21; field in JDWPConstants.Error
532 case INVALID_CLASS: in getName()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DSuperClassTest.java196 jdwpGetSuperClassReply(stringID, JDWPConstants.Error.INVALID_CLASS); in testSuperClass003()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DClassLoaderTest.java104 checkReplyPacket(classLoaderReply, thisCommandName, JDWPConstants.Error.INVALID_CLASS); in testClassLoader003()
DSignature002Test.java128 if ( errorCode != JDWPConstants.Error.INVALID_CLASS ) { in testSignature002()
/external/oj-libjdwp/src/share/back/
Derror_messages.c260 CASE_RETURN_JDWP_ERROR_TEXT(INVALID_CLASS) in jdwpErrorText()
DinStream.c225 stream->error = JDWP_ERROR(INVALID_CLASS); in inStream_readClassRef()
DVirtualMachineImpl.c341 errorCode == JDWP_ERROR(INVALID_CLASS)) { in instanceCounts()
Dutil.c1887 case JDWP_ERROR(INVALID_CLASS): in map2jvmtiError()
2197 return JDWP_ERROR(INVALID_CLASS); in map2jdwpError()