Home
last modified time | relevance | path

Searched defs:output (Results 1 – 25 of 33) sorted by relevance

12

/tools/asuite/atest-py2/tools/
Datest_tools.py137 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/
Datest_tools.py158 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/
DLittleEndianUtils.java98 public static void writeUnsigned4Le(@Nonnull ByteBuffer output, long value) in writeUnsigned4Le()
120 public static void writeUnsigned2Le(@Nonnull ByteBuffer output, int value) in writeUnsigned2Le()
DCloseableDelegateByteSource.java124 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo()
/tools/platform-compat/javatest/com/android/class2nonsdklist/
DAnnotationPropertyWriterTest.java53 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/
DDeviceConfigurationTest.java39 … String output = getDevice().executeShellCommand("gzip -dc /proc/config.gz | grep CONFIG_HZ="); in testConfigHzHighEnough() local
/tools/trebuchet/trebuchet/user-switch-analyzer/src/
DUserSwitchAnalyzer.kt94 var output = System.out in main() variable
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/
DApiGeneratorTest.kt55 val output = File.createTempFile("api-info", "xml") in Extract API levels() constant
/tools/trebuchet/trebuchet/system-server-analyzer/src/
DSystemServerAnalyzer.kt109 var output = System.out in main() variable
/tools/metalava/src/main/java/com/android/tools/metalava/
DDiff.kt49 val output = processOutputHandler.processOutput in getNativeDiff() constant
DReporter.kt437 val output = if (severity == ERROR) { in severity() constant
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/
DDeflateExecutionCompressor.java67 ByteArrayOutputStream output = new ByteArrayOutputStream(); in immediateCompress() local
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/extractors/
DSystraceExtractorTest.kt74 var output = mutableListOf<DataSlice>() in <lambda>() variable
/tools/platform-compat/java/com/android/class2nonsdklist/
DAnnotationPropertyWriter.java32 public AnnotationPropertyWriter(OutputStream output) { in AnnotationPropertyWriter()
/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java299 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()
DZipUtils.java363 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/
DZipField.java263 void write(@Nonnull ByteBuffer output, long value) throws IOException { in write()
286 void write(@Nonnull ByteBuffer output) throws IOException { in write()
DLazyDelegateByteSource.java118 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java95 public void plotAscii(OutputStream output, int maxBarLength) throws IOException { in plotAscii()
DGameQualificationFpsCollector.java320 try(ByteArrayOutputStream output = new ByteArrayOutputStream()) { in printHistogram()
/tools/platform-compat/java/android/processor/compat/changeid/
DXmlWriter.java119 void write(OutputStream output) throws IOException { in write()
/tools/security/fuzzing/orphans/pppd/
Deap_fuzz_Cproxy.h53 void output (int unit, unsigned char *p, int len) in output() function
/tools/repohooks/
Dpre-upload.py251 def _run_project_hooks_in_cwd(project_name, proj_dir, output, commit_list=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py47 def parsing_parcel_output(output): argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java143 String output = os.toString(StandardCharsets.UTF_8.name()); in setUp() local

12