Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 55) sorted by relevance

123

/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFromTextTest.kt26 val source = """ in Loading a signature file and writing the API back out() constant
74 val source = """ in Loading a signature file with alternate modifier order() constant
100 val source = """ in Test generics, superclasses and interfaces() constant
145 val source = """ in Test constants() constant
176 val source = """ in Test inner classes() constant
205 val source = """ in Test throws() constant
224 val source = """ in Loading a signature file with annotations on classes, fields, methods and parameters() constant
249 val source = """ in Enums and annotations() constant
273 val source = """ in Enums and annotations exported to compat() constant
336 val source = """ in Loading a signature file with default values() constant
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DOptionCopierTest.java136 OptionSource source = new OptionSource(); in testCopyOptions_string() local
145 OptionSource source = new OptionSource(); in testCopyOptions_int() local
154 OptionSource source = new OptionSource(); in testCopyOptions_collection() local
167 OptionSource source = new OptionSource(); in testCopyOptions_enum() local
176 OptionSource source = new OptionSource(); in testCopyOptions_enumCollection() local
189 OptionSource source = new OptionSource(); in testCopyOptions_enumMap() local
201 OptionSource source = new OptionSource(); in testCopyOptions_wrongType() local
214 OptionSource source = new OptionSource(); in testCopyOptions_collectionToPrimitive() local
228 OptionCollectionWrongTypeDest source = new OptionCollectionWrongTypeDest(); in testCopyOptions_primitiveToCollection_null() local
247 OptionCollectionWrongTypeDest source = new OptionCollectionWrongTypeDest(); in testCopyOptions_primitiveToCollection() local
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DIonHeapInfoMetricCollector.java49 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collectIonAudio()
54 source); in collectIonAudio() local
67 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collectIonSystem()
72 source); in collectIonSystem() local
DPagetypeInfoMetricCollector.java41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect()
46 source); in collect() local
DMemInfoMetricCollector.java41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect()
46 source); in collect() local
DGraphicsStatsMetricCollector.java41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect()
46 source); in collect() local
DTraceMetricCollector.java42 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect()
47 source); in collect() local
DFilePullerLogCollector.java53 try (InputStreamSource source = new FileInputStreamSource(metricFile, true)) { in processMetricFile()
60 testLog(metricFile.getName(), type, source); in processMetricFile() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DStreamUtilTest.java43 try (final InputStreamSource source = new ByteArrayInputStreamSource(contentBytes)) { in testGetByteArrayListFromSource()
76 try (InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes())) { in testGetStringFromSource()
89 try (InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes())) { in testGetBufferedReaderFromInputStream()
104 final InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes()); in testCountLinesFromSource() local
123 final String source = "testtesttesttesttest"; in testCalculateMd5() local
DPropertyChangerTest.java91 private void verifyProperties(File source, Map<String, String> props) throws IOException { in verifyProperties()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/
DExecutorCompressor.java49 public ListenableFuture<CompressionResult> compress( in compress()
70 protected abstract CompressionResult immediateCompress(@Nonnull CloseableByteSource source) in immediateCompress()
DBestAndDefaultDeflateExecutorCompressor.java77 protected CompressionResult immediateCompress(@Nonnull CloseableByteSource source) in immediateCompress()
DDeflateExecutionCompressor.java65 protected CompressionResult immediateCompress(@Nonnull CloseableByteSource source) in immediateCompress()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCompressionResult.java37 private final CloseableByteSource source; field in CompressionResult
51 public CompressionResult(@Nonnull CloseableByteSource source, @Nonnull CompressionMethod method, in CompressionResult()
DCompressor.java37 ListenableFuture<CompressionResult> compress(@Nonnull CloseableByteSource source); in compress()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DCodeCoverageTest.java80 try (FileInputStreamSource source = new FileInputStreamSource(coverageFile)) { in run()
84 source); in run() local
DCodeCoverageListener.java76 try (FileInputStreamSource source = new FileInputStreamSource(coverageFile)) { in testRunEnded()
/tools/tradefederation/core/src/com/android/tradefed/result/
DFileMetadataCollector.java56 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource source, in testLogSaved()
73 InputStreamSource source = in invocationEnded() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DICompressionStrategy.java34 public File compress(File source) throws IOException; in compress()
DStreamUtil.java58 public static String getStringFromSource(InputStreamSource source) throws IOException { in getStringFromSource()
75 public static int countLinesFromSource(InputStreamSource source) throws IOException { in countLinesFromSource()
93 public static ByteArrayList getByteArrayListFromSource(InputStreamSource source) in getByteArrayListFromSource()
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Dhelpers.py24 def validate_key(key, dictionary, expected_type, source): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSnapshotInputStreamSourceTest.java50 InputStreamSource source = in testCancel() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionCopier.java58 public static void copyOptionsNoThrow(Object source, Object dest) { in copyOptionsNoThrow()
DConfiguration.java518 String optionKey, String optionValue, String source) throws ConfigurationException { in internalInjectOptionValue()
601 String source) throws ConfigurationException { in injectOptionValueWithSource()
602 internalInjectOptionValue(createOptionSetter(), optionName, optionKey, optionValue, source); in injectOptionValueWithSource() local
1105 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, key)); in getOptionJson() local
1116 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, key)); in getOptionJson() local
1126 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, null)); in getOptionJson() local
/tools/tradefederation/core/src/com/android/tradefed/util/xml/
DAndroidManifestWriter.java90 Source source = new DOMSource(mDoc); in saveXmlToFile() local

123