/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFromTextTest.kt | 26 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/ |
D | OptionCopierTest.java | 136 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/ |
D | IonHeapInfoMetricCollector.java | 49 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
|
D | PagetypeInfoMetricCollector.java | 41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect() 46 source); in collect() local
|
D | MemInfoMetricCollector.java | 41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect() 46 source); in collect() local
|
D | GraphicsStatsMetricCollector.java | 41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect() 46 source); in collect() local
|
D | TraceMetricCollector.java | 42 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect() 47 source); in collect() local
|
D | FilePullerLogCollector.java | 53 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/ |
D | StreamUtilTest.java | 43 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
|
D | PropertyChangerTest.java | 91 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/ |
D | ExecutorCompressor.java | 49 public ListenableFuture<CompressionResult> compress( in compress() 70 protected abstract CompressionResult immediateCompress(@Nonnull CloseableByteSource source) in immediateCompress()
|
D | BestAndDefaultDeflateExecutorCompressor.java | 77 protected CompressionResult immediateCompress(@Nonnull CloseableByteSource source) in immediateCompress()
|
D | DeflateExecutionCompressor.java | 65 protected CompressionResult immediateCompress(@Nonnull CloseableByteSource source) in immediateCompress()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | CompressionResult.java | 37 private final CloseableByteSource source; field in CompressionResult 51 public CompressionResult(@Nonnull CloseableByteSource source, @Nonnull CompressionMethod method, in CompressionResult()
|
D | Compressor.java | 37 ListenableFuture<CompressionResult> compress(@Nonnull CloseableByteSource source); in compress()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | CodeCoverageTest.java | 80 try (FileInputStreamSource source = new FileInputStreamSource(coverageFile)) { in run() 84 source); in run() local
|
D | CodeCoverageListener.java | 76 try (FileInputStreamSource source = new FileInputStreamSource(coverageFile)) { in testRunEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | FileMetadataCollector.java | 56 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/ |
D | ICompressionStrategy.java | 34 public File compress(File source) throws IOException; in compress()
|
D | StreamUtil.java | 58 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/ |
D | helpers.py | 24 def validate_key(key, dictionary, expected_type, source): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | SnapshotInputStreamSourceTest.java | 50 InputStreamSource source = in testCancel() local
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | OptionCopier.java | 58 public static void copyOptionsNoThrow(Object source, Object dest) { in copyOptionsNoThrow()
|
D | Configuration.java | 518 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/ |
D | AndroidManifestWriter.java | 90 Source source = new DOMSource(mDoc); in saveXmlToFile() local
|