Home
last modified time | relevance | path

Searched refs:fromSource (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt38 inclusionExpressions.add(AnnotationFilterEntry.fromSource(source)) in add()
43 val wrapper = AnnotationFilterEntry.fromSource(annotationText) in matches()
118 fun fromSource(source: String): AnnotationFilterEntry { in fromSource() method
147 return AnnotationFilterEntry.fromSource(annotationItem.toSource()) in fromAnnotationItem()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DByteTracker.java87 public CloseableDelegateByteSource fromSource(@Nonnull ByteSource source) throws IOException {
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2019 ProcessedAndRawByteSources fromSource = fromEntry.getSource(); in mergeFrom() local
2020 InputStream fromInput = fromSource.getRawByteSource().openStream(); in mergeFrom()
2021 long sourceSize = fromSource.getRawByteSource().size(); in mergeFrom()
2038 CloseableByteSource rawContents = tracker.fromSource(fromSource.getRawByteSource()); in mergeFrom()
2186 CloseableByteSource rawContents = tracker.fromSource(source.getRawByteSource()); in realign()