Searched refs:reply (Results 201 - 225 of 355) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c282 char *reply = NULL, *send_buf; local
306 reply = wpa_supplicant_ctrl_iface_process(wpa_s, buf,
310 if (reply) {
311 send_buf = reply;
325 os_free(reply);
329 os_free(reply);
717 char *reply = NULL, *send_buf; local
726 reply = wpa_supplicant_global_ctrl_iface_process(global, buf,
728 if (reply) {
729 send_buf = reply;
[all...]
H A Dctrl_iface.c831 struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len)
852 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf),
854 reply[res++] = '\n';
855 reply[res] = '\0';
864 struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len)
881 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf),
883 reply[res++] = '\n';
884 reply[res] = '\0';
929 char *reply, size_t max_len,
939 res = wpa_snprintf_hex_uppercase(reply, max_le
830 wpa_supplicant_ctrl_iface_wps_nfc_config_token( struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) argument
863 wpa_supplicant_ctrl_iface_wps_nfc_token( struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) argument
928 wpas_ctrl_nfc_get_handover_req_wps(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef) argument
951 wpas_ctrl_nfc_get_handover_req_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef) argument
976 wpas_ctrl_nfc_get_handover_req(struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) argument
1013 wpas_ctrl_nfc_get_handover_sel_wps(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int cr, char *uuid) argument
1036 wpas_ctrl_nfc_get_handover_sel_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int tag) argument
1059 wpas_ctrl_nfc_get_handover_sel(struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) argument
1423 wpa_supplicant_ctrl_iface_wps_er_nfc_config_token( struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) argument
5680 struct wpabuf *reply; local
6040 wpas_ctrl_scan(struct wpa_supplicant *wpa_s, char *params, char *reply, int reply_size, int *reply_len) argument
6469 char *reply; local
7471 char *reply; local
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsigner.js517 var reply = /** @type {SignHelperReply} */ (helperReply);
519 if (reply.code) {
520 var reportedError = mapDeviceStatusCodeToU2fError(reply.code);
521 console.log(UTIL_fmt('helper reported ' + reply.code.toString(16) +
530 var key = reply.responseData['keyHandle'];
535 this.notifySuccess_(serverChallenge, reply.responseData.signatureData,
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallWSRU.stderrB.exp29 Could not write register "xxx"; remote failure reply 'E.
38 Could not write register "xxx"; remote failure reply 'E.
47 Could not write register "xxx"; remote failure reply 'E.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DCombinedEvents003Test.java108 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation);
109 int breakpointRequestID = reply.getNextValueAsInt();
114 reply = debuggeeWrapper.vmMirror
116 checkReplyPacket(reply, "Set METHOD_ENTRY event");
117 int methodEntryRequestID = reply.getNextValueAsInt();
121 reply = debuggeeWrapper.vmMirror
123 checkReplyPacket(reply, "Set METHOD_EXIT event");
124 int methodExitRequestID = reply.getNextValueAsInt();
H A DCombinedEvents002Test.java98 ReplyPacket reply = debuggeeWrapper.vmMirror.setMethodEntry(TESTED_CLASS_NAME);
99 checkReplyPacket(reply, "Set METHOD_ENTRY event."); //DBG needless ?
103 reply = debuggeeWrapper.vmMirror.setMethodExit(TESTED_CLASS_NAME);
104 checkReplyPacket(reply, "Set METHOD_EXIT event."); //DBG needless ?
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DClassPrepareTest.java62 ReplyPacket reply = debuggeeWrapper.vmMirror
64 checkReplyPacket(reply, "Set CLASS_PREPARE event");
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconsumer_management_service.cc317 const cryptohome::BaseReply& reply) {
318 if (!dbus_success || reply.error() != 0) {
325 reply.GetExtension(cryptohome::GetBootAttributeReply::reply).value());
332 const cryptohome::BaseReply& reply) {
333 if (!dbus_success || reply.error() != 0) {
351 const cryptohome::BaseReply& reply) {
352 if (!dbus_success || reply.error() != 0) {
313 OnGetBootAttributeDone( const GetOwnerCallback& callback, chromeos::DBusMethodCallStatus call_status, bool dbus_success, const cryptohome::BaseReply& reply) argument
328 OnSetBootAttributeDone( const SetOwnerCallback& callback, chromeos::DBusMethodCallStatus call_status, bool dbus_success, const cryptohome::BaseReply& reply) argument
347 OnFlushAndSignBootAttributesDone( const SetOwnerCallback& callback, chromeos::DBusMethodCallStatus call_status, bool dbus_success, const cryptohome::BaseReply& reply) argument
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.h76 const base::Callback<void(base::File::Error)>& reply);
80 const base::Callback<void(base::File::Error)> reply; member in struct:MTPDeviceDelegateImplWin::PendingTaskInfo
116 // call-and-reply to a blocking pool thread. |task_info.task| runs on a
117 // blocking pool thread and |task_info.reply| runs on the IO thread.
128 // parameters in |current_snapshot_details_| by doing a call-and-reply to a
/external/chromium_org/ppapi/proxy/
H A Dppb_flash_message_loop_proxy.cc107 // message reply after the handler returns. However, in this case, the
132 IPC::Message* reply) {
138 base::Passed(scoped_ptr<IPC::Message>(reply)));
130 OnMsgRun( const HostResource& flash_message_loop, IPC::Message* reply) argument
/external/chromium_org/sync/js/
H A DREADME.js5 This framework was once used to implement an asynchronous request/reply
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DNode.java102 Packet reply = sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.CONFIGURE_OWNER, getId()), PubSubNamespace.OWNER);
103 return NodeUtils.getFormFromPacket(reply, PubSubElementType.CONFIGURE_OWNER);
144 PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.SUBSCRIPTIONS, getId()));
145 SubscriptionsExtension subElem = (SubscriptionsExtension)reply.getExtension(PubSubElementType.SUBSCRIPTIONS);
167 PubSub reply = (PubSub)sendPubsubPacket(Type.SET, new SubscribeExtension(jid, getId()));
168 return (Subscription)reply.getExtension(PubSubElementType.SUBSCRIPTION);
192 PubSub reply = (PubSub)PubSubManager.sendPubsubPacket(con, jid, Type.SET, request);
193 return (Subscription)reply.getExtension(PubSubElementType.SUBSCRIPTION);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.h290 * @reply: Buffer for the response
296 * response will be written to reply and reply_len is set to the actual length
297 * of the reply. This function will block for up to two seconds while waiting
298 * for the reply. If unsolicited messages are received, the blocking time may
312 char *reply, size_t *reply_len,
344 * @reply: Buffer for the message data
345 * @reply_len: Length of the reply buffer
349 * response will be written to reply and reply_len is set to the actual length
350 * of the reply.
355 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_
[all...]
H A Dwpa_ctrl.c453 char *reply, size_t *reply_len,
522 res = recv(ctrl->s, reply, *reply_len, 0);
525 if (res > 0 && reply[0] == '<') {
527 * wpa_supplicant, not the reply to the
535 reply[res] = '\0';
536 msg_cb(reply, res);
581 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) argument
585 res = recv(ctrl->s, reply, *reply_len, 0);
690 char *reply, size_t *reply_len,
699 if (!ReadFile(ctrl->pipe, reply, *reply_le
452 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
689 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
707 wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.h290 * @reply: Buffer for the response
296 * response will be written to reply and reply_len is set to the actual length
297 * of the reply. This function will block for up to two seconds while waiting
298 * for the reply. If unsolicited messages are received, the blocking time may
312 char *reply, size_t *reply_len,
344 * @reply: Buffer for the message data
345 * @reply_len: Length of the reply buffer
349 * response will be written to reply and reply_len is set to the actual length
350 * of the reply.
355 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_
[all...]
H A Dwpa_ctrl.c453 char *reply, size_t *reply_len,
522 res = recv(ctrl->s, reply, *reply_len, 0);
525 if (res > 0 && reply[0] == '<') {
527 * wpa_supplicant, not the reply to the
535 reply[res] = '\0';
536 msg_cb(reply, res);
581 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) argument
585 res = recv(ctrl->s, reply, *reply_len, 0);
690 char *reply, size_t *reply_len,
699 if (!ReadFile(ctrl->pipe, reply, *reply_le
452 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
689 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
707 wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.h290 * @reply: Buffer for the response
296 * response will be written to reply and reply_len is set to the actual length
297 * of the reply. This function will block for up to two seconds while waiting
298 * for the reply. If unsolicited messages are received, the blocking time may
312 char *reply, size_t *reply_len,
344 * @reply: Buffer for the message data
345 * @reply_len: Length of the reply buffer
349 * response will be written to reply and reply_len is set to the actual length
350 * of the reply.
355 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_
[all...]
H A Dwpa_ctrl.c453 char *reply, size_t *reply_len,
522 res = recv(ctrl->s, reply, *reply_len, 0);
525 if (res > 0 && reply[0] == '<') {
527 * wpa_supplicant, not the reply to the
535 reply[res] = '\0';
536 msg_cb(reply, res);
581 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) argument
585 res = recv(ctrl->s, reply, *reply_len, 0);
690 char *reply, size_t *reply_len,
699 if (!ReadFile(ctrl->pipe, reply, *reply_le
452 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
689 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
707 wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c70 xGLXSingleReply reply; local
72 (void) _XReply(dpy, (xReply *) & reply, 0, False);
74 if ((reply.length > 0) || reply_is_always_array) {
76 ? (4 * reply.length) : (reply.size * size);
85 (void) memcpy( dest, &(reply.pad3), size);
89 return reply.retval;
97 xGLXSingleReply reply; local
100 (void) _XReply(dpy, (xReply *) & reply, 0, False);
103 width = reply
402 xcb_glx_gen_lists_reply_t *reply = xcb_glx_gen_lists_reply(c, xcb_glx_gen_lists(c, gc->currentContextTag, range), NULL); local
3098 xcb_glx_read_pixels_reply_t *reply = xcb_glx_read_pixels_reply(c, xcb_glx_read_pixels(c, gc->currentContextTag, x, y, width, height, format, type, state->storePack.swapEndian, 0), NULL); local
3169 xcb_glx_get_clip_plane_reply_t *reply = xcb_glx_get_clip_plane_reply(c, xcb_glx_get_clip_plane(c, gc->currentContextTag, plane), NULL); local
3194 xcb_glx_get_lightfv_reply_t *reply = xcb_glx_get_lightfv_reply(c, xcb_glx_get_lightfv(c, gc->currentContextTag, light, pname), NULL); local
3223 xcb_glx_get_lightiv_reply_t *reply = xcb_glx_get_lightiv_reply(c, xcb_glx_get_lightiv(c, gc->currentContextTag, light, pname), NULL); local
3252 xcb_glx_get_mapdv_reply_t *reply = xcb_glx_get_mapdv_reply(c, xcb_glx_get_mapdv(c, gc->currentContextTag, target, query), NULL); local
3281 xcb_glx_get_mapfv_reply_t *reply = xcb_glx_get_mapfv_reply(c, xcb_glx_get_mapfv(c, gc->currentContextTag, target, query), NULL); local
3310 xcb_glx_get_mapiv_reply_t *reply = xcb_glx_get_mapiv_reply(c, xcb_glx_get_mapiv(c, gc->currentContextTag, target, query), NULL); local
3339 xcb_glx_get_materialfv_reply_t *reply = xcb_glx_get_materialfv_reply(c, xcb_glx_get_materialfv(c, gc->currentContextTag, face, pname), NULL); local
3368 xcb_glx_get_materialiv_reply_t *reply = xcb_glx_get_materialiv_reply(c, xcb_glx_get_materialiv(c, gc->currentContextTag, face, pname), NULL); local
3397 xcb_glx_get_pixel_mapfv_reply_t *reply = xcb_glx_get_pixel_mapfv_reply(c, xcb_glx_get_pixel_mapfv(c, gc->currentContextTag, map), NULL); local
3425 xcb_glx_get_pixel_mapuiv_reply_t *reply = xcb_glx_get_pixel_mapuiv_reply(c, xcb_glx_get_pixel_mapuiv(c, gc->currentContextTag, map), NULL); local
3453 xcb_glx_get_pixel_mapusv_reply_t *reply = xcb_glx_get_pixel_mapusv_reply(c, xcb_glx_get_pixel_mapusv(c, gc->currentContextTag, map), NULL); local
3481 xcb_glx_get_polygon_stipple_reply_t *reply = xcb_glx_get_polygon_stipple_reply(c, xcb_glx_get_polygon_stipple(c, gc->currentContextTag, 0), NULL); local
3506 xcb_glx_get_tex_envfv_reply_t *reply = xcb_glx_get_tex_envfv_reply(c, xcb_glx_get_tex_envfv(c, gc->currentContextTag, target, pname), NULL); local
3535 xcb_glx_get_tex_enviv_reply_t *reply = xcb_glx_get_tex_enviv_reply(c, xcb_glx_get_tex_enviv(c, gc->currentContextTag, target, pname), NULL); local
3564 xcb_glx_get_tex_gendv_reply_t *reply = xcb_glx_get_tex_gendv_reply(c, xcb_glx_get_tex_gendv(c, gc->currentContextTag, coord, pname), NULL); local
3593 xcb_glx_get_tex_genfv_reply_t *reply = xcb_glx_get_tex_genfv_reply(c, xcb_glx_get_tex_genfv(c, gc->currentContextTag, coord, pname), NULL); local
3622 xcb_glx_get_tex_geniv_reply_t *reply = xcb_glx_get_tex_geniv_reply(c, xcb_glx_get_tex_geniv(c, gc->currentContextTag, coord, pname), NULL); local
3652 xcb_glx_get_tex_image_reply_t *reply = xcb_glx_get_tex_image_reply(c, xcb_glx_get_tex_image(c, gc->currentContextTag, target, level, format, type, state->storePack.swapEndian), NULL); local
3684 xcb_glx_get_tex_parameterfv_reply_t *reply = xcb_glx_get_tex_parameterfv_reply(c, xcb_glx_get_tex_parameterfv(c, gc->currentContextTag, target, pname), NULL); local
3713 xcb_glx_get_tex_parameteriv_reply_t *reply = xcb_glx_get_tex_parameteriv_reply(c, xcb_glx_get_tex_parameteriv(c, gc->currentContextTag, target, pname), NULL); local
3742 xcb_glx_get_tex_level_parameterfv_reply_t *reply = xcb_glx_get_tex_level_parameterfv_reply(c, xcb_glx_get_tex_level_parameterfv(c, gc->currentContextTag, target, level, pname), NULL); local
3772 xcb_glx_get_tex_level_parameteriv_reply_t *reply = xcb_glx_get_tex_level_parameteriv_reply(c, xcb_glx_get_tex_level_parameteriv(c, gc->currentContextTag, target, level, pname), NULL); local
3803 xcb_glx_is_list_reply_t *reply = xcb_glx_is_list_reply(c, xcb_glx_is_list(c, gc->currentContextTag, list), NULL); local
4228 xcb_glx_gen_textures_reply_t *reply = xcb_glx_gen_textures_reply(c, xcb_glx_gen_textures(c, gc->currentContextTag, n), NULL); local
4285 xcb_glx_is_texture_reply_t *reply = xcb_glx_is_texture_reply(c, xcb_glx_is_texture(c, gc->currentContextTag, texture), NULL); local
4528 xcb_glx_get_color_table_reply_t *reply = xcb_glx_get_color_table_reply(c, xcb_glx_get_color_table(c, gc->currentContextTag, target, format, type, state->storePack.swapEndian), NULL); local
4589 xcb_glx_get_color_table_parameterfv_reply_t *reply = xcb_glx_get_color_table_parameterfv_reply(c, xcb_glx_get_color_table_parameterfv(c, gc->currentContextTag, target, pname), NULL); local
4646 xcb_glx_get_color_table_parameteriv_reply_t *reply = xcb_glx_get_color_table_parameteriv_reply(c, xcb_glx_get_color_table_parameteriv(c, gc->currentContextTag, target, pname), NULL); local
4900 xcb_glx_get_convolution_filter_reply_t *reply = xcb_glx_get_convolution_filter_reply(c, xcb_glx_get_convolution_filter(c, gc->currentContextTag, target, format, type, state->storePack.swapEndian), NULL); local
4962 xcb_glx_get_convolution_parameterfv_reply_t *reply = xcb_glx_get_convolution_parameterfv_reply(c, xcb_glx_get_convolution_parameterfv(c, gc->currentContextTag, target, pname), NULL); local
5019 xcb_glx_get_convolution_parameteriv_reply_t *reply = xcb_glx_get_convolution_parameteriv_reply(c, xcb_glx_get_convolution_parameteriv(c, gc->currentContextTag, target, pname), NULL); local
5077 xcb_glx_get_histogram_reply_t *reply = xcb_glx_get_histogram_reply(c, xcb_glx_get_histogram(c, gc->currentContextTag, target, reset, format, type, state->storePack.swapEndian), NULL); local
5140 xcb_glx_get_histogram_parameterfv_reply_t *reply = xcb_glx_get_histogram_parameterfv_reply(c, xcb_glx_get_histogram_parameterfv(c, gc->currentContextTag, target, pname), NULL); local
5197 xcb_glx_get_histogram_parameteriv_reply_t *reply = xcb_glx_get_histogram_parameteriv_reply(c, xcb_glx_get_histogram_parameteriv(c, gc->currentContextTag, target, pname), NULL); local
5255 xcb_glx_get_minmax_reply_t *reply = xcb_glx_get_minmax_reply(c, xcb_glx_get_minmax(c, gc->currentContextTag, target, reset, format, type, state->storePack.swapEndian), NULL); local
5318 xcb_glx_get_minmax_parameterfv_reply_t *reply = xcb_glx_get_minmax_parameterfv_reply(c, xcb_glx_get_minmax_parameterfv(c, gc->currentContextTag, target, pname), NULL); local
5375 xcb_glx_get_minmax_parameteriv_reply_t *reply = xcb_glx_get_minmax_parameteriv_reply(c, xcb_glx_get_minmax_parameteriv(c, gc->currentContextTag, target, pname), NULL); local
6744 xcb_glx_gen_queries_arb_reply_t *reply = xcb_glx_gen_queries_arb_reply(c, xcb_glx_gen_queries_arb(c, gc->currentContextTag, n), NULL); local
6769 xcb_glx_get_query_objectiv_arb_reply_t *reply = xcb_glx_get_query_objectiv_arb_reply(c, xcb_glx_get_query_objectiv_arb(c, gc->currentContextTag, id, pname), NULL); local
6798 xcb_glx_get_query_objectuiv_arb_reply_t *reply = xcb_glx_get_query_objectuiv_arb_reply(c, xcb_glx_get_query_objectuiv_arb(c, gc->currentContextTag, id, pname), NULL); local
6827 xcb_glx_get_queryiv_arb_reply_t *reply = xcb_glx_get_queryiv_arb_reply(c, xcb_glx_get_queryiv_arb(c, gc->currentContextTag, target, pname), NULL); local
6857 xcb_glx_is_query_arb_reply_t *reply = xcb_glx_is_query_arb_reply(c, xcb_glx_is_query_arb(c, gc->currentContextTag, id), NULL); local
[all...]
/external/chromium_org/ipc/
H A Dipc_message_utils.h839 inline void ConnectMessageAndReply(const Message* msg, Message* reply) { argument
843 // with the outgoing reply message when it's sent.
847 reply->set_sync_log_data(data);
857 inline void ConnectMessageAndReply(const Message* msg, Message* reply) {} argument
893 Message* reply = SyncMessage::GenerateReply(msg); local
897 WriteParam(reply, reply_params);
901 reply->set_reply_error();
903 sender->Send(reply);
912 Message* reply = SyncMessage::GenerateReply(msg); local
914 Tuple1<Message&> t = MakeRefTuple(*reply);
926 WriteReplyParams(Message* reply, TA a) argument
932 WriteReplyParams(Message* reply, TA a, TB b) argument
938 WriteReplyParams(Message* reply, TA a, TB b, TC c) argument
944 WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d) argument
950 WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d, TE e) argument
[all...]
/external/libvterm/src/
H A Dstate.c748 int reply; local
752 reply = state->mode.cursor;
756 reply = state->mode.screen;
760 reply = state->mode.origin;
764 reply = state->mode.autowrap;
768 reply = state->mode.cursor_blink;
772 reply = state->mode.cursor_visible;
776 reply = state->mode.leftrightmargin;
780 reply = state->mouse_flags == MOUSE_WANT_CLICK;
784 reply
1375 int reply; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c88 struct wpa_eapol_key *reply; local
109 sizeof(*reply), &rlen, (void *) &reply);
113 reply->type = (sm->proto == WPA_PROTO_RSN ||
123 WPA_PUT_BE16(reply->key_info, key_info);
124 WPA_PUT_BE16(reply->key_length, 0);
125 os_memcpy(reply->replay_counter, sm->request_counter,
129 WPA_PUT_BE16(reply->key_data_length, 0);
137 reply->key_mic : NULL);
282 struct wpa_eapol_key *reply; local
1039 struct wpa_eapol_key *reply; local
1321 struct wpa_eapol_key *reply; local
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c88 struct wpa_eapol_key *reply; local
109 sizeof(*reply), &rlen, (void *) &reply);
113 reply->type = (sm->proto == WPA_PROTO_RSN ||
123 WPA_PUT_BE16(reply->key_info, key_info);
124 WPA_PUT_BE16(reply->key_length, 0);
125 os_memcpy(reply->replay_counter, sm->request_counter,
129 WPA_PUT_BE16(reply->key_data_length, 0);
137 reply->key_mic : NULL);
282 struct wpa_eapol_key *reply; local
1039 struct wpa_eapol_key *reply; local
1321 struct wpa_eapol_key *reply; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c88 struct wpa_eapol_key *reply; local
109 sizeof(*reply), &rlen, (void *) &reply);
113 reply->type = (sm->proto == WPA_PROTO_RSN ||
123 WPA_PUT_BE16(reply->key_info, key_info);
124 WPA_PUT_BE16(reply->key_length, 0);
125 os_memcpy(reply->replay_counter, sm->request_counter,
129 WPA_PUT_BE16(reply->key_data_length, 0);
137 reply->key_mic : NULL);
282 struct wpa_eapol_key *reply; local
1039 struct wpa_eapol_key *reply; local
1321 struct wpa_eapol_key *reply; local
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
H A DJDWPEventModifierTestCase.java210 ReplyPacket reply = debuggeeWrapper.vmMirror.setEvent(event);
211 checkReplyPacket(reply, "Failed to request " + eventName);
212 int requestID = reply.getNextValueAsInt();
213 assertAllDataRead(reply);

Completed in 2943 milliseconds

1234567891011>>