HomeSort by relevance Sort by last modified time
    Searched full:find_library (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/eigen/bench/btl/
CMakeLists.txt 46 find_library(EIGEN_BTL_RT_LIBRARY rt)
  /external/eigen/cmake/
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
FindPTSCOTCH.cmake 223 find_library(PTSCOTCH_${ptscotch_lib}_LIBRARY
231 find_library(PTSCOTCH_${ptscotch_lib}_LIBRARY
239 find_library(PTSCOTCH_${ptscotch_lib}_LIBRARY
303 find_library(Z_LIBRARY NAMES z)
309 find_library(M_LIBRARY NAMES m)
315 find_library(RT_LIBRARY NAMES rt)
FindScotch.cmake 191 find_library(SCOTCH_${scotch_lib}_LIBRARY
199 find_library(SCOTCH_${scotch_lib}_LIBRARY
207 find_library(SCOTCH_${scotch_lib}_LIBRARY
257 find_library(Z_LIBRARY NAMES z)
263 find_library(M_LIBRARY NAMES m)
269 find_library(RT_LIBRARY NAMES rt)
FindMPFR.cmake 76 find_library(MPFR_LIBRARIES mpfr PATHS $ENV{GMPDIR} ${LIB_INSTALL_DIR})
FindMetis.cmake 158 find_library(METIS_metis_LIBRARY
164 find_library(METIS_metis_LIBRARY
170 find_library(METIS_metis_LIBRARY
209 find_library(M_LIBRARY NAMES m)
FindPastix.cmake 157 find_library(
180 find_library(
440 find_library(PASTIX_${pastix_lib}_LIBRARY
448 find_library(PASTIX_${pastix_lib}_LIBRARY
456 find_library(PASTIX_${pastix_lib}_LIBRARY
621 find_library(
631 find_library(
FindHWLOC.cmake 205 find_library(HWLOC_hwloc_LIBRARY
211 find_library(HWLOC_hwloc_LIBRARY
217 find_library(HWLOC_hwloc_LIBRARY
  /external/google-benchmark/src/
CMakeLists.txt 27 find_library(LIBRT rt)
  /external/libcxx/utils/google-benchmark/src/
CMakeLists.txt 27 find_library(LIBRT rt)
  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
CMakeLists.txt 28 find_library( # Sets the name of the path variable.
  /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/clang/tools/libclang/
CMakeLists.txt 55 find_library(DL_LIBRARY_PATH dl)
  /external/libyuv/files/
CMakeLists.txt 46 find_library(GTEST_LIBRARY gtest)
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 92 clock_gettime = ctypes.CDLL(ctypes.util.find_library('c'),
96 clock_gettime = ctypes.CDLL(ctypes.util.find_library('rt'),
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_osx.py 28 iokit = ctypes.cdll.LoadLibrary(ctypes.util.find_library('IOKit'))
29 cf = ctypes.cdll.LoadLibrary(ctypes.util.find_library('CoreFoundation'))
  /external/scapy/scapy/arch/bpf/
core.py 23 from ctypes.util import find_library
29 LIBC = cdll.LoadLibrary(find_library("libc"))
  /external/parameter-framework/upstream/skeleton-subsystem/
CMakeLists.txt 57 find_library(PFW_CORE_LIBRARY NAMES parameter)
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 186 from ctypes.util import find_library
187 libc_path = find_library("c")
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 184 from ctypes.util import find_library
185 libc_path = find_library("c")
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 184 from ctypes.util import find_library
185 libc_path = find_library("c")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 184 from ctypes.util import find_library
185 libc_path = find_library("c")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 184 from ctypes.util import find_library
185 libc_path = find_library("c")
  /external/harfbuzz_ng/
CMakeLists.txt 222 find_library(GRAPHITE2_LIBRARY graphite2)
249 find_library(GLIB_LIBRARIES NAMES glib-2.0 HINTS ${PC_GLIB_LIBDIR} ${PC_GLIB_LIBRARY_DIRS})
271 find_library(ICU_LIBRARY NAMES libicuuc cygicuuc cygicuuc32 icuuc HINTS ${PC_ICU_LIBRARY_DIRS} ${PC_ICU_LIBDIR})
290 find_library(APPLICATION_SERVICES_FRAMEWORK ApplicationServices)
362 find_library(GOBJECT_LIBRARIES NAMES gobject-2.0 HINTS ${PC_GLIB_LIBDIR} ${PC_GLIB_LIBRARY_DIRS})
614 find_library(CAIRO_LIBRARIESNAMES cairo HINTS ${PC_CAIRO_LIBDIR} ${PC_CAIRO_LIBRARY_DIRS})
  /external/tensorflow/tensorflow/contrib/cmake/
CMakeLists.txt 351 find_library(nccl_STATIC_LIBRARY NAMES libnccl_static.a PATHS ${tensorflow_PATH_NCCL_STATIC_LIB} ${CUDA_TOOLKIT_ROOT_DIR})
359 find_library(cudnn_STATIC_LIBRARY NAMES libcudnn_static.a PATHS ${tensorflow_PATH_CUDNN_STATIC_LIB} ${CUDA_TOOLKIT_ROOT_DIR})
366 find_library(culibos_STATIC_LIBRARY NAMES libculibos.a PATHS ${tensorflow_PATH_STATIC_LIB} ${CUDA_TOOLKIT_ROOT_DIR})

Completed in 1604 milliseconds

1 2 34 5 6