/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_op.h | 168 AddressType top = stack_[0]; in OpRot() local 171 stack_[2] = top; // 2:the index of the array in OpRot() 187 AddressType top = StackPop(); in OpAnd() local 188 stack_[0] &= top; in OpAnd() 194 AddressType top = StackPop(); in OpDiv() local 195 if (top == 0) { in OpDiv() 198 SignedType signedDivisor = static_cast<SignedType>(top); in OpDiv() 206 AddressType top = StackPop(); in OpMinus() local 207 stack_[0] -= top; in OpMinus() 213 AddressType top in OpMod() local 223 AddressType top = StackPop(); OpMul() local 240 AddressType top = StackPop(); OpOr() local 246 AddressType top = StackPop(); OpPlus() local 257 AddressType top = StackPop(); OpShl() local 258 stack_[0] <<= top; OpShl() local 263 AddressType top = StackPop(); OpShr() local 264 stack_[0] >>= top; OpShr() local 269 AddressType top = StackPop(); OpShra() local 276 AddressType top = StackPop(); OpXor() local 290 AddressType top = StackPop(); OpBra() local 300 AddressType top = StackPop(); OpEQ() local 306 AddressType top = StackPop(); OpGE() local 312 AddressType top = StackPop(); OpGT() local 318 AddressType top = StackPop(); OpLE() local 324 AddressType top = StackPop(); OpLT() local 330 AddressType top = StackPop(); OpNE() local [all...] |
H A D | dfx_maps.h | 50 bool GetStackRange(uintptr_t& bottom, uintptr_t& top);
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_cursor_info_capi.cpp | 20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create() argument 22 return new InputMethod_CursorInfo({ left, top, width, height }); in OH_CursorInfo_Create() 33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect() 40 cursorInfo->top = top; in OH_CursorInfo_SetRect() 47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect() 53 if (left == nullptr || top == nullptr || width == nullptr || height == nullptr) { in OH_CursorInfo_GetRect() 58 *top = cursorInfo->top; in OH_CursorInfo_GetRect() 32 OH_CursorInfo_SetRect( InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) OH_CursorInfo_SetRect() argument 46 OH_CursorInfo_GetRect( InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) OH_CursorInfo_GetRect() argument
|
H A D | inputmethod_controller_capi.cpp | 131 .top = config.cursorInfo.top, in ConstructTextConfig()
|
H A D | inputmethod_inputmethod_proxy_capi.cpp | 87 CursorInfo({ cursorInfo->left, cursorInfo->top, cursorInfo->width, cursorInfo->height }))); in OH_InputMethodProxy_NotifyCursorUpdate()
|
/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_cursor_info_capi.h | 54 * @param top The top point of the cursor and must be absolute coordinate of the physical screen. 61 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height); 76 * @param top The top point of the cursor and must be absolute coordinate of the physical screen. 86 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height); 93 * @param top The top point of the cursor and must be absolute coordinate of the physical screen. 103 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height);
|
/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | log_parse.cpp | 104 bool iStack = Tbox::IsCallStack(inStack.top()); in GetValidStack() 130 string topStr = inStack.top(); in StackToMultipart() 209 stackName = Tbox::GetStackName(src.top()); // extract function name from the stack in GetValidStack() 219 stackName = Tbox::GetStackName(outStatck.top()); in GetValidStack() 252 string name = src.top(); in MatchIgnoreLibrary() 294 eventInfo[name[i]] = stack.top(); in SetFrame()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | maps_test.cpp | 193 uintptr_t bottom, top; in HWTEST_F() local 194 ASSERT_TRUE(maps_->GetStackRange(bottom, top)); in HWTEST_F() 197 EXPECT_EQ(top, 0xff881000); in HWTEST_F() 200 EXPECT_EQ(top, 0x7fe37fc000); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_window_info.h | 30 int32_t top{ 0 }; // the ordinate of the upper-left vertex of inputWindow
|
H A D | input_method_utils.h | 111 double top = -1.0; member 116 return (left == info.left && top == info.top && width == info.width && height == info.height); in operator ==() 193 config.append(" cursor: " + std::to_string(cursorInfo.left) + "/" + std::to_string(cursorInfo.top) + "/" + in ToString() 216 config.append(" cursor: " + std::to_string(cursorInfo.left) + "/" + std::to_string(cursorInfo.top) + "/" + in ToString()
|
/base/inputmethod/imf/services/include/ |
H A D | sys_cfg_parser.h | 77 int32_t top = 0; member 84 ret = GetValue(node, GET_NAME(top), top) && ret;
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_margin.cpp | 65 void PrintMargin::SetTop(uint32_t top) in SetTop() argument 68 top_ = top; in SetTop()
|
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | input_method_ffi_structs.h | 72 double top; member
|
/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 28 double top = -1.0; member
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_panel.h | 54 int32_t top; member 60 return (top == panelAdjust.top && left == panelAdjust.left && right == panelAdjust.right && in operator ==()
|
/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_margin.h | 52 void SetTop(uint32_t top);
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_attach_test.cpp | 243 cursorInfo.top = 1; in HWTEST_F() 362 cursorInfo.top = 1; in HWTEST_F() 398 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; in HWTEST_F() 421 config.cursorInfo = { .top = 1, .left = 1, .height = 1, .width = 0.4 }; in HWTEST_F() 424 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; in HWTEST_F() 559 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; in HWTEST_F() 568 CursorInfo cursorInfo2 = { .top = 10, .left = 9, .width = 8, .height = 7 }; in HWTEST_F() 699 cursorInfo.top = 1; in HWTEST_F()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 320 panelAdjust_.insert({ config.style, { config.top, config.left, config.right, config.bottom } }); in ParsePanelRect() 460 static_cast<uint32_t>((porIterValue.top + porIterValue.bottom) * densityDpi); in CalculatePanelRect() 473 static_cast<uint32_t>((porIterValue.top + porIterValue.bottom) * densityDpi); in CalculatePanelRect() 475 static_cast<int32_t>(porIterValue.top * densityDpi); in CalculatePanelRect() 495 static_cast<uint32_t>((porIterValue.top + porIterValue.bottom) * densityDpi); in CalculateFloatRect() 497 keyboardLayoutParams_.PortraitKeyboardRect_.posY_ - static_cast<int32_t>(porIterValue.top * densityDpi); in CalculateFloatRect() 510 static_cast<uint32_t>((lanIterValue.top + lanIterValue.bottom) * densityDpi); in CalculateFloatRect() 512 keyboardLayoutParams_.LandscapeKeyboardRect_.posY_ - static_cast<int32_t>(lanIterValue.top * densityDpi); in CalculateFloatRect() 529 static_cast<uint32_t>((lanIterValue.top + lanIterValue.bottom) * densityDpi); in CalculateLandscapeRect() 542 static_cast<uint32_t>((lanIterValue.top in CalculateLandscapeRect() [all...] |
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 36 uint32_t top; member
|
/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | sec_comp_info_helper.cpp | 171 ((comp->padding_.top != MIN_PADDING_WITHOUT_BG) || (comp->padding_.right != MIN_PADDING_WITHOUT_BG) || in CheckSecCompBaseButton() 188 if ((comp->padding_.top < MIN_PADDING_SIZE) || (comp->padding_.right < MIN_PADDING_SIZE) || in CheckSecCompBase()
|
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | cj_input_method_controller.cpp | 71 .top = txtCfg.cursor.top, in Attach() 133 .top = cursor.top, in UpdateCursor()
|
/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_database.cpp | 223 delFile = limitQueue.top(); in Clear() 226 delFile = normalQueue.top(); in Clear() 282 std::string file = files.top(); in UpdateClearMap() 412 std::string file = queryFiles.top(); in QueryByFiles()
|
/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 186 if (!Marshal(data, input.cursorInfo.left, input.cursorInfo.top, input.cursorInfo.height, input.cursorInfo.width)) { in Marshalling() 220 if (!Unmarshal(data, output.cursorInfo.left, output.cursorInfo.top, output.cursorInfo.height, in Unmarshalling() 272 static_cast<int32_t>(input.panelInfo.panelType), input.windowInfo.name, input.windowInfo.top, in Marshalling() 285 if (!Unmarshal(data, panelFlag, panelType, windowInfo.name, windowInfo.top, windowInfo.left, windowInfo.width, in Unmarshalling()
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 112 {"StackTop", "trigger SIGSEGV to make sure stack top", &DfxCrasher::StackTop}, 199 auto top = __builtin_frame_address(0); in RecursiveHelperFunction() local 205 printf("RecursiveHelperFunction top:%p\n", top); in RecursiveHelperFunction() 207 (void)memset_s(top, size, 0, size); in RecursiveHelperFunction() 213 (void)memset_s(top, size, 0, size); in RecursiveHelperFunction() 221 printf("RecursiveHelperFunction curLevel:%d targetLevel:%d top:%p\n", curLevel, targetLevel, top); in RecursiveHelperFunction() 468 std::cout << "crasher_c: stack top is = " << std::hex << stackTop << std::endl; in StackTop()
|
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_info.h | 41 DimensionT top = DEFAULT_DIMENSION; member
|