/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiIOTTest.py | 66 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 …]
|
D | WifiIOTtpeTest.py | 66 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/ |
D | openwrt_ap.py | 205 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", ""),
|
D | bluetooth_pts_device.py | 512 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/ |
D | np02b.py | 171 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/ |
D | switcher4.py | 99 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/ |
D | ui_utils.py | 93 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/ |
D | StubWriter.kt | 69 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/ |
D | test_info.py | 130 str(build_target).replace( 131 constants.MODULES_IN, '').replace('-', '/'))
|
D | test_info_unittest.py | 34 build_targets.add('MODULES-IN-%s' % exp_rel_path.replace('/', '-'))
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | agsa_acts.py | 144 if (not (version.replace('alpha', '').replace('release', '')
|
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiTypePrinterTest.kt | 913 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/ |
D | RewriteAnnotationsTest.kt | 34 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/ |
D | project_file_gen.py | 193 content = content.replace(_MODULE_TOKEN, module) 215 content = content.replace(_ENABLE_DEBUGGER_MODULE_TOKEN, '') 325 content = content.replace(_ENABLE_DEBUGGER_MODULE_TOKEN, replace_string)
|
D | eclipse_project_file_gen.py | 179 PROJECTNAME=self.module_name.replace('/', '_'), 237 src = src.replace(self.module_relpath, '').strip(os.sep)
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 190 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/ |
D | A2dpPtsTest.py | 42 local_dut_mac_address.replace( 53 local_dut_mac_address.replace(
|
/tools/test/connectivity/tools/ |
D | proto_check.py | 60 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/ |
D | JDiffXmlWriter.kt | 356 return typeString.replace(",", ", ").replace(", ", ", ") in <lambda>() 384 escaped.replace(">", ">") in <lambda>()
|
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/ |
D | radvd_test.py | 79 };""".replace(" ", "\t")) 88 };""".replace(" ", "\t"))
|
/tools/repohooks/rh/ |
D | git.py | 51 current_branch = result.stdout.strip().replace('refs/heads/', '') 68 return full_upstream.replace('heads', 'remotes/' + remote)
|
/tools/test/connectivity/acts/framework/acts/libs/ |
D | yaml_writer.py | 28 data = '\n'.join(line.replace('\t', ' ').rstrip()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | SignatureAlgorithm.java | 101 return digestAlgorithm.messageDigestName.replace("-", "") + signatureAlgorithmSuffix; in signatureAlgorithmName()
|
/tools/asuite/aidegen/vscode/ |
D | vscode_workspace_file_gen.py | 98 unique_name = os.path.relpath(abs_path, root_dir).replace(os.sep, '.')
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 356 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(' ',
|