Searched defs:reply (Results 26 - 50 of 193) sorted by relevance

12345678

/external/chromium_org/sandbox/mac/
H A Dlaunchd_interception_server.cc106 // reply to the client. Returning a NULL or unserviced port for a look up
124 IPCMessage reply = message_server_->CreateReply(request); local
125 compat_shim_.look_up2_fill_reply(reply, result_port);
130 if (message_server_->SendReply(reply))
131 compat_shim_.look_up2_fill_reply(reply, MACH_PORT_NULL);
H A Dxpc_message_server.cc65 IPCMessage reply; local
66 reply.xpc = reply_message_;
67 return reply;
70 bool XPCMessageServer::SendReply(IPCMessage reply) { argument
71 int rv = xpc_pipe_routine_reply(reply.xpc);
90 IPCMessage reply = CreateReply(request); local
91 xpc_dictionary_set_int64(reply.xpc, "error", error_code);
92 SendReply(reply);
H A Dmach_message_server.cc50 // Allocate the message request and reply buffers.
64 MACH_LOG(ERROR, kr) << "Failed to allocate reply buffer.";
97 mach_msg_header_t* reply = reply_message.mach = local
99 bzero(reply, buffer_size_);
101 reply->msgh_bits = MACH_MSGH_BITS_REMOTE(reply->msgh_bits);
102 // Since mach_msg will automatically swap the request and reply ports,
104 reply->msgh_remote_port = request->msgh_remote_port;
105 reply->msgh_local_port = MACH_PORT_NULL;
106 // MIG servers simply add 100 to the request ID to generate the reply I
112 SendReply(IPCMessage reply) argument
138 IPCMessage reply = CreateReply(request); local
160 mach_msg_header_t* reply = local
[all...]
H A Dos_compatibility.cc90 R* reply = reinterpret_cast<R*>(message.mach); local
91 reply->Head.msgh_size = sizeof(R);
92 reply->Head.msgh_bits =
95 reply->msgh_body.msgh_descriptor_count = 1;
96 reply->service_port.name = port;
97 reply->service_port.disposition = MACH_MSG_TYPE_COPY_SEND;
98 reply->service_port.type = MACH_MSG_PORT_DESCRIPTOR;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dglxreply.c35 xGLXSingleReply reply; local
37 (void) _XReply(dpy, (xReply *) & reply, 0, False);
39 if ((reply.length > 0) || reply_is_always_array) {
41 ? (4 * reply.length) : (reply.size * size);
50 (void) memcpy(dest, &(reply.pad3), size);
54 return reply.retval;
62 xGLXSingleReply reply; local
65 (void) _XReply(dpy, (xReply *) & reply, 0, False);
68 width = reply
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_query.c49 xcb_glx_query_server_string_reply_t *reply = local
58 uint32_t len = xcb_glx_query_server_string_string_length(reply);
60 memcpy(buf, xcb_glx_query_server_string_string(reply), len);
61 free(reply);
73 xcb_glx_get_string_reply_t *reply = xcb_glx_get_string_reply(c, local
82 uint32_t len = xcb_glx_get_string_string_length(reply);
84 memcpy(buf, xcb_glx_get_string_string(reply), len);
85 free(reply);
123 xGLXSingleReply reply; local
144 _XReply(dpy, (xReply *) & reply,
[all...]
H A Dindirect_texture_compression.c47 xGLXGetTexImageReply reply; local
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
H A Dsinglepix.c43 xGLXGetSeparableFilterReply reply; local
58 compsize = reply.length << 2;
64 width = reply.width;
65 height = reply.height;
134 xGLXGetSeparableFilterReply reply; local
146 (void) _XReply(dpy, (xReply *) & reply, 0, False);
148 compsize = reply.length << 2;
151 const GLint width = reply.width;
152 const GLint height = reply.height;
/external/iputils/ninfod/
H A Dninfod.h52 int reply
67 /* reply info */
68 struct icmp6_nodeinfo reply; /* common */ member in struct:packetcontext
/external/mesa3d/src/glx/apple/
H A Dglxreply.c35 xGLXSingleReply reply; local
37 (void) _XReply(dpy, (xReply *) & reply, 0, False);
39 if ((reply.length > 0) || reply_is_always_array) {
41 ? (4 * reply.length) : (reply.size * size);
50 (void) memcpy(dest, &(reply.pad3), size);
54 return reply.retval;
62 xGLXSingleReply reply; local
65 (void) _XReply(dpy, (xReply *) & reply, 0, False);
68 width = reply
[all...]
/external/mesa3d/src/glx/
H A Dglx_query.c49 xcb_glx_query_server_string_reply_t *reply = local
58 uint32_t len = xcb_glx_query_server_string_string_length(reply);
60 memcpy(buf, xcb_glx_query_server_string_string(reply), len);
61 free(reply);
73 xcb_glx_get_string_reply_t *reply = xcb_glx_get_string_reply(c, local
82 uint32_t len = xcb_glx_get_string_string_length(reply);
84 memcpy(buf, xcb_glx_get_string_string(reply), len);
85 free(reply);
123 xGLXSingleReply reply; local
144 _XReply(dpy, (xReply *) & reply,
[all...]
H A Dindirect_texture_compression.c47 xGLXGetTexImageReply reply; local
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
H A Dsinglepix.c43 xGLXGetSeparableFilterReply reply; local
58 compsize = reply.length << 2;
64 width = reply.width;
65 height = reply.height;
134 xGLXGetSeparableFilterReply reply; local
146 (void) _XReply(dpy, (xReply *) & reply, 0, False);
148 compsize = reply.length << 2;
151 const GLint width = reply.width;
152 const GLint height = reply.height;
/external/smack/src/org/jivesoftware/smackx/
H A DMultipleRecipientManager.java91 * indicating that they can reply to any address.
93 * indicating that they can reply to any address.
94 * @param noReply true means that receivers should not reply to the message.
120 * Sends a reply to a previously received packet that was sent to multiple recipients. Before
121 * attempting to send the reply message some checkings are performed. If any of those checkings
124 * @param connection the connection to use to send the reply.
126 * @param reply the new message to send as a reply.
128 * original message cannot be replied or reply should be sent to a room.
130 public static void reply(Connectio argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp55 char reply[2048]; local
68 reply_len = sizeof(reply) - 1;
69 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0)
71 reply[reply_len] = '\0';
73 QString bss(reply);
115 char reply[10]; local
116 size_t reply_len = sizeof(reply);
121 wpagui->ctrlRequest("SCAN", reply, &reply_len);
/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.cc170 uint8_t* reply,
174 return UnixDomainSocket::SendRecvMsgWithFlags(fd, reply, max_reply_len,
181 uint8_t* reply,
208 recv_sock.get(), reply, max_reply_len, recvmsg_flags, &recv_fds, NULL);
169 SendRecvMsg(int fd, uint8_t* reply, unsigned max_reply_len, int* result_fd, const Pickle& request) argument
180 SendRecvMsgWithFlags(int fd, uint8_t* reply, unsigned max_reply_len, int recvmsg_flags, int* result_fd, const Pickle& request) argument
/external/chromium_org/base/task/
H A Dcancelable_task_tracker.cc84 const Closure& reply) {
87 // We need a MessageLoop to run reply.
90 // Owned by reply callback below.
103 reply,
80 PostTaskAndReply( TaskRunner* task_runner, const tracked_objects::Location& from_here, const Closure& task, const Closure& reply) argument
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_talk_host.cc35 ppapi::host::ReplyMessageContext reply) {
37 reply.params.set_result(0);
42 return reply; // RFH destroyed while task was pending.
66 return reply;
74 reply.params.set_result(static_cast<int32_t>(
81 return reply;
95 ppapi::host::ReplyMessageContext reply) {
100 reply.params.set_result(PP_ERROR_FAILED);
101 return reply; // RFH destroyed while task was pending.
110 reply
31 GetPermissionOnUIThread( PP_TalkPermission permission, int render_process_id, int render_frame_id, ppapi::host::ReplyMessageContext reply) argument
91 StartRemotingOnUIThread( const base::Closure& stop_callback, int render_process_id, int render_frame_id, ppapi::host::ReplyMessageContext reply) argument
129 StopRemotingOnUIThreadWithResult( ppapi::host::ReplyMessageContext reply) argument
235 OnRequestPermissionCompleted( ppapi::host::ReplyMessageContext reply) argument
241 OnStartRemotingCompleted( ppapi::host::ReplyMessageContext reply) argument
251 OnStopRemotingCompleted( ppapi::host::ReplyMessageContext reply) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_error_ui_util.cc107 base::Callback<void(const std::string&)> reply; local
119 reply = base::Bind(&GetManifestFileCallback,
128 reply = base::Bind(&GetSourceFileCallback,
137 reply); local
/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods_unittest.cc66 // The reply that |cryptohome_client_| will make.
134 // Set up the reply that |cryptohome_client_| will make.
135 cryptohome::GetKeyDataReply* reply = local
136 cryptohome_reply_.MutableExtension(cryptohome::GetKeyDataReply::reply);
137 KeyData* key_data = reply->add_key_data();
/external/chromium_org/content/public/browser/
H A Dbrowser_message_filter.cc192 IPC::Message* reply = IPC::SyncMessage::GenerateReply(&message); local
193 reply->set_reply_error();
194 sender->Send(reply);
H A Dbrowser_thread.h123 const base::Closure& reply);
130 const base::Callback<void(ReplyArgType)>& reply) {
134 message_loop_proxy.get(), from_here, task, reply);
159 // reply task to the origin TaskRunner upon completion. The third variant
179 const base::Closure& reply);
126 PostTaskAndReplyWithResult( ID identifier, const tracked_objects::Location& from_here, const base::Callback<ReturnType(void)>& task, const base::Callback<void(ReplyArgType)>& reply) argument
/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc89 CryptoHandshakeMessage reply; local
91 message, result, &reply, &error_details);
98 if (reply.tag() != kSHLO) {
99 SendHandshakeMessage(reply);
113 config->ToHandshakeMessage(&reply);
134 SendHandshakeMessage(reply);
138 SendHandshakeMessage(reply, server_hello_notifier.get());
223 CryptoHandshakeMessage* reply,
233 &crypto_negotiated_params_, reply, error_details);
220 ProcessClientHello( const CryptoHandshakeMessage& message, const ValidateClientHelloResultCallback::Result& result, CryptoHandshakeMessage* reply, string* error_details) argument
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dfault_pm_nameservice_test.cc169 // reply string -- essentially treating this as a string-based RPC.
182 std::string reply; local
196 reply = sb.ToString();
197 len = strlen(reply.c_str());
198 fprintf(stderr, "posting reply len %d\n", len);
199 // fprintf(stderr, "posting reply \"%s\".\n", sb.ToString().c_str());
200 fprintf(stderr, "posting reply \"");
202 write(2, reply.c_str(), len);
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource.h45 // This handles a reply to a resource call. It works by looking up the
70 // corresponding to this resource object and does not expect a reply.
74 // will be run when a reply message with a sequence number matching that of
75 // the call is received. |ReplyMsgClass| is the type of the reply message that
83 // If a reply message to this call is received whose type does not match
105 // |reply_thread_hint| as a hint to determine which thread to handle the reply
108 // If |reply_thread_hint| is non-blocking, the reply message will be handled
112 // If handling a reply message will cause a TrackedCallback to be run, it is
123 // |ReplyMsgClass| is the type of the reply message that is expected. If it
127 // // Assuming the reply messag
220 IPC::Message reply; local
228 IPC::Message reply; local
240 IPC::Message reply; local
252 IPC::Message reply; local
264 IPC::Message reply; local
276 IPC::Message reply; local
[all...]

Completed in 454 milliseconds

12345678