Home
last modified time | relevance | path

Searched refs:replyName (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java71 ReplyPacket replyName; in testAllThreads003() local
87 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads003()
88 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads003()
90 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003()
91 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads003()
130 ReplyPacket replyName; in testAllThreads002() local
147 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads002()
148 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads002()
150 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002()
151 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads002()
DSuspendTest.java69 ReplyPacket replyName; in testSuspend001() local
85 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspend001()
88 threadStatus = replyName.getNextValueAsInt(); in testSuspend001()
89 suspendStatus = replyName.getNextValueAsInt(); in testSuspend001()
/external/mdnsresponder/Clients/
Ddns-sd.c478 const char *replyName, const char *replyType, const char *replyDomain, void *context) in zonedata_browse() argument
491 …DNSServiceResolve(newref, kDNSServiceFlagsShareConnection, ifIndex, replyName, replyType, replyDom… in zonedata_browse()
495 const char *replyName, const char *replyType, const char *replyDomain, void *context) in browse_reply() argument
505 else printf("%s%6X%3d %-25s %-25s %s\n", op, flags, ifIndex, replyDomain, replyType, replyName); in browse_reply()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c1342 char replyName[256], replyType[kDNSServiceMaxDomainName], replyDomain[kDNSServiceMaxDomainName]; in handle_browse_response() local
1343 get_string(&data, end, replyName, 256); in handle_browse_response()
1347 …y)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, replyName, replyType, repl… in handle_browse_response()