HomeSort by relevance Sort by last modified time
    Searched defs:replyName (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
SuspendTest.java 69 ReplyPacket replyName;
85 replyName = debuggeeWrapper.vmMirror.performCommand(packet);
88 threadStatus = replyName.getNextValueAsInt();
89 suspendStatus = replyName.getNextValueAsInt();
AllThreadsTest.java 71 ReplyPacket replyName;
87 replyName = debuggeeWrapper.vmMirror.performCommand(packet);
88 checkReplyPacket(replyName, "ThreadReference::Status command");
90 threadStatus = replyName.getNextValueAsInt();
91 suspendStatus = replyName.getNextValueAsInt();
130 ReplyPacket replyName;
147 replyName = debuggeeWrapper.vmMirror.performCommand(packet);
148 checkReplyPacket(replyName, "ThreadReference::Status command");
150 threadStatus = replyName.getNextValueAsInt();
151 suspendStatus = replyName.getNextValueAsInt()
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompat.java     [all...]

Completed in 295 milliseconds