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.java70 ReplyPacket replyName; in testAllThreads003() local
86 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads003()
87 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads003()
89 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003()
90 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads003()
129 ReplyPacket replyName; in testAllThreads002() local
146 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads002()
147 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads002()
149 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002()
150 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads002()
DSuspendTest.java68 ReplyPacket replyName; in testSuspend001() local
84 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspend001()
87 threadStatus = replyName.getNextValueAsInt(); in testSuspend001()
88 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.c1341 char replyName[256], replyType[kDNSServiceMaxDomainName], replyDomain[kDNSServiceMaxDomainName]; in handle_browse_response() local
1342 get_string(&data, end, replyName, 256); in handle_browse_response()
1346 …y)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, replyName, replyType, repl… in handle_browse_response()