Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceRemoteCmdFormatter.java47 String user, in getSshCommand() argument
65 cmd.add(user + "@" + hostName); in getSshCommand()
87 String user, in getScpCommand() argument
108 cmd.add(String.format("%s@%s:%s", user, hostName, remoteFile)); in getScpCommand()
112 cmd.add(String.format("%s@%s:%s", user, hostName, remoteFile)); in getScpCommand()
/tools/loganalysis/src/com/android/loganalysis/item/
DQtaguidItem.java71 JSONObject user = new JSONObject(); in toJson() local
72 user.put(UID_KEY, uid); in toJson()
73 user.put(RX_BYTES_KEY, getRxBytes(uid)); in toJson()
74 user.put(TX_BYTES_KEY, getTxBytes(uid)); in toJson()
75 users.put(user); in toJson()
DTopItem.java70 public void setUser(int user) { in setUser() argument
71 setAttribute(USER, user); in setUser()
/tools/tradefederation/core/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.
Ddevelop_test_finders.md12 user input) and should try to resolve that string into a ```TestInfo``` object.
/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.
85 // the home directory if the user is authenticated via Oauth2 method.
94 // Error messages to be displayed to user when the user
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py28 user = config.get('user', None)
33 if user is None or host is None:
37 return SshSettings(host, user, port=port, identity_file=identity_file,
/tools/acloud/public/actions/
Dcommon_operations.py153 def PullLogs(self, source_files, output_dir, user=None, ssh_rsa_path=None): argument
175 source_file, device.instance_name, user, dst_file)
178 user_name=user, rsa_key_file=ssh_rsa_path)
221 self._device_factory.LOG_FILES, tempdir, user=ssh_user,
/tools/repohooks/rh/
Dutils.py109 def sudo_run_command(cmd, user='root', **kwargs): argument
135 if user == 'root' and os.geteuid() == 0:
138 if user != 'root':
139 sudo_cmd += ['-u', user]
/tools/tradefederation/core/src/com/android/tradefed/util/
DProcessInfo.java36 ProcessInfo(String user, int pid, String name) { in ProcessInfo() argument
37 mUser = user; in ProcessInfo()
/tools/test/connectivity/acts/framework/acts/test_utils/users/
Dusers.py30 for user in re.findall("UserInfo{(.*\d*\w):", out):
31 all = user.split(":")
/tools/acloud/reconnect/
Dreconnect.py62 def AddPublicSshRsaToInstance(cfg, user, instance_name): argument
77 user,
/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/acloud/
DREADME.md136 * Delete sole instance or prompt user with list of instances to delete.
157 * Reconnect sole instance or prompt user with list of instances to reconnect.
175 is a standalone command if the user wants to do setup separate from the create
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1035 for (String[] user : users) { in listUsers()
1036 userIds.add(Integer.parseInt(user[1])); in listUsers()
1249 for (String[] user : users) { in getPrimaryUserId()
1250 int flag = Integer.parseInt(user[3], 16); in getPrimaryUserId()
1252 return Integer.parseInt(user[1]); in getPrimaryUserId()
/tools/acloud/setup/pre_setup_sh/
Dgoogle_setup_warn.sh21 USER=$(git config --get user.email)
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt21 Test loading user config. ... ok
23 Test load user config logic. ... ok
/tools/acloud/internal/lib/
Dgcompute_client.py1407 def AddSshRsaInstanceMetadata(self, zone, user, ssh_rsa_path, instance): argument
1421 entry = "%s:%s" % (user, rsa)
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiLintTest.kt1790 fun `Check user handle names`() { in Check user handle names()
/tools/repohooks/tools/
Dspelling.txt104 an user||a user
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/
Dsponge_client_lite.py869 self.user = None
/tools/repohooks/
DREADME.md193 default it will call those tools from the user's `$PATH`, but the paths of those
/tools/metalava/
DREADME.md146 compiler treat errors in the user code as warnings instead of errors.)

12