Searched refs:reply (Results 126 - 150 of 344) sorted by relevance

1234567891011>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DOwnedMonitorsTest.java87 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
88 checkReplyPacket(reply, "ThreadReference::OwnedMonitors command");
90 int owned = reply.getNextValueAsInt();
97 TaggedObject tobj = reply.getNextValueAsTaggedObject();
/external/chromium_org/ipc/
H A Dipc_sync_message.cc99 Message* reply = new Message(msg->routing_id(), IPC_REPLY_ID, local
101 reply->set_reply();
105 // use the same message id, but this time reply bit is set
107 WriteSyncHeader(reply, header);
109 return reply;
/external/chromium_org/ppapi/proxy/
H A Dppp_messaging_proxy.h32 IPC::Message* reply);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c286 char *cmd, char *reply,
304 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf),
306 reply[res++] = '\n';
307 reply[res] = '\0';
316 char *reply, size_t max_len,
326 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf),
328 reply[res++] = '\n';
329 reply[res] = '\0';
338 char *cmd, char *reply,
342 return hostapd_ctrl_iface_wps_nfc_token_gen(hapd, reply,
285 hostapd_ctrl_iface_wps_nfc_config_token(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) argument
315 hostapd_ctrl_iface_wps_nfc_token_gen(struct hostapd_data *hapd, char *reply, size_t max_len, int ndef) argument
337 hostapd_ctrl_iface_wps_nfc_token(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) argument
361 hostapd_ctrl_iface_nfc_get_handover_sel(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) argument
1283 hostapd_ctrl_iface_mib(struct hostapd_data *hapd, char *reply, int reply_size, const char *param) argument
1303 struct wpabuf *reply; local
1361 char *reply; local
1828 char reply[24]; local
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DOnthrowLaunchDebugger001.java50 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
51 logWriter.println("**> Check reply on Version command");
52 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::Version command")) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DMethodEntryTest.java58 ReplyPacket reply = debuggeeWrapper.vmMirror.setMethodEntry(methodEntryClassNameRegexp);
59 checkReplyPacket(reply, "Set METHOD_ENTRY event");
H A DMethodExitTest.java58 ReplyPacket reply = debuggeeWrapper.vmMirror.setMethodExit(methodExitClassNameRegexp);
59 checkReplyPacket(reply, "Set METHOD_EXIT event");
H A DThreadEndTest.java53 ReplyPacket reply;
59 reply = debuggeeWrapper.vmMirror.setEvent(eventToSet);
60 checkReplyPacket(reply, "Set THREAD_END event");
H A DThreadStartTest.java55 ReplyPacket reply;
61 reply = debuggeeWrapper.vmMirror.setEvent(eventToSet);
62 checkReplyPacket(reply, "Set THREAD_START event");
H A DCombinedEventsTest.java114 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation);
115 int breakpointRequestID = reply.getNextValueAsInt();
120 reply = debuggeeWrapper.vmMirror
122 checkReplyPacket(reply, "Set METHOD_ENTRY event");
123 int methodEntryRequestID = reply.getNextValueAsInt();
249 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation);
250 int breakpointRequestID = reply.getNextValueAsInt();
255 reply = debuggeeWrapper.vmMirror
257 checkReplyPacket(reply, "EventRequest::Set command");
258 int methodExitRequestID = reply
[all...]
H A DFieldModification002Test.java102 ReplyPacket reply = debuggeeWrapper.vmMirror.setFieldModification(classSignature, JDWPConstants.TypeTag.CLASS, fieldName);
103 checkReplyPacket(reply, "Set FIELD_MODIFICATION event");
104 int requestID = reply.getNextValueAsInt();
105 assertAllDataRead(reply);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DThisObjectTest.java128 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
130 if (reply.getErrorCode() == JDWPConstants.Error.NONE) {
131 TaggedObject thisObject = reply.getNextValueAsTaggedObject();
191 assertAllDataRead(reply);
196 + reply.getErrorCode()
197 + "(" + JDWPConstants.Error.getName(reply.getErrorCode()) + ")");
201 fail("StackFrame::ThisObject command returns unexpected ERROR = " + reply.getErrorCode()
202 + "(" + JDWPConstants.Error.getName(reply.getErrorCode()) + ")"
H A DSetValuesTest.java177 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
178 checkReplyPacket(reply, "StackFrame::SetValues command");
203 //check reply for errors
204 reply = debuggeeWrapper.vmMirror.performCommand(packet);
205 checkReplyPacket(reply, "StackFrame::GetValues command");
208 int numberOfValues = reply.getNextValueAsInt();
222 val = reply.getNextValueAsValue();
243 val = reply.getNextValueAsValue();
264 val = reply.getNextValueAsValue();
289 val = reply
[all...]
/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.h62 // reply to the end of the socketpair contained in the request.
66 // reply: buffer for the reply
67 // reply_len: size of |reply|
68 // result_fd: (may be NULL) the file descriptor returned in the reply
72 uint8_t* reply,
80 uint8_t* reply,
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor.cc86 SECItem reply; local
87 reply.data = NULL;
88 reply.len = 0;
90 result = PK11SDR_DecryptWithSlot(slot, &request, &reply, NULL);
92 result = PK11SDR_Decrypt(&request, &reply, NULL);
95 plain.assign(reinterpret_cast<char*>(reply.data), reply.len);
97 SECITEM_FreeItem(&reply, PR_FALSE);
/external/chromium_org/components/nacl/renderer/
H A Dmanifest_service_channel.h63 void OnOpenResource(const std::string& key, IPC::Message* reply);
66 IPC::Message* reply, const base::PlatformFile& platform_file);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbelo.c232 int eloWaitReply(unsigned char type, unsigned char *reply, int fd) { argument
245 ok = eloGetPacket(reply, &reply_p, &sum, fd);
247 if (ok && reply[1] != type && type != ELO_PARAMETER) {
249 fprintf(stderr, "Wrong reply received\n");
298 int eloSendQuery(unsigned char *request, unsigned char* reply, int fd) { argument
302 ok = eloWaitReply(toupper(request[1]), reply, fd);
329 unsigned char reply[ELO_PACKET_SIZE]; local
376 if (!eloSendQuery(req, reply, fd)) {
384 if (eloSendQuery(req, reply, fd)) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBinder.java21 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
22 return new ShadowBinderBridge(realObject).onTransact(code, data, reply, flags);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DTopLevelThreadGroupsTest.java50 * <BR>&nbsp;&nbsp; - there are no extra data in the reply packet;
61 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
62 checkReplyPacket(reply, "VirtualMachine::TopLevelThreadGroups command");
64 int groups = reply.getNextValueAsInt();
70 long threadGroupID = reply.getNextValueAsThreadGroupID() ;
75 assertAllDataRead(reply);
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_x11.c98 xcb_get_geometry_reply_t *reply; local
103 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error);
104 if (reply == NULL)
111 *w = reply->width;
112 *h = reply->height;
114 free(reply);
152 xcb_get_image_reply_t *reply; local
157 reply = xcb_get_image_reply (dri2_dpy->conn, cookie, &error);
158 if (reply == NULL)
165 uint32_t bytes = xcb_get_image_data_length(reply);
185 xcb_get_geometry_reply_t *reply; local
381 xcb_dri2_get_buffers_reply_t *reply; local
414 xcb_dri2_get_buffers_with_format_reply_t *reply; local
710 xcb_dri2_swap_buffers_reply_t *reply; local
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c98 xcb_get_geometry_reply_t *reply; local
103 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error);
104 if (reply == NULL)
111 *w = reply->width;
112 *h = reply->height;
114 free(reply);
152 xcb_get_image_reply_t *reply; local
157 reply = xcb_get_image_reply (dri2_dpy->conn, cookie, &error);
158 if (reply == NULL)
165 uint32_t bytes = xcb_get_image_data_length(reply);
185 xcb_get_geometry_reply_t *reply; local
381 xcb_dri2_get_buffers_reply_t *reply; local
414 xcb_dri2_get_buffers_with_format_reply_t *reply; local
710 xcb_dri2_swap_buffers_reply_t *reply; local
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c693 UDPServerTransaction(const DaemonInfo *d, const PktMsg *request, PktMsg *reply, mDNSBool *trunc) argument
720 // Wait for reply
728 // Receive reply
730 reply->len = recvfrom( sd, &reply->msg, sizeof(reply->msg), 0, NULL, NULL );
731 require_action( ( ( int ) reply->len ) >= 0, exit, err = mStatus_UnknownErr; LogErr( "UDPServerTransaction", "recvfrom" ) );
732 require_action( reply->len >= sizeof( DNSMessageHeader ), exit, err = mStatus_UnknownErr; Log( "UDPServerTransaction - Message too short (%d bytes)", reply->len ) );
736 if ( reply
756 SuccessfulUpdateTransaction(PktMsg *request, PktMsg *reply) argument
922 PktMsg *reply = NULL; local
1300 PktMsg *reply = NULL; local
1478 PktMsg *reply; local
1510 PktMsg * reply = NULL; local
1745 PktMsg buf, *reply = NULL; local
2532 PktMsg * reply = NULL; local
2627 PktMsg reply; local
2677 PktMsg * reply = NULL; local
2771 PktMsg reply; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp728 char reply[10]; local
729 size_t reply_len = sizeof(reply);
730 ctrlRequest("DISCONNECT", reply, &reply_len);
964 char reply[10]; local
965 size_t reply_len = sizeof(reply);
966 ctrlRequest("REASSOCIATE", reply, &reply_len);
973 char reply[10]; local
974 size_t reply_len = sizeof(reply);
981 ctrlRequest(cmd.toAscii().constData(), reply, &reply_len);
990 char reply[1 local
1009 char reply[10]; local
1099 char reply[10]; local
1165 char reply[10]; local
1496 char reply[20]; local
1518 char reply[20]; local
1556 char reply[20]; local
[all...]
/external/chromium_org/base/
H A Dtask_runner.h86 // Posts |task| on the current TaskRunner. On completion, |reply|
88 // |task| and |reply| are guaranteed to be deleted on the thread
91 // the |task| and |reply| Closures. In particular, it can be useful
92 // to use WeakPtr<> in the |reply| Closure so that the reply
121 // * Results of |task| are shared with |reply| by binding a shared argument
125 // and the reply will cancel itself safely because it is bound to a
129 const Closure& reply);
/external/chromium_org/chrome/browser/performance_monitor/
H A Dperformance_monitor_util.h20 // completion |reply| is posted to the thread that called
25 const base::Closure& reply);

Completed in 559 milliseconds

1234567891011>>