/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | HandleLLVMStdlib.cmake | 19 check_cxx_compiler_flag("-stdlib=libc++" CXX_COMPILER_SUPPORTS_STDLIB) 20 check_linker_flag("-stdlib=libc++" CXX_LINKER_SUPPORTS_STDLIB) 22 append("-stdlib=libc++" 26 message(WARNING "Can't specify libc++ with '-stdlib='")
|
/external/expat/ |
D | ConfigureChecks.cmake | 13 check_include_file("stdlib.h" HAVE_STDLIB_H) 32 check_symbol_exists("arc4random_buf" "${_bsd}stdlib.h" HAVE_ARC4RANDOM_BUF) 34 check_symbol_exists("arc4random" "${_bsd}stdlib.h" HAVE_ARC4RANDOM) 39 check_include_files("stdlib.h;stdarg.h;string.h;float.h" STDC_HEADERS) 58 #include <stdlib.h> /* for NULL */
|
D | configure.ac | 125 #include <stdlib.h> /* for arc4random_buf on BSD, for NULL */ 127 # include <bsd/stdlib.h> 143 # include <bsd/stdlib.h> 145 # include <stdlib.h> 163 #include <stdlib.h> /* for NULL */ 177 #include <stdlib.h> /* for NULL */
|
/external/clang/test/Modules/Inputs/PR20399/ |
D | module.modulemap | 1 module stdlib [system] { 8 use stdlib 15 use stdlib
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 43 Handle<Object> StdlibMathMember(Isolate* isolate, Handle<JSReceiver> stdlib, in StdlibMathMember() argument 47 Handle<Object> math = JSReceiver::GetDataProperty(stdlib, math_name); in StdlibMathMember() 54 bool AreStdlibMembersValid(Isolate* isolate, Handle<JSReceiver> stdlib, in AreStdlibMembersValid() argument 60 Handle<Object> value = JSReceiver::GetDataProperty(stdlib, name); in AreStdlibMembersValid() 66 Handle<Object> value = JSReceiver::GetDataProperty(stdlib, name); in AreStdlibMembersValid() 74 Handle<Object> value = StdlibMathMember(isolate, stdlib, name); \ in AreStdlibMembersValid() 91 Handle<Object> value = StdlibMathMember(isolate, stdlib, name); \ in AreStdlibMembersValid() 102 Handle<Object> value = JSReceiver::GetDataProperty(stdlib, name); \ in AreStdlibMembersValid() 358 Handle<JSReceiver> stdlib, in InstantiateAsmWasm() argument 376 if (stdlib.is_null()) { in InstantiateAsmWasm() [all …]
|
/external/llvm/cmake/modules/ |
D | HandleLLVMStdlib.cmake | 18 check_cxx_compiler_flag("-stdlib=libc++" CXX_SUPPORTS_STDLIB) 20 append("-stdlib=libc++" 29 message(WARNING "Can't specify libc++ with '-stdlib='")
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 61 check_include_file(stdlib.h HAVE_STDLIB_H) 120 check_symbol_exists(mkdtemp "stdlib.h;unistd.h" HAVE_MKDTEMP) 121 check_symbol_exists(mkstemp "stdlib.h;unistd.h" HAVE_MKSTEMP) 122 check_symbol_exists(mktemp "stdlib.h;unistd.h" HAVE_MKTEMP) 138 check_symbol_exists(srand48 stdlib.h HAVE_RAND48_SRAND48) 140 check_symbol_exists(lrand48 stdlib.h HAVE_RAND48_LRAND48) 142 check_symbol_exists(drand48 stdlib.h HAVE_RAND48_DRAND48) 148 check_symbol_exists(strtoll stdlib.h HAVE_STRTOLL) 149 check_symbol_exists(strtoq stdlib.h HAVE_STRTOQ) 155 check_symbol_exists(setenv stdlib.h HAVE_SETENV)
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | rand48.m4 | 7 [srand48/lrand48/drand48], [<stdlib.h>], 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
|
/external/kotlinc/ |
D | Android.bp | 16 name: "kotlin-stdlib", 18 jars: ["lib/kotlin-stdlib.jar"],
|
/external/libcxx/include/ |
D | stdlib.h | 17 #include_next <stdlib.h> 94 #include_next <stdlib.h>
|
/external/llvm/cmake/ |
D | config-ix.cmake | 156 check_symbol_exists(arc4random "stdlib.h" HAVE_DECL_ARC4RANDOM) 181 check_symbol_exists(mkdtemp "stdlib.h;unistd.h" HAVE_MKDTEMP) 182 check_symbol_exists(mkstemp "stdlib.h;unistd.h" HAVE_MKSTEMP) 183 check_symbol_exists(mktemp "stdlib.h;unistd.h" HAVE_MKTEMP) 192 check_symbol_exists(realpath stdlib.h HAVE_REALPATH) 194 check_symbol_exists(srand48 stdlib.h HAVE_RAND48_SRAND48) 196 check_symbol_exists(lrand48 stdlib.h HAVE_RAND48_LRAND48) 198 check_symbol_exists(drand48 stdlib.h HAVE_RAND48_DRAND48) 204 check_symbol_exists(strtoll stdlib.h HAVE_STRTOLL) 205 check_symbol_exists(strtoq stdlib.h HAVE_STRTOQ) [all …]
|
/external/skia/third_party/libsdl/ |
D | BUILD.gn | 56 "../externals/sdl/src/stdlib/SDL_getenv.c", 57 "../externals/sdl/src/stdlib/SDL_iconv.c", 58 "../externals/sdl/src/stdlib/SDL_malloc.c", 59 "../externals/sdl/src/stdlib/SDL_qsort.c", 60 "../externals/sdl/src/stdlib/SDL_stdlib.c", 61 "../externals/sdl/src/stdlib/SDL_string.c",
|
/external/skqp/third_party/libsdl/ |
D | BUILD.gn | 56 "../externals/sdl/src/stdlib/SDL_getenv.c", 57 "../externals/sdl/src/stdlib/SDL_iconv.c", 58 "../externals/sdl/src/stdlib/SDL_malloc.c", 59 "../externals/sdl/src/stdlib/SDL_qsort.c", 60 "../externals/sdl/src/stdlib/SDL_stdlib.c", 61 "../externals/sdl/src/stdlib/SDL_string.c",
|
/external/libcxx/docs/ |
D | UsingLibcxx.rst | 15 $ clang++ -stdlib=libc++ test.cpp 16 $ clang++ -std=c++11 -stdlib=libc++ test.cpp 19 and the ``-stdlib=libc++`` is not required. 28 $ clang++ -std=c++11 -stdlib=libc++ -nostdinc++ \ 44 $ clang++ -stdlib=libc++ -nostdinc++ \ 79 $ clang++ -std=c++14 -stdlib=libc++ test.cpp -lc++experimental 101 On Linux libc++ can typically be used with only '-stdlib=libc++'. However 108 $ clang++ -stdlib=libc++ test.cpp -lc++ -lc++abi -lm -lc -lgcc_s -lgcc 115 $ clang++ -stdlib=libc++ test.cpp -lc++abi
|
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
D | _protoc_compiler.pyx | 15 from libc cimport stdlib 21 cdef char **argv = <char **>stdlib.malloc(len(args)*sizeof(char *))
|
/external/libexif/auto-m4/ |
D | iconv.m4 | 41 AC_TRY_LINK([#include <stdlib.h> 50 AC_TRY_LINK([#include <stdlib.h> 84 #include <stdlib.h>
|
/external/python/cpython2/Lib/ |
D | Android.bp | 16 name: "py2-stdlib", 18 pkg_path: "stdlib",
|
/external/kotlinc/license/ |
D | README.md | 52 - Path: libraries/stdlib/src/kotlin/collections 56 - Path: libraries/stdlib/unsigned/src/kotlin/UnsignedUtils.kt 60 - Path: libraries/stdlib/jvm/src/kotlin/util/MathJVM.kt 64 - Path: libraries/stdlib/js/src/kotlin/collections 68 - Path: libraries/stdlib/js/src/js/long.js 72 - Path: libraries/stdlib/js/src/js/polyfills.js
|
/external/fec/ |
D | configure.in | 19 AC_CHECK_HEADERS(getopt.h stdio.h stdlib.h memory.h string.h) 26 AC_MSG_ERROR([Need stdlib.h!])
|
/external/scrypt/patches/ |
D | use_openssl_pbkdf2.patch | 6 #include <stdlib.h> 46 #include <stdlib.h>
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 112 Handle<JSReceiver> stdlib; in RUNTIME_FUNCTION() local 114 stdlib = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() 128 isolate, shared, data, stdlib, foreign, memory); in RUNTIME_FUNCTION()
|
/external/syzkaller/pkg/report/testdata/gvisor/report/ |
D | 2 | 20 …bazel-out/k8-fastbuild/bin/external/io_bazel_rules_go/linux_amd64_pure_stripped/stdlib~/src/runtim… 50 …bazel-out/k8-fastbuild/bin/external/io_bazel_rules_go/linux_amd64_pure_stripped/stdlib~/src/runtim… 67 …bazel-out/k8-fastbuild/bin/external/io_bazel_rules_go/linux_amd64_pure_stripped/stdlib~/src/runtim…
|
/external/compiler-rt/test/BlocksRuntime/ |
D | c99.c | 13 #import <stdlib.h>
|
/external/libmtp/m4/ |
D | iconv.m4 | 40 AC_TRY_LINK([#include <stdlib.h> 49 AC_TRY_LINK([#include <stdlib.h> 176 #include <stdlib.h>
|
/external/openssh/ |
D | aclocal.m4 | 15 #include <stdlib.h> 52 #include <stdlib.h> 90 #include <stdlib.h>
|