/tools/asuite/atest-py2/tools/ |
D | atest_tools.py | 137 def _dump_index(dump_file, output, output_re, key, value): argument 216 def _index_cc_classes(output, index): argument 234 def _index_java_classes(output, index): argument 251 def _index_packages(output, index): argument 268 def _index_qualified_classes(output, index): argument
|
/tools/asuite/atest/tools/ |
D | atest_tools.py | 158 def _dump_index(dump_file, output, output_re, key, value): argument 249 def _index_cc_classes(output, index): argument 267 def _index_java_classes(output, index): argument 284 def _index_packages(output, index): argument 301 def _index_qualified_classes(output, index): argument
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | LittleEndianUtils.java | 98 public static void writeUnsigned4Le(@Nonnull ByteBuffer output, long value) in writeUnsigned4Le() 120 public static void writeUnsigned2Le(@Nonnull ByteBuffer output, int value) in writeUnsigned2Le()
|
D | CloseableDelegateByteSource.java | 124 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo()
|
/tools/platform-compat/javatest/com/android/class2nonsdklist/ |
D | AnnotationPropertyWriterTest.java | 53 String output = mByteArrayOutputStream.toString(); in testExportPropertiesNoEscaping() local 69 String output = mByteArrayOutputStream.toString(); in testExportPropertiesEscapeQuotes() local
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | DeviceConfigurationTest.java | 39 … String output = getDevice().executeShellCommand("gzip -dc /proc/config.gz | grep CONFIG_HZ="); in testConfigHzHighEnough() local
|
/tools/trebuchet/trebuchet/user-switch-analyzer/src/ |
D | UserSwitchAnalyzer.kt | 94 var output = System.out in main() variable
|
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/ |
D | ApiGeneratorTest.kt | 55 val output = File.createTempFile("api-info", "xml") in Extract API levels() constant
|
/tools/trebuchet/trebuchet/system-server-analyzer/src/ |
D | SystemServerAnalyzer.kt | 109 var output = System.out in main() variable
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Diff.kt | 49 val output = processOutputHandler.processOutput in getNativeDiff() constant
|
D | Reporter.kt | 437 val output = if (severity == ERROR) { in severity() constant
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/ |
D | DeflateExecutionCompressor.java | 67 ByteArrayOutputStream output = new ByteArrayOutputStream(); in immediateCompress() local
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/extractors/ |
D | SystraceExtractorTest.kt | 74 var output = mutableListOf<DataSlice>() in <lambda>() variable
|
/tools/platform-compat/java/com/android/class2nonsdklist/ |
D | AnnotationPropertyWriter.java | 32 public AnnotationPropertyWriter(OutputStream output) { in AnnotationPropertyWriter()
|
/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
D | LocalFileRecord.java | 299 public long outputRecord(DataSource sourceApk, DataSink output) throws IOException { in outputRecord() 301 sourceApk.feed(getStartOffsetInArchive(), size, output); in outputRecord() local 312 DataSink output) throws IOException { in outputRecordWithModifiedExtra() 343 DataSink output) throws IOException { in outputRecordWithDeflateCompressedData()
|
D | ZipUtils.java | 363 public final byte[] output; field in ZipUtils.DeflateResult 365 public DeflateResult(int inputSizeBytes, long inputCrc32, byte[] output) { in DeflateResult()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZipField.java | 263 void write(@Nonnull ByteBuffer output, long value) throws IOException { in write() 286 void write(@Nonnull ByteBuffer output) throws IOException { in write()
|
D | LazyDelegateByteSource.java | 118 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | Histogram.java | 95 public void plotAscii(OutputStream output, int maxBarLength) throws IOException { in plotAscii()
|
D | GameQualificationFpsCollector.java | 320 try(ByteArrayOutputStream output = new ByteArrayOutputStream()) { in printHistogram()
|
/tools/platform-compat/java/android/processor/compat/changeid/ |
D | XmlWriter.java | 119 void write(OutputStream output) throws IOException { in write()
|
/tools/security/fuzzing/orphans/pppd/ |
D | eap_fuzz_Cproxy.h | 53 void output (int unit, unsigned char *p, int len) in output() function
|
/tools/repohooks/ |
D | pre-upload.py | 251 def _run_project_hooks_in_cwd(project_name, proj_dir, output, commit_list=None): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 47 def parsing_parcel_output(output): argument
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/ |
D | PerformanceTest.java | 143 String output = os.toString(StandardCharsets.UTF_8.name()); in setUp() local
|