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

<<1112131415161718

  /external/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/opus/src/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh 745 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
795 -dlopen=*|--mode=*|--tag=*)
884 # Only execute mode is allowed to have -dlopen flags.
886 func_error "unrecognized option \`-dlopen'"
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
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...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/libedit/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/libexif/
ltmain.sh 1082 --dlopen|-dlopen)
    [all...]
  /external/libmtp/
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/libogg/
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/libopus/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/libpng/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/libusb/
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/libusb-compat/
ltmain.sh 745 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
795 -dlopen=*|--mode=*|--tag=*)
884 # Only execute mode is allowed to have -dlopen flags.
886 func_error "unrecognized option \`-dlopen'"
    [all...]
  /external/libvorbis/
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/pixman/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 1076 --dlopen|-dlopen)
    [all...]
  /external/protobuf/
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/qemu/distrib/sdl-1.2.15/build-scripts/
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...]
  /hardware/intel/img/libdrm/
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/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 393 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
398 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
411 _eglLog(_EGL_DEBUG, "DRI2: dlopen(%s)", path);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 393 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
398 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
411 _eglLog(_EGL_DEBUG, "DRI2: dlopen(%s)", path);
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 435 csd->csd_client = dlopen(LIB_CSD_CLIENT, RTLD_NOW);
437 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_CSD_CLIENT);
440 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_CSD_CLIENT);
581 void *lib = dlopen(name, RTLD_NOW);
746 my_data->acdb_handle = dlopen(LIB_ACDB_LOADER, RTLD_NOW);
748 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_ACDB_LOADER);
750 ALOGV("%s: DLOPEN successful for %s", __func__, LIB_ACDB_LOADER);
    [all...]
  /bionic/tests/
dlext_test.cpp 328 handle = dlopen(lib, RTLD_NOW);

Completed in 4251 milliseconds

<<1112131415161718