/third_party/python/Lib/test/ |
H A D | test_urllib2_localnet.py | 209 USER = 'testUser' variable in BasicAuthHandler 212 USER_PASSWD = "%s:%s" % (USER, PASSWD) 284 USER = "testUser" variable in BasicAuthTests 309 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD) 318 ah.add_password(self.REALM, self.server_url, self.USER, self.INCORRECT_PASSWD) 327 USER = "tester" variable in ProxyAuthTests 342 self.digest_auth_handler.set_users({self.USER: self.PASSWD}) 364 self.USER, self.PASSWD+"bad") 378 self.USER, self.PASSWD) 386 self.USER, sel [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | tlsauthentication.c | 19 #define USER "a legitimate user" macro 226 if (!is_authenticated (connection, USER, PASSWORD)) in answer_to_connection()
|
/third_party/curl/tests/ |
H A D | servers.pm | 140 my $USER; # name of the current user 204 $USER = $ENV{USER}; # Linux 205 if (!$USER) { 206 $USER = $ENV{USERNAME}; # Windows 207 if (!$USER) { 208 $USER = $ENV{LOGNAME}; # Some Unix (I think) 1777 if(!$USER) { 1778 logmsg "Can't start ssh server due to lack of USER name\n"; 1813 $flags .= "--user \"$USER\""; [all...] |
H A D | sshserver.pl | 102 my $username = $ENV{USER}; # default user
|
/third_party/python/Tools/msi/ |
H A D | uploadrelease.bat | 8 set USER=
variable 20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts
variable 21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts
variable
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | setns.rs | 28 const USER = CLONE_NEWUSER; consts
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | run-huge-test.sh | 167 ipcs -s|grep $USER|cut -f2 -d' '|xargs ipcrm sem
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | run-huge-test.sh | 167 ipcs -s|grep $USER|cut -f2 -d' '|xargs ipcrm sem
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 200 XX(24, USER, USER) \
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 124 %token USER 656 user_def : USER identifier ROLES names opt_mls_user ';' 966 | USER { $$ = require_user; }
|
/third_party/python/Lib/ |
H A D | imaplib.py | 1570 USER = getpass.getuser() variable 1571 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) 1573 test_mesg = 'From: %(user)s@localhost%(lf)sSubject: IMAP4 test%(lf)s%(lf)sdata...%(lf)s' % {'user':USER, 'lf':'\n'} 1575 ('login', (USER, PASSWD)),
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 316 XX(24, USER, USER) \
|
/third_party/alsa-utils/alsa-info/ |
H A D | alsa-info.sh | 498 echo "name=$USER&type=33&description=/tmp/alsa-info.txt&expiry=&s=Submit+Post&content=" > $FILE
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core.c | 665 CHECK_CAUSE(p, first, cause_bitfield, USER); in pa_suspend_cause_to_string()
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 539 V(USER) \ in SetFipsCrypto()
|
/third_party/typescript/lib/ |
H A D | tsserver.js | [all...] |