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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/net/data/ssl/scripts/
generate-bad-eku-certs.sh 37 try openssl req \
48 -req -days 3650 \
59 try openssl req \
generate-aia-certs.sh 35 try openssl req \
45 -req -days 3650 \
56 try openssl req \
76 try openssl req \
generate-policy-certs.sh 38 try openssl req \
48 -req -days 3650 \
58 try openssl req \
78 try openssl req \
  /external/iproute2/ip/
link_gre.c 49 } req; local
67 memset(&req, 0, sizeof(req));
69 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(*ifi));
70 req.n.nlmsg_flags = NLM_F_REQUEST;
71 req.n.nlmsg_type = RTM_GETLINK;
72 req.i.ifi_family = preferred_family;
73 req.i.ifi_index = ifi->ifi_index;
75 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n) < 0)
    [all...]
  /external/iptables/libipq/
libipq.c 275 } req; local
277 memset(&req, 0, sizeof(req));
278 req.nlh.nlmsg_len = NLMSG_LENGTH(sizeof(req));
279 req.nlh.nlmsg_flags = NLM_F_REQUEST;
280 req.nlh.nlmsg_type = IPQM_MODE;
281 req.nlh.nlmsg_pid = h->local.nl_pid;
282 req.pm.msg.mode.value = mode;
283 req.pm.msg.mode.range = range
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls_common.c 121 struct wpabuf *req; local
146 req = eap_tls_msg_alloc(eap_type, plen, EAP_CODE_REQUEST, id);
147 if (req == NULL)
150 wpabuf_put_u8(req, flags); /* Flags */
152 wpabuf_put_be32(req, wpabuf_len(data->tls_out));
154 wpabuf_put_data(req, wpabuf_head_u8(data->tls_out) + data->tls_out_pos,
174 return req;
180 struct wpabuf *req; local
182 req = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_REQUEST, id);
183 if (req == NULL
    [all...]
  /pdk/apps/CameraITS/tests/
test_param_sensitivity.py 34 req = {
55 req["android.sensor.sensitivity"] = s
56 fname, w, h, cap_md = cam.do_capture(req)
test_black_level.py 59 req = its.objects.manual_capture_request(100, 1)
60 req["android.blackLevel.lock"] = True
61 req["android.sensor.sensitivity"] = s
62 fname, w, h, cap_md = cam.do_capture(req)
test_param_color_correction.py 44 req = {
79 req["android.colorCorrection.transform"] = transforms[i]
80 req["android.colorCorrection.gains"] = gains[i]
81 fname, w, h, md_obj = cam.do_capture(req)
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.cc 116 GtkRequisition req; local
117 gtk_widget_size_request(child_, &req);
119 int showing_height = static_cast<int>(req.height *
123 child_, 0, showing_height - req.height);
  /external/chromium/net/base/
mapped_host_resolver.h 51 virtual void CancelRequest(RequestHandle req);
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.h 41 virtual void CancelRequest(RequestHandle req) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/
slide_animator_gtk.cc 116 GtkRequisition req; local
117 gtk_widget_size_request(child_, &req);
119 int showing_height = static_cast<int>(req.height *
124 child_, 0, showing_height - req.height);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc 95 void Enqueue(WorkRequest *req);
140 void Enqueue_mu(WorkRequest *req);
279 WorkRequest *req; local
280 while ((req = Dequeue_mu()) != NULL) {
281 delete req;
309 void Worker::Enqueue_mu(WorkRequest *req) {
310 req->next = NULL;
311 *queue_insert_ = req;
312 queue_insert_ = &req->next;
320 void Worker::Enqueue(WorkRequest *req) {
360 WorkRequest *req; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 111 struct drm_vmw_surface_create_req *req = &s_arg.req; local
125 req->flags = (uint32_t) flags;
126 req->scanout = false;
128 req->flags = (uint32_t) (flags & ~SVGA3D_SURFACE_HINT_SCANOUT);
129 req->scanout = true;
131 req->flags = (uint32_t) flags;
132 req->scanout = false;
134 req->format = (uint32_t) format;
135 req->shareable = 1
260 struct drm_vmw_alloc_dmabuf_req *req = &arg.req; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
54 echo "make a certificate request using 'req'"
61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
64 echo "make a user certificate request using 'req'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
  /external/chromium_org/third_party/openssl/openssl/patches/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
54 echo "make a certificate request using 'req'"
61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
64 echo "make a user certificate request using 'req'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
  /external/freetype/src/sfnt/
ttsbit.h 40 FT_Size_Request req,
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 111 struct drm_vmw_surface_create_req *req = &s_arg.req; local
125 req->flags = (uint32_t) flags;
126 req->scanout = false;
128 req->flags = (uint32_t) (flags & ~SVGA3D_SURFACE_HINT_SCANOUT);
129 req->scanout = true;
131 req->flags = (uint32_t) flags;
132 req->scanout = false;
134 req->format = (uint32_t) format;
135 req->shareable = 1
260 struct drm_vmw_alloc_dmabuf_req *req = &arg.req; local
    [all...]
  /external/openssl/android.testssl/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
54 echo "make a certificate request using 'req'"
61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
64 echo "make a user certificate request using 'req'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
  /external/openssl/patches/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
54 echo "make a certificate request using 'req'"
61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
64 echo "make a user certificate request using 'req'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 60 // public void lookup(LookupRequest req) throws IOException;
433 // The blob is stored in the buffer pointed by req.buffer, and the length
434 // is in stored in the req.length variable.
436 // The user can input a non-null value in req.buffer, and this method will
438 // will allocate a new buffer and assign it to req.buffer.
442 public boolean lookup(LookupRequest req) throws IOException {
444 if (lookupInternal(req.key, mActiveHashStart)) {
445 if (getBlob(mActiveDataFile, mFileOffset, req)) {
456 if (lookupInternal(req.key, mInactiveHashStart)) {
457 if (getBlob(mInactiveDataFile, mFileOffset, req)) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 60 // public void lookup(LookupRequest req) throws IOException;
422 // The blob is stored in the buffer pointed by req.buffer, and the length
423 // is in stored in the req.length variable.
425 // The user can input a non-null value in req.buffer, and this method will
427 // will allocate a new buffer and assign it to req.buffer.
431 public boolean lookup(LookupRequest req) throws IOException {
433 if (lookupInternal(req.key, mActiveHashStart)) {
434 if (getBlob(mActiveDataFile, mFileOffset, req)) {
445 if (lookupInternal(req.key, mInactiveHashStart)) {
446 if (getBlob(mInactiveDataFile, mFileOffset, req)) {
    [all...]
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 651 OCSPRequestSession* req = ocsp_session->CreateRequest(http_protocol_variant, local
656 if (req) {
657 req->AddRef(); // Release in OCSPFree().
660 *pRequest = req;
669 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
671 req->SetPostData(http_data, http_data_len, http_content_type);
680 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
682 req->AddHeader(http_header_name, http_header_value);
686 // Sets response of |req| in the output parameters.
690 SECStatus OCSPSetResponse(OCSPRequestSession* req,
739 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
847 OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request); local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 314 } req; local
331 req = GET_DEVICE_XML_FILE;
345 req = GET_SCPD_XML_FILE;
394 switch (req) {
683 static void web_connection_send_reply(struct http_request *req,
712 http_request_deinit(req);
785 http_request_send_and_deinit(req, buf);
789 static const char * web_get_action(struct http_request *req,
799 b = http_request_get_hdr_line(req, "SOAPAction:");
848 struct http_request *req,
    [all...]

Completed in 571 milliseconds

1 2 3 4 5 6 78 91011>>