Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 9 of 9) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/util/
DChainedDataSource.java32 public ChainedDataSource(DataSource... sources) { in ChainedDataSource() argument
33 mSources = sources; in ChainedDataSource()
34 mTotalSize = Arrays.stream(sources).mapToLong(src -> src.size()).sum(); in ChainedDataSource()
114 ArrayList<DataSource> sources = new ArrayList<>(); in slice() local
115 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()
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java67 public void addSources(Set<String> sources) { in addSources() argument
68 mSources.addAll(sources); in addSources()
294 String sources = in toString() local
299 string.append("\n\t").append(sources); in toString()
/tools/apkzlib/
Dbuild.gradle20 classifier = 'sources'
/tools/asuite/aidegen/project/
Dsource_splitter_unittest.py138 sources = self.split_projs._all_srcs
141 self.assertEqual(sources['source_folder_path'], expected_srcs)
143 self.assertEqual(sources['test_folder_path'], expected_tests)
/tools/platform-compat/java/android/compat/annotation/
DAndroid.bp30 // Don't forget to depend on exported_plugins, if using sources directly
/tools/carrier_settings/
DAndroid.bp54 ":telephonyprovider-proto-sources",
/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/
DTestMappingTest.java110 Set<String> sources = new HashSet<String>(); in testparseTestMapping() local
114 sources.addAll(test.getSources()); in testparseTestMapping()
118 assertTrue(sources.contains(rootDirName)); in testparseTestMapping()
/tools/metalava/
DREADME.md82 * Ability to merge in data (annotations etc) from external sources, such as
147 in from external sources, but also inferring whether nullness annotations have
156 stub sources that include documentation.
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...