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

1 2 3 45 6 7 8 91011>>

  /external/perfetto/infra/perfetto-ci.appspot.com/static/
script.js 44 .then(resp => {
45 let jobName = resp.config.env.split(' ')[0];
52 link.title = resp.state + ' [' + jobName + ']';
53 let jobState = resp.state;
54 if (resp.state == 'finished' && resp.result !== 0)
78 .then(resp => {
79 for (const jobId of resp.branch.job_ids)
130 let resp = JSON.parse(json);
131 for (const cl of resp) {
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
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);
closure_fn0.c 16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
19 *(ffi_arg*)resp =
40 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn1.c 13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
35 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn2.c 12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn3.c 12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn4.c 14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
17 *(ffi_arg*)resp =
47 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn5.c 13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
46 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
  /external/u-boot/arch/arm/mach-bcm283x/
msg.c 86 return msg_clk->get_clock_rate.body.resp.rate_hz;
102 *widthp = msg_query->physical_w_h.body.resp.width;
103 *heightp = msg_query->physical_w_h.body.resp.height;
145 *widthp = msg_setup->physical_w_h.body.resp.width;
146 *heightp = msg_setup->physical_w_h.body.resp.height;
147 *pitchp = msg_setup->pitch.body.resp.pitch;
149 msg_setup->allocate_buffer.body.resp.fb_address);
150 *fb_sizep = msg_setup->allocate_buffer.body.resp.fb_size;
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 148 struct wpabuf *resp; local
168 resp = eap_sake_build_msg(data, id, 2 + data->peerid_len,
170 if (resp == NULL)
174 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERID,
179 return resp;
191 struct wpabuf *resp; local
247 resp = eap_sake_build_msg(data, id, rlen, EAP_SAKE_SUBTYPE_CHALLENGE);
248 if (resp == NULL)
252 eap_sake_add_attr(resp, EAP_SAKE_AT_RAND_P,
257 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERID
291 struct wpabuf *resp; local
372 struct wpabuf *resp; local
    [all...]
eap_eke.c 199 struct wpabuf *resp; local
204 resp = eap_eke_build_msg(data, id, 4, EAP_EKE_FAILURE);
205 if (resp)
206 wpabuf_put_be32(resp, failure_code);
216 return resp;
226 struct wpabuf *resp; local
321 resp = eap_eke_build_msg(data, id,
324 if (resp == NULL) {
329 wpabuf_put_u8(resp, 1); /* NumProposals */
330 wpabuf_put_u8(resp, 0); /* Reserved *
359 struct wpabuf *resp; local
505 struct wpabuf *resp; local
652 struct wpabuf *resp; local
    [all...]
  /external/elfutils/lib/
libeu.h 44 extern int crc32_file (int fd, uint32_t *resp);
crc32_file.c 41 crc32_file (int fd, uint32_t *resp)
69 *resp = crc32 (crc, mapped, st.st_size);
89 *resp = crc;
  /external/volley/src/test/java/com/android/volley/
NetworkResponseTest.java 26 NetworkResponse resp = new NetworkResponse(200, null, headers, false); local
32 assertThat(expectedHeaders, containsInAnyOrder(resp.allHeaders.toArray(new Header[0])));
43 NetworkResponse resp = new NetworkResponse(200, null, false, 0L, headers); local
49 assertEquals(expectedHeaders, resp.headers);
  /external/wpa_supplicant_8/src/utils/
browser-android.c 33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
  /external/grpc-grpc/src/core/tsi/alts/handshaker/
alts_handshaker_service_api.cc 461 grpc_gcp_handshaker_resp* resp = local
462 static_cast<grpc_gcp_handshaker_resp*>(gpr_zalloc(sizeof(*resp)));
463 return resp;
466 void grpc_gcp_handshaker_resp_destroy(grpc_gcp_handshaker_resp* resp) {
467 if (resp != nullptr) {
468 destroy_slice(static_cast<grpc_slice*>(resp->out_frames.arg));
469 if (resp->has_status) {
470 destroy_slice(static_cast<grpc_slice*>(resp->status.details.arg));
472 if (resp->has_result) {
474 static_cast<grpc_slice*>(resp->result.application_protocol.arg))
    [all...]
  /external/curl/tests/unit/
unit1650.c 88 static struct dohresp resp[] = { variable in typeref:struct:dohresp
181 for(i = 0; i < sizeof(resp) / sizeof(resp[0]); i++) {
188 rc = doh_decode((unsigned char *)resp[i].packet, resp[i].size,
189 resp[i].type, &d);
190 if(rc != resp[i].rc) {
191 fprintf(stderr, "resp %zu: Expected return code %d got %d\n", i,
192 resp[i].rc, rc);
201 if(resp[i].type == DNS_TYPE_A)
    [all...]
  /external/libffi/testsuite/libffi.call/
closure_fn0.c 16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
19 *(ffi_arg*)resp =
40 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn1.c 13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
35 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn2.c 12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn3.c 12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn4.c 14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
17 *(ffi_arg*)resp =
47 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn5.c 13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
46 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn6.c 12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
39 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);

Completed in 143 milliseconds

1 2 3 45 6 7 8 91011>>