Home
last modified time | relevance | path

Searched defs:stack (Results 626 - 650 of 662) sorted by relevance

1...<<21222324252627

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2477 std::string stack; in GetStacktraceMessage() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp372 auto stack = rootElement_->GetFirstChild(); in GetStageElement() local
792 auto stack = AceType::MakeRefPtr<StackComponent>( in SetupRootElement() local
874 auto stack = AceType::MakeRefPtr<StackComponent>( SetupSubRootElement() local
964 const auto& stack = AceType::DynamicCast<StackElement>(rootElement_->GetFirstChild()); GetLastStack() local
2219 auto stack = GetStageElement()->GetElementParent().Upgrade(); SetRootSizeWithWidthHeight() local
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3819 NAPI_EXTERN napi_status napi_get_stack_trace(napi_env env, std::string& stack) in napi_get_stack_trace() argument
3836 NAPI_EXTERN napi_status napi_get_hybrid_stack_trace(napi_env env, std::string& stack) in napi_get_hybrid_stack_trace() argument
/third_party/littlefs/
H A Dlfs.c885 struct lfs_dir_traverse stack[LFS_DIR_TRAVERSE_DEPTH-1]; in lfs_dir_traverse() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc765 Node* stack = state.stack(); in AddInputsToFrameStateDescriptor() local
3282 int stack = state_info.type() == FrameStateType::kUnoptimizedFunction ? 1 : 0; in GetFrameStateDescriptorInternal() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp563 uint32_t stack = 0; // maximum call depth. member
/third_party/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c3548 static int cil_check_inheritances(struct cil_tree_node *node, unsigned max, unsigned *count, struct cil_stack *stack, unsigned *loop) in cil_check_inheritances() argument
3598 struct cil_stack *stack; in cil_check_for_bad_inheritance() local
[all...]
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c171 struct stack { struct
172 void **stack; member
414 static int stack_destroy(struct stack **stack) in stack_destroy() argument
427 stack_init(struct stack **stack) stack_init() argument
452 stack_push(struct stack *stack, void *ptr) stack_push() argument
474 stack_pop(struct stack *stack) stack_pop() argument
484 stack_peek(struct stack *stack) stack_peek() argument
1256 struct stack *stack = NULL; cond_expr_to_cil() local
1712 struct stack *stack = NULL; constraint_expr_to_string() local
3641 block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int indent) block_to_cil() argument
3725 module_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int *indent) module_block_to_cil() argument
3767 global_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack) global_block_to_cil() argument
3805 struct stack *stack = NULL; blocks_to_cil() local
3836 linked_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack) linked_block_to_cil() argument
3873 struct stack *stack = NULL; linked_blocks_to_cil() local
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h766 void *stack; member
1877 unsigned long stack[THREAD_SIZE / sizeof(long)]; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmutils.c1065 uint16 stack[0]; /* stack of 16 bit ids */ member
[all...]
H A Ddhd_msgbuf.c10437 const uint32 *stack; in dhd_prot_dump_extended_trap() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp2553 auto* stack = ViewStackProcessor::GetInstance(); in SetOverlayBuilder() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9138 auto* stack = ViewStackProcessor::GetInstance(); in SetPlaceholder() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c10450 struct r600_stack_info *stack = &ctx->bc->stack; in callstack_update_max_depth() local
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2584 struct dso *p, **queue, **stack; in queue_ctors() local
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc335 Stack<const Type*> stack = assembler().CurrentStack(); in InlineMacro() local
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c2813 struct dso *p, **queue, **stack; in queue_ctors() local
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc1614 expr_result_stack_type stack; member
[all...]
/third_party/python/Modules/
H A D_pickle.c670 Pdata *stack; /* Pickle data stack, store unpickled objects. */ member
[all...]
/third_party/python/Python/
H A Dceval.c4455 PyObject *stack[ local
7413 PyObject* stack[5]; global() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c7302 PyObject* stack[1] = {self}; slot_sq_length() local
7334 PyObject *stack[2] = {self, ival}; slot_sq_item() local
7343 PyObject *stack[3]; slot_sq_ass_item() local
7409 PyObject *stack[3]; slot_mp_ass_subscript() local
7449 PyObject* stack[3] = {self, other, modulus}; slot_nb_power() local
7515 PyObject *stack[1] = {self}; slot_nb_index() local
7538 PyObject *stack[2] = {self, arg1}; slot_nb_inplace_power() local
7656 PyObject *stack[2] = {self, name}; slot_tp_getattro() local
7723 PyObject *stack[3]; slot_tp_setattro() local
7762 PyObject *stack[2] = {self, other}; slot_tp_richcompare() local
7804 PyObject *stack[1] = {self}; slot_tp_iternext() local
7832 PyObject* stack[3]; slot_tp_descr_set() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c3200 u16 stack = env->subprog_info[func->subprogno].stack_depth; update_stack_depth() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp3750 RefPtr<FrameNode> OverlayManager::GetModalNodeInStack(std::stack<WeakPtr<FrameNode>>& stack) in GetModalNodeInStack() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3399 auto stack = ViewStackProcessor::GetInstance(); in ContentAccessEnabled() local
/third_party/node/deps/v8/src/execution/
H A Disolate.cc4893 v8::Local<v8::Value> stack; ThrowInternal() local
[all...]

Completed in 193 milliseconds

1...<<21222324252627