Home
last modified time | relevance | path

Searched full:libraries (Results 1 – 25 of 36) sorted by relevance

12

/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py48 _ll_ndk: Set of strings. The names of low-level NDK libraries in
50 _sp_hal: List of patterns. The names of the same-process HAL libraries
52 _vndk: Set of strings. The names of VNDK-core libraries.
53 _vndk_sp: Set of strings. The names of VNDK-SP libraries.
82 deps: List of strings. The names of the depended libraries.
176 libraries don't. As there is no reliable way to identify those
177 libraries. This method checks .note.android.ident section which is
262 """Finds libraries in link paths.
265 bitness: 32 or 64, the bitness of the returned libraries.
267 objs: List of ElfObject, the libraries/executables to be filtered
[all …]
Dvts_vndk_dependency_test.py43 _ll_ndk: Set of strings. The names of low-level NDK libraries in
45 _sp_hal: List of patterns. The names of the same-process HAL libraries
47 _vndk: Set of strings. The names of VNDK-core libraries.
48 _vndk_sp: Set of strings. The names of VNDK-SP libraries.
78 deps: List of strings. The names of the depended libraries.
171 libraries don't. As there is no reliable way to identify those
172 libraries. This method checks .note.android.ident section which is
267 """Finds libraries in link paths.
270 bitness: 32 or 64, the bitness of the returned libraries.
272 objs: List of ElfObject, the libraries/executables to be filtered
[all …]
/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py36 # Some LL-NDK libraries may load the implementations with the same names
39 # errors on these LL-NDK libraries.
87 vndk_list_names: Strings, the categories of the VNDK libraries
106 libraries that should not be in the directory.
107 except_libs: A set of strings, the file names of the libraries that
133 """Runs _TestVndkCoreDirectory for 32-bit libraries."""
137 """Runs _TestVndkCoreDirectory for 64-bit libraries."""
145 """Verifies that vendor partition has no LL-NDK libraries."""
152 """Runs _TestNoLlndkInVendor for 32-bit libraries."""
156 """Runs _TestNoLlndkInVendor for 64-bit libraries."""
[all …]
DVtsVndkFilesTest.py39 # Some LL-NDK libraries may load the implementations with the same names
42 # errors on these LL-NDK libraries.
92 vndk_list_names: Strings, the categories of the VNDK libraries
111 libraries that should not be in the directory.
112 except_libs: A set of strings, the file names of the libraries that
136 """Verifies that vendor partition has no LL-NDK libraries."""
144 """Verifies that odm partition has no LL-NDK libraries."""
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py34 """A test module to verify ABI compliance of vendor libraries.
38 _temp_dir: The temporary directory for libraries copied from device.
233 """Compares dump files with libraries copied from device.
238 lib_dirs: The list of directories containing libraries.
245 A list of strings, the incompatible libraries.
305 """Checks ABI compliance of VNDK libraries.
308 bitness: 32 or 64, the bitness of the tested libraries.
349 """Checks ABI compliance of 32-bit VNDK libraries."""
353 """Checks ABI compliance of 64-bit VNDK libraries."""
DVtsVndkAbiTest.py37 """A test module to verify ABI compliance of vendor libraries.
41 _temp_dir: The temporary directory for libraries copied from device.
238 """Compares dump files with libraries copied from device.
242 lib_dirs: The list of directories containing libraries.
249 A list of strings, the incompatible libraries.
317 """Checks ABI compliance of VNDK libraries."""
/test/vts-testcase/vndk/golden/
Dvndk_data.py30 # Low-level NDK libraries that can be used by framework and vendor modules.
36 # Framework libraries that can be used by vendor modules except same-process HAL
192 """Load VNDK libraries from the file to the specified tuple.
196 tags: Strings, the tags of the libraries to find.
236 """Find the VNDK libraries with specific tags.
241 *tags: Strings, the tags of the libraries to find.
276 """Find the VNDK libraries with specific tags in resources.
280 *tags: Strings, the tags of the libraries to find.
Ddump_abi.py101 - The libraries tagged with VNDK-core or VNDK-SP in the .txt file.
125 lib_names: The names of the libraries to dump.
129 A list of strings, the libraries whose ABI dump fails to be created.
176 help="the libraries to dump. Each file can be "
196 help='CPU arch of the libraries to dump. '
199 help='CPU arch variant of the libraries to dump. '
302 print('Warning: Fails to create ABI dumps for libraries:')
/test/vti/test_serving/gae/
Dapp.yaml34 # [START libraries]
35 libraries:
44 # [END libraries]
Dappengine_config.py4 # Add any libraries install in the "lib" folder.
/test/suite_harness/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
DManifestGenerator.java48 List<String> libraries = new ArrayList<>(); in main() local
57 libraries.add(args[++i]); in main()
85 libraries); in main()
101 List<String> libraries) in generate() argument
123 for (String library : libraries) { in generate()
/test/suite_harness/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
DManifestGeneratorTest.java62 List<String> libraries = new ArrayList<>(); in testManifest() local
63 libraries.add(LIBRARY); in testManifest()
77 permissions, activities, libraries); in testManifest()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsTraceCollectPreparer.java137 * Push all the profiler libraries (with pattern *.vts-profiler.so) and VTS
138 * profiling related libraries (with pattern libvts*.so) to device.
141 * @param profilerLibDir directory to lookup for profiler libraries.
164 * Remove all profiler and VTS profiling libraries from device.
/test/vts/specification/
DAndroid.mk55 # HIDL HAL drivers and profilers are defined as separated shared libraries
60 # shared libraries,
/test/vts/
DREADME.md6 * the Android system (e.g., Core HALs and libraries) and
/test/suite_harness/common/host-side/manifest-generator/tests/
Drun_tests.sh17 # Helper script for running unit tests for compatibility libraries
/test/vti/test_serving/script/
Dpack-gae.sh40 echo "Updating python libraries..."
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DValidateTestsAbi.java61 * This module tests for installations of packages that have only 32-bit native libraries.
66 * This module tests for installations of packages that have only 64-bit native libraries.
/test/vts/tools/vts-tradefed/res/config/
Dvts10.xml40 <!-- Tests for libraries not on GSI -->
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReadElfTest.java135 * Gets a list of needed libraries from a Linux readelf cmd output file
138 * @return a name list of needed libraries
/test/vts/tools/vts-tradefed/etc/
Dvts10-tradefed_win.bat99 :: skip loading shared libraries for host-side executables
/test/vts/utils/python/library/
Delf_parser.py553 A dict of {DT_NEEDED: [libraries names], DT_RUNPATH: [paths]}
621 """Lists the shared libraries that the ELF depends on.
624 2 lists of strings, the names of the depended libraries and the
/test/mts/tools/mts-tradefed/etc/
Dmts-tradefed121 # load any shared libraries for host-side executables
/test/vts/tools/vts-core-tradefed/etc/
Dvts-tradefed118 # load any shared libraries for host-side executables
/test/suite_harness/tools/cts-tradefed/etc/
Dcts-tradefed118 # load any shared libraries for host-side executables

12