/build/core/ |
product_config.mk | 85 INTERNAL_VALID_VARIANTS := user userdebug eng tests
|
/development/tools/emulator/system/camera/ |
EmulatedCamera.cpp | 238 void* user) 241 get_memory, user); 667 void* user) 674 ec->setCallbacks(notify_cb, data_cb, data_cb_timestamp, get_memory, user);
|
/device/moto/stingray/ |
device.mk | 46 ifneq ($(TARGET_BUILD_VARIANT),user)
|
/external/kernel-headers/original/asm-x86/ |
elf.h | 9 #include <asm/user.h> 211 /* This yields a mask that user programs can use to figure out what 212 instruction set this CPU supports. This could be done in user space,
|
/external/kernel-headers/original/linux/mtd/ |
mtd.h | 13 #error This is a kernel header. Perhaps include mtd-user.h instead? 128 * user visible structure layout/size. Only valid when the 170 * flash devices. The user data is one time programmable but the
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 248 ip_ct_gather_frags(struct sk_buff *skb, u_int32_t user);
|
/external/kernel-headers/original/linux/ |
signal.h | 19 struct user_struct *user; member in struct:sigqueue
|
/external/llvm/lib/Archive/ |
Archive.cpp | 49 info.user = sys::Process::GetCurrentUserId();
|
/external/openssl/crypto/x509v3/ |
x509v3.h | 270 ASN1_OCTET_STRING *user; member in struct:SXNET_ID_st 512 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen); 513 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen); 514 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen);
|
/external/openssl/include/openssl/ |
x509v3.h | 270 ASN1_OCTET_STRING *user; member in struct:SXNET_ID_st 512 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen); 513 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen); 514 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen);
|
/external/qemu/slirp/ |
tcp_subr.c | 318 * User issued close, and wish to trail through shutdown states: 325 * We can let the user exit from the close as soon as the FIN is acked. 569 /* Nope, lets see if there's a user-added one */ 761 char *user; 789 user=""; 849 user=ptr; 859 rsh_exec(so,so->extra, user, inet_ntoa(so->so_faddr), args); [all...] |
/external/webkit/Source/WebCore/platform/ |
KURL.h | 143 String user() const;
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequest.cpp | 101 m_forbiddenRequestHeaders.add("user-agent"); 446 void XMLHttpRequest::open(const String& method, const KURL& url, bool async, const String& user, ExceptionCode& ec) 449 urlWithCredentials.setUser(user); 454 void XMLHttpRequest::open(const String& method, const KURL& url, bool async, const String& user, const String& password, ExceptionCode& ec) 457 urlWithCredentials.setUser(user); [all...] |
/frameworks/base/core/java/android/net/ |
VpnService.java | 57 * <li>User action is required to create a VPN connection.</li> 70 * {@link Builder#establish}. The former deals with user action and stops 77 * <li>When the user press the button to connect, call {@link #prepare} 128 * prepared. The activity may pop up a dialog to require user action, and 260 mConfig.user = VpnService.this.getClass().getName();
|
/frameworks/base/media/jni/audioeffect/ |
android_media_AudioEffect.cpp | 95 static void effectCallback(int event, void* user, void *info) { 106 effect_callback_cookie *callbackInfo = (effect_callback_cookie *)user; 114 if (!user || !env) { 115 LOGW("effectCallback error user %p, env %p", user, env);
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 131 AString *user, AString *pass) { 135 user->clear(); 155 // Split of user:pass@ from hostname. 163 *user = userPass; 165 user->setTo(userPass, 0, colonPos); 234 // If we have a user name but no password we have to give up 235 // right here, since we currently have no way of asking the user 248 LOGV("user = '%s', pass = '%s'", mUser.c_str(), mPass.c_str()); 1037 userAgent->setTo("User-Agent: stagefright/1.1 (Linux;Android ");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
xfrm.h | 61 uid_t user; member in struct:xfrm_selector 124 XFRM_SHARE_USER, /* For this user only */ 200 * Generic LSM security context for comunicating to user space 364 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
|
/system/core/debuggerd/arm/ |
machine.c | 35 #include <linux/user.h>
|
/system/media/wilhelm/src/android/ |
AudioPlayer_to_android.cpp | 679 static void sfplayer_handlePrefetchEvent(int event, int data1, int data2, void* user) { 683 if (NULL == user) { 687 CAudioPlayer *ap = (CAudioPlayer *)user; 697 SL_LOGV("sfplayer_handlePrefetchEvent(event='%c%c%c%c' (%d), data1=%d, data2=%d, user=%p) from " 698 "SfAudioPlayer", u.c[3], u.c[2], u.c[1], u.c[0], event, data1, data2, user); [all...] |
/external/webkit/Source/WebCore/platform/network/mac/ |
ResourceHandleMac.mm | 166 static String encodeBasicAuthorization(const String& user, const String& password) 168 return base64Encode((user + ":" + password).utf8()); 252 String authHeader = "Basic " + encodeBasicAuthorization(d->m_initialCredential.user(), d->m_initialCredential.password()); 579 d->m_user = url.user(); 618 // FIXME: Per the specification, the user shouldn't be asked for credentials if there were incorrect ones provided explicitly. 691 Credential webCredential(credential.user(), credential.password(), CredentialPersistenceForSession); [all...] |
/external/libxml2/ |
xpath.c | 1059 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, depth + 1); 1064 ((cur->user2 == cur->user) && (cur->index == cur->index2))) { 1070 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, 1079 xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, 1095 (xmlLocationSetPtr) cur->user, depth); 1099 fprintf(output, "Object is user defined\n"); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
process.js | 204 var user = {}; 212 var gen = user[type]; 228 save[i] = user[i]; 229 user[i] = walkers[i]; 233 if (!save[i]) delete user[i]; 234 else user[i] = save[i]; [all...] |
/frameworks/base/core/jni/ |
android_server_BluetoothService.cpp | 77 void onCreatePairedDeviceResult(DBusMessage *msg, void *user, void *nat); 78 void onDiscoverServicesResult(DBusMessage *msg, void *user, void *nat); 79 void onCreateDeviceResult(DBusMessage *msg, void *user, void *nat); 80 void onInputDeviceConnectionResult(DBusMessage *msg, void *user, void *nat); 81 void onPanDeviceConnectionResult(DBusMessage *msg, void *user, void *nat); 82 void onHealthDeviceConnectionResult(DBusMessage *msg, void *user, void *nat); 539 "org.bluez.Error.Rejected", "User rejected confirmation"); 686 "org.bluez.Error.Canceled", "Pairing User Input was canceled"); [all...] |
/bionic/libc/ |
Android.mk | 634 # the user wants to provide their own malloc implementation, 710 # For all builds, except for the -user build we will enable memory 716 ifneq ($(TARGET_BUILD_VARIANT),user) 770 endif #!user
|
/external/bison/data/ |
glr.c | 61 # Optional effective arguments passed to yyerror: user args plus yylloc, and 92 # Arguments passed to yyerror: user formals plus yylocp. 171 /* Copy the first part of user declarations. */ 231 /* Copy the second part of user declarations. */ 245 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */ 512 we won't break user code: when these are the locations we know. */ 885 /** Perform user action for rule number YYN, with RHS length YYRHSLEN, [all...] |