Home
last modified time | relevance | path

Searched defs:modBits (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodTestCase.java46 private int modBits; field in JDWPMethodTestCase.MethodInfo
49 int modBits) { in MethodInfo()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DJDWPClassTypeTestCase.java63 private int modBits; field in JDWPClassTypeTestCase.FieldInfo
94 int modBits) { in FieldInfo()
DNewInstanceTest.java102 int modBits = reply.getNextValueAsInt(); in testNewInstance001() local
313 int modBits = reply.getNextValueAsInt(); in testNewInstance002() local
DInvokeMethod002Test.java100 int modBits = reply.getNextValueAsInt(); in testInvokeMethod() local
DInvokeMethodTest.java106 int modBits = reply.getNextValueAsInt(); in testInvokeMethod001() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DField.java43 private int modBits; field in Field
73 int modBits) { in Field()