/external/skia/src/animator/ |
SkAnimatorScript.h | 48 static bool Box(void* user, SkScriptValue* ); 58 SkTDArray<SkScriptValue>& params, void* user, SkScriptValue* value);
|
/external/webkit/Source/WebCore/xml/ |
XMLViewer.css | 58 -webkit-user-select: none;
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ApnSettingTest.java | 35 assertEquals(a1.user, a2.user); 102 "mmsc", "mmsproxy", "mmsport", "user", "password", 0,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesp.h | 53 // This structure is used for the panel's user data field to link the 54 // PANEL* to the C++ object and to provide extra space for a user pointer. 56 void* m_user; // the pointer for the user's data 71 void set_user(void *user) 75 uptr->m_user = user; 77 // Set the user pointer of the panel. 222 * user data with a panel. A NCursesUserPanel<T> is a panel 223 * associated with some user data of type T. 238 // This creates an user panel of the requested size with associated 239 // user data pointed to by p_UserData [all...] |
/sdk/eclipse/buildConfig/ |
build.properties | 237 updateSiteRoot=${user.home}/www/no_crawl/
|
/external/chromium/chrome/browser/chromeos/login/ |
user_manager.cc | 49 // Incognito user is represented by an empty string (since some code already 62 DVLOG(1) << "Saving path to user image in Local State."; 92 // Deletes user's image file. Runs on FILE thread. 96 LOG(ERROR) << "Failed to remove user image."; 101 // Updates current user ownership on UI thread. 116 // Checks current user's ownership on file thread. 120 VLOG(1) << "Current user " << (is_owner ? "is owner" : "is not owner"); 134 // Creates new remove attempt for the given user. Note, |delegate| can 200 UserManager::User::User() { 258 User user; local 513 User user; local [all...] |
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/dbus/bus/ |
config-parser.c | 90 char *user; /**< user to run as */ member in struct:BusConfigParser 299 if (included->user != NULL) 301 dbus_free (parser->user); 302 parser->user = included->user; 303 included->user = NULL; 419 /* Making this long means the user has to wait longer for an error 426 * and legitimate auth will fail. If interactive auth (ask user for 488 dbus_free (parser->user); 971 const char *user; local 1156 const char *user; local [all...] |
/external/iptables/libiptc/ |
libip4tc.c | 5 * Chains go INPUT, FORWARD, OUTPUT then user chains. 6 * Each user chain starts with an ERROR node. 7 * Every chain ends with an unconditional jump: a RETURN for user chains, 156 printf("Target name: `%s' [%u]\n", t->u.user.name, t->u.target_size); 157 if (strcmp(t->u.user.name, STANDARD_TARGET) == 0) { 169 } else if (strcmp(t->u.user.name, IPT_ERROR_TARGET) == 0) 263 assert(!TC_IS_CHAIN(t->target.u.user.name, h)); 265 if (strcmp(t->target.u.user.name, STANDARD_TARGET) == 0) { 279 assert(strcmp(GET_TARGET(te)->u.user.name, 287 ->u.user.name, IPT_ERROR_TARGET [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_pax.c | 361 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 362 sm->user->methods[i].method != EAP_TYPE_NONE); 364 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && 365 sm->user->methods[i].method == EAP_TYPE_PAX) 370 sm->user->methods[i].vendor != EAP_VENDOR_IETF || 371 sm->user->methods[i].method != EAP_TYPE_PAX) { 379 if (sm->user->password == NULL || 380 sm->user->password_len != EAP_PAX_AK_LEN) { 382 "user database for CID", 387 os_memcpy(data->ak, sm->user->password, EAP_PAX_AK_LEN) [all...] |
eap_psk.c | 264 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 265 sm->user->methods[i].method != EAP_TYPE_NONE); 267 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && 268 sm->user->methods[i].method == EAP_TYPE_PSK) 273 sm->user->methods[i].vendor != EAP_VENDOR_IETF || 274 sm->user->methods[i].method != EAP_TYPE_PSK) { 282 if (sm->user->password == NULL || 283 sm->user->password_len != EAP_PSK_PSK_LEN) { 285 "user database for ID_P", 290 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pax.c | 362 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 363 sm->user->methods[i].method != EAP_TYPE_NONE); 365 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && 366 sm->user->methods[i].method == EAP_TYPE_PAX) 371 sm->user->methods[i].vendor != EAP_VENDOR_IETF || 372 sm->user->methods[i].method != EAP_TYPE_PAX) { 380 if (sm->user->password == NULL || 381 sm->user->password_len != EAP_PAX_AK_LEN) { 383 "user database for CID", 388 os_memcpy(data->ak, sm->user->password, EAP_PAX_AK_LEN) [all...] |
eap_server_psk.c | 265 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 266 sm->user->methods[i].method != EAP_TYPE_NONE); 268 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && 269 sm->user->methods[i].method == EAP_TYPE_PSK) 274 sm->user->methods[i].vendor != EAP_VENDOR_IETF || 275 sm->user->methods[i].method != EAP_TYPE_PSK) { 283 if (sm->user->password == NULL || 284 sm->user->password_len != EAP_PSK_PSK_LEN) { 286 "user database for ID_P", 291 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) [all...] |
/frameworks/base/media/libmedia/ |
AudioRecord.cpp | 95 void* user, 101 frameCount, flags, cbf, user, notificationFrames, sessionId); 129 void* user, 227 mUserData = user; 325 mNewPosition = cblk->user + mUpdatePeriod; 433 *position = mCblk->user; 536 "user=%08x, server=%08x", cblk->user, cblk->server); 570 uint32_t u = cblk->user; 625 // sanity-check. user is most-likely passing an error code [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
elf.h | 18 #include <asm/user.h>
|
/bionic/libc/kernel/arch-x86/asm/ |
user_32.h | 54 struct user{ struct
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
user_32.h | 54 struct user{ struct
|
/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-arm/ |
elf.h | 10 #include <asm/user.h> 65 /* This yields a mask that user programs can use to figure out what
|
/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::__anon7297 42 } user; member in union:xt_entry_target::__anon7300 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::__anon7303 356 } user; member in union:compat_xt_entry_target::__anon7306
|