Home
last modified time | relevance | path

Searched defs:stack (Results 151 - 175 of 1065) sorted by relevance

12345678910>>...43

/third_party/musl/src/misc/
H A Drealpath.c16 char stack[PATH_MAX+1]; in realpath() local
[all...]
/third_party/musl/src/linux/
H A Dclone.c24 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dclone.c36 void *stack = malloc(STACK_SIZE); in clone_0100() local
50 void *stack = malloc(STACK_SIZE); in clone_0200() local
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsstack.c58 CF2_Stack stack = NULL; in FT_LOCAL_DEF() local
105 cf2_stack_pushInt( CF2_Stack stack, CF2_Int val ) cf2_stack_pushInt() argument
121 cf2_stack_pushFixed( CF2_Stack stack, CF2_Fixed val ) cf2_stack_pushFixed() argument
210 cf2_stack_setReal( CF2_Stack stack, CF2_UInt idx, CF2_Fixed val ) cf2_stack_setReal() argument
227 cf2_stack_pop( CF2_Stack stack, CF2_UInt num ) cf2_stack_pop() argument
240 cf2_stack_roll( CF2_Stack stack, CF2_Int count, CF2_Int shift ) cf2_stack_roll() argument
[all...]
H A Dpsstack.h78 cf2_stack_free( CF2_Stack stack ); variable
81 cf2_stack_count( CF2_Stack stack ); variable
91 cf2_stack_popInt( CF2_Stack stack ); variable
93 cf2_stack_popFixed( CF2_Stack stack ); variable
113 cf2_stack_clear( CF2_Stack stack ); global() variable
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_stack.c40 void cil_stack_init(struct cil_stack **stack) in cil_stack_init() argument
49 void cil_stack_destroy(struct cil_stack **stack) in cil_stack_destroy() argument
60 cil_stack_empty(struct cil_stack *stack) cil_stack_empty() argument
65 cil_stack_is_empty(struct cil_stack *stack) cil_stack_is_empty() argument
70 cil_stack_number_of_items(struct cil_stack *stack) cil_stack_number_of_items() argument
75 cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data) cil_stack_push() argument
88 cil_stack_pop(struct cil_stack *stack) cil_stack_pop() argument
98 cil_stack_peek(struct cil_stack *stack) cil_stack_peek() argument
107 cil_stack_peek_at(struct cil_stack *stack, int pos) cil_stack_peek_at() argument
[all...]
/third_party/vulkan-loader/tests/framework/
H A Djson_writer.h40 std::stack<bool> stack; member
[all...]
/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/
H A Dvibrator_napi_utils.h48 string stack; member
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Duncaught_exception_callback.h30 std::string stack; member
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Droot_element.cpp61 auto stack = GetFirstChild(); in GetOverlayElement() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Drow_model_ng.cpp25 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
H A Dcolumn_model_ng.cpp25 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_model_ng.cpp29 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_view.cpp40 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_model_ng.cpp30 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_camera.cpp61 auto stack = ViewStackProcessor::GetInstance(); in JsDevicePosition() local
H A Djs_lazy_foreach_component.h106 auto* stack = ViewStackProcessor::GetInstance(); in ExpandChildrenOnInitial() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_clock_model_impl.cpp111 auto* stack = ViewStackProcessor::GetInstance(); in GetComponent() local
H A Dability_component_model_impl.cpp30 auto* stack = ViewStackProcessor::GetInstance(); in GetComponent() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_testone_ng.cpp34 auto* stack = ViewStackProcessor::GetInstance(); in SetUp() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dsymbol_span_model_ng.cpp37 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_model_ng.cpp30 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_model_ng.cpp26 auto* stack = ViewStackProcessor::GetInstance(); in Pop() local
37 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
55 auto* stack = ViewStackProcessor::GetInstance(); in SetNewIds() local
63 auto* stack = ViewStackProcessor::GetInstance(); in SetRemovedElmtIds() local
71 auto* stack in CreateNewChildStart() local
81 auto* stack = ViewStackProcessor::GetInstance(); CreateNewChildFinish() local
88 auto* stack = ViewStackProcessor::GetInstance(); OnMove() local
[all...]
H A Drepeat_virtual_scroll_model_ng.cpp33 auto* stack = ViewStackProcessor::GetInstance(); in Create() local
50 auto* stack = ViewStackProcessor::GetInstance(); in UpdateRenderState() local
60 auto* stack = ViewStackProcessor::GetInstance(); in OnMove() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.cpp77 auto* stack = ViewStackProcessor::GetInstance(); in CreateTextField() local

Completed in 8 milliseconds

12345678910>>...43