HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 1 - 25 of 591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/grpc-grpc/test/core/tsi/alts/handshaker/
alts_handshaker_service_api_test_lib.h 45 bool grpc_gcp_handshaker_resp_encode(grpc_gcp_handshaker_resp* resp,
50 grpc_gcp_handshaker_resp* resp, const char* application_protocol);
54 grpc_gcp_handshaker_resp* resp, const char* record_protocol);
57 bool grpc_gcp_handshaker_resp_set_key_data(grpc_gcp_handshaker_resp* resp,
62 grpc_gcp_handshaker_resp* resp, const char* hostname);
69 grpc_gcp_handshaker_resp* resp, const char* service_account);
73 grpc_gcp_handshaker_resp* resp, const char* hostname);
80 grpc_gcp_handshaker_resp* resp, const char* service_account);
83 bool grpc_gcp_handshaker_resp_set_channel_open(grpc_gcp_handshaker_resp* resp,
87 bool grpc_gcp_handshaker_resp_set_code(grpc_gcp_handshaker_resp* resp,
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
OCSPResp.java 26 private OCSPResponse resp; field in class:OCSPResp
29 OCSPResponse resp)
31 this.resp = resp;
35 byte[] resp)
38 this(new ByteArrayInputStream(resp));
42 InputStream resp)
45 this(new ASN1InputStream(resp));
54 this.resp = OCSPResponse.getInstance(aIn.readObject());
69 if (resp == null
    [all...]
SingleResp.java 16 private SingleResponse resp; field in class:SingleResp
20 SingleResponse resp)
22 this.resp = resp;
23 this.extensions = resp.getSingleExtensions();
28 return new CertificateID(resp.getCertID());
38 CertStatus s = resp.getCertStatus();
54 return OCSPUtils.extractDate(resp.getThisUpdate());
65 if (resp.getNextUpdate() == null)
70 return OCSPUtils.extractDate(resp.getNextUpdate())
    [all...]
BasicOCSPResp.java 36 private BasicOCSPResponse resp; field in class:BasicOCSPResp
41 BasicOCSPResponse resp)
43 this.resp = resp;
44 this.data = resp.getTbsResponseData();
45 this.extensions = Extensions.getInstance(resp.getTbsResponseData().getResponseExtensions());
56 return resp.getTbsResponseData().getEncoded(ASN1Encoding.DER);
71 return resp.getSignatureAlgorithm();
135 return resp.getSignatureAlgorithm().getAlgorithm();
140 return resp.getSignature().getOctets()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nntplib.py 7 >>> resp, count, first, last, name = s.group('comp.lang.python')
10 >>> resp, subs = s.xhdr('subject', first + '-' + last)
11 >>> resp = s.quit()
14 Here 'resp' is the server response line.
19 >>> resp = s.post(f)
149 resp = self.shortcmd('authinfo user '+user)
150 if resp[:3] == '381':
152 raise NNTPReplyError(resp)
154 resp = self.shortcmd(
156 if resp[:3] != '281':
626 resp = s.quit() variable in class:NNTP
    [all...]
  /external/python/cpython2/Lib/
nntplib.py 7 >>> resp, count, first, last, name = s.group('comp.lang.python')
10 >>> resp, subs = s.xhdr('subject', first + '-' + last)
11 >>> resp = s.quit()
14 Here 'resp' is the server response line.
19 >>> resp = s.post(f)
156 resp = self.shortcmd('authinfo user '+user)
157 if resp[:3] == '381':
159 raise NNTPReplyError(resp)
161 resp = self.shortcmd(
163 if resp[:3] != '281'
635 resp = s.quit() variable in class:NNTP
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_method_invoker.cc 11 dbus::ErrorResponse* resp) {
14 dbus::MessageReader reader(resp);
17 AddDBusError(&error, resp->GetErrorName(), error_message);
  /external/python/google-api-python-client/tests/
test_errors.py 61 resp, content = fake_response(JSON_ERROR_CONTENT,
64 error = HttpError(resp, content, uri='http://example.org')
69 resp, content = fake_response(b'{',
72 error = HttpError(resp, content)
77 resp, content = fake_response(b'{',
80 error = HttpError(resp, content, uri='http://example.org')
85 resp, content = fake_response(b'{}',
88 error = HttpError(resp, content)
93 resp, content = fake_response(b'}NOT OK', {'status':'400'})
94 error = HttpError(resp, content
    [all...]
  /external/python/google-api-python-client/samples/urlshortener/
urlshortener.py 55 resp = url.insert(body=body).execute()
56 pprint.pprint(resp)
58 short_url = resp['id']
61 resp = url.get(shortUrl=short_url).execute()
62 pprint.pprint(resp)
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant_sd.c 183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto,
188 if (wpabuf_tailroom(resp) < 5)
192 len_pos = wpabuf_put(resp, 2);
193 wpabuf_put_u8(resp, srv_proto);
194 wpabuf_put_u8(resp, srv_trans_id);
196 wpabuf_put_u8(resp, status);
198 WPA_PUT_LE16(len_pos, (u8 *) wpabuf_put(resp, 0) - len_pos - 2);
202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto,
205 wpas_sd_add_empty(resp, srv_proto, srv_trans_id,
210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto
706 struct wpabuf *resp; local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master.h 45 CreateSessionResponse* resp, MyClosure done);
48 ExtendSessionResponse* resp, MyClosure done);
51 PartialRunSetupResponse* resp, MyClosure done);
54 MutableRunStepResponseWrapper* resp, MyClosure done);
56 void CloseSession(const CloseSessionRequest* req, CloseSessionResponse* resp,
59 void ListDevices(const ListDevicesRequest* req, ListDevicesResponse* resp,
63 void Reset(const ResetRequest* req, ResetResponse* resp, MyClosure done);
65 void MakeCallable(const MakeCallableRequest* req, MakeCallableResponse* resp,
68 RunCallableResponse* resp, MyClosure done);
70 ReleaseCallableResponse* resp, MyClosure done)
    [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
BaseHttpStackTest.java 49 org.apache.http.HttpResponse resp = stack.performRequest(REQUEST, ADDITIONAL_HEADERS); local
50 assertEquals(12345, resp.getStatusLine().getStatusCode());
51 assertEquals(0, resp.getAllHeaders().length);
52 assertNull(resp.getEntity());
69 org.apache.http.HttpResponse resp = stack.performRequest(REQUEST, ADDITIONAL_HEADERS); local
70 assertEquals(12345, resp.getStatusLine().getStatusCode());
71 assertEquals(0, resp.getAllHeaders().length);
72 assertEquals(555L, resp.getEntity().getContentLength());
73 assertSame(mContent, resp.getEntity().getContent());
93 org.apache.http.HttpResponse resp = stack.performRequest(REQUEST, ADDITIONAL_HEADERS) local
    [all...]
  /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
MockAltsHandshakerResp.java 75 HandshakerResp.Builder resp = HandshakerResp.newBuilder(); local
76 resp.setStatus(
81 return resp.build();
86 HandshakerResp.Builder resp = HandshakerResp.newBuilder(); local
87 resp.setOutFrames(getOutFrame());
88 resp.setBytesConsumed(bytesConsumed);
89 resp.setStatus(HandshakerStatus.newBuilder().setCode(Status.Code.OK.value()).build());
90 return resp.build();
95 HandshakerResp.Builder resp = HandshakerResp.newBuilder(); local
96 resp.setBytesConsumed(bytesConsumed)
103 HandshakerResp.Builder resp = HandshakerResp.newBuilder(); local
    [all...]
  /external/libffi/testsuite/libffi.call/
cls_double.c 10 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(double *)resp = *(double *)args[0];
16 *(double *)resp);
cls_float.c 10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(float *)resp = *(float *)args[0];
16 *(float *)resp);
cls_schar.c 12 static void cls_ret_schar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp = *(signed char *)args[0];
17 (int)*(ffi_arg *)(resp));
cls_sint.c 10 static void cls_ret_sint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(ffi_arg*)resp = *(signed int *)args[0];
15 (int)*(ffi_arg *)(resp));
cls_sshort.c 10 static void cls_ret_sshort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(ffi_arg*)resp = *(signed short *)args[0];
15 (int)*(ffi_arg *)(resp));
cls_uchar.c 10 static void cls_ret_uchar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(ffi_arg*)resp = *(unsigned char *)args[0];
15 (int)*(ffi_arg *)(resp));
cls_uint.c 10 static void cls_ret_uint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(ffi_arg *)resp = *(unsigned int *)args[0];
16 (int)*(ffi_arg *)(resp));
cls_ushort.c 10 static void cls_ret_ushort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(ffi_arg*)resp = *(unsigned short *)args[0];
16 (int)*(ffi_arg *)(resp));
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_double.c 10 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(double *)resp = *(double *)args[0];
16 *(double *)resp);
cls_float.c 10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(float *)resp = *(float *)args[0];
16 *(float *)resp);
cls_schar.c 12 static void cls_ret_schar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp = *(signed char *)args[0];
17 (int)*(ffi_arg *)(resp));
cls_sint.c 10 static void cls_ret_sint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
13 *(ffi_arg*)resp = *(signed int *)args[0];
15 (int)*(ffi_arg *)(resp));

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>