Home
last modified time | relevance | path

Searched refs:getNextValueAsBoolean (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DCapabilitiesTest.java62 boolean canWatchFieldModification = reply.getNextValueAsBoolean(); in testCapabilities001()
63 boolean canWatchFieldAccess = reply.getNextValueAsBoolean(); in testCapabilities001()
64 boolean canGetBytecodes = reply.getNextValueAsBoolean(); in testCapabilities001()
65 boolean canGetSyntheticAttribute = reply.getNextValueAsBoolean(); in testCapabilities001()
66 boolean canGetOwnedMonitorInfo = reply.getNextValueAsBoolean(); in testCapabilities001()
67 boolean canGetCurrentContendedMonitor = reply.getNextValueAsBoolean(); in testCapabilities001()
68 boolean canGetMonitorInfo = reply.getNextValueAsBoolean(); in testCapabilities001()
DCapabilitiesNewTest.java99 flag = reply.getNextValueAsBoolean(); in testCapabilitiesNew001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java396 .getNextValueAsBoolean(); in capabilities()
398 .getNextValueAsBoolean(); in capabilities()
400 .getNextValueAsBoolean(); in capabilities()
402 .getNextValueAsBoolean(); in capabilities()
404 .getNextValueAsBoolean(); in capabilities()
406 .getNextValueAsBoolean(); in capabilities()
408 .getNextValueAsBoolean(); in capabilities()
410 .getNextValueAsBoolean(); in capabilities()
411 targetVMCapabilities.canAddMethod = replyPacket.getNextValueAsBoolean(); in capabilities()
413 .getNextValueAsBoolean(); in capabilities()
[all …]
DParsedEvent.java339 this.timed_out = packet.getNextValueAsBoolean(); in Event_MONITOR_WAITED()
DPacket.java270 public boolean getNextValueAsBoolean() { in getNextValueAsBoolean() method in Packet
1082 value = new Value(this.getNextValueAsBoolean()); in getNextValueAsUntaggedValue()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DIsCollectedTest.java165 .getNextValueAsBoolean(); in testIsCollected001()
208 .getNextValueAsBoolean(); in testIsCollected001()
265 boolean is_collected = reply.getNextValueAsBoolean(); in testIsCollected_invalid()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DIsObsoleteTest.java66 boolean isObsolete = reply.getNextValueAsBoolean(); in testIsObsoleteTest001()