Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 102) sorted by relevance

12345

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-21261/
Dpoc.cpp23 FT_Library library = nullptr; variable
29 if (library) { in exitHandler()
30 FT_Done_FreeType(library); in exitHandler()
38 FT_Error error = FT_Init_FreeType(&library); in main()
43 error = FT_New_Face(library, argv[2], face_index, &face); in main()
/cts/tests/signature/api-check/shared-libs-api/src/android/signature/cts/api/
DSignatureMultiLibsTest.java150 private void skipTestIfLibraryIsUnavailable(String library) { in skipTestIfLibraryIsUnavailable() argument
151 Assume.assumeTrue("Shared library " + library + " is not available on this device", in skipTestIfLibraryIsUnavailable()
152 AVAILABLE_SHARED_LIBRARIES.get().contains(library)); in skipTestIfLibraryIsUnavailable()
165 ApiDocumentParser apiDocumentParser, String[] apiResources, String library) { in parseActiveSharedLibraryApis() argument
170 return apiLibraryName.equals(library); in parseActiveSharedLibraryApis()
188 String library = parameter.getName(); in testRuntimeCompatibilityWithCurrentApi() local
189 skipTestIfLibraryIsUnavailable(library); in testRuntimeCompatibilityWithCurrentApi()
199 parseActiveSharedLibraryApis(apiDocumentParser, EXPECTED_API_FILES.get(), library) in testRuntimeCompatibilityWithCurrentApi()
220 String library = parameter.getName(); in testRuntimeCompatibilityWithPreviousApis() local
221 skipTestIfLibraryIsUnavailable(library); in testRuntimeCompatibilityWithPreviousApis()
[all …]
/cts/tests/atv/SettingsAPI/src/com/android/tv/settings/library/cts/
DManagerUtilTest.java17 package com.android.tv.settings.library.cts;
23 import com.android.tv.settings.library.ManagerUtil;
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
DGtestRunner.java51 TargetLibrary library = (TargetLibrary) testClass.getAnnotation(TargetLibrary.class); in GtestRunner() local
52 if (library == null) { in GtestRunner()
55 System.loadLibrary(library.value()); in GtestRunner()
/cts/tests/tests/simphonebookprovider/
DAndroid.bp21 "hamcrest-library",
57 "hamcrest-library",
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2023_40077.java45 final String library = "libstagefright_foundation"; in testPocCVE_2023_40077() local
52 new BacktraceFilterPattern(library, "MetaDataBase::setData")) in testPocCVE_2023_40077()
/cts/hostsidetests/devicepolicy/app/TestApps/
DAndroid.bp32 "cts-security-test-support-library",
59 "cts-security-test-support-library",
86 "cts-security-test-support-library",
113 "cts-security-test-support-library",
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/
DAndroid.bp32 "cts-security-test-support-library",
67 "cts-security-test-support-library",
101 "cts-security-test-support-library",
139 "cts-security-test-support-library",
/cts/hostsidetests/inputmethodservice/common/
DAndroid.bp15 // Build the common library for use device-side
33 // Build the common library for use host-side
/cts/tests/tests/wifi/
Djarjar-rules.txt1 # Module library in frameworks/libs/net
/cts/tests/tests/keystore/
DAndroid.bp20 name: "cts-keystore-user-auth-helper-library",
27 "hamcrest-library",
76 "cts-keystore-user-auth-helper-library",
77 "cts-security-test-support-library",
82 "hamcrest-library",
/cts/tests/tests/time/shell_utils/
DAndroid.bp21 // A library for interacting with time-related shell "cmd" commands from host
39 // A library for interacting with time-related shell "cmd" commands from
/cts/tests/tests/webkit/shared/
DREADME.md7 to create a shared library.
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/ServiceTest/
DAndroid.bp49 // Disable dexpreopt and <uses-library> check for test
82 // Disable dexpreopt and <uses-library> check for test
118 // Disable dexpreopt and <uses-library> check for test
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java203 private String installLibToDataData(String dataData, String library) throws Exception { in installLibToDataData() argument
208 String libInDataData = dataData + "/" + library; in installLibToDataData()
213 String libPathInApk = "lib/" + mAbi.getName() + "/" + library; in installLibToDataData()
218 throw new RuntimeException("Could not push library " + library + " to device"); in installLibToDataData()
/cts/tests/tests/identity/
DAndroid.bp38 "cts-security-test-support-library",
39 "cts-keystore-user-auth-helper-library",
/cts/build/
Ddevice_info_package.mk78 … PRIVATE_USES_OPTIONAL_LIBRARIES := $(foreach library,$(DEVICE_INFO_USES_OPTIONAL_LIBRARIES),-lo $…
/cts/hostsidetests/devicepolicy/app/SharingApps/
DAndroid.bp32 "cts-security-test-support-library",
59 "cts-security-test-support-library",
/cts/apps/CtsVerifier/
DAndroid.bp92 "cts-security-test-support-library",
146 // opencv library
152 // Build CTS verifier framework as a library.
170 // Build ItsService as a library
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/
DAndroid.bp40 * Isolated feature split with extracting native library
84 * Isolated feature split without extracting native library
/cts/common/device-side/bedstead/testapp/
DAndroid.bp13 srcs: ["src/library/main/proto/testapp_protos.proto"],
47 "src/library/main/java/**/*.java",
48 "src/library/main/java/**/*.kt",
63 manifest: "src/library/main/AndroidManifest.xml",
108 "src/library/main/proto/testapp_protos.proto",
/cts/hostsidetests/media/common/
DAndroid.bp16 // Build the common library for use device-side
/cts/hostsidetests/media/app/common/
DAndroid.bp16 // Build the common library for use device-side
/cts/tests/tests/jni/libjnicommon/
DAndroid.bp16 // This is the shared library included by the JNI test app.
/cts/tests/security/
DAndroid.bp20 name: "cts-security-test-support-library",

12345