Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 12 of 12) sorted by relevance

/cts/tools/manifest-generator/src/com/android/compatibility/common/generator/
DManifestGenerator.java49 List<String> libraries = new ArrayList<>(); in main() local
59 libraries.add(args[++i]); in main()
96 libraries, in main()
119 List<String> libraries, in generate() argument
142 for (String library : libraries) { in generate()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DVintfDeviceInfo.java61 String[] libraries = e.getValue(); in collectDeviceInfo() local
62 store.addListResult("libraries", libraries == null in collectDeviceInfo()
63 ? Collections.emptyList() : Arrays.<String>asList(libraries)); in collectDeviceInfo()
/cts/tools/manifest-generator/tests/src/com/android/compatibility/common/generator/
DManifestGeneratorTest.java67 List<String> libraries = new ArrayList<>(); in testManifest() local
68 libraries.add(LIBRARY); in testManifest()
91 libraries, in testManifest()
/cts/common/device-side/test-app/
DAndroid.bp15 // Build an APK which contains the device-side libraries and their tests,
16 // this then gets instrumented in order to test the aforementioned libraries.
/cts/suite/audio_quality/
DBUILD.txt3 Necessary Python libraries:
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/
DAndroid.bp37 // Platform libraries that may not be available to apps. Link in statically.
/cts/hostsidetests/jvmti/base/jni/
DAndroid.bp45 // Platform libraries that may not be available to apps. Link in statically.
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJsonPrinter.java164 private void writeLibraryCollection(String name, Collection<UsesLibrary> libraries) in writeLibraryCollection() argument
168 for (UsesLibrary library : libraries) { in writeLibraryCollection()
/cts/hostsidetests/jvmti/attaching/
DAndroid.bp49 // Platform libraries that may not be available to apps. Link in statically.
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp281 std::unordered_set<std::string>* libraries, in jobject_array_to_set() argument
321 libraries->insert(soname); in jobject_array_to_set()
/cts/hostsidetests/library/
DAndroid.bp54 // These are collection of tools and libraries that are required to build
/cts/apps/CtsVerifier/
DNOTICE.txt854 specially designated software packages--typically libraries--of the
899 Most GNU software, including some libraries, is covered by the
901 General Public License, applies to certain designated libraries, and
903 this license for certain libraries in order to permit linking those
904 libraries into non-free programs.
919 libraries. However, the Lesser license provides advantages in certain
926 library does the same job as widely used non-free libraries. In this
1161 restrictions of other proprietary libraries that do not normally
1358 specially designated software packages--typically libraries--of the
1403 Most GNU software, including some libraries, is covered by the
[all …]