Home
last modified time | relevance | path

Searched refs:str (Results 1 – 25 of 272) sorted by relevance

1234567891011

/tools/acloud/create/
Dcreate_args.py47 type=str,
54 type=str,
93 type=str,
118 type=str,
124 type=str,
129 type=str,
134 type=str,
143 type=str,
154 type=str,
160 type=str,
[all …]
/tools/acloud/public/
Dacloud_common.py29 type=str,
33 type=str,
39 type=str,
44 type=str,
51 type=str,
70 type=str,
75 type=str,
79 type=str,
85 type=str,
/tools/loganalysis/tests/src/com/android/loganalysis/util/
DArrayUtilTest.java46 String str = ArrayUtil.join(", ", list); in testJoinCollection() local
47 assertEquals(expected, str); in testJoinCollection()
56 String str = ArrayUtil.join(", ", (Object[]) ary); in testJoinArray() local
57 assertEquals(expected, str); in testJoinArray()
65 String str = ArrayUtil.join(", ", "alpha", "beta", "gamma"); in testJoinNormal() local
66 assertEquals(expected, str); in testJoinNormal()
/tools/acloud/internal/lib/
Dcheeps_compute_client_test.py88 'cvd_01_dpi': str(self.DPI),
89 'cvd_01_x_res': str(self.X_RES),
90 'cvd_01_y_res': str(self.Y_RES),
92 str(self.X_RES),
93 str(self.Y_RES),
94 str(self.DPI)),
101 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
102 constants.HW_Y_RES: str(self.Y_RES),
103 constants.HW_ALIAS_DPI: str(self.DPI)}
Dcvd_compute_client_test.py100 "cvd_01_dpi": str(self.DPI),
107 "cvd_01_x_res": str(self.X_RES),
108 "cvd_01_y_res": str(self.Y_RES),
112 "cvd_01_blank_data_disk_size": str(self.EXTRA_DATA_DISK_SIZE_GB * 1024),
115 "cvd_01_dpi": str(self.DPI),
116 "cvd_01_x_res": str(self.X_RES),
117 "cvd_01_y_res": str(self.Y_RES),
121 "cvd_01_blank_data_disk_size": str(self.EXTRA_DATA_DISK_SIZE_GB * 1024),
156 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
157 fake_avd_spec.hw_property[constants.HW_Y_RES] = str(self.Y_RES)
[all …]
Dandroid_build_client.py100 logger.error("Downloading artifact failed: %s", str(e))
101 raise errors.DriverError(str(e))
138 if self.NO_ACCESS_ERROR_PATTERN in str(e):
141 error_msg %= (destination_bucket, str(e))
186 return str(build.get("builds")[0].get("buildId"))
/tools/tradefederation/core/src/com/android/tradefed/util/
DStringEscapeUtils.java35 public static String escapeShell(String str) { in escapeShell() argument
36 if (str == null) { in escapeShell()
40 for (int i = 0; i < str.length(); ++i) { in escapeShell()
41 char ch = str.charAt(i); in escapeShell()
DAbiFormatter.java50 public static String formatCmdForAbi(String str, String abi) { in formatCmdForAbi() argument
52 if (str == null) { in formatCmdForAbi()
56 return str.replaceAll(ABI_REGEX, ""); in formatCmdForAbi()
59 Matcher m = Pattern.compile(ABI_REGEX).matcher(str); in formatCmdForAbi()
/tools/test/connectivity/acts/framework/acts/bin/
Dact.py23 from builtins import str
130 type=str,
146 type=str,
151 type=str,
158 type=str,
166 type=str,
173 type=str,
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTwTest.py161 self.log.info("Set dB to "+str(dB))
162 InputdB=str('V')+str(dB)+str(';')
192 self.log.info("Current dB = "+str(self.getdB(port)))
193 self.log.info("Fail to set Attenuator to "+str(dB)+", "
194 +str(retry)+" times try to reset")
229 self.log.info("Set angle to "+str(DG))
230 InputDG=str('DG')+str(DG)+str(';')
244 self.log.info('Current angle = '+str(self.getDG(port)))
245 self.log.info('Fail set angle to '+str(DG)+', '+str(retry)+' times try to reset')
249 self.log.info('Retry turntable fail for '+str(retry)+' cycles, end test!')
[all …]
/tools/test/connectivity/acts/tests/google/ble/bt5/
DBt5ScanTest.py113 self.log.info("LE 2M: " + str(sup2M) + ", LE Coded: " + str(
114 supCoded) + ", LE Extended Advertising: " + str(
115 supExt) + ", LE Periodic Advertising: " + str(supPeriodic) +
116 ", maximum advertising data length: " + str(maxDataLen))
124 self.log.info("LE 2M: " + str(sup2M) + ", LE Coded: " + str(
125 supCoded) + ", LE Extended Advertising: " + str(
126 supExt) + ", LE Periodic Advertising: " + str(supPeriodic) +
127 ", maximum advertising data length: " + str(maxDataLen))
412 str(address))
459 self.log.info("data: " + str(evt['data']))
[all …]
/tools/test/connectivity/acts/framework/acts/libs/utils/
Dtimer.py45 if isinstance(record_ids, str):
72 elif isinstance(record_ids, str):
103 elif isinstance(record_ids, str):
128 if isinstance(record_ids, str):
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dradvd.py172 (str(interface_option_key), str(interface_option)))
176 lines.append('\t\t%s;' % ' '.join(map(str, prefix_option)))
187 lines.append('\t\t%s;' % ' '.join(map(str, route_option)))
191 ' '.join([str(elem) for elem in conf['rdnss']]))
193 lines.append('\t\t%s;' % ' '.join(map(str, rdnss_option)))
/tools/test/connectivity/acts/tests/google/bt/
Drelay_tool.py113 print('%s%s: \n%s\n' % (func_name, str(signature), docstring),
119 parser.add_argument('-c', '--config', type=str, required=True,
121 parser.add_argument('-tb', '--testbed', type=str, required=True,
123 parser.add_argument('-rd', '--relay_device', type=str, required=True,
126 group.add_argument('-cmd', '--command', type=str, nargs='+',
/tools/acloud/delete/
Ddelete_args.py68 type=str,
75 type=str,
83 type=str,
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DShortName.java198 private static void checkString(String str, String strType, in checkString() argument
201 if (str == null) in checkString()
204 if (str.length() < minLength) in checkString()
207 " characters: " + str); in checkString()
208 if (str.length() > maxLength) in checkString()
211 " characters: " + str); in checkString()
/tools/repohooks/tools/
Dclang-format.py49 parser.add_argument('--style', metavar='STYLE', type=str,
51 parser.add_argument('--extensions', metavar='EXTENSIONS', type=str,
58 scope.add_argument('--commit', type=str, default='HEAD',
64 parser.add_argument('files', type=str, nargs='*',
/tools/test/connectivity/acts/tests/google/tel/etc/
Dmanage_sim.py177 str(iccid), str(active_list[iccid]['droid_serial']), str(
178 active_list[iccid]['phone_num']), str(active_list[iccid][
192 type=str)
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DRowLabel.kt23 class RowLabel constructor(str: String) : JLabel(str) {
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DBleStressTest.py173 str(advertise_callback), "onSuccess"])
182 str(error)]))
187 str(error)
226 str(advertise_callback), "onSuccess"])
235 str(error)]))
240 str(error)
256 str(error)]))
261 str(error)
/tools/tradefederation/core/atest/
Dtest_mapping_unittest.py40 self.assertEqual(uc.TEST_MAPPING_TEST_WITH_OPTION_STR, str(detail))
47 'Each option can only have one key.', str(context.exception))
54 'host can only have boolean value.', str(context.exception))
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py108 self._tnhelper.cmd('ATTN ' + str(idx + 1) + ' ' + str(value), False)
129 atten_val = self._tnhelper.cmd('ATTN? ' + str(idx + 1))
/tools/asuite/atest/
Dtest_mapping_unittest.py43 self.assertEqual(uc.TEST_MAPPING_TEST_WITH_OPTION_STR, str(detail))
50 'Each option can only have one key.', str(context.exception))
57 'host can only have boolean value.', str(context.exception))
Dasuite_metrics.py50 key = str(_get_grouping_key())
56 'run_id': str(uuid.uuid4())}
89 f.write(str(key))
/tools/acloud/pull/
Dpull_args.py39 type=str,
45 type=str,

1234567891011