Searched refs:lib (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/opt/car/setupwizard/library/
H A Dcommon.mk31 ifeq (,$(findstring car-setup-wizard-lib, $(LOCAL_STATIC_ANDROID_LIBRARIES)))
32 LOCAL_STATIC_ANDROID_LIBRARIES += car-setup-wizard-lib
H A DAndroid.mk28 LOCAL_MODULE := car-setup-wizard-lib
/frameworks/layoutlib/
H A DAndroid.mk30 built_framework_dep := $(call java-lib-deps,framework)
31 built_framework_classes := $(call java-lib-files,framework)
33 built_oj_dep := $(call java-lib-deps,core-oj)
34 built_oj_classes := $(call java-lib-files,core-oj)
36 built_core_dep := $(call java-lib-deps,core-libart)
37 built_core_classes := $(call java-lib-files,core-libart)
39 built_ext_dep := $(call java-lib-deps,ext)
40 built_ext_classes := $(call java-lib-files,ext)
42 built_icudata_dep := $(call java-lib-deps,icu4j-icudata-host-jarjar,HOST)
43 built_icutzdata_dep := $(call java-lib
[all...]
/frameworks/base/libs/androidfw/tests/data/lib_one/
H A Dbuild20 aapt package -M AndroidManifest.xml -S res -F lib_one.apk -f --shared-lib
/frameworks/base/libs/androidfw/tests/data/lib_two/
H A Dbuild20 aapt package -M AndroidManifest.xml -S res -F lib_two.apk -f --shared-lib
/frameworks/av/media/libeffects/lvm/wrapper/
H A DAndroid.mk33 $(LOCAL_PATH)/../lib/Common/lib/ \
34 $(LOCAL_PATH)/../lib/Bundle/lib/ \
68 $(LOCAL_PATH)/../lib/Common/lib/ \
69 $(LOCAL_PATH)/../lib/Reverb/lib/ \
/frameworks/av/media/libeffects/data/
H A Daudio_effects.conf4 # <lib name> {
5 # path <lib path>
13 #path /vendor/lib/soundfx/libeffectproxy.so
18 #path /vendor/lib/soundfx/libswwrapper.so
23 #path /vendor/lib/soundfx/libhwwrapper.so
27 path /vendor/lib/soundfx/libbundlewrapper.so
30 path /vendor/lib/soundfx/libreverbwrapper.so
33 path /vendor/lib/soundfx/libvisualizer.so
36 path /vendor/lib/soundfx/libdownmix.so
39 path /vendor/lib/soundf
[all...]
/frameworks/base/libs/androidfw/tests/
H A DAppAsLib_test.cpp23 namespace lib = com::android::appaslib::lib;
44 // This tests the app resources loaded as shared-lib.
57 ssize_t block = table.getResource(lib::R::integer::number1, &val);
60 ASSERT_EQ(lib::R::array::integerArray1, val.data);
63 // This tests the shared-lib loaded with appAsLib as true.
76 ssize_t block = table.getResource(lib::R::integer::number1, &val);
79 ASSERT_EQ(lib::R::array::integerArray1, val.data);
/frameworks/opt/setupwizard/library/
H A Dcommon-gingerbread.mk15 # Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)
18 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_ANDROID_LIBRARIES)))
19 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib-gingerbread-compat
H A Dcommon-platform-deprecated.mk16 # Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)
24 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
26 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
/frameworks/base/libs/androidfw/tests/data/appaslib/
H A DR.h26 namespace lib { namespace in namespace:com::android::appaslib
42 } // namespace lib
H A Dbuild23 aapt package -M AndroidManifest.xml -S res -I $PATH_TO_FRAMEWORK_RES -F appaslib_lib.apk -f --shared-lib
/frameworks/support/media/version-compat-tests/lib/src/main/java/androidx/media/test/lib/
H A DTestHelperUtil.java17 package androidx.media.test.lib;
/frameworks/base/native/webview/loader/
H A Dloader.cpp67 jboolean DoCreateRelroFile(const char* lib, const char* relro) { argument
90 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo);
93 ALOGE("Failed to load library %s: %s", lib, dlerror());
104 ALOGV("Created relro file %s for library %s", relro, lib);
108 jint DoLoadWithRelroFile(JNIEnv* env, const char* lib, const char* relro, argument
128 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo);
131 ALOGE("Failed to load library %s: %s", lib, dlerror());
134 ALOGV("Loaded library %s with relro file %s", lib, relro);
146 jboolean CreateRelroFile(JNIEnv* env, jclass, jstring lib, jstring relro) { argument
148 const char* lib_utf8 = env->GetStringUTFChars(lib, NUL
160 LoadWithRelroFile(JNIEnv* env, jclass, jstring lib, jstring relro, jobject clazzLoader) argument
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h58 lib_entry_t *lib; member in struct:effect_entry_s
66 // Structure used to store the lib entry
72 lib_entry_t *lib; member in struct:sub_effect_entry_s
H A DEffectsFactoryState.h46 lib_entry_t **lib,
H A DEffectsFactory.c58 lib_entry_t **lib,
73 if (fx->lib == NULL) {
77 pthread_mutex_lock(&fx->lib->lock);
81 pthread_mutex_unlock(&fx->lib->lock);
98 if (fx->lib == NULL) {
102 pthread_mutex_lock(&fx->lib->lock);
106 pthread_mutex_unlock(&fx->lib->lock);
119 if (fx->lib == NULL) {
123 pthread_mutex_lock(&fx->lib->lock);
127 pthread_mutex_unlock(&fx->lib
460 findSubEffect(const effect_uuid_t *uuid, lib_entry_t **lib, effect_descriptor_t **desc) argument
[all...]
/frameworks/base/tests/SharedLibrary/lib/
H A DAndroid.mk7 LOCAL_AAPT_FLAGS := --shared-lib
/frameworks/av/media/libaudioprocessing/tests/
H A Dbuild_and_run_all_unit_tests.sh17 adb push $OUT/system/lib/libaudioprocessing.so /system/lib
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DAndroid.mk30 -Wl,--rpath,\$${ORIGIN}/../../../system/vendor/lib/mediacas -Wl,--enable-new-dtags
/frameworks/rs/tests/java_api/HealingBrush/
H A DAndroid.mk34 $(TOPDIR)external/clang/lib/Headers \
/frameworks/rs/tests/java_api/ImageProcessing2/
H A DAndroid.mk31 LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE := $(TOPDIR)external/clang/lib/Headers \
/frameworks/rs/tests/java_api/RsNbody/
H A DAndroid.mk33 $(TOPDIR)external/clang/lib/Headers \
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh37 # RENDERSCRIPT_V8_JAR is the generated JAVA static lib for RenderScript Support Lib.
44 HOST_LIB_DIR=$ANDROID_HOST_OUT/lib
187 sys_lib_dir=$MY_ANDROID_DIR/out/target/product/$sys_name/system/lib
193 for a in `find renderscript/lib/$t -name \*.so`; do
199 for a in `find renderscript/lib/$t -name \*.bc`; do
204 for a in `find renderscript/lib/$t -name \*.a`; do
213 cp $MY_ANDROID_DIR/$RENDERSCRIPT_V8_JAR renderscript/lib/javalib.jar
218 cp $MY_ANDROID_DIR/external/clang/lib/Headers/*.h renderscript/clang-include
222 # Host-specific tools (bin/ and lib/)
249 cp $HOST_LIB_DIR/$a tools/$SHORT_OSNAME/lib
[all...]
/frameworks/base/core/tests/featureflagtests/
H A DAndroid.mk12 LOCAL_STATIC_JAVA_LIBRARIES := android-common frameworks-core-util-lib android-support-test

Completed in 562 milliseconds

123