| /third_party/freetype/src/psaux/ |
| D | psstack.c | 59 CF2_Stack stack = NULL; in cf2_stack_init() local 84 cf2_stack_free( CF2_Stack stack ) in cf2_stack_free() 100 cf2_stack_count( CF2_Stack stack ) in cf2_stack_count() 107 cf2_stack_pushInt( CF2_Stack stack, in cf2_stack_pushInt() 123 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed() 140 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt() 162 cf2_stack_popFixed( CF2_Stack stack ) in cf2_stack_popFixed() 187 cf2_stack_getReal( CF2_Stack stack, in cf2_stack_getReal() 212 cf2_stack_setReal( CF2_Stack stack, in cf2_stack_setReal() 229 cf2_stack_pop( CF2_Stack stack, in cf2_stack_pop() [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
| D | psstack.c | 59 CF2_Stack stack = NULL; in cf2_stack_init() local 84 cf2_stack_free( CF2_Stack stack ) in cf2_stack_free() 100 cf2_stack_count( CF2_Stack stack ) in cf2_stack_count() 107 cf2_stack_pushInt( CF2_Stack stack, in cf2_stack_pushInt() 123 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed() 140 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt() 162 cf2_stack_popFixed( CF2_Stack stack ) in cf2_stack_popFixed() 187 cf2_stack_getReal( CF2_Stack stack, in cf2_stack_getReal() 212 cf2_stack_setReal( CF2_Stack stack, in cf2_stack_setReal() 229 cf2_stack_pop( CF2_Stack stack, in cf2_stack_pop() [all …]
|
| /third_party/flutter/skia/tests/ |
| D | ClipStackTest.cpp | 148 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count() 161 SkClipStack stack; in test_iterators() local 278 SkClipStack stack; in test_bounds() local 340 SkClipStack stack; in test_isWideOpen() local 352 SkClipStack stack; in test_isWideOpen() local 360 SkClipStack stack; in test_isWideOpen() local 379 SkClipStack stack; in test_isWideOpen() local 389 SkClipStack stack; in test_isWideOpen() local 402 SkClipStack stack; in test_isWideOpen() local 418 static int count(const SkClipStack& stack) { in count() [all …]
|
| /third_party/boost/boost/compute/container/ |
| D | stack.hpp | 20 class stack class 27 stack() in stack() function in boost::compute::stack 31 stack(const stack<T> &other) in stack() function in boost::compute::stack
|
| /third_party/ltp/lib/ |
| D | cloner.c | 54 # define clone(fn, stack, flags, arg, ptid, tls, ctid) \ argument 66 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_() 94 size_t stack_size, void *stack) in ltp_clone() 100 size_t stack_size, void *stack, ...) in ltp_clone7() 146 void *stack; in ltp_clone_alloc() local
|
| /third_party/flutter/engine/flutter/flow/ |
| D | mutators_stack_unittests.cc | 12 MutatorsStack stack; in TEST() local 17 MutatorsStack stack; in TEST() local 27 MutatorsStack stack; in TEST() local 36 MutatorsStack stack; in TEST() local 45 MutatorsStack stack; in TEST() local 54 MutatorsStack stack; in TEST() local 64 MutatorsStack stack; in TEST() local 73 MutatorsStack stack; in TEST() local 83 MutatorsStack stack; in TEST() local 116 MutatorsStack stack; in TEST() local
|
| /third_party/boost/libs/compute/test/ |
| D | test_stack.cpp | 22 bc::stack<int> stack; in BOOST_AUTO_TEST_CASE() local 33 bc::stack<int> stack; in BOOST_AUTO_TEST_CASE() local
|
| /third_party/node/test/parallel/ |
| D | test-assert-if-error.js | 19 const stack = err.stack; constant 50 () => assert.ifError({ stack: false }), property
|
| /third_party/gn/src/base/containers/ |
| D | stack.h | 19 using stack = std::stack<T, Container>; variable
|
| /third_party/boost/libs/contract/example/cline90/ |
| D | stack.cpp | 13 class stack class 23 explicit stack(int capacity) : in stack() function in stack
|
| /third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/ |
| D | caller.js | 4 Error.prepareStackTrace = function (_, stack) { return stack; }; argument
|
| /third_party/node/tools/node_modules/babel-eslint/node_modules/resolve/lib/ |
| D | caller.js | 4 Error.prepareStackTrace = function (_, stack) { return stack; }; argument
|
| /third_party/boost/boost/pending/ |
| D | bucket_sorter.hpp | 93 class stack class in boost::bucket_sorter 96 stack(bucket_type _bucket_id, Iter h, Iter n, Iter p, IndexValueMap v, in stack() function in boost::bucket_sorter::stack 104 stack(bucket_type _bucket_id, Iter h, Iter n, Iter p, IndexValueMap v) in stack() function in boost::bucket_sorter::stack
|
| /third_party/glib/glib/tests/ |
| D | markup.c | 27 GSList *stack; member 50 const GSList *stack; in end() local
|
| /third_party/node/tools/node_modules/eslint/node_modules/callsites/ |
| D | index.js | 5 Error.prepareStackTrace = (_, stack) => stack; argument
|
| /third_party/python/Modules/_ctypes/libffi_osx/x86/ |
| D | x86-ffi_darwin.c | 40 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() 266 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, void **avalue, in ffi_prep_incoming_args_SYSV() 378 ffi_prep_args_raw(char *stack, extended_cif *ecif) in ffi_prep_args_raw()
|
| /third_party/boost/libs/contract/example/mitchell02/ |
| D | stack.cpp | 14 class stack { class 25 stack() { in stack() function in stack
|
| /third_party/node/deps/npm/node_modules/capture-stack-trace/ |
| D | index.js | 9 var stack = container.stack; variable
|
| /third_party/musl/src/thread/ |
| D | clone.c | 4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() argument
|
| /third_party/node/test/fixtures/ |
| D | async-error.js | 11 async function stack() { function
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrClipStackClip.h | 25 void reset(const SkClipStack* stack) { fStack = stack; } in reset()
|
| /third_party/node/deps/npm/node_modules/get-caller-file/ |
| D | index.js | 12 Error.prepareStackTrace = function (_, stack) { return stack; }; argument
|
| /third_party/ltp/testcases/kernel/syscalls/clone3/ |
| D | clone302.c | 15 unsigned long stack; variable 27 unsigned long stack; member
|
| /third_party/boringssl/src/decrepit/ssl/ |
| D | ssl_decrepit.c | 123 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, in SSL_add_dir_cert_subjects_to_stack()
|
| /third_party/node/tools/node_modules/babel-eslint/node_modules/lodash/ |
| D | _baseIsEqual.js | 18 function baseIsEqual(value, other, bitmask, customizer, stack) { argument
|