HomeSort by relevance Sort by last modified time
    Searched refs:req (Results 26 - 50 of 926) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
glxreply.c 106 xGLXSingleReq *req;
111 GetReqExtra(GLXSingle, cmdlen, req);
112 req->reqType = gc->majorOpcode;
113 req->contextTag = gc->currentContextTag;
114 req->glxCode = sop;
115 return (GLubyte *) (req) + sz_xGLXSingleReq;
123 xGLXVendorPrivateReq *req; local
128 GetReqExtra(GLXVendorPrivate, cmdlen, req);
129 req->reqType = gc->majorOpcode;
130 req->glxCode = code
    [all...]
  /external/mesa3d/src/glx/apple/
appledri.c 157 xAppleDRIQueryVersionReq *req; local
163 GetReq(AppleDRIQueryVersion, req);
164 req->reqType = info->codes->major_opcode;
165 req->driReqType = X_AppleDRIQueryVersion;
189 xAppleDRIQueryDirectRenderingCapableReq *req; local
195 GetReq(AppleDRIQueryDirectRenderingCapable, req);
196 req->reqType = info->codes->major_opcode;
197 req->driReqType = X_AppleDRIQueryDirectRenderingCapable;
198 req->screen = screen;
219 xAppleDRIAuthConnectionReq *req; local
255 xAppleDRICreateSurfaceReq *req; local
290 xAppleDRIDestroySurfaceReq *req; local
313 xAppleDRICreateSharedBufferReq *req; local
360 xAppleDRISwapBuffersReq *req; local
382 xAppleDRICreatePixmapReq *req; local
437 xAppleDRIDestroyPixmapReq *req; local
    [all...]
glxreply.c 106 xGLXSingleReq *req;
111 GetReqExtra(GLXSingle, cmdlen, req);
112 req->reqType = gc->majorOpcode;
113 req->contextTag = gc->currentContextTag;
114 req->glxCode = sop;
115 return (GLubyte *) (req) + sz_xGLXSingleReq;
123 xGLXVendorPrivateReq *req; local
128 GetReqExtra(GLXVendorPrivate, cmdlen, req);
129 req->reqType = gc->majorOpcode;
130 req->glxCode = code
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
XF86VMode.c 128 xXF86VidModeQueryVersionReq *req; local
133 GetReq(XF86VidModeQueryVersion, req);
134 req->reqType = info->codes->major_opcode;
135 req->xf86vidmodeReqType = X_XF86VidModeQueryVersion;
154 xXF86VidModeSetClientVersionReq *req; local
159 GetReq(XF86VidModeSetClientVersion, req);
160 req->reqType = info->codes->major_opcode;
161 req->xf86vidmodeReqType = X_XF86VidModeSetClientVersion;
162 req->major = XF86VIDMODE_MAJOR_VERSION;
163 req->minor = XF86VIDMODE_MINOR_VERSION
173 xXF86VidModeSetGammaReq *req; local
195 xXF86VidModeGetGammaReq *req; local
227 xXF86VidModeGetModeLineReq *req; local
303 xXF86VidModeGetAllModeLinesReq *req; local
466 xXF86VidModeAddModeLineReq *req; local
578 xXF86VidModeDeleteModeLineReq *req; local
642 xXF86VidModeModModeLineReq *req; local
704 xXF86VidModeValidateModeLineReq *req; local
775 xXF86VidModeSwitchModeReq *req; local
797 xXF86VidModeSwitchToModeReq *req; local
886 xXF86VidModeLockModeSwitchReq *req; local
909 xXF86VidModeGetMonitorReq *req; local
1010 xXF86VidModeGetViewPortReq *req; local
1062 xXF86VidModeSetViewPortReq *req; local
1088 xXF86VidModeGetDotClocksReq *req; local
1140 xXF86VidModeSetGammaRampReq *req; local
1170 xXF86VidModeGetGammaRampReq *req; local
1204 xXF86VidModeGetGammaRampSizeReq *req; local
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 342 void FreeRequest(OpenRequest* req) {
343 if (req) {
344 ppb_core_interface->ReleaseResource(req->request_);
345 ppb_core_interface->ReleaseResource(req->loader_);
346 free(req);
351 OpenRequest* req = (OpenRequest*)user_data; local
356 free(req->buf_);
357 req->cb_(NULL);
358 FreeRequest(req);
362 req->avail_ += mode
388 OpenRequest* req = (OpenRequest*)user_data; local
423 OpenRequest* req = (OpenRequest*)malloc(sizeof(OpenRequest)); local
456 OpenRequest* req = (OpenRequest*)data; local
    [all...]
  /external/iproute2/ip/
iprule.c 231 } req; local
233 memset(&req, 0, sizeof(req));
235 req.n.nlmsg_type = cmd;
236 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg));
237 req.n.nlmsg_flags = NLM_F_REQUEST;
238 req.r.rtm_family = preferred_family;
239 req.r.rtm_protocol = RTPROT_BOOT;
240 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
241 req.r.rtm_table = 0
    [all...]
iplink.c 166 } req; local
169 memset(&req, 0, sizeof(req));
171 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
172 req.n.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK;
173 req.n.nlmsg_type = RTM_NEWLINK;
174 req.i.ifi_family = AF_UNSPEC;
176 rtnl_send(&rth, &req.n, req.n.nlmsg_len);
195 struct iplink_req *req)
473 struct iplink_req req; local
    [all...]
xfrm_state.c 243 } req; local
258 memset(&req, 0, sizeof(req));
262 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(req.xsinfo));
263 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
264 req.n.nlmsg_type = cmd;
265 req.xsinfo.family = preferred_family;
267 req.xsinfo.lft.soft_byte_limit = XFRM_INF;
268 req.xsinfo.lft.hard_byte_limit = XFRM_INF
566 } req; local
823 } req; local
1116 } req; local
1143 } req; local
    [all...]
ipl2tp.c 99 } req; local
101 memset(&req, 0, sizeof(req));
102 req.n.nlmsg_type = genl_family;
103 req.n.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
104 req.n.nlmsg_len = NLMSG_LENGTH(GENL_HDRLEN);
105 req.g.cmd = L2TP_CMD_TUNNEL_CREATE;
106 req.g.version = L2TP_GENL_VERSION;
108 addattr32(&req.n, 1024, L2TP_ATTR_CONN_ID, p->tunnel_id);
109 addattr32(&req.n, 1024, L2TP_ATTR_PEER_CONN_ID, p->peer_tunnel_id)
132 } req; local
155 } req; local
197 } req; local
374 } req; local
417 } req; local
761 } req; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 173 xXDGAQueryVersionReq *req; local
178 GetReq(XDGAQueryVersion, req);
179 req->reqType = info->codes->major_opcode;
180 req->dgaReqType = X_XDGAQueryVersion;
210 xXDGASetClientVersionReq *req; local
215 GetReq(XDGASetClientVersion, req);
216 req->reqType = info->codes->major_opcode;
217 req->dgaReqType = X_XDGASetClientVersion;
218 req->major = XDGA_MAJOR_VERSION;
219 req->minor = XDGA_MINOR_VERSION
231 xXDGAOpenFramebufferReq *req; local
270 xXDGACloseFramebufferReq *req; local
294 xXDGAQueryModesReq *req; local
374 xXDGASetModeReq *req; local
455 xXDGASetViewportReq *req; local
478 xXDGAInstallColormapReq *req; local
498 xXDGASelectInputReq *req; local
522 xXDGAFillRectangleReq *req; local
551 xXDGACopyAreaReq *req; local
582 xXDGACopyTransparentAreaReq *req; local
609 xXDGAGetViewportStatusReq *req; local
632 xXDGASyncReq *req; local
655 xXDGAChangePixmapModeReq *req; local
682 xXDGACreateColormapReq *req; local
    [all...]
  /pdk/apps/CameraITS/tests/
test_param_tonemap_mode.py 53 req = its.objects.manual_capture_request(100,50)
54 req["android.tonemap.mode"] = 0
55 req["android.tonemap.curveRed"] = (
57 req["android.tonemap.curveGreen"] = (
59 req["android.tonemap.curveBlue"] = (
61 fname, w, h, md = cam.do_capture(req)
81 req = its.objects.manual_capture_request(100,50)
82 req["android.tonemap.mode"] = 0
83 req["android.tonemap.curveRed"] = curve
84 req["android.tonemap.curveGreen"] = curv
    [all...]
test_predicted_wb.py 44 req = its.objects.auto_capture_request()
45 fname, w, h, cap_res = cam.do_capture(req)
53 req = its.objects.manual_capture_request(sens, exp/(1000.0*1000.0))
54 fname, w, h, cap_res = cam.do_capture(req)
61 req = its.objects.manual_capture_request(sens, exp/(1000.0*1000.0))
62 req["android.colorCorrection.transform"] = pred_transform_1
63 req["android.colorCorrection.gains"] = pred_gains_1
64 fname, w, h, md_obj = cam.do_capture(req)
82 req = its.objects.manual_capture_request(sens, exp/(1000.0*1000.0))
83 fname, w, h, cap_res = cam.do_capture(req)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
XF86dri.c 121 xXF86DRIQueryVersionReq *req; local
127 GetReq(XF86DRIQueryVersion, req);
128 req->reqType = info->codes->major_opcode;
129 req->driReqType = X_XF86DRIQueryVersion;
151 xXF86DRIQueryDirectRenderingCapableReq *req; local
157 GetReq(XF86DRIQueryDirectRenderingCapable, req);
158 req->reqType = info->codes->major_opcode;
159 req->driReqType = X_XF86DRIQueryDirectRenderingCapable;
160 req->screen = screen;
180 xXF86DRIOpenConnectionReq *req; local
226 xXF86DRIAuthConnectionReq *req; local
255 xXF86DRICloseConnectionReq *req; local
281 xXF86DRIGetClientDriverNameReq *req; local
329 xXF86DRICreateContextReq *req; local
367 xXF86DRIDestroyContextReq *req; local
390 xXF86DRICreateDrawableReq *req; local
424 xXF86DRIDestroyDrawableReq *req; local
471 xXF86DRIGetDrawableInfoReq *req; local
556 xXF86DRIGetDeviceInfoReq *req; local
    [all...]
dri2.c 224 xDRI2QueryVersionReq *req; local
230 GetReq(DRI2QueryVersion, req);
231 req->reqType = info->codes->major_opcode;
232 req->dri2ReqType = X_DRI2QueryVersion;
233 req->majorVersion = DRI2_MAJOR;
234 req->minorVersion = DRI2_MINOR;
271 xDRI2ConnectReq *req; local
277 GetReq(DRI2Connect, req);
278 req->reqType = info->codes->major_opcode;
279 req->dri2ReqType = X_DRI2Connect
339 xDRI2AuthenticateReq *req; local
367 xDRI2CreateDrawableReq *req; local
384 xDRI2DestroyDrawableReq *req; local
406 xDRI2GetBuffersReq *req; local
465 xDRI2GetBuffersReq *req; local
522 xDRI2CopyRegionReq *req; local
565 xDRI2SwapBuffersReq *req; local
591 xDRI2GetMSCReq *req; local
636 xDRI2WaitMSCReq *req; local
677 xDRI2WaitSBCReq *req; local
710 xDRI2SwapIntervalReq *req; local
    [all...]
  /external/mesa3d/src/glx/
XF86dri.c 121 xXF86DRIQueryVersionReq *req; local
127 GetReq(XF86DRIQueryVersion, req);
128 req->reqType = info->codes->major_opcode;
129 req->driReqType = X_XF86DRIQueryVersion;
151 xXF86DRIQueryDirectRenderingCapableReq *req; local
157 GetReq(XF86DRIQueryDirectRenderingCapable, req);
158 req->reqType = info->codes->major_opcode;
159 req->driReqType = X_XF86DRIQueryDirectRenderingCapable;
160 req->screen = screen;
180 xXF86DRIOpenConnectionReq *req; local
226 xXF86DRIAuthConnectionReq *req; local
255 xXF86DRICloseConnectionReq *req; local
281 xXF86DRIGetClientDriverNameReq *req; local
329 xXF86DRICreateContextReq *req; local
367 xXF86DRIDestroyContextReq *req; local
390 xXF86DRICreateDrawableReq *req; local
424 xXF86DRIDestroyDrawableReq *req; local
471 xXF86DRIGetDrawableInfoReq *req; local
556 xXF86DRIGetDeviceInfoReq *req; local
    [all...]
dri2.c 224 xDRI2QueryVersionReq *req; local
230 GetReq(DRI2QueryVersion, req);
231 req->reqType = info->codes->major_opcode;
232 req->dri2ReqType = X_DRI2QueryVersion;
233 req->majorVersion = DRI2_MAJOR;
234 req->minorVersion = DRI2_MINOR;
271 xDRI2ConnectReq *req; local
277 GetReq(DRI2Connect, req);
278 req->reqType = info->codes->major_opcode;
279 req->dri2ReqType = X_DRI2Connect
339 xDRI2AuthenticateReq *req; local
367 xDRI2CreateDrawableReq *req; local
384 xDRI2DestroyDrawableReq *req; local
406 xDRI2GetBuffersReq *req; local
465 xDRI2GetBuffersReq *req; local
522 xDRI2CopyRegionReq *req; local
565 xDRI2SwapBuffersReq *req; local
591 xDRI2GetMSCReq *req; local
636 xDRI2WaitMSCReq *req; local
677 xDRI2WaitSBCReq *req; local
710 xDRI2SwapIntervalReq *req; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 79 talk_base::scoped_ptr<StunMessage> req(
81 AddUsernameAttr(req.get(), username_);
82 AddLifetimeAttr(req.get(), LIFETIME);
83 Send1(req.get());
87 talk_base::scoped_ptr<StunMessage> req(
89 AddUsernameAttr(req.get(), username_);
90 Send2(req.get());
202 talk_base::scoped_ptr<StunMessage> req(
205 Send1(req.get());
210 EXPECT_EQ(req->transaction_id(), res->transaction_id())
    [all...]
  /external/clang/test/CodeGen/
PR15826.c 9 int (*oid_handler)(struct sysctl_req *req);
  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 48 net::TestURLRequest req(GURL(kGZip_Transaction.url), &d, &context, NULL);
51 req.set_method("GET");
52 req.Start();
67 net::TestURLRequest req(GURL(kGZip_Transaction.url), &d, &context, NULL);
72 req.set_method("GET");
73 req.Start();
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 229 DownloadRequest req = (DownloadRequest)object;
230 return req.attachmentId == attachmentId;
283 DownloadRequest req = findDownloadRequest(att.mId); local
290 if (req != null) {
296 remove(req);
302 if (req == null) {
303 req = new DownloadRequest(context, att);
304 add(req);
310 req.priority + ", priority time " + req.time)
325 DownloadRequest req = iterator.next(); local
352 DownloadRequest req = iterator.next(); local
418 DownloadRequest req = new DownloadRequest(mContext, att); local
591 DownloadRequest req = mDownloadSet.findDownloadRequest(attachmentId); local
738 DownloadRequest req = mDownloadSet.getDownloadInProgress(attachmentId); local
793 DownloadRequest req = mDownloadSet.findDownloadRequest(attachmentId); local
1034 DownloadRequest req = iterator.next(); local
    [all...]
  /external/iproute2/tc/
tc_qdisc.c 61 } 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.t.tcm_parent)
    [all...]
  /external/iptables/extensions/
libxt_set.h 40 struct ip_set_req_get_set req; local
44 sockfd = get_version(&req.version);
45 req.op = IP_SET_OP_GET_BYINDEX;
46 req.set.index = idx;
47 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req, &size);
59 if (req.set.name[0] == '\0')
63 strncpy(setname, req.set.name, IPSET_MAXNAMELEN);
69 struct ip_set_req_get_set req; local
73 sockfd = get_version(&req.version);
74 req.op = IP_SET_OP_GET_BYNAME
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 441 TestURLRequest req(https_test_server.GetURL(
443 req.set_referrer("https://www.referrer.com/");
444 req.Start();
449 EXPECT_EQ(http_destination, req.url());
450 EXPECT_EQ(std::string(), req.referrer());
462 TestURLRequest req(original_url, &d);
463 req.Start();
468 EXPECT_EQ(destination_url, req.url());
469 EXPECT_EQ(original_url, req.original_url());
470 ASSERT_EQ(3U, req.url_chain().size())
    [all...]
  /external/chromium_org/net/data/ssl/scripts/
generate-test-certs.sh 26 try openssl req \
29 -out out/2048-sha1-root.req \
34 -req -days 3650 \
35 -in out/2048-sha1-root.req \
43 try openssl req \
46 -out out/expired_cert.req \
49 try openssl req \
52 -out out/ok_cert.req \
62 -in out/expired_cert.req \
71 -in out/ok_cert.req \
    [all...]
generate-cross-signed-certs.sh 39 try openssl req \
42 -out out/2048-sha1-root.req \
47 -req -days 3650 \
49 -in out/2048-sha1-root.req \
58 -req -days 3650 \
60 -in out/2048-sha1-root.req \
68 try openssl req \
71 -out out/ok_cert.req \
80 -in out/ok_cert.req \

Completed in 688 milliseconds

12 3 4 5 6 7 8 91011>>