/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/ |
elf.h | 16 #include <asm/user.h>
|
user.h | 34 struct user{ struct
|
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/ |
elf.h | 16 #include <asm/user.h>
|
user.h | 34 struct user{ struct
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/ |
elf.h | 16 #include <asm/user.h>
|
user.h | 34 struct user{ struct
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
elf.h | 16 #include <asm/user.h>
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
UrlOpener.java | 82 * Before asking the user the method verifies if the information is already available in cache. 90 * @throws CanceledByUserException Exception thrown if the user cancels the 178 throw new CanceledByUserException("User canceled login dialog."); 183 String user = result.getFirst(); local 186 // proceed in case there is indeed a user 187 if (user != null && user.length() > 0) { 188 Credentials credentials = new UsernamePasswordCredentials(user, password);
|
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 204 struct hostapd_eap_user *user, *tail = NULL; local 211 wpa_printf(MSG_ERROR, "EAP user file '%s' not found.", fname); 215 /* Lines: "user" METHOD,METHOD2 "password" (password optional) */ 232 user = NULL; 240 user = os_zalloc(sizeof(*user)); 241 if (user == NULL) { 242 wpa_printf(MSG_ERROR, "EAP user allocation failed"); 245 user->force_version = -1; 261 user->identity = os_malloc(pos - start) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
TrustedCertificateStore.java | 43 * directories allowing the user addition of custom CAs and user 51 * "user:") and a suffix based on the OpenSSL X509_NAME_hash_old 67 * {@link #deleteCertificateEntry} to install user CAs as well as 68 * delete those user CAs as well as system CAs. The deletion of system 81 * user. 86 private static final String PREFIX_USER = "user:"; 280 File user = getCertificateFile(addedDir, x); local 281 if (user.exists()) { 282 return PREFIX_USER + user.getName() 358 X509Certificate user = findCert(addedDir, issuer, selector, X509Certificate.class); local 450 File user = getCertificateFile(addedDir, cert); local [all...] |
/external/bluetooth/bluez/src/ |
bluetooth.conf | 10 <policy user="root">
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker_tester.cc | 35 const std::string& user, const std::string& password) { 38 new MockAuthenticator(ScreenLocker::screen_locker_, user, password));
|
enterprise_enrollment_screen.cc | 39 void EnterpriseEnrollmentScreen::Authenticate(const std::string& user, 44 user_ = user; 50 auth_fetcher_->StartClientLogin(user, password, 55 auth_fetcher_->StartClientLogin(user, access_code, 76 bool EnterpriseEnrollmentScreen::GetInitialUser(std::string* user) { 85 if (cryptohome->InstallAttributesGet("enterprise.user", &value)) { 89 *user = value;
|
/external/kernel-headers/original/asm-x86/ |
i387_32.h | 19 #include <asm/user.h> 48 #define safe_address (kstat_cpu(0).cpustat.user)
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
CredentialsCache.java | 13 * set up calls. We cache credentials on a per proxy domain per user basis. 22 * user for a number of domains. The Hashtable value of the mapping is a 23 * mapping of user names to AuthorizationHeader list for that proxy domain. 63 String user = authorization.getUsername(); local 83 TimeoutTask timeoutTask = new TimeoutTask( callId,user); 98 * @return authorization header corresponding to that user for the given
|
/external/oprofile/libop/ |
op_parse_event.c | 109 parsed_events[i].user = 1; 113 parsed_events[i].user = parse_ulong(part);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
user.h | 77 struct user struct 148 struct user struct
|
/external/dbus/test/name-test/ |
tmp-session-like-system.conf | 1 <!-- This configuration file controls the per-user-login-session message bus. 11 <!-- If we fork, keep the user's original umask to avoid affecting 24 <allow user="*"/> 70 as the user anyway, using up bus resources is not something we need
|