| /tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
| D | FixedByteArrayOutputStreamTest.java | 52 private String writeTextIntoStreamAndReturn(String text) throws IOException { in writeTextIntoStreamAndReturn() 63 String text = TEXT.substring(0, BUF_SIZE - 5); in testLessThanBuffer() local 71 String text = TEXT.substring(0, BUF_SIZE); in testEqualsBuffer() local 79 String text = TEXT.substring(0, BUF_SIZE + 1); in testBufferPlusOne() local 112 String text = TEXT.substring(0, BUF_SIZE); in testLessThanBufferWithOffset() local
|
| D | StreamUtilTest.java | 150 String text = getLargeText(); in testCopyStreams() local 160 String text = getLargeText(); in testCopyStreamToWriter() local 175 String text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, " in getLargeText() local
|
| /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
| D | _anritsu_utils.py | 178 def gsm_encode(text): argument 193 def gsm_decode(text): argument 206 def cdma_encode(text): argument
|
| /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
| D | EncodeUtilsTest.java | 40 String text = "foo"; in asciiEncodeAndDecode() local 69 String text = EncodeUtils.decode(greatWallChinese, flags); in asciiDecodeAsUtf8() local
|
| D | ZipToolsTest.java | 176 String text = new String(output, Charsets.US_ASCII); in testReadZFile() local
|
| /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/ |
| D | ManifestGenerationTest.java | 62 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/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/ |
| D | SimpleXMLWriter.py | 125 def encode_entity(text, pattern=_escape): argument 254 def data(self, text): argument 295 def element(self, tag, text=None, attrib={}, **extra): argument
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | TableBuilder.java | 65 Separator(char end, char pipe, String text) { in Separator() 94 SingleColumn(String text) { in SingleColumn() 101 String text = mText; in build() local
|
| D | SimplePerfUtil.java | 168 private final String text; field in SimplePerfUtil.SimplePerfType 170 SimplePerfType(final String text) { in SimplePerfType()
|
| /tools/loganalysis/src/com/android/loganalysis/parser/ |
| D | TopParser.java | 47 final String text = ArrayUtil.join("\n", lines).trim(); in parse() local
|
| D | SystemPropsParser.java | 39 final String text = ArrayUtil.join("\n", lines).trim(); in parse() local
|
| D | MemInfoParser.java | 40 final String text = ArrayUtil.join("\n", lines).trim(); in parse() local
|
| D | ProcrankParser.java | 51 final String text = ArrayUtil.join("\n", lines).replaceAll("\\s+$", ""); in parse() local
|
| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| D | AndroidApiChecks.kt | 176 val text = method.documentation in checkRequiresPermission() constant 222 val text = field.documentation in checkIntentAction() constant
|
| /tools/tradefederation/core/atest/ |
| D | atest_utils.py | 239 def colorize(text, color, highlight=False): argument 265 def colorful_print(text, color, highlight=False, auto_wrap=True): argument
|
| /tools/loganalysis/src/com/android/loganalysis/item/ |
| D | MemInfoItem.java | 44 public void setText(String text) { in setText()
|
| D | SystemPropsItem.java | 44 public void setText(String text) { in setText()
|
| D | TopItem.java | 182 public void setText(String text) { in setText()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
| D | Javadoc.kt | 602 val text = element.text in expand() constant 611 val text = element.text in expand() constant 691 val text = element.text in expand() constant 700 val text = element.text in expand() constant 721 val text = element.text in expand() constant 825 val text = element.text in handleTag() constant 856 val text = element.text in handleTag() constant
|
| D | PsiItem.kt | 87 val text = docTag.text in isCloned() constant
|
| D | PsiCompilationUnit.kt | 56 val text = curr.text in getHeaderComments() constant
|
| /tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/ |
| D | GameQualificationResultReporter.java | 288 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/ |
| D | EncodeUtils.java | 136 public static boolean canAsciiEncode(String text) { in canAsciiEncode()
|
| /tools/test/connectivity/acts/tests/google/bt/pts/ |
| D | cmd_input.py | 411 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/ |
| D | terminal.py | 78 def color(self, color, text): argument
|