HomeSort by relevance Sort by last modified time
    Searched defs:ap (Results 251 - 275 of 300) sorted by null

<<1112

  /system/core/sh/
arith.c 1529 char **ap; local
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 260 AnnotationPointer ap = getAnnotationPointer(methodDoc, local
262 if (ap != null) {
274 apImpl.addProxiesFrom(ap);
907 AnnotationPointer ap = resolved.get(targetMethod); local
952 AnnotationPointer ap = getAnnotationPointer(method, false); local
    [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp.c 78 va_list ap; local
82 va_start(ap, fmt);
84 snd_output_vprintf(instance->vout, fmt, ap);
86 va_end(ap);
91 va_list ap; local
95 va_start(ap, fmt);
97 snd_output_vprintf(instance->eout, fmt, ap);
99 va_end(ap);
104 va_list ap; local
108 va_start(ap, fmt)
117 va_list ap; local
3311 va_list ap; local
    [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 884 AuHeader *ap = buffer; local
886 if (ap->magic != AU_MAGIC)
888 if (BE_INT(ap->hdr_size) > 128 || BE_INT(ap->hdr_size) < 24)
890 pbrec_count = BE_INT(ap->data_size);
891 switch (BE_INT(ap->encoding)) {
913 hwparams.rate = BE_INT(ap->sample_rate);
916 hwparams.channels = BE_INT(ap->channels);
919 if ((size_t)safe_read(fd, buffer + sizeof(AuHeader), BE_INT(ap->hdr_size) - sizeof(AuHeader)) != BE_INT(ap->hdr_size) - sizeof(AuHeader))
    [all...]
  /external/blktrace/btreplay/
btreplay.c 215 va_list ap; local
220 va_start(ap, fmt);
221 vfprintf(stderr, fmt, ap);
222 va_end(ap);
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 298 static int headset_send_valist(struct headset *hs, char *format, va_list ap)
304 count = vsnprintf(rsp, sizeof(rsp), format, ap);
333 va_list ap; local
336 va_start(ap, format);
337 ret = headset_send_valist(hs, format, ap);
338 va_end(ap);
520 va_list ap; local
532 va_start(ap, format);
533 ret = headset_send_valist(hs, format, ap);
537 va_end(ap);
    [all...]
telephony-maemo5.c 1374 va_list ap; local
    [all...]
telephony-maemo6.c 1273 va_list ap; local
1275 va_start(ap, first_arg_type);
1278 type = va_arg(ap, int)) {
1279 void *value = va_arg(ap, void *);
1292 va_end(ap);
    [all...]
  /external/bluetooth/bluez/src/
device.c 863 sdp_list_t *ap = 0; local
868 ap = sdp_list_append(ap, pds);
871 int ch = sdp_get_proto_port(ap, RFCOMM_UUID);
872 sdp_list_foreach(ap, (sdp_list_func_t) sdp_list_free, NULL);
873 sdp_list_free(ap, NULL);
874 ap = NULL;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 207 va_list ap; local
208 va_start(ap, format);
209 vfprintf(stderr, format, ap);
210 va_end(ap);
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 591 register const struct ttinfo * ap = &sp->ttis[a]; local
593 result = ap->tt_gmtoff == bp->tt_gmtoff &&
594 ap->tt_isdst == bp->tt_isdst &&
595 ap->tt_ttisstd == bp->tt_ttisstd &&
596 ap->tt_ttisgmt == bp->tt_ttisgmt &&
597 strcmp(&sp->chars[ap->tt_abbrind],
    [all...]
  /external/clearsilver/cs/
csparse.c 3639 va_list ap; local
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 3789 mp_digit *ap = DIGITS(a) + ix, *bp = DIGITS(b) + ix; local
3813 mp_digit *ap = DIGITS(a); local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 149 va_list ap; local
152 va_start( ap, fmt );
153 vfprintf( stderr, fmt, ap );
154 va_end( ap );
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 591 register const struct ttinfo * ap = &sp->ttis[a]; local
593 result = ap->tt_gmtoff == bp->tt_gmtoff &&
594 ap->tt_isdst == bp->tt_isdst &&
595 ap->tt_ttisstd == bp->tt_ttisstd &&
596 ap->tt_ttisgmt == bp->tt_ttisgmt &&
597 strcmp(&sp->chars[ap->tt_abbrind],
    [all...]
  /external/iptables/
ip6tables.c 527 static struct in6_addr ap; local
529 if ((err=inet_pton(AF_INET6, num, &ap)) == 1)
530 return &ap;
    [all...]
  /external/libpcap/
gencode.c 124 va_list ap; local
126 va_start(ap, fmt);
129 fmt, ap); local
130 va_end(ap);
    [all...]
  /external/libxml2/
valid.c 2858 xmlAttrPtr ap; member in struct:xmlRemoveMemo_t
    [all...]
xmllint.c 446 va_list ap; local
456 va_start(ap, fmt);
457 vfprintf(stderr, fmt, ap);
458 va_end(ap);
482 va_list ap; local
490 va_start(ap, fmt);
491 vfprintf(stderr, fmt, ap);
492 va_end(ap);
514 va_start(ap, format);
515 vfprintf(stderr, format, ap);
    [all...]
xmlwriter.c 867 va_list ap; local
869 va_start(ap, format);
871 rc = xmlTextWriterWriteVFormatComment(writer, format, ap);
873 va_end(ap);
1295 va_list ap; local
1421 va_list ap; local
1967 va_list ap; local
2064 va_list ap; local
2170 va_list ap; local
2267 va_list ap; local
2521 va_list ap; local
2736 va_list ap; local
3047 va_list ap; local
3290 va_list ap; local
3527 va_list ap; local
3785 va_list ap; local
    [all...]
  /external/ppp/pppd/
auth.c 2031 struct wordlist *ap, **plink; local
2323 struct wordlist *ap, *addr_list, *alist, **app; local
    [all...]
  /external/qemu/audio/
audio.c 427 void AUD_vlog (const char *cap, const char *fmt, va_list ap)
434 monitor_vprintf(cur_mon, fmt, ap);
444 dprintnv(fmt, ap);
450 va_list ap; local
452 va_start (ap, fmt);
453 AUD_vlog (cap, fmt, ap);
454 va_end (ap);
    [all...]
  /external/qemu/
monitor.c 145 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
148 vsnprintf(buf, sizeof(buf), fmt, ap);
154 va_list ap; local
155 va_start(ap, fmt);
156 monitor_vprintf(mon, fmt, ap);
157 va_end(ap);
189 va_list ap; local
190 va_start(ap, fmt);
191 monitor_vprintf((Monitor *)stream, fmt, ap);
192 va_end(ap);
    [all...]
net-android.c 668 va_list ap; local
670 va_start(ap, fmt);
672 monitor_vprintf(mon, fmt, ap);
675 vfprintf(stderr, fmt, ap);
678 va_end(ap);
    [all...]
net.c 639 va_list ap; local
641 va_start(ap, fmt);
643 monitor_vprintf(mon, fmt, ap);
646 vfprintf(stderr, fmt, ap);
649 va_end(ap);
    [all...]

Completed in 1403 milliseconds

<<1112