/external/autotest/site_utils/ |
D | setup_db.sh | 17 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}';"
|
D | setup_dev_autotest.sh | 52 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} 249 opts_string="-p ${PASSWD} -a ${AT_DIR}"
|
D | label_cleaner.py | 47 PASSWD = global_config.global_config.get_config_value( variable 240 default=PASSWD,
|
/external/ltp/testcases/commands/su/ |
D | su01_s1 | 43 if [info exists env(PASSWD)] { 44 set PASSWD $env(PASSWD) 129 send "$PASSWD\r" 150 send "$PASSWD\r" 191 send "wrong_$PASSWD\r" 230 send "$PASSWD\r" 250 send "$PASSWD\r" 283 send "wrong_$PASSWD\r" 410 send "$PASSWD\r" 459 send "$PASSWD\r"
|
/external/ltp/testcases/network/tcp_cmds/ssh/ |
D | ssh01_s1 | 34 set PASSWD $TEST_USER_PASSWD 43 set PASSWD "invalid_password!" 55 exp_send "$PASSWD\r"
|
D | ssh03_s1 | 34 set PASSWD $TEST_USER_PASSWD 52 exp_send "$PASSWD\r"
|
D | ssh02_s1 | 35 set PASSWD $TEST_USER_PASSWD 56 exp_send "$PASSWD\r"
|
/external/ltp/testcases/network/tcp_cmds/ftp/ |
D | ftp01 | 61 PASSWD=${PASSWD:-.pasroot} 97 echo user $RUSER $PASSWD 109 echo user $RUSER $PASSWD
|
D | ftp02 | 50 set PASSWD "invaild_password?!!" 66 send \"$PASSWD\r\"
|
/external/ltp/ |
D | runltplite.sh | 215 [ -z "$RHOST" ] || [ -z "$PASSWD" ] && \ 225 [ -z "$PASSWD" ] && \ 231 read PASSWD 234 export PASSWD=$PASSWD
|
D | ltpmenu | 390 PASSWD=$rhost_passwd ; 391 export PASSWD; 493 PASSWD=" "
|
D | runltp | 575 [ -z "$RHOST" ] || [ -z "$PASSWD" ] && \ 584 [ -z "$PASSWD" ] && \ 587 printf "Enter PASSWD = 'root passwd of the remote host machine'" 592 export PASSWD=$PASSWD
|
D | INSTALL | 227 The "PASSWD" variable should be set to root's password on the server
|
/external/ltp/testcases/network/tcp_cmds/rlogin/ |
D | rlogin01 | 33 if [ -z $PASSWD ]; then 65 send \"$PASSWD\r\"; exp_continue
|
/external/ltp/testcases/network/tcp_cmds/telnet/ |
D | telnet01 | 33 if [ -z $PASSWD ]; then 67 send \"$PASSWD\r\"
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2_localnet.py | 87 PASSWD = "testPass" variable in BasicAuthHandler 89 USER_PASSWD = "%s:%s" % (USER, PASSWD) 286 PASSWD = "testPass" variable in BasicAuthTests 306 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD) 327 PASSWD = "test123" variable in ProxyAuthTests 341 self.digest_auth_handler.set_users({self.USER: self.PASSWD}) 361 self.USER, self.PASSWD+"bad") 375 self.USER, self.PASSWD) 384 self.USER, self.PASSWD)
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2_localnet.py | 206 PASSWD = 'testPass' variable in BasicAuthHandler 208 USER_PASSWD = "%s:%s" % (USER, PASSWD) 282 PASSWD = "testPass" variable in BasicAuthTests 302 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD) 321 PASSWD = "test123" variable in ProxyAuthTests 335 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/ltp/testscripts/ |
D | runEALtests.sh | 63 (export PASSWD = passwd of remote host) 151 if [ -z $PASSWD ]
|
/external/ltp/testcases/network/tcp_cmds/ |
D | README | 13 It's also a good idea to set the "PASSWD" variable to root's password on this remote
|
/external/syslinux/doc/ |
D | menu.txt | 198 MENU PASSWD passwd 226 MENU MASTER PASSWD passwd 288 WARNING: if MENU MASTER PASSWD or ALLOWOPTIONS 0 is set, this 290 PASSWD can of course be set for this label. 547 MENU MASTER PASSWD is set, they require the master password.
|
/external/ltp/testcases/network/ |
D | README.md | 18 (test management link) and PASSWD should be set to the root password
|
/external/ltp/testcases/lib/ |
D | test_net.sh | 610 export PASSWD="${PASSWD:-}"
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 1458 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable 1462 ('login', (USER, PASSWD)),
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 1528 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable 1532 ('login', (USER, PASSWD)),
|
/external/syslinux/ |
D | NEWS | 987 MENU PASSWD.
|