Home
last modified time | relevance | path

Searched refs:INVALID_METHODID (Results 1 – 5 of 5) sorted by relevance

/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1150 (Error INVALID_METHODID "methodID is not the ID of a static method in "
1228 (Error INVALID_METHODID "methodID is not the ID of a method.")
1324 (Error INVALID_METHODID "methodID is not the ID of a static method in this "
1359 (Error INVALID_METHODID "methodID is not the ID of a method.")
1396 (Error INVALID_METHODID "methodID is not the ID of a method.")
1419 (Error INVALID_METHODID "methodID is not the ID of a method.")
1445 (Error INVALID_METHODID "methodID is not the ID of a method.")
1491 (Error INVALID_METHODID "methodID is not the ID of a method.")
1667 (Error INVALID_METHODID "methodID is not the ID of an instance method "
2484 (Error INVALID_METHODID)
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java413 public static final int INVALID_METHODID = 23; field in JDWPConstants.Error
536 case INVALID_METHODID: in getName()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java344 … checkReplyPacket(reply, "ClassType::InvokeMethod command", JDWPConstants.Error.INVALID_METHODID); in testInvokeMethod002()
471 … checkReplyPacket(reply, "ClassType::InvokeMethod command", JDWPConstants.Error.INVALID_METHODID); in testInvokeMethod003()
/external/oj-libjdwp/src/share/back/
Derror_messages.c262 CASE_RETURN_JDWP_ERROR_TEXT(INVALID_METHODID) in jdwpErrorText()
Dutil.c1891 case JDWP_ERROR(INVALID_METHODID): in map2jvmtiError()
2201 return JDWP_ERROR(INVALID_METHODID); in map2jdwpError()