Searched defs:username (Results 1 – 12 of 12) sorted by relevance
/tools/netsim/rust/http-proxy/src/ |
D | util.rs | 49 pub username: Option<String>, field 83 let username = caps.name("user").map(|m| m.as_str().to_string()); in from_string() localVariable
|
D | connector.rs | 33 username: Option<String>, field
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | pdu.py | 88 def _create_device(device, host, username, password): argument 164 def __init__(self, host, username, password): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | openwrt_authentication.py | 26 def __init__(self, hostname, username="root", password="root", port=22): argument
|
D | network_settings.py | 386 def setup_pptpd(self, local_ip, username, password, ms_dns="8.8.8.8"): argument
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDevicePackageFuncTest.java | 132 final String username = "Google"; in testInstallListUninstall_forUser() local
|
D | TestDeviceUserFuncTest.java | 90 final String username = "Google"; in testStartUser_IsRunningUser_StopUser() local
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 61 username, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/ |
D | webpowerswitch.py | 45 def __init__(self, host, username, password): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/ |
D | np02b.py | 29 def __init__(self, host, username, password): argument
|
/tools/acloud/create/ |
D | avd_spec.py | 1102 def username(self): member in AVDSpec
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 4841 def tmo_cscf_userslist_add(self, username): argument 4872 def fi_cscf_userslist_add(self, username): argument 4903 def vzw_cscf_userslist_add(self, username): argument
|