Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 48) sorted by relevance

12

/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_cursor_info_capi.cpp20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create()
33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect()
47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect()
/base/sensors/sensor/vibration_convert/core/utils/include/
Dutils.h156 inline bool IsLessOrEqual(const T& left, const T& right) in IsLessOrEqual()
162 inline bool IsGreatOrEqual(const T& left, const T& right) in IsGreatOrEqual()
168 inline bool IsLessNotEqual(const T& left, const T& right) in IsLessNotEqual()
174 inline bool IsGreatNotEqual(const T& left, const T& right) in IsGreatNotEqual()
180 inline bool IsEqual(const T& left, const T& right) in IsEqual()
/base/sensors/sensor/utils/common/include/
Dsensor_utils.h23 bool IsEqual(const T &left, const T &right) in IsEqual()
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
Dsec_comp_info.h44 DimensionT left = DEFAULT_DIMENSION; member
76 inline bool GreatOrEqual(double left, double right) in GreatOrEqual()
82 inline bool GreatNotEqual(double left, double right) in GreatNotEqual()
88 inline bool IsEqual(double left, double right) in IsEqual()
/base/inputmethod/imf/services/dialog/entry/src/main/ets/ServiceExtAbility/
DServiceExtAbility.ts31 left: number; property
/base/update/updater/services/script/script_interpreter/
Dscript_expression.cpp46 UScriptExpression *left, in CreateExpression()
126 UScriptValuePtr left; in Execute() local
Dscript_expression.h156 BinaryExpression(ExpressionAction action, UScriptExpression *left, UScriptExpression *right) in BinaryExpression()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_mmap.cpp84 size_t left = size_ - ptr; in Read() local
/base/security/device_security_level/baselib/msglib/src/utils/
Dmessenger_utils.h67 static inline bool IsSameDevice(const DeviceIdentify *left, const DeviceIdentify *right) in IsSameDevice()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dfault_stack_test.cpp92 uint32_t left = 10; variable
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
Drbtree.h41 struct RbTreeNode *left; member
/base/hiviewdfx/hidumper/services/native/src/
Ddump_log_manager.cpp79 [] (const std::string &left, const std::string &right) { in EraseLogs()
Ddump_manager_cpu_service.cpp382 bool DumpManagerCpuService::SortProcInfo(std::shared_ptr<ProcInfo> &left, std::shared_ptr<ProcInfo>… in SortProcInfo()
/base/print/print_fwk/frameworks/models/print_models/src/
Dprint_margin.cpp77 void PrintMargin::SetLeft(uint32_t left) in SetLeft()
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
Dinputmethodlist.js24 Divider.margin({ left: 12, right: 12 }); property
481 Text.padding({ left: this.fontPadding, right: this.fontPadding }); property
533 Text.padding({ left: this.fontPadding, right: this.fontPadding }); property
/base/web/webview/ohos_interface/include/ohos_adapter/
Dprint_manager_adapter.h38 uint32_t left; member
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dstring_utils.cpp109 void StringUtils::SetWidth(const int &width, const char &fileStr, const bool &left, string &str) in SetWidth()
/base/security/security_component_manager/test/fuzztest/security_component/common/
Dfuzz_common.cpp238 double left = std::min(tmp1, tmp2); in ConstructButtonRect() local
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js263 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; property
293 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; property
/base/global/resource_management/frameworks/resmgr/src/utils/
Dpsue_manager.cpp112 unsigned int left = extendCount % PSUE_CONFIG_CHARS.length(); in Convert() local
/base/inputmethod/imf/services/include/
Dsys_cfg_parser.h78 int32_t left = 0; member
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dutils.cpp207 bool Utils::StrCompare(const char *left, const char *right, size_t len, bool isCaseSensitive) in StrCompare()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h71 double left = TEN_MILLIMETER_TO_INCH; member
/base/inputmethod/imf/frameworks/ndk/include/
Dnative_inputmethod_types.h27 double left = -1.0; member
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DUtils.java418 private static String getGetStringFromPattern(int functionIndex, ArrayList<Element> left) { in getGetStringFromPattern()

12