Home
last modified time | relevance | path

Searched refs:PASSWD (Results 1 – 15 of 15) sorted by relevance

/external/autotest/site_utils/
Dsetup_db.sh17 PASSWD=
24 PASSWD=$OPTARG
52 if [ -z "${PASSWD}" ]; then
76 elif mysql -u root -p"${PASSWD}" -e ';' 2> /dev/null ; then
77 PASSWD_STRING="-p${PASSWD}"
96 'chromeosqa-admin'@'localhost' IDENTIFIED BY '${PASSWD}';"
100 'chromeosqa-admin'@'%' IDENTIFIED BY '${PASSWD}';"
Dsetup_dev_autotest.sh52 PASSWD=
63 PASSWD=$OPTARG
112 if [ -z "${PASSWD}" ]; then
119 if [ -z "${PASSWD}" ]; then
120 read -s -p "Autotest DB password: " PASSWD
122 if [ -z "${PASSWD}" ]; then
128 if [ "${PASSWD}" != "${PASSWD2}" ]; then
177 password: ${PASSWD}
180 readonly_password: ${PASSWD}
264 opts_string="-p ${PASSWD} -a ${AT_DIR}"
Dlabel_cleaner.py47 PASSWD = global_config.global_config.get_config_value( variable
240 default=PASSWD,
/external/ltp/testcases/network/tcp_cmds/ftp/
Dftp0161 PASSWD=${PASSWD:-.pasroot}
97 echo user $RUSER $PASSWD
109 echo user $RUSER $PASSWD
/external/ltp/testcases/network/tcp_cmds/telnet/
Dtelnet0134 if [ -z $PASSWD ]; then
68 send \"$PASSWD\r\"
/external/ltp/testcases/network/tcp_cmds/rlogin/
Drlogin0134 if [ -z $PASSWD ]; then
66 send \"$PASSWD\r\"; exp_continue
/external/python/cpython2/Lib/test/
Dtest_urllib2_localnet.py87 PASSWD = "testPass" variable in BasicAuthHandler
89 USER_PASSWD = "%s:%s" % (USER, PASSWD)
287 PASSWD = "testPass" variable in BasicAuthTests
304 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD)
325 PASSWD = "test123" variable in ProxyAuthTests
339 self.digest_auth_handler.set_users({self.USER: self.PASSWD})
356 self.USER, self.PASSWD+"bad")
370 self.USER, self.PASSWD)
379 self.USER, self.PASSWD)
/external/python/cpython3/Lib/test/
Dtest_urllib2_localnet.py205 PASSWD = 'testPass' variable in BasicAuthHandler
207 USER_PASSWD = "%s:%s" % (USER, PASSWD)
280 PASSWD = "testPass" variable in BasicAuthTests
304 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD)
322 PASSWD = "test123" variable in ProxyAuthTests
336 self.digest_auth_handler.set_users({self.USER: self.PASSWD})
358 self.USER, self.PASSWD+"bad")
372 self.USER, self.PASSWD)
381 self.USER, self.PASSWD)
/external/ltp/
Dltpmenu390 PASSWD=$rhost_passwd ;
391 export PASSWD;
493 PASSWD=" "
DINSTALL227 The "PASSWD" variable should be set to root's password on the server
/external/ltp/testcases/network/tcp_cmds/
DREADME13 It's also a good idea to set the "PASSWD" variable to root's password on this remote
/external/ltp/testcases/network/
DREADME.md18 (test management link) and PASSWD should be set to the root password
/external/python/cpython2/Lib/
Dimaplib.py1461 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable
1465 ('login', (USER, PASSWD)),
/external/python/cpython3/Lib/
Dimaplib.py1536 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable
1540 ('login', (USER, PASSWD)),
/external/ltp/testcases/lib/
Dtst_net.sh716 export PASSWD="${PASSWD:-}"