HomeSort by relevance Sort by last modified time
    Searched defs:ad (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluez/sbc/
sbcdec.c 52 int fd, ad, pos, streamlen, framelen, count; local
91 ad = open(output, O_WRONLY | O_CREAT | O_TRUNC, 0644);
93 ad = open(output, O_WRONLY, 0);
95 if (ad < 0) {
146 written = write(ad, &au_hdr, sizeof(au_hdr));
152 if (ioctl(ad, SNDCTL_DSP_SETFMT, &format) < 0) {
158 if (ioctl(ad, SNDCTL_DSP_CHANNELS, &channels) < 0) {
164 if (ioctl(ad, SNDCTL_DSP_SPEED, &frequency) < 0) {
181 written = write(ad, buf, count);
206 written = write(ad, buf, count)
    [all...]
  /external/openssl/crypto/x509v3/
v3_ocsp.c 272 ACCESS_DESCRIPTION *ad; local
278 ad = sk_ACCESS_DESCRIPTION_value(a->locator,i);
281 if(i2a_ASN1_OBJECT(bp, ad->method) <= 0) goto err;
283 if(GENERAL_NAME_print(bp, ad->location) <= 0) goto err;
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))
  /external/openssl/crypto/ocsp/
ocsp_ext.c 496 ACCESS_DESCRIPTION *ad = NULL; local
503 if (!(ad = ACCESS_DESCRIPTION_new())) goto err;
504 if (!(ad->method=OBJ_nid2obj(NID_ad_OCSP))) goto err;
505 if (!(ad->location = GENERAL_NAME_new())) goto err;
508 ad->location->type = GEN_URI;
509 ad->location->d.ia5 = ia5;
510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
  /system/core/libacc/tests/data/
otcc-ansi.c 31 void ad() { function
36 ad();
38 ad();
75 ad();
97 ad();
181 ad();
187 ad();
199 ad();
202 ad();
204 ad();
    [all...]
  /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...]
  /bionic/libc/private/
arpa_nameser_compat.h 111 unsigned ad: 1; /* authentic data from named */ member in struct:__anon504
125 unsigned ad: 1; /* authentic data from named */ member in struct:__anon504
  /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/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/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
  /prebuilt/linux-x86/toolchain/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:__anon14070
74 unsigned ad: 1; /* authentic data from named */ member in struct:__anon14070
  /external/dnsmasq/src/
nameser.h 295 unsigned ad: 1; /* authentic data from named */ member in struct:__anon3272
309 unsigned ad: 1; /* authentic data from named */ member in struct:__anon3272
  /external/libxml2/
nanoftp.c 1371 unsigned char ad[6], *adp, *portp; local
    [all...]
  /system/core/libacc/
acc.cpp 4685 double ad = tokd; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 52614 } ad; member in union:vdbeExecUnion
    [all...]

Completed in 795 milliseconds