HomeSort by relevance Sort by last modified time
    Searched full:dlopen (Results 326 - 350 of 842) sorted by null

<<11121314151617181920>>

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp 23 void *libEGL = dlopen(p_eglPath, RTLD_NOW);
  /external/chromium_org/third_party/mesa/src/bin/
mklib 119 echo ' -dlopen make a shared library suitable for dynamic loading'
143 DLOPEN=0
210 '-dlopen')
211 DLOPEN=1
699 # you want to dlopen the file
700 if [ $DLOPEN = "1" ] ; then
761 # On Darwin a .bundle is used for a library that you want to dlopen
762 if [ $DLOPEN = "1" ] ; then
  /external/chromium_org/third_party/sqlite/src/test/
loadext.test 64 set dlerror_nosuchfile {dlopen(%s, 10): image not found}
65 set dlerror_notadll {dlopen(%1$s, 10): no suitable image found.*}
  /external/mesa3d/bin/
mklib 119 echo ' -dlopen make a shared library suitable for dynamic loading'
143 DLOPEN=0
210 '-dlopen')
211 DLOPEN=1
699 # you want to dlopen the file
700 if [ $DLOPEN = "1" ] ; then
761 # On Darwin a .bundle is used for a library that you want to dlopen
762 if [ $DLOPEN = "1" ] ; then
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /hardware/qcom/audio/hal/msm8960/
platform.c 302 my_data->acdb_handle = dlopen(LIB_ACDB_LOADER, RTLD_NOW);
304 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_ACDB_LOADER);
306 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_ACDB_LOADER);
331 my_data->csd_client = dlopen(LIB_CSD_CLIENT, RTLD_NOW);
333 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_CSD_CLIENT);
337 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_CSD_CLIENT);
    [all...]
  /dalvik/vm/
Native.cpp 152 void* handle; /* from dlopen */
363 * about dlopen() failures. Some things to check if the message is
373 * - write a trivial app that calls sleep() then dlopen(), attach
383 handle = dlopen(pathName, RTLD_LAZY);
388 ALOGE("dlopen(\"%s\") failed: %s", pathName, *detail);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 59 void *driverLib = dlopen(driverLibName, RTLD_NOW | RTLD_LOCAL);
73 void *implLib = dlopen(implLibName, RTLD_NOW | RTLD_LOCAL);
192 void *gles_android = dlopen("/system/lib/egl/libGLES_android.so", RTLD_NOW | RTLD_LOCAL);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 83 * Wrappers for dlopen/dlclose()
118 return dlopen(filename, RTLD_LAZY);
150 _eglLog(_EGL_DEBUG, "dlopen(%s)", driverPath);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 249 // you cannot dlopen this library. (To see the difference, look at
251 // Since we don't really use dlopen in google code -- and using dlopen
  /external/mesa3d/src/egl/main/
egldriver.c 83 * Wrappers for dlopen/dlclose()
118 return dlopen(filename, RTLD_LAZY);
150 _eglLog(_EGL_DEBUG, "dlopen(%s)", driverPath);
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 165 void* so = dlopen(path, RTLD_NOW | RTLD_LOCAL);
166 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
362 void* dso = dlopen(driver_absolute_path, RTLD_NOW | RTLD_LOCAL);
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.cc 438 vaapi_handle = dlopen("libva.so.1", RTLD_NOW);
439 vaapi_x11_handle = dlopen("libva-x11.so.1", RTLD_NOW);
  /external/chromium_org/printing/backend/
print_backend_cups.cc 47 // So instead we use dlopen() and dlsym() to dynamically load and call
65 void* gnutls_lib = dlopen(kGnuTlsFiles[i], RTLD_NOW);
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 173 #include <dlfcn.h> // For dysym, dlopen.
294 // Otherwise, attempt to dlopen the library.
300 void* handle = dlopen(dso_path->c_str(), RTLD_LAZY);
305 VLOG(1) << "dlopen(" << dso_path->c_str() << ") failed, "
501 """Creates a file of stub functions for a library that is opened via dlopen.
688 dlopen target for each module. The map type is
690 to a list of paths to try in dlopen.
827 The InitializeModule function takes a handle that is retrieved from dlopen
    [all...]
  /external/llvm/cmake/
config-ix.cmake 99 check_library_exists(dl dlopen "" HAVE_LIBDL)
212 check_symbol_exists(dlopen dlfcn.h HAVE_DLOPEN)
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi/
libgabi++_shared.so 
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi-v7a/
libgabi++_shared.so 
  /art/build/
Android.gtest.mk 123 # Allow jni_compiler_test to find Java_MyClassNatives_bar within itself using dlopen(NULL, ...).
  /art/compiler/llvm/
compiler_llvm.cc 97 // (2) dlopen/dlclose side-effect on static objects.
  /bionic/libc/bionic/
debug_stacktrace.cpp 53 gDemangler = dlopen("libgccdemangle.so", RTLD_NOW);
  /bionic/libc/include/
nsswitch.h 210 void *handle; /* handle from dlopen() */
  /bionic/libc/private/
nsswitch.h 211 void *handle; /* handle from dlopen() */
  /development/ndk/platforms/android-3/include/
nsswitch.h 211 void *handle; /* handle from dlopen() */
  /external/chromium_org/chrome/app/
app_mode_loader_mac.mm 102 *cr_dylib = dlopen(framework_shlib_path.value().c_str(), RTLD_LAZY);

Completed in 2010 milliseconds

<<11121314151617181920>>