Home
last modified time | relevance | path

Searched defs:left (Results 1 - 25 of 256) sorted by relevance

1234567891011

/base/sensors/sensor/utils/common/include/
H A Dsensor_utils.h23 bool IsEqual(const T &left, const T &right) in IsEqual() argument
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_cursor_info_capi.cpp20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create() argument
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
/test/testfwk/arkxtest/uitest/record/
H A Dutils.h21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument
30 inline bool NearEqual<float>(const float& left, const float& right) in NearEqual() argument
37 inline bool NearEqual<double>(const double& left, const double& right) in NearEqual() argument
44 constexpr bool NearEqual(const T& left, const T& right) in NearEqual() argument
54 inline bool NearEqual(const double left, cons argument
60 NearZero(const double left) NearZero() argument
66 LessOrEqual(double left, double right) LessOrEqual() argument
72 LessNotEqual(double left, double right) LessNotEqual() argument
78 GreatOrEqual(double left, double right) GreatOrEqual() argument
84 GreatNotEqual(double left, double right) GreatNotEqual() argument
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_mmap.cpp84 size_t left = size_ - ptr; in Read() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Drbtree.h41 struct RbTreeNode *left; member
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingRectLargeValueTest.cpp87 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
110 float left = OH_Drawing_RectGetLeft(rectSrc); in HWTEST_F() local
H A DNativeDrawingRectTest.cpp129 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
152 float left = OH_Drawing_RectGetLeft(rectSrc); in HWTEST_F() local
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeRectTest.cpp184 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
226 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
244 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
538 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
825 float left = OH_Drawing_RectGetLeft(dst); HWTEST_F() local
[all...]
H A DDrawingNativeTextBlobTest.cpp517 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
581 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
610 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dfault_stack_test.cpp98 uint32_t left = 10; in HWTEST_F() local
/base/security/device_security_level/baselib/msglib/src/utils/
H A Dmessenger_utils.h67 static inline bool IsSameDevice(const DeviceIdentify *left, const DeviceIdentify *right) in IsSameDevice() argument
/base/update/updater/services/script/script_interpreter/
H A Dscript_expression.cpp126 UScriptValuePtr left; in Execute() local
45 CreateExpression(ExpressionAction action, UScriptExpression *left, UScriptExpression *right) CreateExpression() argument
[all...]
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h38 uint32_t left; member
/base/inputmethod/imf/frameworks/cj/include/
H A Dinput_method_ffi_structs.h71 double left; member
/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h27 double left = -1.0; member
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp109 void StringUtils::SetWidth(const int &width, const char &fileStr, const bool &left, string &str) in SetWidth() argument
/base/inputmethod/imf/services/include/
H A Dsys_cfg_parser.h78 int32_t left = 0; member
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_margin.cpp77 void PrintMargin::SetLeft(uint32_t left) in SetLeft() argument
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/camera/router/
H A Dindex.js464 var left = rect.left; variable
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router1/
H A Dindex.js429 var left = rect.left; variable
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router2/
H A Dindex.js426 var left = rect.left; variable
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router/
H A Dindex.js426 var left = rect.left; variable
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/gridContainer/router/
H A Dindex.js395 var left = rect.left; variable
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router/
H A Dindex.js425 var left = rect.left; variable
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/input/router/
H A Dindex.js394 var left = rect.left; variable

Completed in 12 milliseconds

1234567891011