/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
atmsap.h | 75 unsigned char user; member in union:atm_blli::__anon58287 86 unsigned char user; member in union:atm_blli::__anon58289
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
atmsap.h | 75 unsigned char user; member in union:atm_blli::__anon58684 86 unsigned char user; member in union:atm_blli::__anon58686
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
atmsap.h | 75 unsigned char user; member in union:atm_blli::__anon59134 86 unsigned char user; member in union:atm_blli::__anon59136
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
atmsap.h | 75 unsigned char user; member in union:atm_blli::__anon59586 86 unsigned char user; member in union:atm_blli::__anon59588
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 116 void *user; member in struct:qcamera::__anon1597
|
/external/checkpolicy/ |
module_compiler.c | 371 char *user_id, user_datum_t *user) 389 yyerror2("user %s doesn't exist, is implicit bounds of %s", 394 if (!user->bounds) 395 user->bounds = bounds->s.value; 396 else if (user->bounds != bounds->s.value) { 397 yyerror2("user %s has inconsistent bounds %s/%s", 399 policydbp->p_role_val_to_name[user->bounds - 1]); 410 user_datum_t *user = NULL, *dest_user = NULL; local 415 yyerror("no user name"); 418 if ((user = (user_datum_t *) malloc(sizeof(*user))) == NULL) 1000 user_datum_t *user = NULL; local [all...] |
/external/chromium/chrome/browser/prefs/ |
pref_service.cc | 120 JsonPrefStore* user = new JsonPrefStore( local 131 command_line, user, recommended_platform, 604 // Look for an existing preference in the user store. If it doesn't 605 // exist or isn't the correct type, create a new user preference.
|
/external/chromium/net/disk_cache/ |
disk_format.h | 169 // EntryStore blocks, RankingsNode blocks or user-data blocks). 189 int32 user[5]; member in struct:disk_cache::BlockFileHeader
|
/external/chromium_org/chrome/browser/chromeos/login/ |
existing_user_controller.cc | 194 // TODO(xiyuan): Clean user profile whose email is not in whitelist. 196 (*it)->GetType() != User::USER_TYPE_LOCALLY_MANAGED || 200 (*it)->GetType() != User::USER_TYPE_REGULAR; 207 // If no user pods are visible, fallback to single new user pod which will 225 // This means the user signed-in, then auto-enrollment used his credentials 252 // Possibly the user has authenticated against a proxy server and we might 278 login_display_->OnUserImageChanged(*content::Details<User>(details).ptr()); 322 // Disable UI while loading user profile. 406 // Disable UI while loading user profile 544 const User* user = UserManager::Get()->FindUser(username); local 953 const User* user = local [all...] |
login_utils.cc | 191 // Restores GAIA auth cookies for the created user profile from OAuth2 token. 349 User* const user = UserManager::Get()->GetUserByProfile(profile); local 358 RespectLocalePreference(profile, user, callback.Pass())) { 391 // Update user's displayed email. 401 // Can't use display_email because it is empty when existing user logs in 402 // using sing-in pod on login screen (i.e. user didn't type email). 421 User* active_user = UserManager::Get()->GetActiveUser(); 585 // Initialize RLZ only for primary user. 666 // Save the input methods in the user's preferences [all...] |
user_image_manager_impl.cc | 48 // A dictionary that maps user_ids to old user image data with images stored in 53 // A dictionary that maps user_ids to user image data with images stored in 57 // Names of user image properties. 62 // Delay betweeen user login and attempt to update user's profile data. 65 // Interval betweeen retries to update user's profile data. 99 // Time histogram suffix for a profile image download when the user chooses the 151 case User::kExternalImageIndex: 154 case User::kProfileImageIndex: 196 // * Changes to User objects and local state as well as any calls to th 409 User* user = parent_->user_manager_->FindUserAndModify(user_id_); local 501 User* user = *it; local 571 User* user = user_manager_->GetLoggedInUser(); local 775 const User* user = user_manager_->GetLoggedInUser(); local 892 const User* user = user_manager_->GetLoggedInUser(); local 1025 const User* user = user_manager_->GetLoggedInUser(); local [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_io_data.cc | 100 #include "chrome/browser/chromeos/login/user.h" 260 // 1) Get some info from chromeos::UserManager about the User for this profile. 341 // If the user already exists in nss_util's map, it is already initialized 413 chromeos::User* user = user_manager->GetUserByProfile(profile); local 414 if (user) { 415 params->username_hash = user->username_hash(); 416 bool is_primary_user = (user_manager->GetPrimaryUser() == user); 420 user->email(), 421 user->username_hash() [all...] |
/external/chromium_org/cloud_print/gcp20/prototype/ |
printer.cc | 210 const std::string& user) { 220 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user); 230 state_.user = user; 245 requester_->StartRegistration(GenerateProxyId(), kPrinterName, user, local 252 const std::string& user, 255 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user); 287 const std::string& user, 289 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user); 309 const std::string& user) { [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURL.cpp | 367 String KURL::user() const function in class:WebCore::KURL 523 void KURL::setUser(const String& user) 527 if (user.isEmpty() && !m_parsed.username.is_valid()) 532 StringUTF8Adaptor userUTF8(user);
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_win.c | 241 HMODULE user = NULL; local 388 (user = LoadLibrary(TEXT("USER32.DLL")))) 394 win = (GETFOREGROUNDWINDOW) GetProcAddress(user, "GetForegroundWindow"); 395 cursor = (GETCURSORINFO) GetProcAddress(user, "GetCursorInfo"); 396 queue = (GETQUEUESTATUS) GetProcAddress(user, "GetQueueStatus"); 432 FreeLibrary(user);
|
/external/kernel-headers/original/linux/ |
key.h | 46 #define KEY_USR_VIEW 0x00010000 /* user permissions... */ 125 struct key_user *user; /* owner of this key */ member in struct:key 195 * user's quota will hold the payload 337 extern int alloc_uid_keyring(struct user_struct *user,
|
/external/libselinux/src/ |
android.c | 59 "user", 67 char *user; member in struct:seapp_context 89 /* Give precedence to a specified user= over an unspecified user=. */ 90 if (s1->user && !s2->user) 92 if (!s1->user && s2->user) 95 if (s1->user) { 96 /* Give precedence to a fixed user= string over a prefix. * [all...] |
/external/openssh/ |
auth-pam.c | 624 const char *pam_rhost, *pam_user, *user = authctxt->user; local 628 /* We already have a PAM context; check if the user matches */ 631 if (sshpam_err == PAM_SUCCESS && strcmp(user, pam_user) == 0) 636 debug("PAM: initializing for \"%s\"", user); 638 pam_start(SSHD_PAM_SERVICE, user, &store_conv, &sshpam_handle); 797 sshpam_authctxt->valid ? "" : "illegal user ", 798 sshpam_authctxt->user, 1194 * If the user logging in is invalid, or is root but is not permitted 1212 authctxt->user); [all...] |
misc.c | 521 char user[128], ret[MAXPATHLEN]; local 530 if (path != NULL && path > filename) { /* ~user/path */ 532 if (slash > sizeof(user) - 1) 534 memcpy(user, filename, slash); 535 user[slash] = '\0'; 536 if ((pw = getpwnam(user)) == NULL) 537 fatal("tilde_expand_filename: No such user %s", user);
|
readconf.h | 84 char *user; /* User to log in as. */ member in struct:__anon24071
|
/external/openssl/crypto/rand/ |
rand_win.c | 241 HMODULE user = NULL; local 388 (user = LoadLibrary(TEXT("USER32.DLL")))) 394 win = (GETFOREGROUNDWINDOW) GetProcAddress(user, "GetForegroundWindow"); 395 cursor = (GETCURSORINFO) GetProcAddress(user, "GetCursorInfo"); 396 queue = (GETQUEUESTATUS) GetProcAddress(user, "GetQueueStatus"); 432 FreeLibrary(user);
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_events.h | 65 SDL_QUIT, /**< User-requested quit */ 69 SDL_VIDEORESIZE, /**< User resized video mode */ 210 /** A user-defined event type */ 213 int code; /**< User defined event code */ 214 void *data1; /**< User defined data pointer */ 215 void *data2; /**< User defined data pointer */ 240 SDL_UserEvent user; member in union:SDL_Event
|
/external/smack/src/org/jivesoftware/smackx/workgroup/user/ |
Workgroup.java | 17 package org.jivesoftware.smackx.workgroup.user;
111 * Internal handling of an invitation.Recieving an invitation removes the user from the queue.
143 * Returns true if the user is currently waiting in the workgroup queue.
184 * the user is next in line to be routed; therefore, if the queue position
185 * is being displayed to the end user it is usually a good idea to add 1 to
186 * the value this method returns before display. If the user is not currently
190 * @return the user's current position in the workgroup queue, or -1 if the
191 * position isn't available or if the user isn't in the queue.
198 * Returns the estimated time (in seconds) that the user has to left wait in
199 * the workgroup queue before being routed. If the user is not currently waiting [all...] |
/external/tcpdump/ |
print-rx.c | 144 { 500, "new-user" }, 216 { 6, "create-user" }, 217 { 7, "delete-user" }, 1015 char *user; local 1018 if ((user = (char *)malloc(maxsize)) == NULL) 1051 if (sscanf((char *) s, fmt, user, &acl, &n) != 2) 1055 fn_print((u_char *)user, NULL); 1065 if (sscanf((char *) s, fmt, user, &acl, &n) != 2) 1069 fn_print((u_char *)user, NULL); 1078 free(user); [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
remote-utils.c | 217 -from-vgdb-to-pid-by-user-on-host and -to-vgdb-from-pid-by-user-on-host 224 const HChar *user, *host; local 238 user = VG_(getenv)("LOGNAME"); 239 if (user == NULL) user = VG_(getenv)("USER"); 240 if (user == NULL) user = "???"; 246 len = strlen(name) + strlen(user) + strlen(host) + 40 [all...] |