OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGIN
(Results
1 - 9
of
9
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
bugzillaLogin.sh
3
echo -n "Bugzilla
login
or email address: "
4
read
LOGIN
22
curl -s -S $CURLARG 'https://bugs.eclipse.org/bugs/index.cgi' -d "GoAheadAndLogIn=1&Bugzilla_login=$
LOGIN
&Bugzilla_password=$PW" -D $HEADERS >/dev/null
24
VALUES=$(grep Set-Cookie $HEADERS | sed -e 's/.\{1,\}Bugzilla_\(
login
\(cookie\)\?=[0-9]\{1,\}\).\{1,\}/\1/')
43
echo " - you mistyped your
login
/password"
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java
63
public static final String
LOGIN
= "
LOGIN
";
/external/smack/src/org/xbill/DNS/
WKSRecord.java
304
/**
Login
Host Protocol */
305
public static final int
LOGIN
= 49;
500
services.add(
LOGIN
, "
login
");
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java
81
HostAuthColumns.FLAGS, HostAuthColumns.
LOGIN
,
193
values.put(HostAuthColumns.
LOGIN
, mLogin);
232
* Returns the
login
information. [0] is the username and [1] is the password. If
EmailContent.java
[
all
...]
/packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java
90
// build the
LOGIN
string once (instead of over-and-over again.)
92
mLoginPhrase = ImapConstants.
LOGIN
+ " " + mUsername + " "
136
//
LOGIN
316
* @param sensitive whether the command should be redacted in logs (used for
login
)
332
* @param sensitive whether the command should be redacted in logs (used for
login
)
397
// A true IOException will recur on the following
login
steps
/external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js
6
* @fileoverview Display manager for WebUI OOBE and
login
.
63
LOGIN
: '
login
',
67
DESKTOP_USER_MANAGER: '
login
-add-user'
70
cr.define('cr.ui.
login
', function() {
163
$('
login
-header-bar').hidden = hidden;
344
// Start fading animation for
login
display.
442
// 'Cancel' button is used on the offline
login
page.
554
* Prepares screens to use in
login
display.
683
instance.displayType = DISPLAY_TYPE.
LOGIN
;
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java
233
+ " and " + HostAuthColumns.
LOGIN
+ " like ? ESCAPE '\\'"
243
* @param userLogin the user's
login
string
[
all
...]
/packages/apps/Email/src/com/android/email/provider/
DBHelper.java
535
+ HostAuthColumns.
LOGIN
+ " text, "
[
all
...]
Completed in 329 milliseconds