/external/mesa3d/src/glsl/ |
ir_reader.cpp | 106 va_list ap; local 115 va_start(ap, fmt); 116 ralloc_vasprintf_append(&state->info_log, fmt, ap); 117 va_end(ap);
|
linker.cpp | 178 va_list ap; local 181 va_start(ap, fmt); 182 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap); 183 va_end(ap); 192 va_list ap; local 195 va_start(ap, fmt); 196 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap); 197 va_end(ap); [all...] |
/external/mksh/src/ |
eval.c | 133 eval(const char **ap, int f) 137 if (*ap == NULL) { 140 vap.ro = ap; 146 while (*ap != NULL) 147 expand(*ap++, &w, f); 1727 struct tbl *ap; local [all...] |
var.c | 178 char *ap = NULL; local 197 afree(ap, ATEMP); 198 n = ap = cp; [all...] |
/external/opencv3/3rdparty/openexr/Imath/ |
ImathMatrix.h | 2529 register const T * IMATH_RESTRICT ap = &a.x[0][0]; local [all...] |
/external/opencv3/modules/python/src2/ |
cv2.cpp | 26 va_list ap; local 27 va_start(ap, fmt); 28 vsnprintf(str, sizeof(str), fmt, ap); 29 va_end(ap); 129 va_list ap; local 130 va_start(ap, fmt); 131 vsnprintf(str, sizeof(str), fmt, ap); 132 va_end(ap); [all...] |
/external/selinux/libsepol/cil/src/ |
cil_tree.c | 55 va_list ap; local 56 va_start(ap, msg); 57 cil_vlog(CIL_ERR, msg, ap); 58 va_end(ap); [all...] |
/external/tcpdump/ |
tcpdump.c | 2693 va_list ap; local 2712 va_list ap; local [all...] |
/external/tinyalsa/ |
pcm.c | 273 va_list ap; local 276 va_start(ap, fmt); 277 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap); 278 va_end(ap); 1299 va_list ap; local [all...] |
/external/valgrind/exp-dhat/ |
dh_main.c | 75 ExeContext* ap; /* allocation ec */ member in struct:__anon26698 174 ExeContext* ap; member in struct:__anon26699 177 // The current number of blocks and bytes live for this AP 187 // Total number of blocks and bytes allocated by this AP. 190 // Sum of death ages for all blocks allocated by this AP, 195 // by this AP. 199 all retiring Blocks allocated by this AP, but only if: 200 - this AP has only ever allocated objects of one size 202 What we need therefore is a mechanism to see if this AP 217 .ap field in the values. * [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | 28 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg); 29 static int wps_er_send_get_device_info(struct wps_er_ap *ap, 30 void (*m1_handler)(struct wps_er_ap *ap, 59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, 63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) { 76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE); 91 static void wps_er_sta_remove_all(struct wps_er_ap *ap) 94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list) 103 struct wps_er_ap *ap; local 104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) 118 struct wps_er_ap *ap; local 196 struct wps_er_ap *ap = ctx; local 291 struct wps_er_ap *ap; local 361 struct wps_er_ap *ap = user_ctx; local 405 struct wps_er_ap *ap = ctx; local 613 struct wps_er_ap *ap = ctx; local 641 struct wps_er_ap *ap; local 679 struct wps_er_ap *ap; local 691 struct wps_er_ap *prev, *ap; local 1155 struct wps_er_ap *ap = wps_er_ap_get_id(er, ap_id); local 1333 struct wps_er_ap *ap; local 1351 struct wps_er_ap *ap, *tmp; local 1393 struct wps_er_ap *ap = ctx; local 1507 struct wps_er_ap *ap; local 1564 struct wps_er_ap *ap; local 1609 struct wps_er_ap *ap = ctx; local 1630 struct wps_er_ap *ap; local 1644 struct wps_er_ap *ap = ctx; local 1834 struct wps_er_ap *ap = ctx; local 1915 struct wps_er_ap *ap; local 1948 struct wps_er_ap *ap; local 2001 struct wps_er_ap *ap; local 2066 struct wps_er_ap *ap; local 2088 struct wps_er_ap *ap; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | 32 #include "ap.h" 43 * The minimum time in seconds before trying to associate to a WPS PIN AP that 96 "suitable AP", MAC2STR(bssid)); 195 * TKIP+CCMP). Try to use scan results to figure out whether the AP 207 wpa_printf(MSG_DEBUG, "WPS: The AP was not found from BSS " 212 wpa_printf(MSG_DEBUG, "WPS: AP found from BSS table"); 229 * TODO: This could be the initial AP configuration and the 234 wpa_printf(MSG_DEBUG, "WPS: The AP did not yet advertise WPA " 715 struct wps_event_er_ap *ap) 720 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)) 1791 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local 2798 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local 2820 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local 2834 struct wps_ap_info *ap; local 2909 struct wps_ap_info *ap; local [all...] |
/frameworks/av/media/libmedia/ |
AudioSystem.cpp | 692 sp<IAudioPolicyService> ap; local 714 ap = gAudioPolicyService; 717 ap->registerClient(apc); 720 return ap; [all...] |
/frameworks/native/cmds/dumpstate/ |
utils.cpp | 647 va_list ap; local 648 va_start(ap, command); 652 args[arg] = va_arg(ap, const char *); 671 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); 674 va_end(ap); 684 va_list ap; local 685 va_start(ap, command); 689 args[arg] = va_arg(ap, const char *); 708 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); 711 va_end(ap); [all...] |
/frameworks/wilhelm/src/android/ |
AudioPlayer_to_android.cpp | 48 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, 56 ap->stop(); 63 ap->prepare(); 68 ap->pause(); 81 ap->prepare(); 86 ap->play(); 109 static size_t adecoder_writeToBufferQueue(const uint8_t *data, size_t size, CAudioPlayer* ap) { 110 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) { 120 object_lock_exclusive(&ap->mObject); 122 if (ap->mBufferQueue.mState.count != 0) 728 CAudioPlayer *ap = (CAudioPlayer *)user; local 1196 CAudioPlayer *ap = (CAudioPlayer *)user; local 2265 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local 2291 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
svc_encodeframe.c | 240 va_list ap; local 247 va_start(ap, fmt); 248 retval = vsnprintf(buf, sizeof(buf), fmt, ap); 249 va_end(ap); [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
gscan.h | 6 /* AP Scans */ 166 int report_threshold_num_scans; // in number of scans, wake up AP after these many scans 231 mac_addr bssid; // AP BSSID 239 ap_threshold_param ap[MAX_HOTLIST_APS]; // hotlist APs member in struct:__anon32317 300 int lost_ap_sample_size; // number of samples to confirm AP loss 303 ap_threshold_param ap[MAX_SIGNIFICANT_CHANGE_APS]; member in struct:__anon32324 306 /* Set the Signifcant AP change list */ 310 /* Clear the Signifcant AP change list */
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_pcm.c | 383 va_list ap; local 386 va_start(ap, fmt); 387 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap); 388 va_end(ap);
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherTest.java | 266 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 269 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap); 275 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap); 281 ap = new RSAKeyGenParameterSpec(10, new BigInteger("10")); 283 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_DES, ap); 295 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 298 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap, new SecureRandom()); 304 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_3DES, ap, new SecureRandom()); 310 ap = new RSAKeyGenParameterSpec(10, new BigInteger("10")); 313 cipher.init(Cipher.ENCRYPT_MODE, CIPHER_KEY_DES, ap, new SecureRandom()) 427 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 513 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 628 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 693 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 713 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 797 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 857 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 913 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 954 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 1004 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 1041 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local 1078 AlgorithmParameterSpec ap = new IvParameterSpec(IV); local [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 531 Cell *x, *ap, *k; local 538 ap = execute(a[1]); /* array name */ 539 if (!isarr(ap)) { 540 dprintf( ("making %s into an array\n", ap->nval) ); 541 if (freeable(ap)) 542 xfree(ap->sval); 543 ap->tval &= ~(STR|NUM|DONTFREE); 544 ap->tval |= ARR; 545 ap->sval = (char *) makesymtab(NSYMTAB); 561 k = lookup(buf, (Array *) ap->sval) 1211 Cell *x = 0, *y, *ap; local [all...] |
/system/core/lmkd/ |
lmkd.c | 445 char *ap; local 452 ap = strtok_r(NULL, " ", &save_ptr); 453 if (!ap) 457 mip->nr_free_pages += strtol(ap, NULL, 0); 459 mip->nr_file_pages += strtol(ap, NULL, 0); 461 mip->nr_shmem += strtol(ap, NULL, 0); 463 mip->totalreserve_pages += strtol(ap, NULL, 0); 465 mip->totalreserve_pages += zoneinfo_parse_protection(ap);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
arc-dis.c | 238 va_list ap; local 240 va_start (ap, format); 288 unsigned u = va_arg (ap, int); 302 int val = va_arg (ap, int); 316 int val = va_arg (ap, int); 328 int val = va_arg (ap, int); 360 int val = va_arg (ap, int); 390 sprintf (bp, "%s", va_arg (ap, char *)); 402 va_end (ap);
|
m32c-desc.c | 63070 va_list ap; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContent.java | 471 FilterInfo fi, BluetoothMapAppParams ap) { 472 if ((ap.getParameterMask() & MASK_PROTECTED) != 0) { 487 FilterInfo fi, BluetoothMapAppParams ap) { 488 if ((ap.getParameterMask() & MASK_CONVERSATION_ID) != 0) { 507 FilterInfo fi, BluetoothMapAppParams ap) { 509 if ((ap.getParameterMask() & MASK_CONVERSATION_NAME) != 0) { 520 FilterInfo fi, BluetoothMapAppParams ap) { 521 if ((ap.getParameterMask() & MASK_SENT) != 0) { 543 FilterInfo fi, BluetoothMapAppParams ap) { 556 e.setRead((read==1?true:false), ((ap.getParameterMask() & MASK_READ) != 0)) [all...] |
/art/runtime/ |
dex_file_verifier.cc | 2401 va_list ap; local [all...] |