/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 47 val source = """ in Handle lambdas as default values() constant 69 val source = """ in Handle enum constants as default values() constant 104 val source = """ in Handle complex expressions as default values() constant 138 val source = """ in Annotation signatures requiring more complicated token matching() constant 157 val source = """ in Multiple extends() constant 232 val source = """ in Vararg modifier() constant 276 val source = """ in Loading a signature file with alternate modifier order() constant 302 val source = """ in Test generics, superclasses and interfaces() constant 347 val source = """ in Test constants() constant [all …]
|
D | JDiffXmlTest.kt | 164 val source = """ in Test generics, superclasses and interfaces() constant 379 val source = """ in Test enums() constant 483 val source = """ in Test enums compat mode() 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 | GraphicsStatsMetricCollector.java | 41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect() 46 source); in collect() local
|
D | PagetypeInfoMetricCollector.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 | MemInfoMetricCollector.java | 41 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect() 46 source); in collect() local
|
D | BuddyInfoMetricCollector.java | 42 try (InputStreamSource source = new FileInputStreamSource(outputFile, true)) { in collect() 47 source); in collect() local
|
D | FilePullerLogCollector.java | 39 try (InputStreamSource source = new FileInputStreamSource(metricFile, true)) { in processMetricFile() 49 testLog(metricFile.getName(), type, source); in processMetricFile() local
|
D | PerfettoPullerMetricCollector.java | 150 try (InputStreamSource source = new FileInputStreamSource(metricFile, true)) { in processMetricFile() 151 testLog(metricFile.getName(), LogDataType.PB, source); in processMetricFile() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | StreamUtilTest.java | 41 try (final InputStreamSource source = new ByteArrayInputStreamSource(contentBytes)) { in testGetByteArrayListFromSource() 76 try (InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes())) { in testGetStringFromSource() 90 try (InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes())) { in testGetBufferedReaderFromInputStream() 106 final InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes()); in testCountLinesFromSource() local 128 final String source = "testtesttesttesttest"; in testCalculateMd5() local 142 final String source = "testtesttesttesttest"; in testCalculateBase64Md5() local
|
/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()
|
/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/trebuchet/core/common/src/test/kotlin/trebuchet/testutils/ |
D | StringToStreamAdapter.kt | 25 val source = this in makeReader() constant
|
/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 | JavaCodeCoverageListener.java | 79 try (FileInputStreamSource source = in testRunEnded() 113 try (FileInputStreamSource source = in testRunEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ZipCompressionStrategy.java | 32 public File compress(File source) throws IOException { in compress()
|
D | ICompressionStrategy.java | 34 public File compress(File source) throws IOException; in compress()
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | helpers.py | 24 def validate_key(key, dictionary, expected_type, source): argument
|
/tools/acloud/ |
D | setup.py | 39 def generate_proto(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/device/cloud/ |
D | NestedRemoteDevice.java | 147 try (FileInputStreamSource source = new FileInputStreamSource(toLog)) { in logDebugFiles() 183 try (InputStreamSource source = new FileInputStreamSource(launcherLog)) { in captureLauncherLog()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationDef.java | 61 public final String source; field in ConfigurationDef.OptionDef 64 public OptionDef(String optionName, String optionValue, String source) { in OptionDef() 68 public OptionDef(String optionName, String optionKey, String optionValue, String source) { in OptionDef() 76 String source, in OptionDef() 178 void registerSource(File source) { in registerSource()
|