Home
last modified time | relevance | path

Searched +full:- +full:stdlib (Results 1 – 25 of 1264) sorted by relevance

12345678910>>...51

/third_party/skia/third_party/externals/expat/expat/
DConfigureChecks.cmake13 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 */
65 check_c_compiler_flag("-fno-strict-aliasing" FLAG_NO_STRICT_ALIASING)
66 check_c_compiler_flag("-fvisibility=hidden" FLAG_VISIBILITY)
/third_party/benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
/third_party/node/deps/v8/src/asmjs/
Dasm-js.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/asmjs/asm-js.h"
7 #include "src/asmjs/asm-names.h"
8 #include "src/asmjs/asm-parser.h"
11 #include "src/base/platform/elapsed-timer.h"
14 #include "src/codegen/unoptimized-compilation-info.h"
15 #include "src/common/assert-scope.h"
16 #include "src/common/message-template.h"
22 #include "src/objects/heap-number-inl.h"
23 #include "src/objects/objects-inl.h"
[all …]
Dasm-names.h2 // Use of this source code is governed by a BSD-style license that can be
8 // V(stdlib.Math.<name>, constant-value)
19 // V(stdlib.Math.<name>, Name, wasm-opcode, asm-js-type)
34 // V(stdlib.Math.<name>, Name, unused, asm-js-type)
40 // V(stdlib.Math.<name>, Name, unused, asm-js-type)
49 // V(stdlib.<name>, wasm-load-type, wasm-store-type, wasm-type)
65 // clang-format off (for return)
84 // clang-format on
86 // V(token-string, token-name)
97 // clang-format off
[all …]
/third_party/typescript/tests/issues_cookbook_tests/expected/
D#14435-expected.json6 …s/pages/cases/#14435.ets:1:1\n Usage of standard library is restricted (arkts-limited-stdlib)\n\n",
10 "description": "Usage of standard library is restricted (arkts-limited-stdlib)"
20 …/pages/cases/#14435.ets:16:1\n Usage of standard library is restricted (arkts-limited-stdlib)\n\n",
24 "description": "Usage of standard library is restricted (arkts-limited-stdlib)"
27 …/main/ets/pages/cases/#14435.ets:16:1\n \"globalThis\" is not supported (arkts-no-globalthis)\n\n",
31 "description": "\"globalThis\" is not supported (arkts-no-globalthis)"
D#14009-expected.json6 …s/pages/cases/#14009.ets:2:1\n Usage of standard library is restricted (arkts-limited-stdlib)\n\n",
10 "description": "Usage of standard library is restricted (arkts-limited-stdlib)"
D5.66-expected.json6 …/pages/cookbook/5.66.ets:5:5\n Usage of standard library is restricted (arkts-limited-stdlib)\n\n",
10 "description": "Usage of standard library is restricted (arkts-limited-stdlib)"
13 …main/ets/pages/cookbook/5.66.ets:5:33\n \"new.target\" is not supported (arkts-no-new-target)\n\n",
17 "description": "\"new.target\" is not supported (arkts-no-new-target)"
20 …cookbook/5.66.ets:5:44\n Prototype assignment is not supported (arkts-no-prototype-assignment)\n\n…
24 … "description": "Prototype assignment is not supported (arkts-no-prototype-assignment)"
/third_party/elfio/tests/elf_examples/
Dhello_arm ... ../../../newlib-1.14.0/newlib/libc/stdlib/ ...
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni1 # Copyright (c) 2022-2022 Huawei Device Co., Ltd. All rights reserved.
82 "$MUSLPORTINGDIR/src/regex/tre-mem.c",
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",
[all …]
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni1 # Copyright (c) 2022-2022 Huawei Device Co., Ltd. All rights reserved.
78 "$MUSLPORTINGDIR/src/regex/tre-mem.c",
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",
[all …]
/third_party/FreeBSD/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
31 "-fno-emulated-tls",
32 "-fno-lto",
33 "-fno-whole-program-vtables",
37 "-D_GNU_SOURCE",
38 "-DHAVE_REALLOCARRAY",
39 "-w",
70 configs -= build_inherited_configs
73 "-mllvm",
74 "-instcombine-max-iterations=0",
[all …]
/third_party/unity/extras/memory/
Dreadme.md3 This Framework is an optional add-on to Unity.
5 This addon requires that the stdlib functions be overridden by its own defines.
32 By default, this module tries to use the real stdlib `malloc` and `free` internally.
37 If you would like this library to ignore stdlib or other heap engines completely, and manage the me…
42 When using the built-in memory manager (see `UNITY_EXCLUDE_STDLIB_MALLOC`) this define allows you t…
/third_party/python/Lib/
Dsysconfig.py28 'stdlib': '{installed_base}/{platlibdir}/python{py_version_short}',
30 'purelib': '{base}/lib/python{py_version_short}/site-packages',
31 'platlib': '{platbase}/{platlibdir}/python{py_version_short}/site-packages',
40 'stdlib': '{installed_base}/lib/python',
50 'stdlib': '{installed_base}/Lib',
52 'purelib': '{base}/Lib/site-packages',
53 'platlib': '{base}/Lib/site-packages',
61 # the installation layout (eg. different site-packages directory).
77 'stdlib': '{installed_base}/{platlibdir}/python{py_version_short}',
79 'purelib': '{base}/lib/python{py_version_short}/site-packages',
[all …]
/third_party/typescript/tests/arkTSTest/testcase/arkts-limited-stdlib/
Darkts-limited-stdlib-5-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
13 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
Darkts-limited-stdlib-3-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
13 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
Darkts-limited-stdlib-8-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
13 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
Darkts-limited-stdlib-10-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
13 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
Darkts-limited-stdlib-1-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
13 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
Darkts-limited-stdlib-2-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
13 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
Darkts-limited-stdlib-6-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
11 "messageText": "Classes cannot be used as objects (arkts-no-classes-as-obj)",
20 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
27 "messageText": "Classes cannot be used as objects (arkts-no-classes-as-obj)",
Darkts-limited-stdlib-9-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
11 "messageText": "Classes cannot be used as objects (arkts-no-classes-as-obj)",
20 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
27 "messageText": "Classes cannot be used as objects (arkts-no-classes-as-obj)",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-prototype-assignment/
Darkts-no-prototype-assignment-4-error.json4 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
11 "messageText": "Prototype assignment is not supported (arkts-no-prototype-assignment)",
18 …al must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)",
27 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
34 "messageText": "Prototype assignment is not supported (arkts-no-prototype-assignment)",
41 …al must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)",
/third_party/rust/crates/rustix/src/process/
Dexit.rs8 /// - [POSIX]
9 /// - [Linux]
11 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html
12 /// [Linux]: https://man7.org/linux/man-pages/man3/exit.3.html
20 /// - [POSIX]
21 /// - [Linux]
23 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html
24 /// [Linux]: https://man7.org/linux/man-pages/man3/exit.3.html
30 /// - [Linux]
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-decorators-except-arkui/
Darkts-no-decorators-except-arkui-2-ok.json4 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)",
11 …"messageText": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-
18 …n.apply\", \"Function.bind\", \"Function.call\" are not supported (arkts-no-func-apply-bind-call)",
25 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
32 "messageText": "Prototype assignment is not supported (arkts-no-prototype-assignment)",
39 "messageText": "Prototype assignment is not supported (arkts-no-prototype-assignment)",
48 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)",
55 …"messageText": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-
62 … "messageText": "'Function.apply', 'Function.call' are not supported (arkts-no-func-apply-call)",
69 "messageText": "Usage of standard library is restricted (arkts-limited-stdlib)",
[all …]
/third_party/gn/examples/ios/build/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
14 cflags = [ "-g" ]
15 swiftflags = [ "-g" ]
28 cflags_objc = [ "-fobjc-abi-version=2" ]
31 "-Xlinker",
32 "-objc_abi_version",
33 "-Xlinker",
47 "-fobjc-arc",
48 "-fobjc-weak",
54 cflags_c = [ "--std=c11" ]
[all …]

12345678910>>...51