/third_party/skia/third_party/externals/expat/expat/ |
D | ConfigureChecks.cmake | 13 check_include_file("stdlib.h" HAVE_STDLIB_H) 30 check_symbol_exists("arc4random_buf" "${_bsd}stdlib.h" HAVE_ARC4RANDOM_BUF) 32 check_symbol_exists("arc4random" "${_bsd}stdlib.h" HAVE_ARC4RANDOM) 37 check_include_files("stdlib.h;stdarg.h;string.h;float.h" STDC_HEADERS) 56 #include <stdlib.h> /* for NULL */
|
D | configure.ac | 202 #include <stdlib.h> /* for arc4random_buf on BSD, for NULL */ 204 # include <bsd/stdlib.h> 218 # include <bsd/stdlib.h> 220 # include <stdlib.h> 242 #include <stdlib.h> /* for NULL */ 265 #include <stdlib.h> /* for NULL */
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | Makefile.psp | 45 src/stdlib/SDL_getenv.o \ 46 src/stdlib/SDL_iconv.o \ 47 src/stdlib/SDL_malloc.o \ 48 src/stdlib/SDL_qsort.o \ 49 src/stdlib/SDL_stdlib.o \ 50 src/stdlib/SDL_string.o \
|
/third_party/musl/porting/uniproton/kernel/ |
D | musl.gni | 122 "$MUSLPORTINGDIR/src/stdlib/abs.c", 123 "$MUSLPORTINGDIR/src/stdlib/atof.c", 124 "$MUSLPORTINGDIR/src/stdlib/atoi.c", 125 "$MUSLPORTINGDIR/src/stdlib/atol.c", 126 "$MUSLPORTINGDIR/src/stdlib/atoll.c", 127 "$MUSLPORTINGDIR/src/stdlib/bsearch.c", 128 "$MUSLPORTINGDIR/src/stdlib/llabs.c", 129 "$MUSLPORTINGDIR/src/stdlib/strtod.c", 130 "$MUSLPORTINGDIR/src/stdlib/strtol.c",
|
/third_party/musl/porting/liteos_m/kernel/ |
D | musl.gni | 126 "$MUSLPORTINGDIR/src/stdlib/abs.c", 127 "$MUSLPORTINGDIR/src/stdlib/atof.c", 128 "$MUSLPORTINGDIR/src/stdlib/atoi.c", 129 "$MUSLPORTINGDIR/src/stdlib/atol.c", 130 "$MUSLPORTINGDIR/src/stdlib/atoll.c", 131 "$MUSLPORTINGDIR/src/stdlib/bsearch.c", 132 "$MUSLPORTINGDIR/src/stdlib/llabs.c", 133 "$MUSLPORTINGDIR/src/stdlib/strtod.c", 134 "$MUSLPORTINGDIR/src/stdlib/strtol.c",
|
/third_party/rust/crates/tracing/tracing-futures/src/ |
D | lib.rs | 105 pub(crate) mod stdlib; module 108 use crate::stdlib::{pin::Pin, task::Context}; 288 impl<T: crate::stdlib::future::Future> crate::stdlib::future::Future for Instrumented<T> { 291 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> crate::stdlib::task::Poll<Self::Output> { in poll() 459 impl<T: crate::stdlib::future::Future> crate::stdlib::future::Future for WithDispatch<T> { 462 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> crate::stdlib::task::Poll<Self::Output> { in poll()
|
/third_party/rust/crates/tracing/tracing/src/ |
D | instrument.rs | 1 use crate::stdlib::pin::Pin; 2 use crate::stdlib::task::{Context, Poll}; 3 use crate::stdlib::{future::Future, marker::Sized};
|
/third_party/flutter/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",
|
/third_party/unity/extras/memory/ |
D | readme.md | 5 addon requires that the stdlib functions be overridden by its own defines. These 35 By default, this module tries to use the real stdlib `malloc` and `free` internally. 41 If you would like this library to ignore stdlib or other heap engines completely, and
|
/third_party/gn/examples/ios/build/ |
D | BUILD.gn | 57 "--stdlib=libc++", 59 ldflags = [ "--stdlib=libc++" ]
|
/third_party/rust/crates/tracing/tracing-core/src/ |
D | lib.rs | 269 pub use stdlib::sync::Once; 278 pub(crate) mod stdlib; module
|
D | field.rs | 113 use crate::stdlib::{ 610 impl<T: ?Sized> crate::sealed::Sealed for crate::stdlib::boxed::Box<T> where T: Value {} 612 impl<T: ?Sized> Value for crate::stdlib::boxed::Box<T> 1099 use crate::stdlib::{borrow::ToOwned, string::String}; 1200 fn record_debug(&mut self, field: &Field, _: &dyn (crate::stdlib::fmt::Debug)) { in fields_from_other_callsets_are_skipped() 1219 fn record_debug(&mut self, field: &Field, _: &dyn (crate::stdlib::fmt::Debug)) { in empty_fields_are_skipped() 1238 use crate::stdlib::fmt::Write; in record_debug_fn()
|
D | metadata.rs | 3 use crate::stdlib::{ 551 impl crate::stdlib::error::Error for ParseLevelError {} 732 crate::stdlib::hint::unreachable_unchecked() in current() 1050 use crate::stdlib::mem;
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0000-build.patch | 8 #include <stdlib.h> 44 #include <stdlib.h> 107 #include <stdlib.h> 228 # include <stdlib.h>
|
/third_party/node/deps/zlib/patches/ |
D | 0000-build.patch | 8 #include <stdlib.h> 44 #include <stdlib.h> 107 #include <stdlib.h> 228 # include <stdlib.h>
|
/third_party/musl/ |
D | musl_src.gni | 1197 "src/stdlib/abs.c", 1198 "src/stdlib/atof.c", 1199 "src/stdlib/atoi.c", 1200 "src/stdlib/atol.c", 1201 "src/stdlib/atoll.c", 1202 "src/stdlib/bsearch.c", 1203 "src/stdlib/div.c", 1204 "src/stdlib/ecvt.c", 1205 "src/stdlib/fcvt.c", 1206 "src/stdlib/gcvt.c", [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | stdlib.h | 34 #include_next <stdlib.h>
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/android/app/ |
D | build.gradle | 33 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
/third_party/flutter/skia/gn/ |
D | BUILD.gn | 169 cflags_cc += [ "-stdlib=libc++" ] 175 "-stdlib=libc++", 236 cflags_cc += [ "-stdlib=libc++" ] 237 ldflags += [ "-stdlib=libc++" ]
|
/third_party/ltp/m4/ |
D | ltp-clone7args.m4 | 10 #include <stdlib.h>],
|
D | ltp-utimensat.m4 | 7 #include <stdlib.h>
|
/third_party/flutter/skia/third_party/externals/libwebp/cmake/ |
D | deps.cmake | 111 check_include_files("stdlib.h;stdarg.h;string.h;float.h" STDC_HEADERS) 120 check_include_files(stdlib.h HAVE_STDLIB_H)
|
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/android-kotlin.tmpl/ |
D | build.gradle.tmpl | 48 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
/third_party/flutter/skia/third_party/externals/zlib/patches/ |
D | 0000-build.patch | 8 #include <stdlib.h> 44 #include <stdlib.h> 107 #include <stdlib.h> 380 # include <stdlib.h>
|
/third_party/ltp/testcases/realtime/ |
D | configure.ac | 26 #include <stdlib.h>
|