Searched defs:lib (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/tests/data/lib/
H A DR.h20 namespace lib { namespace
36 } // namespace lib
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h56 lib_entry_t *lib; member in struct:effect_entry_s
59 // Structure used to store the lib entry
65 lib_entry_t *lib; member in struct:sub_effect_entry_s
H A DEffectsFactory.c63 lib_entry_t **lib,
67 lib_entry_t **lib,
85 if (fx->lib == NULL) {
89 pthread_mutex_lock(&fx->lib->lock);
93 pthread_mutex_unlock(&fx->lib->lock);
110 if (fx->lib == NULL) {
114 pthread_mutex_lock(&fx->lib->lock);
118 pthread_mutex_unlock(&fx->lib->lock);
131 if (fx->lib == NULL) {
135 pthread_mutex_lock(&fx->lib
740 findSubEffect(const effect_uuid_t *uuid, lib_entry_t **lib, effect_descriptor_t **desc) argument
837 findEffect(const effect_uuid_t *type, const effect_uuid_t *uuid, lib_entry_t **lib, effect_descriptor_t **desc) argument
[all...]
/frameworks/webview/chromium/loader/
H A Dloader.cpp60 jboolean DoCreateRelroFile(const char* lib, const char* relro) { argument
83 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo);
86 ALOGE("Failed to load library %s: %s", lib, dlerror());
97 ALOGV("Created relro file %s for library %s", relro, lib);
101 jboolean DoLoadWithRelroFile(const char* lib, const char* relro) { argument
112 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo);
115 ALOGE("Failed to load library %s: %s", lib, dlerror());
118 ALOGV("Loaded library %s with relro file %s", lib, relro);
133 jstring lib = lib64; local
137 jstring lib
157 jstring lib = lib64; local
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp241 Module::const_lib_iterator lib, libEnd = m_pModule->lib_end(); local
242 for (lib = m_pModule->lib_begin(); lib != libEnd; ++lib) {
243 if((*lib)->attribute()->isStatic()) {
245 << (*lib)->name() << (*lib)->path();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp853 Module::const_lib_iterator lib, libEnd = pModule.lib_end(); local
854 for (lib = pModule.lib_begin(); lib != libEnd; ++lib) {
855 if (!(*lib)->attribute()->isAsNeeded() || (*lib)->isNeeded()) {
856 dynstr += (*lib)->name().size() + 1;
1111 Module::const_lib_iterator lib, libEnd = pModule.lib_end(); local
1112 for (lib = pModule.lib_begin(); lib !
[all...]

Completed in 189 milliseconds