HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 551 - 575 of 979) sorted by null

<<21222324252627282930>>

  /external/oprofile/module/x86/
op_rtc.c 38 || (sysctl.ctr[0].user && !usermode))
  /external/ppp/pppd/
chap_ms.c 276 * to the user). Since the RFC requires it, and it can be
306 * win98 (others untested) display the message to the user anyway.
484 char *user; local
487 if ((user = strrchr(username, '\\')) != NULL)
488 ++user;
490 user = username;
495 SHA1_Update(&sha1Context, (unsigned char *)user, strlen(user));
857 char *user, char *secret, int secret_len, MS_Chap2Response *response,
875 ChapMS2_NT((char *)rchallenge, response->PeerChallenge, user,
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrisid07.js 82 isId returns true. The use of Element.setIdAttributeNS() makes 'isId' a user-determined ID attribute.
84 Since user data assocated to the imported node is not carried over, verify that the method isId
  /external/webkit/Source/WebCore/css/
mediaControlsAndroid.css 37 -webkit-user-select: none;
72 -webkit-user-select: none;
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 156 message = [NSString stringWithFormat:UI_STRING_INTERNAL("The user name or password you entered for the %@ proxy server %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
161 message = [NSString stringWithFormat:UI_STRING_INTERNAL("The user name or password you entered for area ?%@? on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
164 message = [NSString stringWithFormat:UI_STRING_INTERNAL("The user name or password you entered for this area on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
210 if ([[chall proposedCredential] user] != nil) {
211 [username setStringValue:[[chall proposedCredential] user]];
276 // This override of a private AppKit method allows the user to quit when a login dialog
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 160 -webkit-user-select: none;
161 -webkit-user-drag: none;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 156 struct eap_user *user; member in struct:eap_sm
eap_ikev2.c 44 "to user identity from EAP-Identity");
49 if (eap_user_get(sm, IDr, IDr_len, 0) < 0 || sm->user == NULL ||
50 sm->user->password == NULL) {
51 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No user entry found");
55 *secret_len = sm->user->password_len;
56 return sm->user->password;
eap_wsc.c 119 if (sm->user == NULL || sm->user->password == NULL) {
125 cfg.pin = sm->user->password;
126 cfg.pin_len = sm->user->password_len;
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 156 struct eap_user *user; member in struct:eap_sm
eap_server_ikev2.c 44 "to user identity from EAP-Identity");
49 if (eap_user_get(sm, IDr, IDr_len, 0) < 0 || sm->user == NULL ||
50 sm->user->password == NULL) {
51 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No user entry found");
55 *secret_len = sm->user->password_len;
56 return sm->user->password;
eap_server_wsc.c 122 if (sm->user == NULL || sm->user->password == NULL) {
133 cfg.pin = sm->user->password;
134 cfg.pin_len = sm->user->password_len;
  /frameworks/base/cmds/keystore/
keystore.cpp 46 * user-defined password. To keep things simple, buffers are always larger than
630 * file using the same password when the user unlock it for the first time. If
706 static struct user { struct
719 struct user* user = users; local
723 while (~user->uid && user->uid != uid) {
724 ++user;
732 if (!(action->perm & user->perms)) {
738 if (~user->euid)
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 96 static void captureCallback(void* user,
107 visualizer_callback_cookie *callbackInfo = (visualizer_callback_cookie *)user;
115 if (!user || !env) {
116 LOGW("captureCallback error user %p, env %p", user, env);
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.h 47 AString *user, AString *pass);
  /external/libxml2/
nanoftp.c 126 char *user; /* user string */ member in struct:xmlNanoFTPCtxt
148 static char *proxyUser = NULL; /* user for proxy authentication */
256 * @user: the proxy user name
258 * @type: the type of proxy 1 for using SITE, 2 for USER a@b
266 xmlNanoFTPProxy(const char *host, int port, const char *user,
282 if (user)
283 proxyUser = xmlMemStrdup(user);
339 if (uri->user != NULL)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 101 int phase2, struct eap_user *user);
278 u8 *user; local
286 user = os_malloc(256);
287 if (user == NULL) {
290 res = radius_msg_get_attr(msg, RADIUS_ATTR_USER_NAME, user, 256);
292 RADIUS_DEBUG("Could not get User-Name");
293 os_free(user);
297 RADIUS_DUMP_ASCII("User-Name", user, user_len);
299 res = data->get_eap_user(data->conf_ctx, user, user_len, 0, NULL)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 173 * This A-ID-Info contains a user-friendly name for the A-ID. For
258 * get_eap_user - Callback for fetching EAP user information
260 * @identity: User identity
263 * @user: Data structure for filling in the user information
266 * This is used to fetch information from user database. The callback
267 * will fill in information about allowed EAP methods and the user
272 int phase2, struct eap_user *user);
463 u8 *user; local
471 user = os_malloc(256)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 46 -webkit-user-select: none;
66 -webkit-user-drag: none;
643 -webkit-user-select: text;
652 -webkit-user-modify: read-write-plaintext-only;
659 .console-user-command-result.console-log-level::before {
663 .console-message, .console-user-command {
670 .console-adjacent-user-command-result {
674 .console-adjacent-user-command-result + .console-user-command-result.console-log-level::before {
678 .console-message::before, .console-user-command::before, #console-prompt::before, .console-group-title::before
    [all...]
  /bootable/recovery/
Android.mk 31 # a (redundant) copy of the binary in /system/bin for user builds.
  /development/tools/emulator/system/qemu-props/
Android.mk 35 # we don't want this in 'user' builds which don't have
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 140 const std::string& user) {
141 UserManager::Get()->UserLoggedIn(user);
170 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
190 UserManager::Get()->UserLoggedIn("user");
205 tester->InjectMockAuthenticator("user", "pass");
239 UserManager::Get()->UserLoggedIn("user");
246 tester->InjectMockAuthenticator("user", "pass");
286 LockScreenWithUser(tester.get(), "user");
306 LockScreenWithUser(tester.get(), "user");
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 21 -webkit-user-select: none;
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 46 if (args.user != undefined) {
47 if (f.email.value != args.user)
49 f.email.value = args.user;
177 var result = JSON.stringify({"user" : f.email.value,
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 79 std::wstring user = L"testuser@gmail.com"; local
84 user,

Completed in 1129 milliseconds

<<21222324252627282930>>