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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
typeinfo 115 // Even with the new abi, on systems that support dlopen
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
typeinfo 109 // Even with the new abi, on systems that support dlopen
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeinfo 115 // Even with the new abi, on systems that support dlopen
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
typeinfo 114 // Even with the new abi, on systems that support dlopen
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeinfo 115 // Even with the new abi, on systems that support dlopen
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
typeinfo 114 // Even with the new abi, on systems that support dlopen
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
typeinfo 112 // Even with the new abi, on systems that support dlopen
  /external/iproute2/ip/
iplink.c 100 static void *BODY; /* cached dlopen(NULL) handle */
114 dlh = dlopen(buf, RTLD_LAZY);
119 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /hardware/qcom/audio/hal/msm8974/
platform.c 323 my_data->acdb_handle = dlopen(LIB_ACDB_LOADER, RTLD_NOW);
325 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_ACDB_LOADER);
327 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_ACDB_LOADER);
  /hardware/qcom/audio/voice_processing/
voice_processing.c 429 lib_handle = dlopen(EFFECTS_DESCRIPTOR_LIBRARY_PATH, RTLD_NOW);
431 ALOGE("%s: DLOPEN failed for %s", __func__, EFFECTS_DESCRIPTOR_LIBRARY_PATH);
433 ALOGV("%s: DLOPEN successful for %s", __func__, EFFECTS_DESCRIPTOR_LIBRARY_PATH);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
ld-2.7.so 
ld-linux.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
ld-2.7.so 
ld-linux.so.2 
  /external/chromium_org/third_party/libxml/src/
configure.in 780 AC_CHECK_LIB(cygwin, dlopen, [
783 AC_DEFINE([HAVE_DLOPEN], [], [Have dlopen based dso])
795 AC_CHECK_FUNC(dlopen, libxml_have_dlopen=yes, [
796 AC_CHECK_LIB(dl, dlopen, [
817 AC_DEFINE([HAVE_DLOPEN], [], [Have dlopen based dso])
    [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/libexif/
ltmain.sh 1082 --dlopen|-dlopen)
    [all...]
  /external/openfst/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/pixman/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/sdk/
release-notes.rst 92 * For applications compiled with a glibc toolchain, ``dlopen()`` can now be
95 download a shared object and then use ``dlopen()`` to access the shared
96 object. The ``dlopen`` example has been modified to demonstrate this
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 80 // This function returns the dlopen()-ed handle if successful.
100 loaded = dlopen(origName, RTLD_NOW | RTLD_LOCAL);
127 loaded = dlopen(newName.c_str(), RTLD_NOW | RTLD_LOCAL);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 68 libmmcamera = ::dlopen("liboemcamera.so", RTLD_NOW);
  /device/lge/mako/camera/
QCameraHWI_Mem.cpp 68 libmmcamera = ::dlopen("liboemcamera.so", RTLD_NOW);

Completed in 656 milliseconds

<<11121314151617181920>>