HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 251 - 275 of 957) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/go/internal/web/
http.go 57 resp, err := httpClient.Get(url)
61 defer resp.Body.Close()
62 if resp.StatusCode != 200 {
63 err := &HTTPError{status: resp.Status, StatusCode: resp.StatusCode, url: url}
67 b, err := ioutil.ReadAll(resp.Body)
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
rpc_connection.py 84 resp = self._cmd(start_command)
88 if not resp:
91 result = json.loads(str(resp, encoding='utf8'))
  /external/python/cpython3/Lib/
smtplib.py 381 resp = []
399 resp.append(line[4:].strip(b' \t\r\n'))
412 errmsg = b"\n".join(resp)
453 resp = self.ehlo_resp.decode("latin-1").split('\n')
454 del resp[0]
455 for each in resp:
600 (code, resp) = self.helo()
602 raise SMTPHeloError(code, resp)
630 (code, resp) = self.docmd("AUTH", mechanism + " " + response)
632 (code, resp) = self.docmd("AUTH", mechanism
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 19 * SIM-RESP-AUTH <IMSI> Kc1:SRES1:RAND1 Kc2:SRES2:RAND2 [Kc3:SRES3:RAND3]
20 * SIM-RESP-AUTH <IMSI> FAILURE
22 * GSM-AUTH-RESP <IMSI> Kc1:SRES1:Kc2:SRES2[:Kc3:SRES3]
23 * GSM-AUTH-RESP <IMSI> FAILURE
27 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
28 * AKA-RESP-AUTH <IMSI> FAILURE
589 static int sim_req_auth(char *imsi, char *resp, size_t resp_len)
597 resp[0] = '\0';
608 rend = resp + resp_len;
609 rpos = resp;
887 char buf[1000], resp[1000]; local
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 260 resp = raw_input('Are you sure? (yes/no): ')
261 if resp == 'yes':
264 if resp != 'no':
265 print '\nDid not understand: ' + resp + '\n'
  /external/autotest/frontend/afe/json_rpc/
proxy.py 139 resp = decoder.JSONDecoder().decode(respdata)
142 if resp['error'] is not None:
143 raise BuildException(resp['error'])
145 return resp['result']
  /external/flatbuffers/grpc/tests/
grpctest.cpp 120 auto resp = response.GetRoot()->id(); local
121 std::cout << "RPC response: " << resp->str() << std::endl;
136 auto resp = response.GetRoot()->name(); local
137 std::cout << "RPC Streaming response: " << resp->str() << std::endl;
  /external/skia/bin/
try.py 98 resp = raw_input('\nDo you want to trigger these jobs? (y/n or i for '
101 if resp != 'y' and resp != 'i':
103 if resp == 'i':
  /external/skqp/bin/
try.py 98 resp = raw_input('\nDo you want to trigger these jobs? (y/n or i for '
101 if resp != 'y' and resp != 'i':
103 if resp == 'i':
  /external/wpa_supplicant_8/src/ap/
gas_query_ap.h 38 const struct wpabuf *resp, u16 status_code),
  /external/wpa_supplicant_8/src/common/
gas_server.h 27 void (*status_cb)(void *ctx, struct wpabuf *resp,
wpa_helpers.h 15 char *resp, size_t resp_size);
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 40 const struct wpabuf *resp, u16 status_code),
interworking.h 20 const struct wpabuf *resp, u16 status_code);
  /external/libffi/testsuite/libffi.call/
cls_1_1byte.c 31 cls_struct_1_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_1_1byte*)resp = cls_struct_1_1byte_fn(a1, a2);
cls_2byte.c 31 cls_struct_2byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_2byte*)resp = cls_struct_2byte_fn(a1, a2);
cls_3byte1.c 31 cls_struct_3byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte*)resp = cls_struct_3byte_fn(a1, a2);
cls_3byte2.c 31 cls_struct_3byte_gn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte_1*)resp = cls_struct_3byte_fn1(a1, a2);
cls_4byte.c 31 cls_struct_4byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_4byte*)resp = cls_struct_4byte_fn(a1, a2);
cls_8byte.c 30 cls_struct_8byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
39 *(cls_struct_8byte*)resp = cls_struct_8byte_fn(a1, a2);
cls_9byte1.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
cls_9byte2.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
cls_longdouble.c 35 cls_ldouble_gn(ffi_cif* cif __UNUSED__, void* resp,
47 *(long double*)resp = cls_ldouble_fn(
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_1_1byte.c 31 cls_struct_1_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_1_1byte*)resp = cls_struct_1_1byte_fn(a1, a2);
cls_2byte.c 31 cls_struct_2byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_2byte*)resp = cls_struct_2byte_fn(a1, a2);

Completed in 449 milliseconds

<<11121314151617181920>>