/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
AltsHandshakerClient.java | 155 private void handleResponse(HandshakerResp resp) throws GeneralSecurityException { 156 status = resp.getStatus(); 157 if (resp.hasResult()) { 158 result = resp.getResult(); 180 HandshakerResp resp; local 182 resp = handshakerStub.send(req.build()); 186 handleResponse(resp); 187 return resp.getOutFrames().asReadOnlyByteBuffer(); 202 HandshakerResp resp; local 204 resp = handshakerStub.send(req.build()) 230 HandshakerResp resp; local [all...] |
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
Storage.java | 234 short resp = 0; local 347 private void sendResponseCode(APDU apdu, short resp) { 349 buffer[0] = (byte)(resp >> 8); 350 buffer[1] = (byte)(resp & 0xff); 359 short resp = 0; local 368 resp = locks[p1].get(buffer, (short) 2); 369 Util.setShort(buffer, (short) 0, resp); 475 short resp = 0; local 483 resp = sendStorageState(apdu); 484 if (resp != 0) [all...] |
/external/wpa_supplicant_8/src/wps/ |
http_server.h | 16 void http_request_send(struct http_request *req, struct wpabuf *resp); 18 struct wpabuf *resp);
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-ap-cli | 23 read resp 24 case "$resp" in
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
sg_cmds_extra.h | 75 int sg_ll_get_lba_status(int sg_fd, uint64_t start_llba, void * resp, 78 void * resp, int alloc_len, bool noisy, 82 void * resp, int alloc_len, bool noisy, 89 int sg_ll_persistent_reserve_in(int sg_fd, int rq_servact, void * resp, 104 int sg_ll_read_block_limits(int sg_fd, void * resp, int mx_resp_len, 113 void * resp, int mx_resp_len, bool noisy, int verbose); 121 int dl_format, void * resp, int mx_resp_len, 133 void * resp, int xfer_len, int * offsetp, bool noisy, 145 void * resp, int xfer_len, int * offsetp, bool noisy, 153 int sg_ll_read_media_serial_num(int sg_fd, void * resp, int mx_resp_len [all...] |
/external/u-boot/drivers/usb/emul/ |
sandbox_flash.c | 209 * @resp: Response to send, or NULL if none 212 static void setup_response(struct sandbox_flash_priv *priv, void *resp, 222 assert(!resp || resp == priv->buff); 248 struct scsi_inquiry_resp *resp = (void *)priv->buff; local 251 memset(resp, '\0', sizeof(*resp)); 252 resp->data_format = 1; 253 resp->additional_len = 0x1f; 254 strncpy(resp->vendor 268 struct scsi_read_capacity_resp *resp = (void *)priv->buff; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
browser-system.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(1); 49 if (resp == NULL) { 61 http_request_send_and_deinit(req, resp);
|
browser-wpadebug.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(100); 49 if (resp == NULL) { 55 wpabuf_put_str(resp, "HTTP/1.1\r\n\r\nUser input completed"); 62 http_request_send_and_deinit(req, resp);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/ |
HceFReaderActivity.java | 77 static boolean verifyResponse(byte[] cmd, byte[] resp) { 78 if (resp == null) return false; 81 if (resp[0] != resp.length) return false; 82 if (resp.length != cmd.length) return false; 84 if (resp[1] != MyHostFelicaService.RESPONSE_ECHO) return false; 87 for (int i = 2; i < resp.length; i++) { 88 if (resp[i] != cmd[i]) return false; 107 byte[] resp = felica.transceive(echo_cmd); 108 if (!verifyResponse(echo_cmd, resp)) { [all...] |
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_session.cc | 124 CreateSessionResponse resp; local 125 Status s = master_->CreateSession(call_options, &req, &resp); 127 SetHandleAndGraphVersion(resp.session_handle(), resp.graph_version()); 161 ExtendSessionResponse resp; local 162 Status s = master_->ExtendSession(call_options, &req, &resp); 164 current_graph_version_ = resp.new_graph_version(); 191 std::unique_ptr<MutableRunStepResponseWrapper> resp( 227 TF_RETURN_IF_ERROR(RunProto(&call_options, req.get(), resp.get())); 230 if (resp->status_code() != error::Code::OK) 304 PartialRunSetupResponse resp; local 343 CloseSessionResponse resp; local 366 ListDevicesResponse resp; local 400 ResetResponse resp; local 414 MakeCallableResponse resp; local 434 RunCallableResponse resp; local 453 ReleaseCallableResponse resp; local [all...] |
/external/u-boot/drivers/usb/gadget/ |
rndis.c | 156 rndis_query_cmplt_type *resp; local 161 resp = (rndis_query_cmplt_type *) r->buf; 163 if (!resp) 180 outbuf = (__le32 *) &resp[1]; 181 resp->InformationBufferOffset = __constant_cpu_to_le32(16); 645 resp->InformationBufferLength = cpu_to_le32(length); 646 r->length = length + sizeof *resp; 647 resp->MessageLength = cpu_to_le32(r->length); 654 rndis_set_cmplt_type *resp; local 663 resp = (rndis_set_cmplt_type *) r->buf 776 rndis_init_cmplt_type *resp; local 815 rndis_query_cmplt_type *resp; local 860 rndis_set_cmplt_type *resp; local 901 rndis_reset_cmplt_type *resp; local 925 rndis_keepalive_cmplt_type *resp; local 954 rndis_indicate_status_msg_type *resp; local [all...] |
/external/python/cpython3/Lib/test/ |
test_nntplib.py | 37 resp, lines = self.server.help() 38 self.assertTrue(resp.startswith("100 "), resp) 43 resp, groups = self.server.list() 49 resp, groups = self.server.list(self.GROUP_PAT) 57 resp = cm.exception.response 58 self.assertTrue(resp.startswith("500 "), resp) 64 resp, groups = self.server.newgroups(dt) 86 resp, descs = self.server.descriptions(self.GROUP_PAT [all...] |
/external/libffi/testsuite/libffi.call/ |
unwindtest.cc | 12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, 20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, 23 *(ffi_arg*)resp = 42 (int)(intptr_t)userdata, (int)*(ffi_arg*)resp); 44 throw (int)*(ffi_arg*)resp;
|
cls_double_va.c | 14 cls_double_va_fn(ffi_cif* cif __UNUSED__, void* resp, 20 *(ffi_arg*)resp = printf(format, doubleValue);
|
cls_longdouble_va.c | 14 cls_longdouble_va_fn(ffi_cif* cif __UNUSED__, void* resp, 20 *(ffi_arg*)resp = printf(format, ldValue);
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
unwindtest.cc | 12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, 20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, 23 *(ffi_arg*)resp = 42 (int)(intptr_t)userdata, (int)*(ffi_arg*)resp); 44 throw (int)*(ffi_arg*)resp;
|
/external/curl/lib/ |
curl_sasl.c | 260 char *resp = NULL; local 286 result = Curl_auth_create_external_message(data, conn->user, &resp, 306 &resp, &len); 336 &conn->ntlm, &resp, 352 &resp, &len); 363 &resp, &len); 372 &resp, &len); 381 result = Curl_auth_create_login_message(data, conn->user, &resp, &len); 386 if(resp && sasl->params->maxirlen && 388 free(resp); 415 char *resp = NULL; local [all...] |
/external/syzkaller/syz-ci/ |
jobs.go | 90 resp := jp.process(job) 92 resp.ID, resp.Build.KernelCommit, resp.CrashTitle, resp.Error) 93 if err := jp.dash.JobDone(resp); err != nil { 101 resp *dashapi.JobDoneReq 119 job.resp = &dashapi.JobDoneReq{ 136 job.resp.Error = []byte(req.name + " is empty") 137 jp.Errorf("%s", job.resp.Error [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pax.c | 187 struct eap_pax_hdr *resp; local 193 if (pos == NULL || len < sizeof(*resp)) { 199 resp = (struct eap_pax_hdr *) pos; 204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, 205 resp->public_key_id); 207 (u8 *) (resp + 1), len - sizeof(*resp) - EAP_PAX_ICV_LEN) 287 struct eap_pax_hdr *resp; local 459 struct eap_pax_hdr *resp; local [all...] |
/external/python/google-api-python-client/tests/ |
test_protobuf_model.py | 83 resp = httplib2.Response({'status': '200'}) 84 resp.reason = 'OK' 87 content = self.model.response(resp, content) 91 resp = httplib2.Response({'status': '204'}) 92 resp.reason = 'No Content' 95 content = self.model.response(resp, content)
|
/external/python/httplib2/python2/httplib2/ |
socks.py | 319 resp = self.__recvall(4) 320 if resp[0:1] != chr(0x05).encode(): 323 elif resp[1:2] != chr(0x00).encode(): 326 if ord(resp[1:2]) <= 8: 327 raise Socks5Error((ord(resp[1:2]), _socks5errors[ord(resp[1:2])])) 331 elif resp[3:4] == chr(0x01).encode(): 333 elif resp[3:4] == chr(0x03).encode(): 334 resp = resp + self.recv(1 [all...] |
/external/python/httplib2/python3/httplib2/ |
socks.py | 325 resp = self.__recvall(4) 326 if resp[0:1] != chr(0x05).encode(): 329 elif resp[1:2] != chr(0x00).encode(): 332 if ord(resp[1:2]) <= 8: 333 raise Socks5Error((ord(resp[1:2]), _socks5errors[ord(resp[1:2])])) 337 elif resp[3:4] == chr(0x01).encode(): 339 elif resp[3:4] == chr(0x03).encode(): 340 resp = resp + self.recv(1 [all...] |
/external/u-boot/drivers/i2c/ |
tegra186_bpmp_i2c.c | 41 struct mrq_i2c_response resp; local 69 ret = misc_call(dev->parent, MRQ_I2C, &req, sizeof(req), &resp, 70 sizeof(resp)); 74 p = &resp.xfer.data_buf[0]; 75 left = resp.xfer.data_size; 76 if (left > ARRAY_SIZE(resp.xfer.data_buf))
|
/frameworks/av/media/libaudioclient/ |
IEffectClient.cpp | 123 char *resp = NULL; local 125 resp = (char *)malloc(replySize); 126 data.read(resp, replySize); 128 commandExecuted(cmdCode, cmdSize, cmd, replySize, resp); 132 if (resp) { 133 free(resp);
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/ |
NettyClientInteropServlet.java | 79 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { 83 doGetHelper(req, resp); 87 resp.getWriter().append("=======================================\n") 92 private void doGetHelper(HttpServletRequest req, HttpServletResponse resp) throws IOException { 93 resp.setContentType("text/plain"); 94 PrintWriter writer = resp.getWriter(); 101 resp.setStatus(200); 108 resp.setStatus(500);
|