/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiIOTTest.py | 67 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 …]
|
D | WifiIOTtpeTest.py | 68 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/ |
D | TypeItem.kt | 72 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/ |
D | PackageManagerHostTestUtils.java | 186 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()
|
D | PackageManagerOTATestUtils.java | 242 public void installFile(final File localFile, final boolean replace, String... extraArgs) in installFile() argument 244 String result = mDevice.installPackage(localFile, replace, extraArgs); in installFile()
|
D | BandwidthUtils.java | 121 String iface = parts[0].replace(":", "").trim(); in parseNetDevStats()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | AaptParser.java | 80 mNativeCode.add(m.group(i).replace("'", "").trim()); in parse() 88 mNativeCode.add(m.group(i).replace("'", "")); in parse()
|
D | ClassPathScanner.java | 86 className = className.replace('/', '.'); in transform()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | SignatureAlgorithm.java | 101 return digestAlgorithm.messageDigestName.replace("-", "") + signatureAlgorithmSuffix; in signatureAlgorithmName()
|
/tools/repohooks/rh/ |
D | git.py | 54 current_branch = result.output.strip().replace('refs/heads/', '') 71 return full_upstream.replace('heads', 'remotes/' + remote)
|
D | shell.py | 91 s = s.replace(c, r'\%s' % c)
|
D | hooks.py | 83 def replace(m): function 90 replace, arg))
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | native.py | 64 str(response, encoding="utf8").rstrip().replace("\x00", ""))
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | _anritsu_utils.py | 203 coded_str = coded_str.replace(char, table[char])
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | bluez_test_utils.py | 86 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/ |
D | proto_utils.py | 52 output_filename = os.path.basename(proto_path).replace('.proto', '_pb2.py')
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | KeyValueConfigPreparer.java | 74 content = content.replace(externalStorageString, externalStoragePath); in setUp()
|
/tools/acloud/internal/lib/ |
D | android_compute_client.py | 99 name = name.replace("_", "-").lower() 170 uuid=uuid.uuid4().hex[:8]).replace("_", "-").lower()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | FileSystemLogSaver.java | 281 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/ |
D | ClassName.kt | 144 val matcher = CLASS_PATTERN.matcher(source.replace('\n', ' ')) in getClassName()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 227 mac1 = mac.replace(':', '').lower() 228 mac2 = range_result[rconsts.EVENT_CB_RANGING_KEY_MAC_AS_STRING].replace(':',
|
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 54 'MODULES-IN-%s' % MODULE_DIR.replace('/', '-'),
|
/tools/tradefederation/core/atest/test_finders/ |
D | module_finder.py | 272 mod_dir = os.path.dirname(rel_config).replace('/', '-') 389 package.replace('.', '/'))
|
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
D | iperf_server.py | 73 iperf_string = iperf_string.replace("-nan", '0')
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveLockedSimTest.py | 45 self.fake_emergency_number = fake_number.strip("+").replace("-", "")
|