Home
last modified time | relevance | path

Searched defs:USER (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Tools/msi/
Duploadrelease.bat8 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/python/Lib/test/
Dtest_urllib2_localnet.py205 USER = 'testUser' variable in BasicAuthHandler
280 USER = "testUser" variable in BasicAuthTests
323 USER = "tester" variable in ProxyAuthTests
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c19 #define USER "a legitimate user" macro
/third_party/python/Lib/
Dimaplib.py1571 USER = getpass.getuser() variable