Searched defs:replyPacket (Results 1 - 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java221 * @param replyPacket
226 public void notifyThread(ReplyPacket replyPacket) throws IOException, argument
232 Integer Id = new Integer(replyPacket.getId());
247 replies.put(new Integer(replyPacket.getId()),
248 replyPacket);
527 ReplyPacket replyPacket = new ReplyPacket(packet);
530 int packetLength = replyPacket.getLength();
539 int replyID = replyPacket.getId();
551 commandsSynchronyzer.notifyThread(replyPacket);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DEventWithExceptionTest.java421 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setStep(eventThreadId,
423 checkReplyPacket(replyPacket, "Failed to set SINGLE_STEP " +
425 return readRequestId(replyPacket);
441 ReplyPacket replyPacket = null;
443 replyPacket = debuggeeWrapper.vmMirror.setFieldAccess(classSignature, classTypeTag,
446 replyPacket = debuggeeWrapper.vmMirror.setFieldModification(classSignature,
451 checkReplyPacket(replyPacket, "Failed to set " + eventKindName);
452 return readRequestId(replyPacket);
458 ReplyPacket replyPacket = null;
460 replyPacket
471 readRequestId(ReplyPacket replyPacket) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 910 milliseconds