/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | mock_navigation_stack.cpp | 59 auto* stack = ViewStackProcessor::GetInstance(); in CreateNodeByIndex() local 61 int32_t nodeId = stack->ClaimNodeId(); in CreateNodeByIndex()
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | navigation_manager_test_ng.cpp | 47 RefPtr<NavigationGroupNode> InitAndCreateNavigation(const RefPtr<MockNavigationStack>& stack) in InitAndCreateNavigation() argument 51 navigationModel.SetNavigationStack(stack); in InitAndCreateNavigation() 135 * @tc.steps: step3. mock stack operation and sync stack in HWTEST_F() 171 auto stackInfo = navigationInfo->GetValue("stack"); in HWTEST_F() 208 * @tc.steps: step3. mock stack operation and sync stack in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_preview_text_test_ng.cpp | 41 auto* stack = ViewStackProcessor::GetInstance(); in SetUp() local 42 auto nodeId = stack->ClaimNodeId(); in SetUp()
|
/foundation/arkui/napi/interfaces/inner_api/napi/ |
H A D | native_node_api.h | 108 NAPI_EXTERN napi_status napi_get_stack_trace(napi_env env, std::string& stack); 109 NAPI_EXTERN napi_status napi_get_hybrid_stack_trace(napi_env env, std::string& stack);
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_local.tex | 23 \Var{ctxt} identifies the initial stack frame at which unwinding 28 call stack. The machine-state must remain valid for the duration for
|
H A D | unw_init_remote.tex | 28 structure containing the machine-state of the initial stack frame. 31 stack-frame chain to be unwound. In other words, the interpretation
|
H A D | libunwind-dynamic.tex | 17 stack-pointer) and all callee-saved registers (preserved registers). 48 on the stack and save certain callee-saved registers. The body 62 by the dynamic unwind-info is the point at which the stack-pointer 64 once the stack-pointer is restored, all values saved in the 65 deallocated portion of the stack frame become invalid and hence 67 state not saved on the stack is assume to remain valid through the end 82 in the stack frame. 340 of the stack frame layout. 343 spills register \Var{reg} to a stack-pointer-relative location. The 344 stack [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.hpp | 29 #include <stack> 73 std::stack<std::function<void ()>> _destroy_notify;
|
/third_party/node/lib/internal/streams/ |
H A D | destroy.js | 26 err.stack; // eslint-disable-line no-unused-expressions 203 err.stack; // eslint-disable-line no-unused-expressions
|
/third_party/node/src/ |
H A D | memory_tracker.h | 11 #include <stack> 28 // Set the self size of a MemoryRetainer to the stack-allocated size of a 169 // By default, we assume the parent count the stack size of the container 242 // the current node if there is one on the stack. 250 // the current node if there is one on the stack - there should 283 std::stack<MemoryRetainerNode*> node_stack_;
|
H A D | node_report.cc | 181 // Report summary JavaScript error stack backtrace in WriteNodeReport() 194 // Report native stack backtrace in WriteNodeReport() 409 if (k == "stack" || k == "message") continue; in PrintJavaScriptErrorProperties() 431 MaybeLocal<Value> stack = error.As<Object>()->Get( in ErrorToString() local 432 context, FIXED_ONE_BYTE_STRING(isolate, "stack")); in ErrorToString() 433 if (!stack.IsEmpty() && stack.ToLocalChecked()->IsString()) { in ErrorToString() 434 maybe_str = stack.ToLocalChecked().As<String>(); in ErrorToString() 447 writer->json_keyvalue("message", "No stack."); in PrintEmptyJavaScriptStack() 448 writer->json_arraystart("stack"); in PrintEmptyJavaScriptStack() 482 Local<StackTrace> stack = StackTrace::CurrentStackTrace( PrintJavaScriptStack() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 128 $::stack=4; 134 $::stack=0;
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 128 $::stack=4; 134 $::stack=0;
|
/third_party/spirv-tools/source/diff/ |
H A D | lcs.h | 23 #include <stack> 137 // O(N^2). The implemention uses a std::stack to avoid stack overflow on long in CalculateLCS() 144 std::stack<DiffMatchIndex> to_calculate; in CalculateLCS()
|
/third_party/toybox/ |
H A D | main.c | 149 // Return if stack depth getting noticeable (proxy for leaked heap, etc). in toy_exec_which() 153 // Signed typecast so stack growth direction is irrelevant: we're measuring in toy_exec_which() 154 // the distance between two pointers on the same stack, hence the labs(). in toy_exec_which() 219 // Snapshot stack location so we can detect recursion depth later. in main() 220 // This is its own block so probe doesn't permanently consume stack. in main() 222 int stack; in main() local 224 toys.stacktop = &stack; in main()
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 150 // Return if stack depth getting noticeable (proxy for leaked heap, etc). in toy_exec_which() 154 // Signed typecast so stack growth direction is irrelevant: we're measuring in toy_exec_which() 155 // the distance between two pointers on the same stack, hence the labs(). in toy_exec_which() 220 // Snapshot stack location so we can detect recursion depth later. in main() 221 // This is its own block so probe doesn't permanently consume stack. in main() 223 int stack; in main() local 225 toys.stacktop = &stack; in main()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.h | 36 #include <stack> 304 // The stack to hold the path of Nodes from current_ to root_; 305 std::stack<Node*> stack_;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler.h | 99 void* stack[kMaxStackDepth]; member 234 // Holds samples and their associated stack traces with a soft limit of 261 int64_t Iterate(const std::function<void(const HashtablezInfo& stack)>& f);
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.cpp | 40 FakeMCBlob::FakeMCBlob(const std::vector<MCState>& stack) : fID(NextID()), fStack(stack) { in FakeMCBlob() argument
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 42 /// Returns the contents of the OpenSSL error stack. 51 /// Pushes the errors back onto the OpenSSL error stack. 60 /// Returns the errors in the stack. 112 /// Returns the first error on the OpenSSL error stack. 126 // in the error stack, so we'll need to copy it off if it's dynamic in get() 163 /// Pushes the error back onto the OpenSSL error stack. 411 let stack = Nid::create("not-an-oid", "invalid", "invalid").unwrap_err(); in test_error_library_code() 412 let errors = stack.errors(); in test_error_library_code()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | pkcs7.rs | 133 stack!(stack_st_PKCS7_SIGNER_INFO); 146 stack!(stack_st_PKCS7_RECIP_INFO);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | macros.rs | 58 macro_rules! stack { macros 66 pub stack: $crate::_STACK,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | mips.s | 189 .section .note.GNU-stack,"",@progbits 213 .section .note.GNU-stack,"",@progbits
|
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | uncaught_exception_callback.h | 30 std::string stack; member
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | graph.h | 22 #include <stack>
|