Searched refs:reply (Results 76 - 100 of 344) sorted by relevance

1234567891011>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DAllClassesTest.java63 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
64 checkReplyPacket(reply, "VirtualMachine::AllClasses command");
70 int classes = reply.getNextValueAsInt();
76 reply.getNextValueAsByte();
77 typeID = reply.getNextValueAsReferenceTypeID();
78 signature = reply.getNextValueAsString();
79 status = reply.getNextValueAsInt();
124 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
135 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
136 checkReplyPacket(reply, "VirtualMachin
[all...]
H A DAllThreadsTest.java64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
65 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
72 int threads = reply.getNextValueAsInt();
78 threadID = reply.getNextValueAsThreadID();
102 assertAllDataRead(reply);
122 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
123 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
131 int threads = reply.getNextValueAsInt();
138 threadID = reply.getNextValueAsThreadID();
172 assertAllDataRead(reply);
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c38 struct radius_msg *reply; local
156 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
158 if (reply == NULL)
162 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE,
164 radius_msg_free(reply);
169 return reply;
188 struct radius_msg *msg, *reply = NULL; local
254 reply = radius_das_disconnect(das, msg, abuf, from_port);
258 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
260 if (reply
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c38 struct radius_msg *reply; local
156 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
158 if (reply == NULL)
162 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE,
164 radius_msg_free(reply);
169 return reply;
188 struct radius_msg *msg, *reply = NULL; local
254 reply = radius_das_disconnect(das, msg, abuf, from_port);
258 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
260 if (reply
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c38 struct radius_msg *reply; local
156 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
158 if (reply == NULL)
162 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE,
164 radius_msg_free(reply);
169 return reply;
188 struct radius_msg *msg, *reply = NULL; local
254 reply = radius_das_disconnect(das, msg, abuf, from_port);
258 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
260 if (reply
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c179 xcb_dri2_get_buffers_reply_t *reply; local
187 reply = vl_dri2_get_flush_reply(scrn);
188 if (!reply) {
191 reply = xcb_dri2_get_buffers_reply(scrn->conn, cookie, NULL);
193 if (!reply)
196 buffers = xcb_dri2_get_buffers_buffers(reply);
198 free(reply);
202 for (i = 0; i < reply->count; ++i) {
209 if (i == reply->count) {
210 free(reply);
261 xcb_dri2_get_msc_reply_t *reply; local
[all...]
/external/iputils/ninfod/
H A Dninfod_core.c253 if (reply) {
254 p->reply.ni_type = ICMP6_NI_REPLY;
255 p->reply.ni_code = ICMP6_NI_SUCCESS;
256 p->reply.ni_cksum = 0;
257 p->reply.ni_qtype = htons(NI_QTYPE_NOOP);
258 p->reply.ni_flags = flags;
279 if (reply) {
280 p->reply.ni_type = ICMP6_NI_REPLY;
281 p->reply.ni_code = ICMP6_NI_SUCCESS;
282 p->reply
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c179 xcb_dri2_get_buffers_reply_t *reply; local
187 reply = vl_dri2_get_flush_reply(scrn);
188 if (!reply) {
191 reply = xcb_dri2_get_buffers_reply(scrn->conn, cookie, NULL);
193 if (!reply)
196 buffers = xcb_dri2_get_buffers_buffers(reply);
198 free(reply);
202 for (i = 0; i < reply->count; ++i) {
209 if (i == reply->count) {
210 free(reply);
261 xcb_dri2_get_msc_reply_t *reply; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
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;
H A Dpacksingle.h113 (void) _XReply(dpy, (xReply*) &reply, 0, False)
116 a = (cast) reply.retval
119 a = (GLint) reply.size
123 *p = *(GLbyte *)&reply.pad3;
126 *p = *(GLshort *)&reply.pad3;
129 *p = *(GLint *)&reply.pad3;
132 *p = *(GLfloat *)&reply.pad3;
136 *p = reply.pad3 >> 24;
139 {int t = reply.pad3 >> 16; \
143 {int t = reply
[all...]
/external/mesa3d/src/glx/
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;
H A Dpacksingle.h113 (void) _XReply(dpy, (xReply*) &reply, 0, False)
116 a = (cast) reply.retval
119 a = (GLint) reply.size
123 *p = *(GLbyte *)&reply.pad3;
126 *p = *(GLshort *)&reply.pad3;
129 *p = *(GLint *)&reply.pad3;
132 *p = *(GLfloat *)&reply.pad3;
136 *p = reply.pad3 >> 24;
139 {int t = reply.pad3 >> 16; \
143 {int t = reply
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
H A Dliblouis.js152 goog.bind(function(reply) {
153 if (reply['success']) {
167 * Dispatches a message to the remote end and returns the reply asynchronously.
171 * @param {function(!Object)} callback Callback to receive the reply.
281 this.instance_.rpc_('Translate', message, function(reply) {
285 if (reply['success'] && goog.isString(reply['cells'])) {
286 cells = cvox.LibLouis.Translator.decodeHexString_(reply['cells']);
287 if (goog.isDef(reply['text_to_braille'])) {
288 textToBraille = reply['text_to_braill
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFrameCountTest.java73 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
74 checkReplyPacket(reply, "ThreadReference::FrameCount command");
76 int frameCount = reply.getNextValueAsInt();
100 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
101 err = reply.getErrorCode();
107 int framesCount = reply.getNextValueAsInt();
H A DStopTest.java80 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
81 checkReplyPacket(reply, "ReferenceType::GetValues command");
83 int values = reply.getNextValueAsInt();
89 Value fieldValue = reply.getNextValueAsValue();
98 reply = debuggeeWrapper.vmMirror.performCommand(packet);
99 checkReplyPacket(reply, "ThreadReference::Stop command");
H A DStatusTest.java72 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
73 checkReplyPacket(reply, "ThreadReference::Status command");
75 int threadStatus = reply.getNextValueAsInt();
76 int suspendStatus = reply.getNextValueAsInt();
129 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
130 checkReplyPacket(reply, "ThreadReference::Status command");
132 int threadStatus = reply.getNextValueAsInt();
133 int suspendStatus = reply.getNextValueAsInt();
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers_wps.c71 DBusMessage *reply = NULL; local
103 reply = dbus_message_new_method_return(message);
104 if (reply == NULL)
108 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin,
113 dbus_message_append_args(reply, DBUS_TYPE_STRING, &npin,
116 return reply;
H A Ddbus_new_helpers.c78 DBusMessage *reply; local
82 reply = dbus_message_new_method_return(message);
83 if (reply == NULL) {
84 wpa_printf(MSG_ERROR, "%s: out of memory creating dbus reply",
89 dbus_message_iter_init_append(reply, &iter);
91 wpa_printf(MSG_ERROR, "%s: out of memory creating reply",
93 dbus_message_unref(reply);
94 reply = dbus_message_new_error(message, DBUS_ERROR_NO_MEMORY,
96 return reply;
103 dbus_message_unref(reply);
164 DBusMessage *reply; local
198 DBusMessage *reply; local
382 DBusMessage *reply; local
[all...]
/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...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DSetValuesTest.java134 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
135 checkReplyPacket(reply, "ClassType::SetValues command");
144 reply = debuggeeWrapper.vmMirror.performCommand(packet);
145 checkReplyPacket(reply, "ClassType::GetValues command");
147 int fields = reply.getNextValueAsInt();
149 Value returnedValue = reply.getNextValueAsValue();
160 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
161 checkReplyPacket(reply, "ReferenceType::Fields command");
163 int declared = reply.getNextValueAsInt();
167 reply
[all...]
/external/chromium_org/base/
H A Dtask_runner.cc51 const Closure& reply) {
53 from_here, task, reply);
48 PostTaskAndReply( const tracked_objects::Location& from_here, const Closure& task, const Closure& reply) argument
H A Dtask_runner_util.h31 // |reply| must be non-null in PostTaskAndReplyWithResult() below after
59 const Callback<void(ReplyArgType)>& reply) {
65 base::Bind(&internal::ReplyAdapter<TaskReturnType, ReplyArgType>, reply,
55 PostTaskAndReplyWithResult( TaskRunner* task_runner, const tracked_objects::Location& from_here, const Callback<TaskReturnType(void)>& task, const Callback<void(ReplyArgType)>& reply) argument
/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc78 CryptoHandshakeMessage reply; local
80 message, result, &reply, &error_details);
87 if (reply.tag() != kSHLO) {
88 SendHandshakeMessage(reply);
102 config->ToHandshakeMessage(&reply);
119 SendHandshakeMessage(reply);
168 CryptoHandshakeMessage* reply,
178 &crypto_negotiated_params_, reply, error_details);
165 ProcessClientHello( const CryptoHandshakeMessage& message, const ValidateClientHelloResultCallback::Result& result, CryptoHandshakeMessage* reply, string* error_details) argument
/external/libnl/src/lib/
H A Dct.c86 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) argument
90 if ((err = nfnl_ct_set_src(ct, reply, a)) < 0)
95 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) argument
99 if ((err = nfnl_ct_set_dst(ct, reply, a)) < 0)
104 void nl_cli_ct_parse_src_port(struct nfnl_ct *ct, int reply, char *arg) argument
107 nfnl_ct_set_src_port(ct, reply, port);
110 void nl_cli_ct_parse_dst_port(struct nfnl_ct *ct, int reply, char *arg) argument
113 nfnl_ct_set_dst_port(ct, reply, port);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DBytecodesTest.java75 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
76 checkReplyPacket(reply, "Method::Bytecodes command");
78 int bytes = reply.getNextValueAsInt();
83 bytecode[j] = reply.getNextValueAsByte();

Completed in 964 milliseconds

1234567891011>>