HomeSort by relevance Sort by last modified time
    Searched full:check_function_exists (Results 1 - 20 of 20) sorted by null

  /external/clang/tools/scan-build-py/tests/functional/exec/
CMakeLists.txt 17 check_function_exists(execve HAVE_EXECVE)
18 check_function_exists(execv HAVE_EXECV)
19 check_function_exists(execvpe HAVE_EXECVPE)
20 check_function_exists(execvp HAVE_EXECVP)
21 check_function_exists(execvP HAVE_EXECVP2)
22 check_function_exists(exect HAVE_EXECT)
23 check_function_exists(execl HAVE_EXECL)
24 check_function_exists(execlp HAVE_EXECLP)
25 check_function_exists(execle HAVE_EXECLE)
26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN
    [all...]
  /external/expat/
ConfigureChecks.cmake 21 check_function_exists("getpagesize" HAVE_GETPAGESIZE)
22 check_function_exists("bcopy" HAVE_BCOPY)
24 check_function_exists("mmap" HAVE_MMAP)
25 check_function_exists("getrandom" HAVE_GETRANDOM)
30 check_function_exists("arc4random_buf" HAVE_ARC4RANDOM_BUF)
32 check_function_exists("arc4random" HAVE_ARC4RANDOM)
  /external/swiftshader/third_party/LLVM/cmake/
config-ix.cmake 97 check_function_exists(isatty HAVE_ISATTY)
159 check_function_exists(_alloca HAVE__ALLOCA)
160 check_function_exists(__alloca HAVE___ALLOCA)
161 check_function_exists(__chkstk HAVE___CHKSTK)
162 check_function_exists(___chkstk HAVE____CHKSTK)
164 check_function_exists(__ashldi3 HAVE___ASHLDI3)
165 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
166 check_function_exists(__divdi3 HAVE___DIVDI3)
167 check_function_exists(__fixdfdi HAVE___FIXDFDI)
168 check_function_exists(__fixsfdi HAVE___FIXSFDI)
    [all...]
  /external/clang/tools/scan-build-py/libear/
__init__.py 31 configure.check_function_exists('execve', 'HAVE_EXECVE')
32 configure.check_function_exists('execv', 'HAVE_EXECV')
33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE')
34 configure.check_function_exists('execvp', 'HAVE_EXECVP')
35 configure.check_function_exists('execvP', 'HAVE_EXECVP2')
36 configure.check_function_exists('exect', 'HAVE_EXECT')
37 configure.check_function_exists('execl', 'HAVE_EXECL')
38 configure.check_function_exists('execlp', 'HAVE_EXECLP')
39 configure.check_function_exists('execle', 'HAVE_EXECLE')
40 configure.check_function_exists('posix_spawn', 'HAVE_POSIX_SPAWN'
181 def check_function_exists(self, function, name): member in class:Configure
    [all...]
  /external/llvm/cmake/
config-ix.cmake 213 check_function_exists(_alloca HAVE__ALLOCA)
214 check_function_exists(__alloca HAVE___ALLOCA)
215 check_function_exists(__chkstk HAVE___CHKSTK)
216 check_function_exists(__chkstk_ms HAVE___CHKSTK_MS)
217 check_function_exists(___chkstk HAVE____CHKSTK)
218 check_function_exists(___chkstk_ms HAVE____CHKSTK_MS)
220 check_function_exists(__ashldi3 HAVE___ASHLDI3)
221 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
222 check_function_exists(__divdi3 HAVE___DIVDI3)
223 check_function_exists(__fixdfdi HAVE___FIXDFDI
    [all...]
  /external/libpcap/
CMakeLists.txt 124 check_function_exists( strerror HAVE_STRERROR )
125 check_function_exists( strlcpy HAVE_STRLCPY )
126 check_function_exists( snprintf HAVE_SNPRINTF )
127 check_function_exists( vsnprintf HAVE_VSNPRINTF )
128 check_function_exists( strtok_r HAVE_STRTOK_R )
134 check_function_exists( PacketIsLoopbackAdapter HAVE_PACKET_IS_LOOPBACK_ADAPTER )
289 check_function_exists( getifaddrs HAVE_GETIFADDRS )
  /external/eigen/cmake/
FindLAPACK.cmake 32 # check_function_exists macro) whether can link against that library
101 check_function_exists(${_name}_ ${_prefix}_${_name}_${_combined_name}_f2c_WORKS)
116 check_function_exists(${_name} ${_prefix}_${_name}${_combined_name}_WORKS)
FindMetis.cmake 227 check_function_exists(METIS_NodeND METIS_WORKS)
FindHWLOC.cmake 271 check_function_exists(hwloc_topology_init HWLOC_WORKS)
FindPTSCOTCH.cmake 335 check_function_exists(SCOTCH_dgraphInit PTSCOTCH_WORKS)
FindScotch.cmake 287 check_function_exists(SCOTCH_graphInit SCOTCH_WORKS)
FindPastix.cmake 658 check_function_exists(pastix PASTIX_WORKS)
FindBLAS.cmake 299 check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS)
    [all...]
  /external/libvncserver/
CMakeLists.txt 78 check_function_exists(__b64_ntop HAVE_B64_IN_LIBC)
81 check_function_exists(__b64_ntop HAVE_B64_IN_LIBRESOLV)
142 check_function_exists(gettimeofday LIBVNCSERVER_HAVE_GETTIMEOFDAY)
  /external/vulkan-validation-layers/loader/
CMakeLists.txt 10 CHECK_FUNCTION_EXISTS(secure_getenv HAVE_SECURE_GETENV)
11 CHECK_FUNCTION_EXISTS(__secure_getenv HAVE___SECURE_GETENV)
  /external/curl/
CMakeLists.txt 293 check_function_exists(gethostname HAVE_GETHOSTNAME)
548 check_function_exists(libssh2_version HAVE_LIBSSH2_VERSION)
549 check_function_exists(libssh2_init HAVE_LIBSSH2_INIT)
550 check_function_exists(libssh2_exit HAVE_LIBSSH2_EXIT)
551 check_function_exists(libssh2_scp_send64 HAVE_LIBSSH2_SCP_SEND64)
552 check_function_exists(libssh2_session_handshake HAVE_LIBSSH2_SESSION_HANDSHAKE)
    [all...]
  /external/brotli/
CMakeLists.txt 92 CHECK_FUNCTION_EXISTS(log2 LOG2_RES)
96 CHECK_FUNCTION_EXISTS(log2 LOG2_LIBM_RES)
  /external/zlib/src/
CMakeLists.txt 52 check_function_exists(fseeko HAVE_FSEEKO)
  /toolchain/binutils/binutils-2.27/zlib/
CMakeLists.txt 52 check_function_exists(fseeko HAVE_FSEEKO)
  /external/pcre/dist2/
CMakeLists.txt 110 CHECK_FUNCTION_EXISTS(bcopy HAVE_BCOPY)
111 CHECK_FUNCTION_EXISTS(memmove HAVE_MEMMOVE)
112 CHECK_FUNCTION_EXISTS(strerror HAVE_STRERROR)

Completed in 613 milliseconds