/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 48 _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 …]
|
D | vts_vndk_dependency_test.py | 43 _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/ |
D | vts_vndk_files_test.py | 36 # 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 …]
|
D | VtsVndkFilesTest.py | 39 # 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/ |
D | vts_vndk_abi_test.py | 34 """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."""
|
D | VtsVndkAbiTest.py | 37 """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/ |
D | vndk_data.py | 30 # 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.
|
D | dump_abi.py | 101 - 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/ |
D | app.yaml | 34 # [START libraries] 35 libraries: 44 # [END libraries]
|
D | appengine_config.py | 4 # Add any libraries install in the "lib" folder.
|
/test/suite_harness/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/ |
D | ManifestGenerator.java | 48 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/ |
D | ManifestGeneratorTest.java | 62 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/ |
D | VtsTraceCollectPreparer.java | 137 * 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/ |
D | Android.mk | 55 # HIDL HAL drivers and profilers are defined as separated shared libraries 60 # shared libraries,
|
/test/vts/ |
D | README.md | 6 * the Android system (e.g., Core HALs and libraries) and
|
/test/suite_harness/common/host-side/manifest-generator/tests/ |
D | run_tests.sh | 17 # Helper script for running unit tests for compatibility libraries
|
/test/vti/test_serving/script/ |
D | pack-gae.sh | 40 echo "Updating python libraries..."
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | ValidateTestsAbi.java | 61 * 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/ |
D | vts10.xml | 40 <!-- Tests for libraries not on GSI -->
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ReadElfTest.java | 135 * 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/ |
D | vts10-tradefed_win.bat | 99 :: skip loading shared libraries for host-side executables
|
/test/vts/utils/python/library/ |
D | elf_parser.py | 553 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/ |
D | mts-tradefed | 121 # load any shared libraries for host-side executables
|
/test/vts/tools/vts-core-tradefed/etc/ |
D | vts-tradefed | 118 # load any shared libraries for host-side executables
|
/test/suite_harness/tools/cts-tradefed/etc/ |
D | cts-tradefed | 118 # load any shared libraries for host-side executables
|