Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 26) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
D_anritsu_utils.py179 def gsm_encode(text): argument
194 def gsm_decode(text): argument
207 def cdma_encode(text): argument
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DEncodeUtilsTest.java40 String text = "foo"; in asciiEncodeAndDecode() local
69 String text = EncodeUtils.decode(greatWallChinese, flags); in asciiDecodeAsUtf8() local
DZipToolsTest.java176 String text = new String(output, Charsets.US_ASCII); in testReadZFile() local
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
DManifestGenerationTest.java62 String text = new String(se.read(), Charsets.US_ASCII); in elementaryManifestGeneration() local
98 String text = new String(se.read(), Charsets.US_ASCII); in manifestGenerationOnHalfWrittenFile() local
136 String text = new String(se.read(), Charsets.US_ASCII); in manifestGenerationOnExistingFile() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt175 val text = method.documentation in checkRequiresPermission() constant
221 val text = field.documentation in checkIntentAction() constant
DAnnotationFilter.kt119 val text = source.replace("@", "") in fromSource() constant
DDocAnalyzer.kt235 … val text = (annotation.findAttribute("message") ?: annotation.findAttribute(ATTR_VALUE)) in <lambda>() constant
DDriver.kt652 val text = file.readText(UTF_8) in checkCompatibility() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DJavadoc.kt596 val text = element.text in expand() constant
605 val text = element.text in expand() constant
685 val text = element.text in expand() constant
694 val text = element.text in expand() constant
715 val text = element.text in expand() constant
812 val text = element.text in handleTag() constant
843 val text = element.text in handleTag() constant
DPsiCompilationUnit.kt55 val text = uComment.text in getHeaderComments() constant
74 val text = curr.text in getHeaderComments() constant
DPsiItem.kt109 val text = docTag.text in isCloned() constant
DPsiTypePrinter.kt258 val text = reference.getCanonicalText() in <lambda>() constant
DPsiBasedCodebase.kt165 val text = comment.text in <lambda>() constant
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java288 String text; field in GameQualificationResultReporter.Report
290 public Report(boolean success, String text) { in Report()
302 StringBuilder text = new StringBuilder(); in createPerformanceReport() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DEncodeUtils.java136 public static boolean canAsciiEncode(String text) { in canAsciiEncode()
/tools/security/gdb/heap_print/
Dheap_print_script.py174 def complete(self, text, word): argument
194 def complete(self, text, word): argument
/tools/asuite/atest-py2/
Datest_utils.py297 def colorize(text, color, highlight=False): argument
323 def colorful_print(text, color, highlight=False, auto_wrap=True): argument
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
Dcommand_input.py227 def complete_ble_adv_data_include_name(self, text, line, begidx, endidx): argument
249 def complete_ble_adv_data_set_appearance(self, text, line, begidx, endidx): argument
266 def complete_ble_adv_data_include_tx_power_level(self, text, line, begidx, argument
292 def complete_ble_adv_include_scan_response(self, text, line, begidx, argument
488 def complete_gattc_connect_by_id(self, text, line, begidx, endidx): argument
1377 def complete_gatts_setup_database(self, text, line, begidx, endidx): argument
1410 def complete_btc_pair(self, text, line, begidx, endidx): argument
1491 def complete_btc_accept_pairing(self, text, line, begidx, endidx): argument
1686 def complete_btc_connect_device_by_id(self, text, line, begidx, endidx): argument
1713 def complete_btc_connect_device_by_name(self, text, line, begidx, endidx): argument
/tools/metalava/
Dbuild.gradle.kts237 val text = metadata.readText() in <lambda>() constant
/tools/test/connectivity/acts_tests/tests/google/bt/pts/
Dcmd_input.py411 def complete_gatts_setup_database(self, text, line, begidx, endidx): argument
422 def complete_gatts_send_response(self, text, line, begidx, endidx): argument
432 def complete_gatts_send_continuous_response(self, text, line, begidx, argument
443 def complete_gatts_send_continuous_response_data(self, text, line, begidx, argument
557 def complete_ble_adv_data_include_local_name(self, text, line, begidx, argument
566 def complete_ble_adv_data_include_tx_power_level(self, text, line, begidx, argument
575 def complete_ble_stop_advertisement(self, text, line, begidx, endidx): argument
688 def complete_bta_start_pairing_helper(self, text, line, begidx, endidx): argument
696 def complete_bta_set_scan_mode(self, text, line, begidx, endidx): argument
/tools/repohooks/rh/
Dterminal.py75 def color(self, color, text): argument
/tools/asuite/aidegen/vscode/
Dvscode_native_project_file_gen.py127 def _make_var(text): argument
/tools/asuite/atest/
Datest_utils.py396 def colorize(text, color, highlight=False): argument
422 def colorful_print(text, color, highlight=False, auto_wrap=True): argument
/tools/asuite/aidegen/lib/
Dcommon_util_unittest.py478 def parse_rule(self, name, text): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py6128 def is_sms_match(event, phonenumber_tx, text): argument
6145 def is_sms_partial_match(event, phonenumber_tx, text): argument
6202 text, argument
6256 def is_mms_match(event, phonenumber_tx, text): argument
6276 text, argument
10438 text, argument
10511 text, argument
10673 event, phonenumber_tx, phonenumber_tx2, text, text2): argument
10686 event, phonenumber_tx, phonenumber_tx2, text, text2): argument

12