Searched refs:req (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/webkit/WebKit/android/wds/client/
H A DDevice.cpp29 bool Device::sendRequest(const char* req) const {
30 return m_connection->sendRequest("host-serial:%s:%s", m_name, req);
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Doffline-access.js8 var req = new XMLHttpRequest;
9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
10 req.send(null);
11 if (req.responseText == "Hello, World!")
/external/bluetooth/bluez/compat/
H A Dbnep.c97 struct bnep_connlist_req req; local
100 req.cnum = 1;
101 req.ci = ci;
103 if (!ioctl(ctl, BNEPGETCONNLIST, &req)) {
129 struct bnep_connlist_req req; local
133 req.cnum = 48;
134 req.ci = ci;
135 if (ioctl(ctl, bnepgetconnlist, &req)) {
140 for (i = 0; i < req.cnum; i++) {
150 struct bnep_conndel_req req; local
163 struct bnep_connlist_req req; local
175 struct bnep_conndel_req req; local
185 struct bnep_connadd_req req; local
219 struct bnep_setup_conn_req *req; local
257 struct bnep_setup_conn_req *req; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXvlibint.h51 #define XvGetReq(name, req) \
55 req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\
56 req->reqType = info->codes->major_opcode;\
57 req->xvReqType = xv_##name; \
58 req->length = (SIZEOF(xv##name##Req))>>2;\
63 #define XvGetReq(name, req) \
67 req = (xv/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
68 req->reqType = info->codes->major_opcode;\
69 req->xvReqType = xv_/**/name;\
70 req
[all...]
H A DXv.c115 xvQueryExtensionReq *req; local
122 XvGetReq(QueryExtension, req);
150 xvQueryAdaptorsReq *req; local
169 XvGetReq(QueryAdaptors, req);
170 req->window = window;
311 xvQueryEncodingsReq *req; local
328 XvGetReq(QueryEncodings, req);
329 req->port = port;
433 xvPutVideoReq *req; local
441 XvGetReq(PutVideo, req);
473 xvPutStillReq *req; local
512 xvGetVideoReq *req; local
551 xvGetStillReq *req; local
585 xvStopVideoReq *req; local
610 xvGrabPortReq *req; local
638 xvUngrabPortReq *req; local
661 xvSelectVideoNotifyReq *req; local
684 xvSelectPortNotifyReq *req; local
709 xvSetPortAttributeReq *req; local
735 xvGetPortAttributeReq *req; local
776 xvQueryBestSizeReq *req; local
813 xvQueryPortAttributesReq *req; local
868 xvListImageFormatsReq *req; local
941 xvQueryImageAttributesReq *req; local
1017 xvPutImageReq *req; local
1076 xvShmPutImageReq *req; local
[all...]
/external/bluetooth/bluez/src/
H A Dagent.c86 static int request_fallback(struct agent_request *req,
108 static int send_cancel_request(struct agent_request *req) argument
112 message = dbus_message_new_method_call(req->agent->name, req->agent->path,
124 static void agent_request_free(struct agent_request *req, gboolean destroy) argument
126 if (req->msg)
127 dbus_message_unref(req->msg);
128 if (req->call)
129 dbus_pending_call_unref(req->call);
130 if (req
226 struct agent_request *req; local
258 struct agent_request *req = user_data; local
309 agent_call_authorize(struct agent_request *req, const char *device_path, const char *uuid) argument
344 struct agent_request *req; local
368 struct agent_request *req = user_data; local
436 pincode_request_new(struct agent_request *req, const char *device_path, dbus_bool_t numeric) argument
465 struct agent_request *req; local
488 confirm_mode_change_request_new(struct agent_request *req, const char *mode) argument
518 struct agent_request *req; local
545 struct agent_request *req = user_data; local
593 passkey_request_new(struct agent_request *req, const char *device_path) argument
622 struct agent_request *req; local
648 confirmation_request_new(struct agent_request *req, const char *device_path, uint32_t passkey) argument
681 struct agent_request *req; local
707 pairing_consent_request_new(struct agent_request *req, const char *device_path) argument
738 struct agent_request *req; local
764 request_fallback(struct agent_request *req, DBusPendingCallNotifyFunction function) argument
[all...]
/external/iptables/extensions/
H A Dlibipt_set.h53 struct ip_set_req_get_set req; local
57 req.op = IP_SET_OP_GET_BYNAME;
58 req.version = IP_SET_PROTOCOL_VERSION;
59 strncpy(req.set.name, setname, IP_SET_MAXNAMELEN);
60 req.set.name[IP_SET_MAXNAMELEN - 1] = '\0';
61 res = get_set_getsockopt(&req, &size);
71 if (req.set.index == IP_SET_INVALID_ID)
75 info->index = req.set.index;
80 struct ip_set_req_get_set req; local
84 req
[all...]
/external/openssl/crypto/x509/
H A Dx509_req.c109 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req) argument
111 if ((req == NULL) || (req->req_info == NULL))
113 return(X509_PUBKEY_get(req->req_info->pubkey));
185 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req)
192 if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
196 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);
199 attr = X509_REQ_get_attr(req, idx);
218 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_O argument
259 X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) argument
266 X509_REQ_get_attr_count(const X509_REQ *req) argument
271 X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) argument
277 X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj, int lastpos) argument
283 X509_REQ_get_attr(const X509_REQ *req, int loc) argument
288 X509_REQ_delete_attr(X509_REQ *req, int loc) argument
293 X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr) argument
299 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
308 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) argument
317 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DRoutedRequest.java56 * @param req the request
59 public RoutedRequest(final RequestWrapper req, final HttpRoute route) { argument
61 this.request = req;
/external/opencore/oscl/oscl/osclio/src/
H A Doscl_socket_imp_serv.cpp72 OsclSocketRequest *req = aElem->iSocketRequest; local
129 ADD_STATS(req->iParam->iFxn, EOsclSocket_Writable);
138 ADD_STATS(req->iParam->iFxn, EOsclSocket_Except);
146 ADD_STATS(req->iParam->iFxn, EOsclSocket_ServPoll);
152 ConnectParam *param = (ConnectParam*)req->iParam;
156 ADD_STATS(req->iParam->iFxn, EOsclSocket_OS);
191 req->Complete(aElem, complete, sockerr);
210 OsclSocketRequest *req = aElem->iSocketRequest; local
212 ShutdownParam* param = (ShutdownParam*)req->iParam;
215 ADD_STATS(req
246 OsclSocketRequest *req = aElem->iSocketRequest; local
365 OsclSocketRequest *req = aElem->iSocketRequest; local
484 OsclSocketRequest *req = aElem->iSocketRequest; local
605 OsclSocketRequest *req = aElem->iSocketRequest; local
714 OsclSocketRequest *req = aElem->iSocketRequest; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
H A Dxme.c183 #define XiGMiscGetReq(name,req,info) GetReq (name, req); \
184 req->reqType = info->codes->major_opcode; \
185 req->xigmiscReqType = X_##name;
187 #define XiGMiscGetReqExtra(name,n,req,info) GetReqExtra (name, n, req); \
188 req->reqType = info->codes->major_opcode; \
189 req->xigmicReqType = X_##name;
191 #define XiGMiscGetReq(name,req,info) GetReq (name, req); \
233 xXiGMiscQueryVersionReq *req; local
266 xXiGMiscQueryViewsReq *req; local
308 xXiGMiscQueryResolutionsReq *req; local
350 xXiGMiscChangeResolutionReq *req; local
370 xXiGMiscFullScreenReq *req; local
[all...]
/external/iproute2/ip/
H A Dxfrm_state.c237 } req; local
246 memset(&req, 0, sizeof(req));
249 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(req.xsinfo));
250 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
251 req.n.nlmsg_type = cmd;
252 req.xsinfo.family = preferred_family;
254 req.xsinfo.lft.soft_byte_limit = XFRM_INF;
255 req
514 } req; local
759 } req; local
1038 } req; local
1065 } req; local
[all...]
H A Diplink.c148 } req; local
151 memset(&req, 0, sizeof(req));
153 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
154 req.n.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK;
155 req.n.nlmsg_type = RTM_NEWLINK;
156 req.i.ifi_family = AF_UNSPEC;
158 rtnl_send(&rth, (char *)&req.n, req.n.nlmsg_len);
176 int iplink_parse(int argc, char **argv, struct iplink_req *req, argument
327 struct iplink_req req; local
[all...]
H A Diprule.c225 } req; local
227 memset(&req, 0, sizeof(req));
229 req.n.nlmsg_type = cmd;
230 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg));
231 req.n.nlmsg_flags = NLM_F_REQUEST;
232 req.r.rtm_family = preferred_family;
233 req.r.rtm_protocol = RTPROT_BOOT;
234 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
235 req
[all...]
H A Dipaddrlabel.c138 } req; local
145 memset(&req, 0, sizeof(req));
148 req.n.nlmsg_type = cmd;
149 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifaddrlblmsg));
150 req.n.nlmsg_flags = NLM_F_REQUEST;
151 req.ifal.ifal_family = preferred_family;
152 req.ifal.ifal_prefixlen = 0;
153 req.ifal.ifal_index = 0;
156 req
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
H A DXinerama.c104 register xPanoramiXQueryVersionReq *req; local
109 GetReq (PanoramiXQueryVersion, req);
110 req->reqType = info->codes->major_opcode;
111 req->panoramiXReqType = X_PanoramiXQueryVersion;
112 req->clientMajor = PANORAMIX_MAJOR_VERSION;
113 req->clientMinor = PANORAMIX_MINOR_VERSION;
139 register xPanoramiXGetStateReq *req; local
144 GetReq (PanoramiXGetState, req);
145 req->reqType = info->codes->major_opcode;
146 req
168 register xPanoramiXGetScreenCountReq *req; local
198 register xPanoramiXGetScreenSizeReq *req; local
249 xXineramaIsActiveReq *req; local
279 xXineramaQueryScreensReq *req; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
H A DXF86VMode.c125 xXF86VidModeQueryVersionReq *req; local
130 GetReq(XF86VidModeQueryVersion, req);
131 req->reqType = info->codes->major_opcode;
132 req->xf86vidmodeReqType = X_XF86VidModeQueryVersion;
151 xXF86VidModeSetClientVersionReq *req; local
156 GetReq(XF86VidModeSetClientVersion, req);
157 req->reqType = info->codes->major_opcode;
158 req->xf86vidmodeReqType = X_XF86VidModeSetClientVersion;
159 req->major = XF86VIDMODE_MAJOR_VERSION;
160 req
170 xXF86VidModeSetGammaReq *req; local
192 xXF86VidModeGetGammaReq *req; local
224 xXF86VidModeGetModeLineReq *req; local
300 xXF86VidModeGetAllModeLinesReq *req; local
463 xXF86VidModeAddModeLineReq *req; local
575 xXF86VidModeDeleteModeLineReq *req; local
639 xXF86VidModeModModeLineReq *req; local
701 xXF86VidModeValidateModeLineReq *req; local
772 xXF86VidModeSwitchModeReq *req; local
794 xXF86VidModeSwitchToModeReq *req; local
883 xXF86VidModeLockModeSwitchReq *req; local
906 xXF86VidModeGetMonitorReq *req; local
1007 xXF86VidModeGetViewPortReq *req; local
1059 xXF86VidModeSetViewPortReq *req; local
1085 xXF86VidModeGetDotClocksReq *req; local
1137 xXF86VidModeSetGammaRampReq *req; local
1167 xXF86VidModeGetGammaRampReq *req; local
1201 xXF86VidModeGetGammaRampSizeReq *req; local
[all...]
/external/webkit/WebKitTools/iExploder/htdocs/
H A Dwebserver.rb48 def do_GET(req, res)
50 ie.test_num = req.query['test'].to_i
51 ie.subtest_num = req.query['subtest'].to_i || 0
52 ie.random_mode = req.query['random']
53 ie.lookup_mode = req.query['lookup']
54 ie.stop_num = req.query['stop'].to_i
63 def do_GET(req, res)
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c168 xXDGAQueryVersionReq *req; local
173 GetReq(XDGAQueryVersion, req);
174 req->reqType = info->codes->major_opcode;
175 req->dgaReqType = X_XDGAQueryVersion;
205 xXDGASetClientVersionReq *req; local
210 GetReq(XDGASetClientVersion, req);
211 req->reqType = info->codes->major_opcode;
212 req->dgaReqType = X_XDGASetClientVersion;
213 req->major = XDGA_MAJOR_VERSION;
214 req
226 xXDGAOpenFramebufferReq *req; local
265 xXDGACloseFramebufferReq *req; local
289 xXDGAQueryModesReq *req; local
369 xXDGASetModeReq *req; local
450 xXDGASetViewportReq *req; local
473 xXDGAInstallColormapReq *req; local
493 xXDGASelectInputReq *req; local
517 xXDGAFillRectangleReq *req; local
546 xXDGACopyAreaReq *req; local
577 xXDGACopyTransparentAreaReq *req; local
604 xXDGAGetViewportStatusReq *req; local
627 xXDGASyncReq *req; local
650 xXDGAChangePixmapModeReq *req; local
677 xXDGACreateColormapReq *req; local
[all...]
H A DXF86DGA.c106 xXF86DGAGetVideoLLReq *req; local
111 GetReq(XF86DGAGetVideoLL, req);
112 req->reqType = info->codes->major_opcode;
113 req->dgaReqType = X_XF86DGAGetVideoLL;
114 req->screen = screen;
138 xXF86DGADirectVideoReq *req; local
143 GetReq(XF86DGADirectVideo, req);
144 req->reqType = info->codes->major_opcode;
145 req->dgaReqType = X_XF86DGADirectVideo;
146 req
162 xXF86DGAGetViewPortSizeReq *req; local
193 xXF86DGASetViewPortReq *req; local
218 xXF86DGAGetVidPageReq *req; local
246 xXF86DGASetVidPageReq *req; local
268 xXF86DGAInstallColormapReq *req; local
291 xXF86DGAQueryDirectVideoReq *req; local
318 xXF86DGAViewPortChangedReq *req; local
[all...]
/external/iproute2/tc/
H A Dtc_qdisc.c61 } req; local
63 memset(&req, 0, sizeof(req));
69 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg));
70 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
71 req.n.nlmsg_type = cmd;
72 req.t.tcm_family = AF_UNSPEC;
82 if (req.t.tcm_handle)
87 req.t.tcm_handle = handle;
89 if (req
[all...]
H A Dm_action.c389 } req; local
391 req.t.tca_family = AF_UNSPEC;
393 memset(&req, 0, sizeof(req));
398 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg));
399 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
400 req.n.nlmsg_type = cmd;
405 tail = NLMSG_TAIL(&req.n);
406 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0);
453 tail2 = NLMSG_TAIL(&req
494 } req; local
533 } req; local
[all...]
/external/bluetooth/bluez/rfcomm/
H A Dmain.c151 struct rfcomm_dev_req req; local
154 memset(&req, 0, sizeof(req));
155 req.dev_id = dev;
156 req.flags = flags;
157 bacpy(&req.src, bdaddr);
166 bacpy(&req.dst, &rfcomm_opts[dev].bdaddr);
167 req.channel = rfcomm_opts[dev].channel;
169 if (bacmp(&req.dst, BDADDR_ANY) == 0) {
174 str2ba(argv[1], &req
193 struct rfcomm_dev_req req; local
222 struct rfcomm_dev_req req; local
316 struct rfcomm_dev_req req; local
480 struct rfcomm_dev_req req; local
[all...]
/external/wpa_supplicant/
H A Deap_pax.c110 static struct eap_pax_hdr * eap_pax_alloc_resp(const struct eap_pax_hdr *req, argument
119 resp->identifier = req->identifier;
124 resp->mac_id = req->mac_id;
125 resp->dh_group_id = req->dh_group_id;
126 resp->public_key_id = req->public_key_id;
136 const struct eap_pax_hdr *req; local
143 req = (const struct eap_pax_hdr *) reqData;
152 if (req->flags & EAP_PAX_FLAGS_CE) {
159 left = reqDataLen - sizeof(*req);
168 pos = (const u8 *) (req
259 const struct eap_pax_hdr *req; local
355 const struct eap_pax_hdr *req; local
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_cl.c82 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) argument
89 if (req &&
90 !sk_OCSP_ONEREQ_push(req->tbsRequest->requestList, one))
100 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm) argument
112 if (req->tbsRequest->requestorName)
113 GENERAL_NAME_free(req->tbsRequest->requestorName);
114 req->tbsRequest->requestorName = gen;
121 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) argument
124 if (!req->optionalSignature)
125 req
143 OCSP_request_sign(OCSP_REQUEST *req, X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, STACK_OF(X509) *certs, unsigned long flags) argument
[all...]

Completed in 416 milliseconds

12345678910