Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 35) 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
/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.kt177 val text = method.documentation in checkRequiresPermission() constant
225 val text = field.documentation in checkIntentAction() constant
DAnnotationFilter.kt152 val text = source.replace("@", "") in fromSource() 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
DPsiSourceFileItem.kt55 val text = uComment.text in getHeaderComments() constant
74 val text = curr.text in getHeaderComments() constant
DPsiItem.kt119 val text = tagComment.text in isCloned() constant
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_message_utils.py894 def is_sms_match(event, phonenumber_tx, text): argument
910 def is_sms_partial_match(event, phonenumber_tx, text): argument
930 event, phonenumber_tx, phonenumber_tx2, text, text2): argument
942 event, phonenumber_tx, phonenumber_tx2, text, text2): argument
989 text, argument
1046 text, argument
1118 text, argument
1537 def is_mms_match(event, phonenumber_tx, text): argument
1557 text, argument
/tools/loganalysis/src/com/android/loganalysis/parser/
DSystemPropsParser.java39 final String text = ArrayUtil.join("\n", lines).trim(); in parse() local
DTopParser.java47 final String text = ArrayUtil.join("\n", lines).trim(); in parse() local
DMemInfoParser.java40 final String text = ArrayUtil.join("\n", lines).trim(); in parse() local
DProcrankParser.java51 final String text = ArrayUtil.join("\n", lines).replaceAll("\\s+$", ""); in parse() local
/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/loganalysis/src/com/android/loganalysis/item/
DMemInfoItem.java44 public void setText(String text) { in setText()
DSystemPropsItem.java44 public void setText(String text) { in setText()
DTopItem.java182 public void setText(String text) { in setText()
/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/treble/build/treble_build/local/
Dgit_test.go29 text string member
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
Dcommand_input.py230 def complete_ble_adv_data_include_name(self, text, line, begidx, endidx): argument
252 def complete_ble_adv_data_set_appearance(self, text, line, begidx, endidx): argument
269 def complete_ble_adv_data_include_tx_power_level(self, text, line, begidx, argument
295 def complete_ble_adv_include_scan_response(self, text, line, begidx, argument
491 def complete_gattc_connect_by_id(self, text, line, begidx, endidx): argument
1380 def complete_gatts_setup_database(self, text, line, begidx, endidx): argument
1413 def complete_btc_pair(self, text, line, begidx, endidx): argument
1494 def complete_btc_accept_pairing(self, text, line, begidx, endidx): argument
1691 def complete_btc_connect_device_by_id(self, text, line, begidx, endidx): argument
1718 def complete_btc_connect_device_by_name(self, text, line, begidx, endidx): argument
/tools/platform-compat/build/
Dprocess-compat-config-test.py55 def parse_xml(self, text): argument
/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.py82 def color(self, color, text): argument
/tools/metalava/
Dbuild.gradle.kts286 val text = metadata.readText() in <lambda>() constant

12