Home
last modified time | relevance | path

Searched refs:check_library_exists (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/libc++abi/src/cmake/
H A Dconfig-ix.cmake7 check_library_exists(c fopen "" LIBCXXABI_HAS_C_LIB)
10 check_library_exists(gcc __gcc_personality_v0 "" LIBCXXABI_HAS_GCC_LIB)
12 check_library_exists(gcc_s __gcc_personality_v0 "" LIBCXXABI_HAS_GCC_S_LIB)
13 check_library_exists(gcc __aeabi_uldivmod "" LIBCXXABI_HAS_GCC_LIB)
101 check_library_exists(c __cxa_thread_atexit_impl ""
106 check_library_exists(c __cxa_thread_atexit_impl ""
109 check_library_exists(dl dladdr "" LIBCXXABI_HAS_DL_LIB)
110 check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
111 check_library_exists(c __cxa_thread_atexit_impl ""
/aosp_15_r20/external/llvm/cmake/
H A Dconfig-ix.cmake94 check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)
96 check_library_exists(pthread pthread_getspecific "" HAVE_PTHREAD_GETSPECIFIC)
97 check_library_exists(pthread pthread_rwlock_init "" HAVE_PTHREAD_RWLOCK_INIT)
98 check_library_exists(pthread pthread_mutex_lock "" HAVE_PTHREAD_MUTEX_LOCK)
101 check_library_exists(c pthread_create "" PTHREAD_IN_LIBC)
103 check_library_exists(c pthread_getspecific "" HAVE_PTHREAD_GETSPECIFIC)
104 check_library_exists(c pthread_rwlock_init "" HAVE_PTHREAD_RWLOCK_INIT)
105 check_library_exists(c pthread_mutex_lock "" HAVE_PTHREAD_MUTEX_LOCK)
108 check_library_exists(dl dlopen "" HAVE_LIBDL)
109 check_library_exists(rt clock_gettime "" HAVE_LIBRT)
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/cmake/
H A Dconfig-ix.cmake23 check_library_exists(gcc __gcc_personality_v0 "" LIBCXX_HAS_GCC_LIB)
25 check_library_exists(gcc_s __gcc_personality_v0 "" LIBCXX_HAS_GCC_S_LIB)
117 check_library_exists(atomic __atomic_fetch_add_8 "" LIBCXX_HAS_ATOMIC_LIB)
127 check_library_exists(pthread pthread_create "" LIBCXX_HAS_PTHREAD_LIB)
128 check_library_exists(rt clock_gettime "" LIBCXX_HAS_RT_LIB)
129 check_library_exists(atomic __atomic_fetch_add_8 "" LIBCXX_HAS_ATOMIC_LIB)
/aosp_15_r20/external/libcxx/cmake/
H A Dconfig-ix.cmake10 check_library_exists(c fopen "" LIBCXX_HAS_C_LIB)
17 check_library_exists(gcc_s __gcc_personality_v0 "" LIBCXX_HAS_GCC_S_LIB)
84 check_library_exists(pthread pthread_create "" LIBCXX_HAS_PTHREAD_LIB)
85 check_library_exists(m ccos "" LIBCXX_HAS_M_LIB)
86 check_library_exists(rt clock_gettime "" LIBCXX_HAS_RT_LIB)
/aosp_15_r20/external/libcxxabi/cmake/
H A Dconfig-ix.cmake5 check_library_exists(c fopen "" LIBCXXABI_HAS_C_LIB)
7 check_library_exists(gcc_s __gcc_personality_v0 "" LIBCXXABI_HAS_GCC_S_LIB)
86 check_library_exists(dl dladdr "" LIBCXXABI_HAS_DL_LIB)
87 check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
88 check_library_exists(c __cxa_thread_atexit_impl ""
/aosp_15_r20/external/compiler-rt/cmake/
H A Dconfig-ix.cmake73 check_library_exists(c fopen "" COMPILER_RT_HAS_LIBC)
74 check_library_exists(dl dlopen "" COMPILER_RT_HAS_LIBDL)
75 check_library_exists(rt shm_open "" COMPILER_RT_HAS_LIBRT)
76 check_library_exists(m pow "" COMPILER_RT_HAS_LIBM)
77 check_library_exists(pthread pthread_create "" COMPILER_RT_HAS_LIBPTHREAD)
78 check_library_exists(stdc++ __cxa_throw "" COMPILER_RT_HAS_LIBSTDCXX)
83 check_library_exists(log __android_log_write "" COMPILER_RT_HAS_LIBLOG)
/aosp_15_r20/external/libpcap/rpcapd/
H A DCMakeLists.txt6 check_library_exists(crypt crypt "" HAVE_CRYPT_IN_LIBCRYPT)
28 # NOTE: if you hand check_library_exists as its last argument a variable
34 check_library_exists(xnet getaddrinfo "" LIBXNET_HAS_GETADDRINFO)
41 check_library_exists(socket getaddrinfo "" LIBSOCKET_HAS_GETADDRINFO)
/aosp_15_r20/external/pytorch/torch/lib/libshm/
H A DCMakeLists.txt31 check_library_exists(rt clock_gettime "time.h" NEED_LIBRT)
38 # check_library_exists isn't going to build the C file with the
53 check_library_exists(rt shm_open "sys/mman.h" NEED_RT_AND_PTHREAD)
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindX11.cmake474 check_library_exists("${X11_LIBRARIES}" "XOpenDisplay" "${X11_LIBRARY_DIR}" X11_LIB_X11_SOLO)
477 check_library_exists("dnet" "dnet_ntoa" "" X11_LIB_DNET_HAS_DNET_NTOA)
481 check_library_exists("dnet_stub" "dnet_ntoa" "" X11_LIB_DNET_STUB_HAS_DNET_NTOA)
491 check_library_exists("nsl" "gethostbyname" "" CMAKE_LIB_NSL_HAS_GETHOSTBYNAME)
495 check_library_exists("bsd" "gethostbyname" "" CMAKE_LIB_BSD_HAS_GETHOSTBYNAME)
505 check_library_exists("socket" "connect" "" CMAKE_LIB_SOCKET_HAS_CONNECT)
514 check_library_exists("posix" "remove" "" CMAKE_LIB_POSIX_HAS_REMOVE)
523 check_library_exists("ipc" "shmat" "" CMAKE_LIB_IPS_HAS_SHMAT)
531 check_library_exists("ICE" "IceConnectionNumber" "${X11_LIBRARY_DIR}"
/aosp_15_r20/external/leveldb/
H A DCMakeLists.txt41 check_library_exists(crc32c crc32c_value "" HAVE_CRC32C)
42 check_library_exists(snappy snappy_compress "" HAVE_SNAPPY)
43 check_library_exists(tcmalloc malloc "" HAVE_TCMALLOC)
420 check_library_exists(sqlite3 sqlite3_open "" HAVE_SQLITE3)
426 # check_library_exists is insufficient here because the library names have
/aosp_15_r20/external/llvm/cmake/modules/
H A DCheckAtomic.cmake44 check_library_exists(atomic __atomic_fetch_add_4 "" HAVE_LIBATOMIC)
66 check_library_exists(atomic __atomic_load_8 "" HAVE_CXX_LIBATOMICS64)
/aosp_15_r20/external/libopus/cmake/
H A DOpusConfig.cmake43 check_library_exists(m floor "" HAVE_LIBM)
97 check_library_exists(ssp __stack_chk_fail "" HAVE_LIBSSP)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/
DCheckAtomic.cmake51 check_library_exists(atomic __atomic_fetch_add_4 "" HAVE_LIBATOMIC)
72 check_library_exists(atomic __atomic_load_8 "" HAVE_CXX_LIBATOMICS64)
DFindLibpfm.cmake13 check_library_exists(pfm pfm_initialize "" HAVE_LIBPFM_INITIALIZE)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/
DCheckAtomic.cmake51 check_library_exists(atomic __atomic_fetch_add_4 "" HAVE_LIBATOMIC)
72 check_library_exists(atomic __atomic_load_8 "" HAVE_CXX_LIBATOMICS64)
DFindLibpfm.cmake13 check_library_exists(pfm pfm_initialize "" HAVE_LIBPFM_INITIALIZE)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/
DCheckAtomic.cmake51 check_library_exists(atomic __atomic_fetch_add_4 "" HAVE_LIBATOMIC)
72 check_library_exists(atomic __atomic_load_8 "" HAVE_CXX_LIBATOMICS64)
DFindLibpfm.cmake13 check_library_exists(pfm pfm_initialize "" HAVE_LIBPFM_INITIALIZE)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/
DCheckAtomic.cmake51 check_library_exists(atomic __atomic_fetch_add_4 "" HAVE_LIBATOMIC)
72 check_library_exists(atomic __atomic_load_8 "" HAVE_CXX_LIBATOMICS64)
DFindLibpfm.cmake13 check_library_exists(pfm pfm_initialize "" HAVE_LIBPFM_INITIALIZE)
/aosp_15_r20/external/libxml2/
H A DCMakeLists.txt149 check_library_exists(readline readline "" HAVE_LIBREADLINE)
151 check_library_exists(history append_history "" HAVE_LIBHISTORY)
306 check_library_exists(dl dlopen "" HAVE_DLOPEN)
311 check_library_exists(dld shl_load "" HAVE_SHLLOAD)
/aosp_15_r20/external/expat/expat/
H A DConfigureChecks.cmake76 check_library_exists(m cos "" _EXPAT_LIBM_FOUND)
/aosp_15_r20/external/libcxx/cmake/Modules/
H A DCheckLibcxxAtomic.cmake42 check_library_exists(atomic __atomic_fetch_add_8 "" LIBCXX_HAS_ATOMIC_LIB)
/aosp_15_r20/external/sandboxed-api/contrib/pffft/
H A DCMakeLists.txt52 check_library_exists(m sin "" _sapi_HAVE_LIBM)
/aosp_15_r20/external/tcpdump/
H A DCMakeLists.txt343 # NOTE: if you hand check_library_exists as its last argument a variable
363 check_library_exists(socket gethostbyaddr "" LIBSOCKET_HAS_GETHOSTBYADDR)
367 check_library_exists(nsl gethostbyaddr "" LIBNSL_HAS_GETHOSTBYADDR)
850 check_library_exists(casper cap_init "" HAVE_CAP_INIT)
854 check_library_exists(cap_dns cap_gethostbyaddr "" HAVE_CAP_GETHOSTBYADDR)
871 check_library_exists(cap-ng capng_change_id "" HAVE_LIBCAP_NG)

12