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

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/src/wps/
http_server.c 132 void http_request_send(struct http_request *req, struct wpabuf *resp)
137 (unsigned long) wpabuf_len(resp),
141 res = send(req->fd, wpabuf_head(resp), wpabuf_len(resp), 0);
145 } else if ((size_t) res < wpabuf_len(resp)) {
147 res, (unsigned long) wpabuf_len(resp));
151 wpabuf_free(resp);
156 struct wpabuf *resp)
158 http_request_send(req, resp);
  /prebuilts/go/darwin-x86/src/net/http/httputil/
example_test.go 36 resp, err := http.DefaultClient.Do(req)
40 defer resp.Body.Close()
42 b, err := ioutil.ReadAll(resp.Body)
79 resp, err := http.Get(ts.URL)
83 defer resp.Body.Close()
85 dump, err := httputil.DumpResponse(resp, true)
109 resp, err := http.Get(frontendProxy.URL)
114 b, err := ioutil.ReadAll(resp.Body)
  /prebuilts/go/linux-x86/src/net/http/httputil/
example_test.go 36 resp, err := http.DefaultClient.Do(req)
40 defer resp.Body.Close()
42 b, err := ioutil.ReadAll(resp.Body)
79 resp, err := http.Get(ts.URL)
83 defer resp.Body.Close()
85 dump, err := httputil.DumpResponse(resp, true)
109 resp, err := http.Get(frontendProxy.URL)
114 b, err := ioutil.ReadAll(resp.Body)
  /tools/acloud/public/
errors.py 61 return HttpError(http_error.resp.status, str(http_error))
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
rpc_connection_test.py 27 def __init__(self, resp):
28 self.resp = resp
35 return self.resp
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 58 struct sta_info *sta, u16 *resp,
279 u16 auth_alg, u16 auth_transaction, u16 resp,
301 reply->u.auth.status_code = host_to_le16(resp);
307 " auth_alg=%d auth_transaction=%d resp=%d (IE len=%lu)",
309 resp, (unsigned long) ies_len);
791 int resp = WLAN_STATUS_SUCCESS; local
802 auth_transaction, resp, pos, end - pos);
809 auth_transaction, resp,
818 resp = -1;
823 resp = -1
1061 u16 resp = WLAN_STATUS_SUCCESS; local
1521 u16 resp; local
1628 u16 resp = WLAN_STATUS_SUCCESS; local
2304 u16 resp; local
2989 u16 resp = WLAN_STATUS_SUCCESS, reply_res; local
3676 struct ieee80211_mgmt *resp; local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic2.c 165 sg_ll_readcap_16(int sg_fd, bool pmi, uint64_t llba, void * resp,
192 set_scsi_pt_data_in(ptvp, (unsigned char *)resp, mx_resp_len);
221 sg_ll_readcap_10(int sg_fd, bool pmi, unsigned int lba, void * resp,
245 set_scsi_pt_data_in(ptvp, (unsigned char *)resp, mx_resp_len);
275 void * resp, int mx_resp_len, bool noisy, int verbose)
302 set_scsi_pt_data_in(ptvp, (unsigned char *)resp, mx_resp_len);
327 hex2stderr((const uint8_t *)resp, (ret > 256 ? 256 : ret),
331 hex2stderr((const uint8_t *)resp, ret, 0);
345 memset((unsigned char *)resp + (mx_resp_len - resid), 0, resid);
354 int sub_pg_code, void * resp, int mx_resp_len
    [all...]
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
all_test.go 88 var resp ArithAddResp
89 if err := dec.Decode(&resp); err != nil {
92 if resp.Error == nil {
104 var resp ArithAddResp
105 if err := dec.Decode(&resp); err != nil {
108 if resp.Error == nil {
122 var resp ArithAddResp
123 err := dec.Decode(&resp)
127 if resp.Error != nil {
128 t.Fatalf("resp.Error: %s", resp.Error
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
all_test.go 88 var resp ArithAddResp
89 if err := dec.Decode(&resp); err != nil {
92 if resp.Error == nil {
104 var resp ArithAddResp
105 if err := dec.Decode(&resp); err != nil {
108 if resp.Error == nil {
122 var resp ArithAddResp
123 err := dec.Decode(&resp)
127 if resp.Error != nil {
128 t.Fatalf("resp.Error: %s", resp.Error
    [all...]
  /external/curl/lib/
mk-ca-bundle.pl 294 my $resp;
349 $resp = $ua->mirror($url, $txt);
350 if($resp && $resp->code eq '304') {
358 if(!$resp || $resp->code !~ /^(?:200|304)$/) {
360 . ($resp? $resp->code . ' - ' . $resp->message : "LWP failed");
366 my $filedate = $resp ? $resp->last_modified : (stat($txt))[9]
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 178 ByteBuffer resp = ByteBuffer.allocate(1024); local
179 resp.order(getEndian());
188 resp = ExpandIf(resp, required_size);
189 resp.putInt(sensor.getType());
190 resp.put(name);
191 resp.put((byte) 0);
194 resp = ExpandIf(resp, 4);
195 resp.putInt(-1)
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master.cc 308 CreateSessionResponse* resp, MyClosure done) {
309 SchedClosure([this, req, resp, done]() {
433 resp->set_session_handle(session->handle());
443 ExtendSessionResponse* resp, MyClosure done) {
450 SchedClosure([session, req, resp, done]() {
453 status = session->Extend(req, resp);
461 PartialRunSetupResponse* resp, MyClosure done) {
468 SchedClosure([this, session, req, resp, done]() {
469 Status s = session->PartialRunSetup(req, resp);
476 MutableRunStepResponseWrapper* resp, MyClosure done)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_mschapv2.c 242 struct eap_mschapv2_hdr *resp; local
253 resp = (struct eap_mschapv2_hdr *) pos;
255 resp->op_code != MSCHAPV2_OP_RESPONSE) {
257 "ignore op %d", resp->op_code);
262 resp->op_code != MSCHAPV2_OP_SUCCESS &&
263 resp->op_code != MSCHAPV2_OP_FAILURE) {
265 "Failure - ignore op %d", resp->op_code);
270 resp->op_code != MSCHAPV2_OP_FAILURE) {
272 "- ignore op %d", resp->op_code);
284 struct eap_mschapv2_hdr *resp; local
455 struct eap_mschapv2_hdr *resp; local
482 struct eap_mschapv2_hdr *resp; local
    [all...]
  /external/autotest/client/deps/lansim/src/py/
simulator_unittest.py 185 resp = [line for line in out.splitlines() if 'Unicast reply' in line]
186 self.assertEqual(len(resp), 1)
187 self.assertTrue(resp[0].startswith(
193 resp = [line for line in out.splitlines() if 'Unicast reply' in line]
194 self.assertEqual(len(resp), 2)
195 resp.sort()
196 self.assertTrue(resp[0].startswith(
198 self.assertTrue(resp[1].startswith(
  /external/libffi/testsuite/libffi.call/
cls_many_mixed_args.c 14 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
34 *(double *)resp = r;
cls_pointer.c 23 cls_pointer_gn(ffi_cif* cif __UNUSED__, void* resp,
29 *(void**)resp = cls_pointer_fn(a1, a2);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_pointer.c 23 cls_pointer_gn(ffi_cif* cif __UNUSED__, void* resp,
29 *(void**)resp = cls_pointer_fn(a1, a2);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_pointer.c 23 cls_pointer_gn(ffi_cif* cif __UNUSED__, void* resp,
29 *(void**)resp = cls_pointer_fn(a1, a2);
  /external/selinux/dbus/
selinux_client.py 41 resp = dbus_proxy.customized() variable
42 print(convert_customization(resp))
  /external/speex/libspeex/
cb_search_arm4.h 39 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
57 res = resp+j;
86 res = resp+j;
131 resp += subvect_size<<2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h 158 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
164 * caddr_t resp;
167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
191 * CLNT_FREERES(rh, xres, resp);
194 * caddr_t resp;
196 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptest/
example_test.go 25 resp := w.Result()
26 body, _ := ioutil.ReadAll(resp.Body)
28 fmt.Println(resp.StatusCode)
29 fmt.Println(resp.Header.Get("Content-Type"))
  /prebuilts/go/linux-x86/src/net/http/httptest/
example_test.go 25 resp := w.Result()
26 body, _ := ioutil.ReadAll(resp.Body)
28 fmt.Println(resp.StatusCode)
29 fmt.Println(resp.Header.Get("Content-Type"))
  /external/fio/oslib/
libmtd_common.h 129 static inline int __rpmatch(const char *resp)
131 return (resp[0] == 'y' || resp[0] == 'Y') ? 1 :
132 (resp[0] == 'n' || resp[0] == 'N') ? 0 : -1;
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify03.c 210 struct fanotify_response resp; local
212 resp.fd = event->fd;
213 resp.response = event_resp[test_num];
214 SAFE_WRITE(1, fd_notify, &resp,
215 sizeof(resp));

Completed in 421 milliseconds

1 2 3 4 5 6 7 891011>>