/development/ndk/platforms/android-9/arch-x86/include/asm/ |
user_32.h | 65 struct user{ struct
|
/device/common/ |
generate-blob-lists.sh | 64 lunch aosp_$DEVICENAME-user 76 lunch aosp_$DEVICENAME-user
|
/device/generic/goldfish/camera/ |
CallbackNotifier.h | 61 void* user);
|
/device/lge/mako/camera/QCamera/HAL/wrapper/ |
QualcommCamera.h | 55 void *user);
|
/device/lge/mako/camera/ |
QualcommCamera.h | 44 void *user);
|
QualcommCamera2.h | 57 void *user);
|
/external/chromium/chrome/browser/chromeos/login/ |
dom_login_display.cc | 39 void DOMLoginDisplay::Init(const std::vector<UserManager::User>& users, 59 void DOMLoginDisplay::OnUserImageChanged(UserManager::User* user) { 60 // TODO(rharrison): Update the user in the user vector 65 // TODO(rharrison): Remove the user from the user vector
|
login_display.h | 20 // Delegate to be used while user removing. 23 // Called right before actual user removal process is initiated. 26 // Called right after user removal process has been initiated. 53 // Called when existing user pod is selected in the UI. 56 // Called when the user requests enterprise enrollment. 71 // Initializes login UI with the user pods based on list of known users and 72 // guest, new user pods if those are enabled. 73 virtual void Init(const std::vector<UserManager::User>& users, 78 // Called when user image has been changed. 79 // |user| contains updated user [all...] |
views_login_display.h | 25 // Uses UserController for each user pod / guest pod / new user pod and 28 // in the UserManager (including one for new user and one for Guest login), 39 virtual void Init(const std::vector<UserManager::User>& users, 43 virtual void OnUserImageChanged(UserManager::User* user); 78 // UserController that corresponds user that's in process of being removed. 98 // Index of selected user (from the set of visible users).
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.cc | 66 args.SetString("user", ""); 233 void CloudPrintSetupFlow::OnUserSubmittedAuth(const std::string& user, 238 login_ = user; 246 authenticator_->StartClientLogin(user, access_code, 251 authenticator_->StartClientLogin(user, password, 292 args.SetString("user", login_);
|
/external/dnsmasq/bld/ |
Makefile | 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
|
/external/freetype/src/raster/ |
ftmisc.h | 74 void* user; member in struct:FT_MemoryRec_
|
/external/kernel-headers/original/asm-x86/ |
user_32.h | 6 can understand it and provide useful information to the user (under 11 the contents of the user struct to find out what the floating point 14 UPAGE: 1 page consisting of a user struct that tells gdb what is present 20 current->brk to pick up all of the user variables, plus any memory 73 * is still the layout used by user mode (the new 87 /* When the kernel dumps core, it starts by dumping the user struct - 90 struct user{ struct 113 char u_comm[32]; /* User command that was responsible */
|
/external/kernel-headers/original/linux/netfilter/ |
x_tables.h | 17 } user; member in union:xt_entry_match::__anon9801 42 } user; member in union:xt_entry_target::__anon9804 171 /* Called when user tries to insert an entry of this type. */ 217 /* Called when user tries to insert an entry of this type: 339 } user; member in union:compat_xt_entry_match::__anon9807 356 } user; member in union:compat_xt_entry_target::__anon9810
|
/external/libxml2/include/libxml/ |
uri.h | 38 char *user; /* the user part */ member in struct:_xmlURI
|
/external/nist-sip/java/javax/sip/address/ |
SipURI.java | 37 void setUser(String user);
|
/external/openssh/ |
auth-skey.c | 59 if (_compat_skeychallenge(&skey, authctxt->user, challenge,
|
auth2-gss.c | 57 * how to check local user kuserok and the like) 71 if (!authctxt->valid || authctxt->user == NULL) 247 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); 275 ssh_gssapi_buildmic(&b, authctxt->user, authctxt->service, 282 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
|
/external/webkit/Source/WebCore/css/ |
mediaControlsGtk.css | 32 -webkit-user-select: none; 64 -webkit-user-select: none;
|
view-source.css | 52 -webkit-user-select: none; 76 -webkit-user-select: none
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
openbugs.py | 45 self._tool.user.open_url(bug_url)
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
checkstyle.py | 65 if not self._tool.user.confirm("Are you sure you want to continue?"):
|
updatechromiumdeps.py | 45 new_chromium_revision = self._tool.user.prompt("Enter new chromium revision (enter nothing to cancel):\n")
|
validatechangelogs.py | 53 if self._tool.user.confirm("OK to continue?", default='n'):
|
/frameworks/av/include/media/ |
AudioTrack.h | 96 * user: Pointer to context for use by the callback receiver. 108 typedef void (*callback_t)(int event, void* user, void *info); 149 * user: Context for use by the callback receiver. 164 void* user = NULL, 187 void* user = NULL, 212 void* user = NULL,
|