/external/libffi/testsuite/libffi.call/ |
cls_align_sint64.c | 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
|
cls_align_uint16.c | 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
|
cls_align_uint32.c | 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
|
cls_align_uint64.c | 32 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 41 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
|
problem1.c | 30 void stub(ffi_cif* cif __UNUSED__, void* resp, void** args, 39 *(my_ffi_struct *)resp = callee(a1, a2);
|
/packages/apps/Exchange/src/com/android/exchange/ |
EasOutboxService.java | 439 EasResponse resp = sendHttpClientPost(cmd, inputEntity, SEND_MAIL_TIMEOUT); local 442 int code = resp.getStatus(); 450 new SendMailParser(resp.getInputStream(), modeTag); 461 resp.close(); 481 resp.close(); 485 if (resp.isAuthError()) { 487 } else if (resp.isProvisionError()) { 494 resp.close();
|
/external/speex/libspeex/ |
cb_search.c | 53 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) 62 res = resp+i*subvect_size; 116 VARDECL(spx_word16_t *resp); 139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t); 144 resp2 = resp; 153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 176 res = resp+rind*subvect_size; 259 VARDECL(spx_word16_t *resp); 311 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t); 316 resp2 = resp; [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pwd.c | 672 struct wpabuf *resp = NULL; local 716 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, 719 if (resp == NULL) { 724 wpabuf_put_u8(resp, lm_exch); 726 wpabuf_put_data(resp, buf + data->out_frag_pos, len); 739 return resp; 776 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, 779 if (resp != NULL) 780 wpabuf_put_u8(resp, (EAP_PWD_GET_EXCHANGE(lm_exch))); 783 return resp; [all...] |
/bionic/libc/kernel/common/linux/mmc/ |
mmc.h | 32 u32 resp[4]; member in struct:mmc_command
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
mmc.h | 26 u32 resp[4]; member in struct:mmc_command
|
/development/ndk/platforms/android-3/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnserver.cc | 187 static bool InitResponse(const StunMessage* req, StunMessage* resp) { 191 resp->SetType(resp_type); 192 resp->SetTransactionID(req->transaction_id()); 197 const std::string& reason, StunMessage* resp) { 201 resp->SetType(resp_type); 202 resp->SetTransactionID(req->transaction_id()); 203 VERIFY(resp->AddAttribute(new cricket::StunErrorCodeAttribute( 535 TurnMessage resp; local 536 InitErrorResponse(req, code, reason, &resp); 537 LOG(LS_INFO) << "Sending error response, type=" << resp.type( 545 TurnMessage resp; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_cl.c | 187 int OCSP_response_status(OCSP_RESPONSE *resp) 189 return ASN1_ENUMERATED_get(resp->responseStatus); 197 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) 200 rb = resp->responseBytes;
|
ocsp_srv.c | 198 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert) 200 if (!resp->certs && !(resp->certs = sk_X509_new_null())) 203 if(!sk_X509_push(resp->certs, cert)) return 0;
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 187 int OCSP_response_status(OCSP_RESPONSE *resp) 189 return ASN1_ENUMERATED_get(resp->responseStatus); 197 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) 200 rb = resp->responseBytes;
|
ocsp_srv.c | 198 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert) 200 if (!resp->certs && !(resp->certs = sk_X509_new_null())) 203 if(!sk_X509_push(resp->certs, cert)) return 0;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
pmap_clnt.h | 48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr); 57 * xdrargs, argsp, xdrres, resp, tout, port_ptr) 60 * xdrargs, argsp, xdrres, resp, eachresult) 64 * done = eachresult(resp, raddr) 66 * caddr_t resp; 68 * where resp points to the results of the call and raddr is the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
pmap_clnt.h | 48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr); 57 * xdrargs, argsp, xdrres, resp, tout, port_ptr) 60 * xdrargs, argsp, xdrres, resp, eachresult) 64 * done = eachresult(resp, raddr) 66 * caddr_t resp; 68 * where resp points to the results of the call and raddr is the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
pmap_clnt.h | 48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr); 57 * xdrargs, argsp, xdrres, resp, tout, port_ptr) 60 * xdrargs, argsp, xdrres, resp, eachresult) 64 * done = eachresult(resp, raddr) 66 * caddr_t resp; 68 * where resp points to the results of the call and raddr is the
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
mmc.h | 26 u32 resp[4]; member in struct:mmc_command
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/ |
mmc.h | 26 u32 resp[4]; member in struct:mmc_command
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/ |
mmc.h | 26 u32 resp[4]; member in struct:mmc_command
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|