Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 54) sorted by relevance

123

/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md4 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/
Datest_structure.md19 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,
Ddeveloper_workflow.md24 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/
Datest_structure.md19 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,
Ddeveloper_workflow.md24 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/
Duser_config.proto19 // 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.
Dinternal_config.proto19 // 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/
Dssh_test.py65 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,
Dcvd_compute_client_multi_stage.py126 def InitRemoteHost(self, ssh, ip, user): argument
141 self._user = user
208 user=constants.GCE_USER,
Dssh.py187 def __init__(self, ip, user, ssh_private_key_path, argument
190 self._user = user
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py28 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/
Dreconnect.py65 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/
Drun-user-switch-perf.sh13 adb shell am switch-user $TargetUser
18 ./gradlew :trebuchet:user-switch-analyzer:run --args="/tmp/atrace-ss.txt -u $TargetUser"
/tools/acloud/
DREADME.md139 * 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/
Dusers.py30 for user in re.findall("UserInfo{(.*\d*\w):", out):
31 all = user.split(":")
/tools/external/fat32lib/
DNOTICE35 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 …
100user'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/
Dcarrier_settings.proto56 // 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/
DDOWNLOADING.md18 git config --global user.name "Your Name"
19 git config --global user.email "you@example.com"
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1641 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/
Dgoogle_setup_warn.sh21 USER=$(git config --get user.email)
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py286 user=constants.GCE_USER,
348 user=constants.GCE_USER,
/tools/asuite/atest/
Drun_atest_unittests.sh59 $PIP install -U --user $mod
/tools/acloud/powerwash/
Dpowerwash.py47 user=constants.GCE_USER,
/tools/trebuchet/
Dsettings.gradle31 include 'trebuchet:user-switch-analyzer'
/tools/acloud/restart/
Drestart.py50 user=constants.GCE_USER,

123