HomeSort by relevance Sort by last modified time
    Searched defs:ap (Results 351 - 375 of 449) sorted by null

<<1112131415161718

  /external/qemu/audio/
alsaaudio.c 175 va_list ap; local
177 va_start (ap, fmt);
178 AUD_vlog (AUDIO_CAP, fmt, ap);
179 va_end (ap);
191 va_list ap; local
195 va_start (ap, fmt);
196 AUD_vlog (AUDIO_CAP, fmt, ap);
197 va_end (ap);
959 va_list ap; local
962 va_start (ap, cmd)
1187 va_list ap; local
    [all...]
  /external/qemu/target-arm/
helper.c 967 static inline int check_ap(CPUState *env, int ap, int domain, int access_type,
980 switch (ap) {
1037 int ap; local
1131 int ap; local
    [all...]
  /external/strace/
util.c 1344 void *ap; local
1347 ap = (void *) (intptr_t) PT_R11; /* r11 == EBX */
1350 ap = ia64_rse_skip_regs(*state, 0);
1352 ptrace(req, tcp->pid, ap, val);
1360 void *ap; local
1363 ap = (void *) (intptr_t) PT_R9; /* r9 == ECX */
1366 ap = ia64_rse_skip_regs(*state, 1);
1368 ptrace(req, tcp->pid, ap, val);
    [all...]
  /external/tcpdump/
ieee802_11.h 49 /* Length of previous AP in reassocation frame */
232 u_char ap[IEEE802_11_AP_LEN]; member in struct:mgmt_body_t
  /external/valgrind/main/exp-dhat/
dh_main.c 75 ExeContext* ap; /* allocation ec */ member in struct:__anon17014
174 ExeContext* ap; member in struct:__anon17015
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/webkit/Source/WebCore/editing/
visible_units.cpp 1003 Position ap = a.deepEquivalent(); local
    [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
198 struct wps_er_ap *ap = ctx; local
293 struct wps_er_ap *ap; local
363 struct wps_er_ap *ap = user_ctx; local
407 struct wps_er_ap *ap = ctx; local
612 struct wps_er_ap *ap = ctx; local
640 struct wps_er_ap *ap; local
678 struct wps_er_ap *ap; local
690 struct wps_er_ap *prev, *ap; local
1175 struct wps_er_ap *ap = wps_er_ap_get_id(er, ap_id); local
1337 struct wps_er_ap *ap; local
1387 struct wps_er_ap *ap = ctx; local
1503 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
1821 struct wps_er_ap *ap = ctx; local
1902 struct wps_er_ap *ap; local
1935 struct wps_er_ap *ap; local
1988 struct wps_er_ap *ap; local
2054 struct wps_er_ap *ap; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 24 #include "ap/hostapd.h"
40 #include "ap.h"
81 "No network configuration found for the current AP");
104 "current AP");
545 * An HT non-AP STA shall support all EQM rates for one spatial stream.
752 /* Only allow wildcard SSID match if an AP
816 * TODO: skip the AP if its P2P IE has Group Formation
955 "selected AP");
1098 int ap = 0; local
1105 ap = 1
    [all...]
wps_supplicant.c 32 #include "ap.h"
66 "suitable AP", MAC2STR(bssid));
154 * TKIP+CCMP). Try to use scan results to figure out whether the AP
166 wpa_printf(MSG_DEBUG, "WPS: The AP was not found from BSS "
171 wpa_printf(MSG_DEBUG, "WPS: AP found from BSS table");
188 * TODO: This could be the initial AP configuration and the
193 wpa_printf(MSG_DEBUG, "WPS: The AP did not yet advertise WPA "
591 struct wps_event_er_ap *ap)
596 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
597 if (ap->pri_dev_type
2232 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local
2254 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local
2268 struct wps_ap_info *ap; local
2332 struct wps_ap_info *ap; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 122 AlertController.AlertParams ap = mAlertParams; local
124 ap.mTitle = title;
141 ap.mView = getLayoutInflater().inflate(R.layout.resolver_grid, null);
142 mGrid = (GridView) ap.mView.findViewById(R.id.resolver_grid);
159 ap.mMessage = getResources().getText(R.string.noApplications);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 171 asset_path ap; local
177 ap.type = ::getFileType(realPath.string());
178 if (ap.type == kFileTypeRegular) {
179 ap.path = realPath;
181 ap.path = path;
182 ap.type = ::getFileType(path.string());
183 if (ap.type != kFileTypeDirectory && ap.type != kFileTypeRegular) {
185 path.string(), (int)ap.type);
192 if (mAssetPaths[i].path == ap.path)
297 asset_path ap; local
328 asset_path ap; local
652 const asset_path& ap = mAssetPaths.itemAt(i); local
1179 const asset_path& ap = mAssetPaths.itemAt(i); local
1233 const asset_path& ap = mAssetPaths.itemAt(which); local
1713 const asset_path& ap = mAssetPaths.itemAt(i); local
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 42 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState,
50 ap->stop();
57 ap->prepare();
62 ap->pause();
75 ap->prepare();
80 ap->play();
103 static size_t adecoder_writeToBufferQueue(const uint8_t *data, size_t size, CAudioPlayer* ap) {
104 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) {
114 object_lock_exclusive(&ap->mObject);
116 if (ap->mBufferQueue.mState.count != 0)
660 CAudioPlayer *ap = (CAudioPlayer *)user; local
1090 CAudioPlayer *ap = (CAudioPlayer *)user; local
2024 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local
2050 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local
    [all...]
  /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...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 643 AccessPoint ap = mDlgAccessPoint; // For manual launch local
644 if (ap == null) { // For re-launch from saved state
646 ap = new AccessPoint(getActivity(), mAccessPointSavedState);
648 mDlgAccessPoint = ap;
652 mSelectedAccessPoint = ap;
653 mDialog = new WifiDialog(getActivity(), this, ap, mDlgEdit);
    [all...]
  /system/core/adb/
adb.c 60 va_list ap; local
61 va_start(ap, fmt);
63 vfprintf(stderr, fmt, ap);
65 va_end(ap);
71 va_list ap; local
72 va_start(ap, fmt);
74 vfprintf(stderr, fmt, ap);
76 va_end(ap);
    [all...]
commandline.c 1505 va_list ap; local
    [all...]
  /system/core/sh/
arith.c 1529 char **ap; local
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 769 ActiveAdmin ap = policy.mAdminList.get(i); local
874 ActiveAdmin ap = new ActiveAdmin(dai); local
876 policy.mAdminMap.put(ap.info.getComponent(), ap); local
1168 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1205 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1242 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1282 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1361 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1398 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1435 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1472 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1509 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1546 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1619 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
1780 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
2077 ActiveAdmin ap = policy.mAdminMap.get(component); local
2119 ActiveAdmin ap = policy.mAdminList.get(i); local
2134 ActiveAdmin ap = policy.mAdminList.get(i); local
2187 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
2229 ActiveAdmin ap = getActiveAdminUncheckedLocked(who, userHandle); local
2303 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
2346 ActiveAdmin ap = getActiveAdminForCallerLocked(who, local
2474 ActiveAdmin ap = policy.mAdminList.get(i); local
    [all...]
  /dalvik/vm/
CheckJni.cpp 510 va_list ap; local
536 va_start(ap, fmt0);
541 jbyte b = va_arg(ap, int);
548 jchar c = va_arg(ap, int);
555 StringAppendF(&msg, "%g", va_arg(ap, double));
557 StringAppendF(&msg, "%d", va_arg(ap, int));
559 StringAppendF(&msg, "%lld", va_arg(ap, jlong));
561 StringAppendF(&msg, "%s", va_arg(ap, int) ? "true" : "false");
565 JavaVM* vm = va_arg(ap, JavaVM*);
568 JNIEnv* env = va_arg(ap, JNIEnv*)
    [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/checkpolicy/
policy_define.c 84 va_list ap; local
85 va_start(ap, fmt);
86 vsnprintf(errormsg, ERRORMSG_LEN, fmt, ap);
88 va_end(ap);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 210 va_list ap; local
211 va_start(ap, text);
218 GtkWidget* control = va_arg(ap, GtkWidget*);
230 text = va_arg(ap, const char*);
232 va_end(ap);
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 835 const spdy_frame_proto_data *ap = (const spdy_frame_proto_data *)a; local
838 if (ap -> proto > bp -> proto)
840 else if (ap -> proto == bp -> proto)
    [all...]

Completed in 2123 milliseconds

<<1112131415161718