HomeSort by relevance Sort by last modified time
    Searched defs:ad (Results 26 - 50 of 69) sorted by null

12 3

  /external/openssl/crypto/objects/
obj_dat.c 291 ADDED_OBJ ad,*adp; local
307 ad.type=ADDED_NID;
308 ad.obj= &ob;
310 adp=lh_ADDED_OBJ_retrieve(added,&ad);
323 ADDED_OBJ ad,*adp; local
339 ad.type=ADDED_NID;
340 ad.obj= &ob;
342 adp=lh_ADDED_OBJ_retrieve(added,&ad);
355 ADDED_OBJ ad,*adp; local
371 ad.type=ADDED_NID
401 ADDED_OBJ ad,*adp; local
642 ADDED_OBJ ad,*adp; local
662 ADDED_OBJ ad,*adp; local
    [all...]
  /external/openssl/crypto/x509v3/
v3_utl.c 488 ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i); local
489 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP)
491 if (ad->location->type == GEN_URI)
493 if (!append_ia5(&ret, ad->location->d.uniformResourceIdentifier))
  /bionic/libc/private/
arpa_nameser_compat.h 111 unsigned ad: 1; /* authentic data from named */ member in struct:__anon694
125 unsigned ad: 1; /* authentic data from named */ member in struct:__anon694
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 257 AuthenticatorDescription ad = getAuthenticatorDescription(systemAccountType, local
259 AccountData data = new AccountData(a[i].name, ad);
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 106 le_uint32 ad; member in struct:BigDate
sfnt.h 268 le_uint32 ad; member in struct:BigDate
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 169 double ad = AndersonDarlingInf(z); local
170 double errfix = AndersonDarlingErrFix(n, ad);
171 return ad + errfix;
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
195 // Test the AD Test. The value of the statistic should go to zero as n->infty
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 169 double ad = AndersonDarlingInf(z); local
170 double errfix = AndersonDarlingErrFix(n, ad);
171 return ad + errfix;
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
195 // Test the AD Test. The value of the statistic should go to zero as n->infty
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
  /external/clang/test/FixIt/
fixit.cpp 156 class AD {};
157 class BD: public AD {};
160 AD* aPtr;
162 aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
163 aPtr = br; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
174 AD oopsMoreCommas() {
180 AD ad, // expected-error {{expected ';' at end of declaration}} local
181 return ad;
  /external/icu4c/samples/layout/
sfnt.h 143 le_uint32 ad; member in struct:BigDate
  /external/icu4c/test/letest/
FontObject.h 106 le_uint32 ad; member in struct:BigDate
sfnt.h 268 le_uint32 ad; member in struct:BigDate
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 470 public void deleteAudioData(AudioData ad) {
473 if (src.getAudioData() == ad) {
479 ad.setId(-1);
484 if (ad.getId() > 0) {
485 soundPool.unload(ad.getId());
486 ad.setId(-1);
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 920 struct wpabuf *ad; local
922 ad = wpabuf_alloc((wpabuf_len(conn->pull_buf) + 500) * 3);
923 if (ad == NULL)
926 res = gnutls_record_recv(conn->session, wpabuf_mhead(ad),
927 wpabuf_size(ad));
933 wpabuf_free(ad);
937 wpabuf_put(ad, res);
940 return ad;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 60 unsigned ad: 1; /* authentic data from named */ member in struct:__anon37233
74 unsigned ad: 1; /* authentic data from named */ member in struct:__anon37233
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 60 unsigned ad: 1; /* authentic data from named */ member in struct:__anon38823
74 unsigned ad: 1; /* authentic data from named */ member in struct:__anon38823
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 60 unsigned ad: 1; /* authentic data from named */ member in struct:__anon40338
74 unsigned ad: 1; /* authentic data from named */ member in struct:__anon40338
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 1371 unsigned char ad[6], *adp, *portp; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 829 unsigned char ad[13], *seq, *in, *out, nonce[16]; local
841 memcpy(ad, dtlsseq, 8);
845 memcpy(ad, seq, 8);
854 ad[8] = rec->type;
855 ad[9] = (unsigned char)(s->version>>8);
856 ad[10] = (unsigned char)(s->version);
876 memcpy(nonce + nonce_used, ad, aead->variable_nonce_len);
886 memcpy(out, ad, aead->variable_nonce_len);
891 ad[11] = len >> 8;
892 ad[12] = len & 0xff
    [all...]
  /external/dnsmasq/src/
nameser.h 295 unsigned ad: 1; /* authentic data from named */ member in struct:__anon17366
309 unsigned ad: 1; /* authentic data from named */ member in struct:__anon17366
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 271 le_uint32 ad; member in struct:BigDate
  /external/libxml2/
nanoftp.c 1372 unsigned char ad[6], *adp, *portp local
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 647 double *ad = 0, *rd = 0; local
665 ad = (double*)cvStackAlloc(m*sizeof(ad[0]));
666 CvMat _a = cvMat( a->rows, a->cols, CV_64F, ad );
670 ad = a->data.db;
673 rd = (double*)cvStackAlloc(n*sizeof(ad[0]));
677 icvFindPolynomialRoots( ad, rd, n, maxiter, fig);
    [all...]
  /external/pixman/pixman/
pixman-combine32.c 486 * Cra = (1 ? as) . Dca + (1 ? ad) . Sca + B(Dca, ad, Sca, as)
491 * B(Dca, ad, Sca, as) = Dca.Sca
611 * B(Dca, ad, Sca, as) = Dca.sa + Sca.da - Dca.Sca
1865 uint32_t ad; local
1893 uint32_t ad; local
1921 uint32_t ad; local
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 1050 char* ad = NULL; local
1054 /* Figure out if we want to add it; if so, set ad to its
1055 address. Otherwise leave ad == NULL. */
    [all...]

Completed in 440 milliseconds

12 3