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

1 2 3 4 5 6 7 891011>>

  /external/freetype/src/base/
ftdbgmem.c 211 va_list ap; local
216 va_start( ap, fmt );
217 vprintf( fmt, ap );
218 va_end( ap );
  /external/icu4c/i18n/
chnsecal.cpp 38 va_list ap; local
39 va_start(ap, pat);
40 vfprintf(stderr, pat, ap);
olsontz.cpp 37 va_list ap; local
38 va_start(ap, pat);
39 vfprintf(stderr, pat, ap);
    [all...]
  /external/libpcap/
pcap-dlpi.c 1615 register dl_hp_ppa_ack_t *ap; local
    [all...]
  /external/libvpx/
ivfdec.c 131 va_list ap; local
132 va_start(ap, fmt);
133 vfprintf(stderr, fmt, ap);
  /external/qemu/audio/
alsaaudio.c 158 va_list ap; local
160 va_start (ap, fmt);
161 AUD_vlog (AUDIO_CAP, fmt, ap);
162 va_end (ap);
174 va_list ap; local
178 va_start (ap, fmt);
179 AUD_vlog (AUDIO_CAP, fmt, ap);
180 va_end (ap);
audio_int.h 249 va_list ap; local
251 va_start (ap, fmt);
252 AUD_vlog (AUDIO_CAP, fmt, ap);
253 va_end (ap);
259 va_list ap; local
261 va_start (ap, fmt);
262 AUD_vlog (AUDIO_CAP, fmt, ap);
263 va_end (ap);
dsoundaudio.c 240 va_list ap; local
242 va_start (ap, fmt);
243 AUD_vlog (AUDIO_CAP, fmt, ap);
244 va_end (ap);
256 va_list ap; local
259 va_start (ap, fmt);
260 AUD_vlog (AUDIO_CAP, fmt, ap);
261 va_end (ap);
  /external/safe-iop/src/
safe_iop.c 56 _type a = va_arg(ap, _type), value = *((_type *) result); \
59 a = va_arg(ap, _type); \
78 va_list ap; local
87 va_start(ap, fmt);
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 518 char *ap; local
624 ap = aplist[i];
627 && IN6_IS_ADDR_V4MAPPED((struct in6_addr *)ap)) {
629 ap = ap + sizeof(struct in6_addr)
638 GET_AI(cur->ai_next, afd, ap);
651 get_name(ap, afd, &cur->ai_next,
652 ap, pai, servname);
916 char *ap = NULL, *cn = NULL; local
931 if ((ap = (char *)malloc(hp->h_length)) == NULL)
    [all...]
  /external/tcpdump/
tcpdump.c 1432 va_list ap; local
1451 va_list ap; local
    [all...]
  /external/wpa_supplicant/
eapol_test.c 84 va_list ap; local
91 va_start(ap, fmt);
100 vprintf(format, ap);
105 va_end(ap);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 121 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
198 * Response frames needs to be changed (AP only).
261 * By default, the AP that is started in not configured state will
372 * ap - Whether the local end is an access point
374 int ap; member in struct:wps_context
387 * ap_setup_locked - Whether AP setup is locked (only used at AP)
400 * Credentials. In addition, AP uses it when acting as an Enrollee to
435 * If %NULL, Registrar will generate per-device PSK. In addition, AP
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 75 AlertController.AlertParams ap = mAlertParams; local
77 ap.mTitle = title;
78 ap.mOnClickListener = this;
83 ap.mView = inflater.inflate(R.layout.always_use_checkbox, null);
84 mAlwaysCheck = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
87 mClearDefaultHint = (TextView)ap.mView.findViewById(
93 ap.mAdapter = mAdapter;
99 ap.mMessage = getResources().getText(com.android.internal.R.string.noApplications);
  /frameworks/base/libs/utils/
String8.cpp 377 va_list ap; local
378 va_start(ap, fmt);
381 int n = vsnprintf(NULL, 0, fmt, ap);
386 vsnprintf(buf + oldLength, n + 1, fmt, ap);
392 va_end(ap);
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1088 int pel, ap = 0, aq = 0, Strng; local
1277 int pel, ap = 1, aq = 1; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 218 if (g.ap() == null) {
221 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct());
641 AlgorithmParameters ap = null; local
646 ap = AlgorithmParameters
649 ap.init(EncryptedPrivateKeyInfoData.getParametersEncoding(
652 new EncryptedPrivateKeyInfo(ap,
661 ap = new Mock_AlgorithmParameters(null, null, "Wrong alg name");
664 new EncryptedPrivateKeyInfo(ap,
704 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); local
706 ap.init(EncryptedPrivateKeyInfoData.getParametersEncoding("DSA"))
735 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); local
766 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); local
938 AlgorithmParameters ap = AlgorithmParameters local
1051 AlgorithmParameters ap = AlgorithmParameters local
1205 AlgorithmParameters ap = AlgorithmParameters local
1853 private AlgorithmParameters ap = null; field in class:EncryptedPrivateKeyInfoTest.TestDataGenerator
1988 public AlgorithmParameters ap() { method in class:EncryptedPrivateKeyInfoTest.TestDataGenerator
    [all...]
  /system/core/adb/
adb.c 46 va_list ap; local
47 va_start(ap, fmt);
49 vfprintf(stderr, fmt, ap);
51 va_end(ap);
57 va_list ap; local
58 va_start(ap, fmt);
60 vfprintf(stderr, fmt, ap);
62 va_end(ap);
    [all...]
commandline.c 1106 va_list ap; local
1108 va_start(ap, cmd);
    [all...]
  /system/core/debuggerd/
debuggerd.c 68 va_list ap; local
69 va_start(ap, fmt);
73 vsnprintf(buf, sizeof(buf), fmt, ap);
79 __android_log_vprint(ANDROID_LOG_INFO, "DEBUG", fmt, ap);
  /system/core/sh/
eval.c 168 char **ap; local
174 ap = argv + 2;
178 if ((p = *ap++) == NULL)
expand.c 799 char *ap; local
806 ap = arg0;
808 ap = shellparam.p[num - 1];
810 if (nulok && (ap == NULL || *ap == '\0'))
829 char **ap; local
870 for (ap = shellparam.p ; (p = *ap++) != NULL ; ) {
872 if (*ap)
883 for (ap = shellparam.p ; (p = *ap++) != NULL ; )
    [all...]
parser.c 291 union node *ap, **app; local
366 app = ≈
376 n1->nfor.args = ap;
428 *app = ap = (union node *)stalloc(sizeof (struct narg));
429 ap->type = NARG;
430 ap->narg.text = wordtext;
431 ap->narg.backquote = backquotelist;
434 app = &ap->narg.next;
437 ap->narg.next = NULL;
721 struct alias *ap; local
    [all...]
  /system/core/toolbox/
dd.c 1092 struct arg *ap, tmp; local
1110 if (!(ap = (struct arg *)bsearch(&tmp, args,
1117 if (ddflags & ap->noset) {
1124 ddflags |= ap->set;
1125 ap->f(arg);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 143 va_list ap; local
151 va_start(ap,format);
152 message_len = vsnprintf(&msg[1], sizeof(msg) - 1, format, ap);
    [all...]

Completed in 463 milliseconds

1 2 3 4 5 6 7 891011>>