Searched
full:stdlib (Results
451 -
475 of
13381) sorted by null
<<11121314151617181920>>
/external/clang/test/Analysis/diagnostics/ |
implicit-cxx-std-suppression.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=false -std=c++11 -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=true -std=c++11 -verify %s
|
/external/clang/test/Analysis/inlining/ |
stl.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=false -std=c++11 -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=true -std=c++11 -DINLINE=1 -verify %s
|
/external/libchrome/base/process/ |
memory_stubs.cc | 8 #include <stdlib.h> 31 // their respective stdlib function since those functions will return null on a
|
/external/ltp/testcases/kernel/syscalls/mount/ |
mount03_setuid_test.c | 29 #include <stdlib.h> 30 #include <stdlib.h>
|
/external/python/cpython2/Lib/ |
Android.bp | 16 name: "py2-stdlib", 18 pkg_path: "stdlib",
|
/external/python/cpython3/Lib/asyncio/ |
__init__.py | 5 # The selectors module is in the stdlib in Python 3.4 but not in 3.3. 7 # Prefer asyncio/selectors.py over the stdlib one, as ours may be newer.
|
/external/syslinux/gpxe/src/include/gpxe/ |
malloc.h | 16 * stdlib.h. Include <gpxe/malloc.h> only if you need the 20 #include <stdlib.h>
|
/prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/ |
kotlin-stdlib-1.1.3.pom | 6 <artifactId>kotlin-stdlib</artifactId> 8 <name>org.jetbrains.kotlin:kotlin-stdlib</name>
|
/prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/ |
kotlin-stdlib-1.1.3-2.pom | 6 <artifactId>kotlin-stdlib</artifactId> 8 <name>org.jetbrains.kotlin:kotlin-stdlib</name>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/ |
kotlin-stdlib-1.1.3.pom | 6 <artifactId>kotlin-stdlib</artifactId> 8 <name>org.jetbrains.kotlin:kotlin-stdlib</name>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/ |
kotlin-stdlib-1.1.51.pom | 6 <artifactId>kotlin-stdlib</artifactId> 8 <name>org.jetbrains.kotlin:kotlin-stdlib</name>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.0/ |
kotlin-stdlib-1.2.0.pom | 6 <artifactId>kotlin-stdlib</artifactId> 8 <name>org.jetbrains.kotlin:kotlin-stdlib</name>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/ |
kotlin-stdlib-1.2.20.pom | 6 <artifactId>kotlin-stdlib</artifactId> 8 <name>org.jetbrains.kotlin:kotlin-stdlib</name>
|
/external/clang/test/Driver/ |
bitrig.c | 6 // RUN: %clangxx -stdlib=platform -no-canonical-prefixes -target amd64-pc-bitrig %s -### 2>&1 \ 7 // RUN: | FileCheck --check-prefix=CHECK-LD-CXX-STDLIB %s 8 // CHECK-LD-CXX-STDLIB: clang{{.*}}" "-cc1" "-triple" "amd64-pc-bitrig" 9 // CHECK-LD-CXX-STDLIB: ld{{.*}}" {{.*}} "-lc++" "-lc++abi" "-lpthread" "-lm" "-lc" "-lclang_rt.amd64" 11 // RUN: %clangxx -stdlib=libstdc++ -no-canonical-prefixes -target amd64-pc-bitrig %s -### 2>&1 \
|
/external/google-benchmark/ |
.travis.yml | 56 - EXTRA_FLAGS="-stdlib=libc++" 65 - EXTRA_FLAGS="-stdlib=libc++" 77 - EXTRA_FLAGS="-stdlib=libc++ -m32" 89 - EXTRA_FLAGS="-stdlib=libc++ -m32" 99 - EXTRA_FLAGS="-stdlib=libc++ -g -O2 -fno-omit-frame-pointer -fsanitize=undefined,address -fno-sanitize-recover=all" 110 - EXTRA_FLAGS="-stdlib=libc++ -g -O2 -fno-omit-frame-pointer -fsanitize=memory -fsanitize-memory-track-origins" 120 - EXTRA_FLAGS="-stdlib=libc++ -g -O2 -fno-omit-frame-pointer -fsanitize=thread -fno-sanitize-recover=all"
|
/art/test/1944-sudden-exit/ |
sudden_exit.cc | 17 #include <stdlib.h>
|
/bionic/libc/bionic/ |
rand.cpp | 17 #include <stdlib.h>
|
/bionic/libc/upstream-netbsd/android/include/ |
rand48.h | 19 #include <stdlib.h>
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
getprogname.c | 18 #include <stdlib.h>
|
/bionic/tests/libs/ |
check_rtld_next_from_library.cpp | 19 #include <stdlib.h>
|
dlopen_nodelete_1.cpp | 18 #include <stdlib.h>
|
dlopen_nodelete_2.cpp | 18 #include <stdlib.h>
|
dlopen_nodelete_dt_flags_1.cpp | 18 #include <stdlib.h>
|
dlopen_testlib_ifunc_variable.cpp | 18 #include <stdlib.h>
|
dlopen_testlib_loopy_a.cpp | 17 #include <stdlib.h>
|
Completed in 1369 milliseconds
<<11121314151617181920>>