HomeSort by relevance Sort by last modified time
    Searched full:find_library (Results 26 - 44 of 44) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 3 from ctypes.util import find_library namespace
12 libc_name = find_library("c")
test_callbacks.py 184 from ctypes.util import find_library namespace
185 libc_path = find_library("c")
  /external/ceres-solver/cmake/
depend.cmake 57 FIND_LIBRARY(GFLAGS_LIB NAMES gflags PATHS ${SEARCH_LIBS})
75 FIND_LIBRARY(GLOG_LIB NAMES glog PATHS ${SEARCH_LIBS})
  /external/eigen/cmake/
FindGSL.cmake 45 FIND_LIBRARY(GSL_GSL_LIBRARY
59 FIND_LIBRARY(GSL_GSLCBLAS_LIBRARY
FindLAPACK.cmake 54 find_library(${_prefix}_${_library}_LIBRARY
60 find_library(${_prefix}_${_library}_LIBRARY
65 find_library(${_prefix}_${_library}_LIBRARY
70 find_library(${_prefix}_${_library}_LIBRARY
FindBLAS.cmake 55 find_library(${_prefix}_${_library}_LIBRARY
61 find_library(${_prefix}_${_library}_LIBRARY
66 find_library(${_prefix}_${_library}_LIBRARY
71 find_library(${_prefix}_${_library}_LIBRARY
FindMPFR.cmake 76 find_library(MPFR_LIBRARIES mpfr PATHS $ENV{GMPDIR} ${LIB_INSTALL_DIR})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 33 from ctypes.util import find_library namespace
35 app_services = cdll.LoadLibrary(find_library("ApplicationServices"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 33 from ctypes.util import find_library namespace
35 app_services = cdll.LoadLibrary(find_library("ApplicationServices"))
  /external/llvm/bindings/python/llvm/
common.py 98 # while ctypes.util.find_library() doesn't.
103 # with all possible library names first, then try ctypes.util.find_library().
123 t = ctypes.util.find_library(i)
  /external/ceres-solver/
CMakeLists.txt 174 FIND_LIBRARY(AMD_LIB NAMES amd)
191 FIND_LIBRARY(CAMD_LIB NAMES camd)
208 FIND_LIBRARY(COLAMD_LIB NAMES colamd)
225 FIND_LIBRARY(CCOLAMD_LIB NAMES ccolamd)
242 FIND_LIBRARY(CHOLMOD_LIB NAMES cholmod)
259 FIND_LIBRARY(SUITESPARSEQR_LIB NAMES spqr)
280 FIND_LIBRARY(SUITESPARSE_CONFIG_LIB NAMES suitesparseconfig)
308 FIND_LIBRARY(METIS_LIB NAMES metis)
317 FIND_LIBRARY(TBB_LIB NAMES tbb)
325 FIND_LIBRARY(TBB_MALLOC_LIB NAMES tbbmalloc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 184 from ctypes.util import find_library namespace
185 libc_path = find_library("c")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cmake.py 57 'file', 'find_file', 'find_library', 'find_package', 'find_path',
  /external/libpng/
CMakeLists.txt 34 find_library(M_LIBRARY
  /external/libpng/scripts/
CMakeLists.txt 19 find_library(M_LIBRARY
  /external/llvm/cmake/
config-ix.cmake 279 find_library(FFI_LIBRARY_PATH ffi PATHS ${FFI_LIBRARY_DIR})
  /bionic/linker/
linker.cpp 785 static soinfo* find_library(const char* name) { function
829 soinfo* si = find_library(name);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 404 lib = ctypes.CDLL(ctypes.util.find_library(libname))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 404 lib = ctypes.CDLL(ctypes.util.find_library(libname))

Completed in 389 milliseconds

12