Home
last modified time | relevance | path

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

12345

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIOTTest.py66 SSID = network['SSID'].replace('-','_')
133 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
138 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
143 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
148 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
153 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
158 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
163 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
168 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
173 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
[all …]
DWifiIOTtpeTest.py66 SSID = network['SSID'].replace('-','_')
133 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
138 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
143 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
148 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
153 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
158 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
163 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
168 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
173 ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Dopenwrt_ap.py205 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""),
221 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""),
252 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""),
364 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""),
602 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""),
Dbluetooth_pts_device.py512 addr = (ctypes.c_char_p(addr_str).value).replace(b'\xed',
514 name = (ctypes.c_char_p(name_str).value).replace(b'\xed',
516 cod = (ctypes.c_char_p(cod_str).value).replace(b'\xed',
692 formatted_test_name = test_name.replace('/', '_')
693 formatted_test_name = formatted_test_name.replace('-', '_')
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/
Dnp02b.py171 res = res.replace(self.prompt, '')
172 res = res.replace(self.tx_cmd_separator, '')
173 res = res.replace(self.rx_cmd_separator, '')
174 res = res.replace(cmd_str, '')
/tools/doc_generation/
Dswitcher4.py99 stub = doc.replace(java_source_abs_path, kotlin_source_abs_path)
106 stub = doc.replace(kotlin_source_abs_path, java_source_abs_path)
114 page_path_slug = "sed -i 's/_page_path_/{}/' {}".format(file_path.replace("/","\/"),doc)
161 kotlinsource = doc.replace(java_source_abs_path, kotlin_source_abs_path)
206 javadoc = doc.replace(kotlin_source_abs_path, java_source_abs_path)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dui_utils.py93 key = k.replace('class_name', 'class')
95 key = k.replace('text_contains', 'text')
97 key = k.replace('_', '-')
267 input_text = input_text.replace(c, '\\%s' % c)
/tools/metalava/src/main/java/com/android/tools/metalava/stub/
DStubWriter.kt69 val path = root.path.replace('\\', '/') + "/" in <lambda>()
70 sourceList.toString().replace(path, "") in <lambda>()
81 sourceList.append(sourceFile.path.replace('\\', '/')) in <lambda>()
150 val relative = packageItem.qualifiedName().replace('.', File.separatorChar) in <lambda>()
/tools/asuite/atest/test_finders/
Dtest_info.py130 str(build_target).replace(
131 constants.MODULES_IN, '').replace('-', '/'))
Dtest_info_unittest.py34 build_targets.add('MODULES-IN-%s' % exp_rel_path.replace('/', '-'))
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dagsa_acts.py144 if (not (version.replace('alpha', '').replace('release', '')
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt913 val cleanKey = key.replace("libcore.util.", "").replace("androidx.annotation.", "") in <lambda>()
927 .replace("androidx.annotation.", "") in <lambda>()
928 .replace("libcore.util.", "")) in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt34 val source = File("stub-annotations".replace('/', File.separatorChar)) in Test copying private annotations from one of the stubs()
86 """.trimIndent().trim(), recentlyNull.readText(UTF_8).trim().replace("\r\n", "\n") in Test copying private annotations from one of the stubs()
/tools/asuite/aidegen/lib/
Dproject_file_gen.py193 content = content.replace(_MODULE_TOKEN, module)
215 content = content.replace(_ENABLE_DEBUGGER_MODULE_TOKEN, '')
325 content = content.replace(_ENABLE_DEBUGGER_MODULE_TOKEN, replace_string)
Declipse_project_file_gen.py179 PROJECTNAME=self.module_name.replace('/', '_'),
237 src = src.replace(self.module_relpath, '').strip(os.sep)
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py190 src = element.get(_URL).replace(common_util.get_android_root_dir(),
195 jar = element.get(_URL).replace(common_util.get_android_root_dir(),
566 lnew = sample.replace(constant.LINUX_GLIBC_COMMON,
569 lnew = sample.replace(constant.ANDROID_COMMON,
734 cnt2 = cnt2.replace(_BE_REPLACED, _TO_REPLACE)
/tools/test/connectivity/acts_tests/tests/google/bt/pts/
DA2dpPtsTest.py42 local_dut_mac_address.replace(
53 local_dut_mac_address.replace(
/tools/test/connectivity/tools/
Dproto_check.py60 output_filename = os.path.basename(proto_path).replace('.proto', '_pb2.py')
106 gen_filename = os.path.basename(proto_file).replace('.proto', '_pb2.py')
/tools/metalava/src/main/java/com/android/tools/metalava/
DJDiffXmlWriter.kt356 return typeString.replace(",", ", ").replace(", ", ", ") in <lambda>()
384 escaped.replace(">", "&gt;") in <lambda>()
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Dradvd_test.py79 };""".replace(" ", "\t"))
88 };""".replace(" ", "\t"))
/tools/repohooks/rh/
Dgit.py51 current_branch = result.stdout.strip().replace('refs/heads/', '')
68 return full_upstream.replace('heads', 'remotes/' + remote)
/tools/test/connectivity/acts/framework/acts/libs/
Dyaml_writer.py28 data = '\n'.join(line.replace('\t', ' ').rstrip()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DSignatureAlgorithm.java101 return digestAlgorithm.messageDigestName.replace("-", "") + signatureAlgorithmSuffix; in signatureAlgorithmName()
/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py98 unique_name = os.path.relpath(abs_path, root_dir).replace(os.sep, '.')
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py356 mac_address = match.group('Mac').replace(' ', '').upper()
363 types['flags'] = match.group('Flags').replace(' ', '')
364 types['link_key'] = match.group('Linkkey').replace(' ', '')
462 return float.fromhex(line.split()[6].replace(',', ''))
477 return float.fromhex(line.split()[6].replace(',', ''))
978 pskey += LOG_REGEX.match(result).group('msg').replace(' ',

12345