/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 4 user start, user switch and user unlock process takes during `user switching` 13 below: (Assuming switching from user 10 to user 11) 15 1.switch to user 10 16 `adb shell am switch-user 10` 19 3.In another console, switch to user 11: 20 `adb shell am switch-user 11` 24 Alternatively, run-user-switch-perf.sh script in the scripts folder 25 `./scripts/run-user-switch-perf.sh <from_user> <to_user>` 26 `./scripts/run-user-switch-perf.sh 10 11`
|
/tools/asuite/atest-py2/docs/ |
D | atest_structure.md | 19 2. Find test(s) based on user input 35 The tests specified by the user are passed into the ```CLITranslator``` to 36 transform the user input into a ```TestInfo``` object that contains all of the 37 required and optional bits used to run the test as how the user intended. 43 by the user, all of the test dependencies are built. This step can by bypassed 44 if the user specifies only _-t_ or _-i_. 58 user input into something the test runners can understand. 76 atest to find tests in the android repo based on the user's input (path,
|
D | developer_workflow.md | 24 Its job is to translate user inputs into (1) build targets and (2) 28 the user. It uses Test Finder and Test Runner classes to do this work.
|
/tools/asuite/atest/docs/ |
D | atest_structure.md | 19 2. Find test(s) based on user input 35 The tests specified by the user are passed into the ```CLITranslator``` to 36 transform the user input into a ```TestInfo``` object that contains all of the 37 required and optional bits used to run the test as how the user intended. 43 by the user, all of the test dependencies are built. This step can by bypassed 44 if the user specifies only _-t_ or _-i_. 58 user input into something the test runners can understand. 76 atest to find tests in the android repo based on the user's input (path,
|
D | developer_workflow.md | 24 Its job is to translate user inputs into (1) build targets and (2) 28 the user. It uses Test Finder and Test Runner classes to do this work.
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 19 // Hold configurations from user. 49 // client_id and client secret are required when user authenticates via 50 // Oauth2 flow with their user account (not service account). 53 // on behalf of the user. 54 // * They by themselves do not authenticate the user.
|
D | internal_config.proto | 19 // Default values to use when user did not provide a value. 27 // The map will be updated with values from user config. 87 // the home directory if the user is authenticated via Oauth2 method. 96 // Error messages to be displayed to user when the user
|
/tools/acloud/internal/lib/ |
D | ssh_test.py | 65 user=self.FAKE_SSH_USER, 188 user=self.FAKE_SSH_USER, 196 user=self.FAKE_SSH_USER, 203 user=self.FAKE_SSH_USER, 211 user=self.FAKE_SSH_USER,
|
D | cvd_compute_client_multi_stage.py | 126 def InitRemoteHost(self, ssh, ip, user): argument 141 self._user = user 208 user=constants.GCE_USER,
|
D | ssh.py | 187 def __init__(self, ip, user, ssh_private_key_path, argument 190 self._user = user
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 28 user = config.get('user', None) 34 if user is None or host is None: 38 return SshSettings(host, user, port=port, identity_file=identity_file,
|
/tools/acloud/reconnect/ |
D | reconnect.py | 65 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user, 122 def AddPublicSshRsaToInstance(cfg, user, instance_name): argument 136 user,
|
/tools/trebuchet/scripts/ |
D | run-user-switch-perf.sh | 13 adb shell am switch-user $TargetUser 18 ./gradlew :trebuchet:user-switch-analyzer:run --args="/tmp/atrace-ss.txt -u $TargetUser"
|
/tools/acloud/ |
D | README.md | 139 * Delete sole instance or prompt user with list of instances to delete. 160 * Reconnect sole instance or prompt user with list of instances to reconnect. 180 * Pull logs from a sole instance or prompt user to choose one to pull if where 199 is a standalone command if the user wants to do setup separate from the create
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/users/ |
D | users.py | 30 for user in re.findall("UserInfo{(.*\d*\w):", out): 31 all = user.split(":")
|
/tools/external/fat32lib/ |
D | NOTICE | 35 We call this license the "Lesser" General Public License because it does Less to protect the user's… 41 …License is Less protective of the users' freedom, it does ensure that the user of a program that i… 97 …t notice for the Library among them, as well as a reference directing the user to the copy of this… 99 …t the user can modify the Library and then relink to produce a modified executable containing the … 100 …user's computer system, rather than copying library functions into the executable, and (2) will op… 101 c) Accompany the work with a written offer, valid for at least three years, to give the same user t… 103 e) Verify that the user has already received a copy of these materials or that you have already sen…
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 56 // eg. Verizon Internet, may visible to user in Settings 96 optional string user = 8; field 133 // If > 0: when an APN becomes a preferred APN on user/framework
|
/tools/metalava/ |
D | DOWNLOADING.md | 18 git config --global user.name "Your Name" 19 git config --global user.email "you@example.com"
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1641 user = self.adb.get_user_id() 1649 self.adb.ensure_user(user) 1657 user = self.adb.get_user_id() 1665 self.adb.ensure_user(user)
|
/tools/acloud/setup/pre_setup_sh/ |
D | google_setup_warn.sh | 21 USER=$(git config --get user.email)
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 286 user=constants.GCE_USER, 348 user=constants.GCE_USER,
|
/tools/asuite/atest/ |
D | run_atest_unittests.sh | 59 $PIP install -U --user $mod
|
/tools/acloud/powerwash/ |
D | powerwash.py | 47 user=constants.GCE_USER,
|
/tools/trebuchet/ |
D | settings.gradle | 31 include 'trebuchet:user-switch-analyzer'
|
/tools/acloud/restart/ |
D | restart.py | 50 user=constants.GCE_USER,
|