OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_library
(Results
51 - 75
of
138
) sorted by null
1
2
3
4
5
6
/external/curl/CMake/
FindCARES.cmake
16
FIND_LIBRARY
(CARES_LIBRARY
FindLibSSH2.cmake
15
FIND_LIBRARY
(LIBSSH2_LIBRARY NAMES ssh2
/external/eigen/bench/btl/cmake/
FindBlitz.cmake
29
find_library
(BLITZ_LIBRARIES
/external/llvm/utils/unittest/
CMakeLists.txt
35
find_library
(PTHREAD_LIBRARY_PATH pthread)
/external/vulkan-validation-layers/
CMakeLists.txt
228
find_library
(GLSLANG_LIB NAMES glslang
231
find_library
(OGLCompiler_LIB NAMES OGLCompiler
234
find_library
(OSDependent_LIB NAMES OSDependent
237
find_library
(HLSL_LIB NAMES HLSL
240
find_library
(SPIRV_LIB NAMES SPIRV
243
find_library
(SPIRV_REMAPPER_LIB NAMES SPVRemapper
246
find_library
(SPIRV_TOOLS_LIB NAMES SPIRV-Tools
249
find_library
(SPIRV_TOOLS_OPT_LIB NAMES SPIRV-Tools-opt
263
find_library
(GLSLANG_DLIB NAMES glslangd
265
find_library
(OGLCompiler_DLIB NAMES OGLCompiler
[
all
...]
/external/vulkan-validation-layers/cmake/
FindXCB.cmake
32
find_library
(${compname}_LIBRARY NAMES ${libname}
/external/python/cpython3/Lib/ctypes/
util.py
6
#
find_library
(name) returns the pathname of a library, or None.
55
def
find_library
(name):
function
72
def
find_library
(name):
function
184
def
find_library
(name):
function
243
def
find_library
(name, is64 = False):
function
300
def
find_library
(name):
function
313
print(
find_library
("msvcrt"))
317
print(
find_library
("m"))
318
print(
find_library
("c"))
319
print(
find_library
("bz2")
[
all
...]
/external/eigen/bench/spbench/
CMakeLists.txt
10
#
find_library
(PARDISO_LIBRARIES pardiso412-GNU450-X86-64)
71
find_library
(RT_LIBRARY rt)
/external/python/cpython2/Lib/ctypes/test/
test_errno.py
3
from ctypes.util import
find_library
12
libc_name =
find_library
("c")
/external/python/cpython3/Lib/ctypes/test/
test_errno.py
3
from ctypes.util import
find_library
11
libc_name =
find_library
("c")
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_errno.py
3
from ctypes.util import
find_library
12
libc_name =
find_library
("c")
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_errno.py
3
from ctypes.util import
find_library
12
libc_name =
find_library
("c")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py
3
from ctypes.util import
find_library
12
libc_name =
find_library
("c")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py
3
from ctypes.util import
find_library
12
libc_name =
find_library
("c")
/system/iot/attestation/partner-tools/
ec_helper.py
30
from ctypes.util import
find_library
41
cdll.LoadLibrary(
find_library
('crypto'))
42
cdll.LoadLibrary(
find_library
('ssl'))
/external/deqp/targets/default/
default.cmake
27
find_library
(GLES2_LIBRARY NAMES libGLESv2 GLESv2)
28
find_library
(EGL_LIBRARY NAMES libEGL EGL)
FindXCB.cmake
25
FIND_LIBRARY
(XCB_LIBRARIES NAMES xcb HINTS ${PKG_XCB_LIBRARY_DIRS})
/external/freetype/builds/cmake/
FindHarfBuzz.cmake
41
find_library
(HARFBUZZ_LIBRARIES NAMES harfbuzz
53
find_library
(HARFBUZZ_ICU_LIBRARIES NAMES harfbuzz-icu
/external/eigen/cmake/
FindSuperLU.cmake
20
find_library
(SUPERLU_LIBRARIES
FindGSL.cmake
45
FIND_LIBRARY
(GSL_GSL_LIBRARY
59
FIND_LIBRARY
(GSL_GSLCBLAS_LIBRARY
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
CMakeLists.txt
24
find_library
(LIBRT rt)
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py
33
from ctypes.util import
find_library
35
app_services = cdll.LoadLibrary(
find_library
("ApplicationServices"))
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py
33
from ctypes.util import
find_library
35
app_services = cdll.LoadLibrary(
find_library
("ApplicationServices"))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py
33
from ctypes.util import
find_library
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
35
app_services = cdll.LoadLibrary(
find_library
("ApplicationServices"))
Completed in 762 milliseconds
1
2
3
4
5
6