Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 60) sorted by relevance

123

/tools/test/connectivity/acts/tests/google/wifi/
DWifiIOTTest.py67 SSID = network['SSID'].replace('-','_')
136 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
141 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
146 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
151 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
156 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
161 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
166 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
171 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
176 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
[all …]
DWifiIOTtpeTest.py68 SSID = network['SSID'].replace('-','_')
137 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
142 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
147 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
152 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
157 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
162 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
167 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
172 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
177 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DTypeItem.kt72 s = s.replace(JAVA_LANG_PREFIX, "") in <lambda>()
75 s = s.replace("...", "[]") in <lambda>()
157 cleaned = cleaned.replace("@androidx.annotation.", "@") in <lambda>()
160 cleaned = cleaned.replace("@android.support.annotation.", "@") in <lambda>()
210 cleaned = cleaned.replace(",", ", ").replace(", ", ", ") in <lambda>()
222 return signature.replace(" extends java.lang.Object>", ">") in <lambda>()
249 … string = string.replace(Regex(pattern = """\b$from\b"""), replacement = "___$to") in <lambda>()
252 string = string.replace("___", "") in <lambda>()
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerHostTestUtils.java186 public void installFile(final File localFile, final boolean replace) in installFile() argument
188 String result = mDevice.installPackage(localFile, replace); in installFile()
200 public String installFileForwardLocked(final File apkFile, final boolean replace) in installFileForwardLocked() argument
202 return mDevice.installPackage(apkFile, replace, "-l"); in installFileForwardLocked()
DPackageManagerOTATestUtils.java242 public void installFile(final File localFile, final boolean replace, String... extraArgs) in installFile() argument
244 String result = mDevice.installPackage(localFile, replace, extraArgs); in installFile()
DBandwidthUtils.java121 String iface = parts[0].replace(":", "").trim(); in parseNetDevStats()
/tools/tradefederation/core/src/com/android/tradefed/util/
DAaptParser.java80 mNativeCode.add(m.group(i).replace("'", "").trim()); in parse()
88 mNativeCode.add(m.group(i).replace("'", "")); in parse()
DClassPathScanner.java86 className = className.replace('/', '.'); in transform()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DSignatureAlgorithm.java101 return digestAlgorithm.messageDigestName.replace("-", "") + signatureAlgorithmSuffix; in signatureAlgorithmName()
/tools/repohooks/rh/
Dgit.py54 current_branch = result.output.strip().replace('refs/heads/', '')
71 return full_upstream.replace('heads', 'remotes/' + remote)
Dshell.py91 s = s.replace(c, r'\%s' % c)
Dhooks.py83 def replace(m): function
90 replace, arg))
/tools/test/connectivity/acts/framework/acts/controllers/
Dnative.py64 str(response, encoding="utf8").rstrip().replace("\x00", ""))
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
D_anritsu_utils.py203 coded_str = coded_str.replace(char, table[char])
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dbluez_test_utils.py86 if path == "/org/bluez/hci0/dev_" + (self.bd_address).replace(":", "_"):
185 addr = "dev_" + str(device_address).replace(":", "_")
212 device_address.replace(":", "_")),
228 device_address.replace(":", "_") + '/player0'),
/tools/test/connectivity/acts/framework/acts/libs/proto/
Dproto_utils.py52 output_filename = os.path.basename(proto_path).replace('.proto', '_pb2.py')
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DKeyValueConfigPreparer.java74 content = content.replace(externalStorageString, externalStoragePath); in setUp()
/tools/acloud/internal/lib/
Dandroid_compute_client.py99 name = name.replace("_", "-").lower()
170 uuid=uuid.uuid4().hex[:8]).replace("_", "-").lower()
/tools/tradefederation/core/src/com/android/tradefed/result/
DFileSystemLogSaver.java281 return name.replace(File.separatorChar, '_'); in sanitizeFilename()
315 return String.format("%s%s", url, relativePath.replace(File.separator, "/")); in getUrl()
/tools/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt144 val matcher = CLASS_PATTERN.matcher(source.replace('\n', ' ')) in getClassName()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py227 mac1 = mac.replace(':', '').lower()
228 mac2 = range_result[rconsts.EVENT_CB_RANGING_KEY_MAC_AS_STRING].replace(':',
/tools/tradefederation/core/atest/
Dunittest_constants.py54 'MODULES-IN-%s' % MODULE_DIR.replace('/', '-'),
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py272 mod_dir = os.path.dirname(rel_config).replace('/', '-')
389 package.replace('.', '/'))
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Diperf_server.py73 iperf_string = iperf_string.replace("-nan", '0')
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveLockedSimTest.py45 self.fake_emergency_number = fake_number.strip("+").replace("-", "")

123