Searched defs:sources (Results 1 – 9 of 9) sorted by relevance
38 class SourceSet(val sources: List<File>, val sourcePath: List<File>) { constant in com.android.tools.metalava.model.source.SourceSet73 val sources = gatherSources(reporter, sourcePath, fileTester) in empty() constant122 val sources = mutableListOf<File>() in gatherSources() constant
32 public ChainedDataSource(DataSource... sources) { in ChainedDataSource()114 ArrayList<DataSource> sources = new ArrayList<>(); in slice() local
70 public void addSources(Set<String> sources) { in addSources()321 String sources = in toString() local
51 val sources: Configuration by configurations.creating { in <lambda>() constant106 abstract var sources: File variable
368 IConfiguration config, List<IRemoteTest> tests, Set<String> sources) { in addTestSourcesToConfig()
159 Set<String> sources = new HashSet<String>(); in testparseTestMapping() local925 Set<String> sources = mTestMapping.getTestMappingSources(zipFile); in testGetTestMappingSources() local
173 val sources = options.sources in processFlags() constant
316 var sources: List<File> = mutableSources variable
625 val sources = signatureSources.toMutableList() in <lambda>() constant