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.java63 boolean canWatchFieldModification = reply.getNextValueAsBoolean(); in testCapabilities001()
64 boolean canWatchFieldAccess = reply.getNextValueAsBoolean(); in testCapabilities001()
65 boolean canGetBytecodes = reply.getNextValueAsBoolean(); in testCapabilities001()
66 boolean canGetSyntheticAttribute = reply.getNextValueAsBoolean(); in testCapabilities001()
67 boolean canGetOwnedMonitorInfo = reply.getNextValueAsBoolean(); in testCapabilities001()
68 boolean canGetCurrentContendedMonitor = reply.getNextValueAsBoolean(); in testCapabilities001()
69 boolean canGetMonitorInfo = reply.getNextValueAsBoolean(); in testCapabilities001()
DCapabilitiesNewTest.java100 flag = reply.getNextValueAsBoolean(); in testCapabilitiesNew001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java338 .getNextValueAsBoolean(); in capabilities()
340 .getNextValueAsBoolean(); in capabilities()
342 .getNextValueAsBoolean(); in capabilities()
344 .getNextValueAsBoolean(); in capabilities()
346 .getNextValueAsBoolean(); in capabilities()
348 .getNextValueAsBoolean(); in capabilities()
350 .getNextValueAsBoolean(); in capabilities()
352 .getNextValueAsBoolean(); in capabilities()
353 targetVMCapabilities.canAddMethod = replyPacket.getNextValueAsBoolean(); in capabilities()
355 .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
1097 return Value.createBoolean(this.getNextValueAsBoolean()); in getNextValueAsUntaggedValue()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DIsCollectedTest.java164 .getNextValueAsBoolean(); in testIsCollected001()
207 .getNextValueAsBoolean(); in testIsCollected001()
264 boolean is_collected = reply.getNextValueAsBoolean(); in testIsCollected_invalid()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DIsObsoleteTest.java67 boolean isObsolete = reply.getNextValueAsBoolean(); in testIsObsoleteTest001()