HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 276 - 300 of 514) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/plugin/
plugin_dlopen.go 19 void* h = dlopen(path, RTLD_NOW|RTLD_GLOBAL);
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp     [all...]
  /device/linaro/hikey/gralloc960/
mali_gralloc_formats.cpp 54 dso_handle = dlopen(name, RTLD_LAZY);
  /external/mesa3d/src/glx/windows/
windowsgl.c 43 dl_handle = dlopen("cygnativeGLthunk.dll", RTLD_NOW);
  /external/selinux/libselinux/src/
load_policy.c 87 libsepolh = dlopen("libsepol.so.1", RTLD_NOW);
  /external/skia/tests/
CanvasStateTest.cpp 22 // dlopen and the library flag are only used for tests which require this flag.
34 // This class calls dlopen on the library passed in to the command line flag library, and handles
38 // If the flag library was passed to this run of the test, attempt to open it using dlopen and
42 fHandle = dlopen(FLAGS_library[0], RTLD_LAZY | RTLD_LOCAL);
  /external/skqp/tests/
CanvasStateTest.cpp 22 // dlopen and the library flag are only used for tests which require this flag.
34 // This class calls dlopen on the library passed in to the command line flag library, and handles
38 // If the flag library was passed to this run of the test, attempt to open it using dlopen and
42 fHandle = dlopen(FLAGS_library[0], RTLD_LAZY | RTLD_LOCAL);
  /external/tensorflow/tensorflow/contrib/lite/nnapi/
NeuralNetworksShim.h 37 void* handle = dlopen(name, RTLD_LAZY | RTLD_LOCAL);
    [all...]
  /external/v8/src/third_party/vtune/
ittnotify_config.h 276 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
  /frameworks/av/media/libeffects/factory/
EffectsXmlConfigLoader.cpp 43 /** Similarly to dlopen, looks for the provided path in LD_EFFECT_LIBRARY_PATH.
75 std::unique_ptr<void, decltype(dlclose)*> libHandle(dlopen(path, RTLD_NOW),
78 ALOGE("Could not dlopen library %s: %s", path, dlerror());
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 113 return dlopen(path, mode);
175 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
  /frameworks/rs/driver/
rsdCore.cpp 296 handleIO = dlopen("libRSSupportIO.so", RTLD_LAZY | RTLD_LOCAL);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_utils.c 91 pcontext->fd_parser = dlopen(parser_name, RTLD_LAZY);
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 193 lib_handle_ = dlopen(VENDOR_LIBRARY_NAME, RTLD_NOW);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraPerf.cpp 650 (dlHandle = dlopen(value, RTLD_NOW | RTLD_LOCAL))) {
  /hardware/qcom/gps/msm8909w_3100/android/
Gnss.cpp 90 void *handle = dlopen("libgnss.so", RTLD_NOW);
92 LOC_LOGW("dlopen for libgnss.so failed, error = %s", error);
  /hardware/qcom/gps/msm8998/android/
Gnss.cpp 90 void *handle = dlopen("libgnss.so", RTLD_NOW);
92 LOC_LOGW("dlopen for libgnss.so failed, error = %s", error);
  /system/core/libnativebridge/
native_bridge.cc 50 kOpened, // After successful dlopen.
216 void* handle = dlopen(nb_library_filename, RTLD_LAZY);
234 // Two failure conditions: could not find library (dlopen failed), or could not find native
  /external/cmockery/cmockery_0_1_2/
libtool 164 # Whether dlopen is supported.
167 # Whether dlopen of programs is supported.
170 # Whether dlopen of statically linked programs is supported.
875 -dlopen)
876 prevopt="-dlopen"
960 # Only execute mode is allowed to have -dlopen flags.
962 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
    [all...]
ltmain.sh 523 -dlopen)
524 prevopt="-dlopen"
608 # Only execute mode is allowed to have -dlopen flags.
610 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh 523 -dlopen)
524 prevopt="-dlopen"
608 # Only execute mode is allowed to have -dlopen flags.
610 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
    [all...]
  /external/libunwind/aux/
ltmain.sh 195 -dlopen)
196 prevopt="-dlopen"
266 # Only execute mode is allowed to have -dlopen flags.
268 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
980 -dlopen)
1229 # This file was specified with -dlopen.
1263 # This library was specified with -dlopen.
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh 738 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
788 -dlopen=*|--mode=*|--tag=*)
877 # Only execute mode is allowed to have -dlopen flags.
879 func_error "unrecognized option \`-dlopen'"
    [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 242 # Whether dlopen is supported.
245 # Whether dlopen of programs is supported.
248 # Whether dlopen of statically linked programs is supported.
    [all...]
ltmain.sh 738 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
788 -dlopen=*|--mode=*|--tag=*)
877 # Only execute mode is allowed to have -dlopen flags.
879 func_error "unrecognized option \`-dlopen'"
    [all...]

Completed in 525 milliseconds

<<11121314151617181920>>