Searched defs:sources (Results 1 – 5 of 5) sorted by relevance
32 public ChainedDataSource(DataSource... sources) { in ChainedDataSource()114 ArrayList<DataSource> sources = new ArrayList<>(); in slice() local
69 public void addSources(Set<String> sources) { in addSources()299 String sources = in toString() local
422 val sources = options.sources in processFlags() constant791 val sources = if (options.sources.isEmpty()) { in loadFromSources() constant1132 val sources = Lists.newArrayList<File>() in gatherSources() constant
305 var sources: List<File> = mutableSources in <lambda>() variable in com.android.tools.metalava.Options
107 Set<String> sources = new HashSet<String>(); in testparseTestMapping() local