Searched refs:sources (Results 1 – 9 of 9) sorted by relevance
32 public ChainedDataSource(DataSource... sources) { in ChainedDataSource() argument33 mSources = sources; in ChainedDataSource()34 mTotalSize = Arrays.stream(sources).mapToLong(src -> src.size()).sum(); in ChainedDataSource()114 ArrayList<DataSource> sources = new ArrayList<>(); in slice() local115 sources.add(beginSource.slice( in slice()123 sources.add(mSources[i]); in slice()126 sources.add(mSources[endIndex].slice(0, endLocalOffset + 1)); in slice()127 return new ChainedDataSource(sources.toArray(new DataSource[0])); in slice()
67 public void addSources(Set<String> sources) { in addSources() argument68 mSources.addAll(sources); in addSources()294 String sources = in toString() local299 string.append("\n\t").append(sources); in toString()
20 classifier = 'sources'
138 sources = self.split_projs._all_srcs141 self.assertEqual(sources['source_folder_path'], expected_srcs)143 self.assertEqual(sources['test_folder_path'], expected_tests)
30 // Don't forget to depend on exported_plugins, if using sources directly
54 ":telephonyprovider-proto-sources",
110 Set<String> sources = new HashSet<String>(); in testparseTestMapping() local114 sources.addAll(test.getSources()); in testparseTestMapping()118 assertTrue(sources.contains(rootDirName)); in testparseTestMapping()
82 * Ability to merge in data (annotations etc) from external sources, such as147 in from external sources, but also inferring whether nullness annotations have156 stub sources that include documentation.
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...