Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-securityLable.md11 …ity label passed in. Changing the security label from a higher level to a lower one poses security…
19 The application data security label can be changed to a lower level by using the following API afte…
23 If the application data security label is set to a lower lever, error 13900020 will be thrown.
50 …rom a higher level to a lower one.| An error will be thrown if the data security label is changed …
51 …rom a higher level to a lower one.| An error will be thrown if the data security label is changed …
52 …rom a higher level to a lower one.| An error will be thrown if the data security label is changed …
56 …ror will be thrown if the API is used to set the security label from a higher level to a lower one.
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_utils.cpp76 std::string lower; in ToLowerString() local
78 lower += std::tolower(c); in ToLowerString()
80 return lower; in ToLowerString()
85 std::string lower = DlpUtils::ToLowerString(suffix); in GetFileTypeBySuffix() local
86 auto iter = FILE_TYPE_MAP.find(lower); in GetFileTypeBySuffix()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__rect_8h.md24 …s of the upper left corner of the rectangle can be greater than those of the lower right corner. |
25 …of a rectangle. The height is calculated by using the Y coordinate of the lower right corner of th…
26 … of a rectangle. The width is calculated by using the X coordinate of the lower right corner of th…
29 …_Rect](_drawing.md#oh_drawing_rect) \*) | Obtains the X coordinate of the lower right corner of a …
30 …_Rect](_drawing.md#oh_drawing_rect) \*) | Obtains the Y coordinate of the lower right corner of a …
35 …g.md#oh_drawing_rect) \*rect, float right) | Sets the X coordinate of the lower right corner of a …
36 ….md#oh_drawing_rect) \*rect, float bottom) | Sets the Y coordinate of the lower right corner of a …
H A Djs-apis-graphics-common2D.md30 …hich can be defined by two coordinate points: upper left corner point and lower right corner point.
38 | right | number | Yes | Yes | X coordinate of the lower right corner of the rectangle. The valu…
39 | bottom | number | Yes | Yes | Y coordinate of the lower right corner of the rectangle. The valu…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/
H A Dchangelogs-testfwk_arkxtest.md21 | rightX | 3 | X-coordinate of the lower right corner of the component bounds.|
22 | bottomY | 4 | Y-coordinate of the lower right corner of the component bounds.|
30 | right | 3 | X-coordinate of the lower right corner of the component bounds.|
31 | bottom | 4 | Y-coordinate of the lower right corner of the component bounds.|
/ohos5.0/base/security/dlp_permission_service/frameworks/test/mock/
H A Ddlp_utils_mock.cpp39 std::string lower; in ToLowerString() local
41 lower += std::tolower(c); in ToLowerString()
43 return lower; in ToLowerString()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
H A Dbase.py100 if i[1].lower() == text.lower():
120 if text in i[1].lower():
157 if 'a' == i[1].lower()[0]:
175 if i[1].lower() == text:
/ohos5.0/build/test/example/
H A Dtest_build_option.py193 if para_value.lower() == "true":
206 if para_value.lower() == "true":
232 if para_value.lower() == "true":
307 if para_value.lower() == "true":
474 if para_value.lower() in ("true", ""):
489 if para_value.lower() in ("true", ""):
502 if para_value.lower() == "true":
863 if archive_option.lower() == "true":
942 if ninja_option.lower() == "false":
973 if clean_option.lower() == "false":
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Djs-apis-inputmethod-subtype.md27 | mode | 'upper' \| 'lower' | 是 | 是 | 非必填。输入法子类型的模式,包括upper(大写)和lower(小写)。 |
/ohos5.0/base/useriam/user_auth_framework/common/utils/
H A Diam_mem.h35 inline uint32_t CombineUint16ToUint32(uint16_t upper, uint16_t lower) in CombineUint16ToUint32() argument
37 return (static_cast<uint32_t>(upper) << 16U) | lower; in CombineUint16ToUint32()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
H A Dkconfig_file_add_config.py34 "model_name_lower": module.lower(),
36 "driver_name_lower": driver.lower()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border-image.md34lower left corner, and lower right corner of the border image.<br>Default value: **0**<br>**NOTE**…
/ohos5.0/build/ohos/hisysevent/
H A Dgen_def_from_all_yaml.py443 if event_desc.lower() == event_name.lower():
462 if tag_name.lower() == event_name.lower():
465 if "type" in event_base and tag_name.lower() == event_base["type"].lower():
621 if param_desc.lower() == param_name.lower():
/ohos5.0/build/hb/services/
H A Dhpm.py123 args_list.append('{}={}'.format(key, str(value).lower()))
154 flags_list.extend(['--{}'.format(key).lower(), '{}'.format(str(value)).lower()])
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_file_base.py91 base_file = ident.lower() + '_scoped.h'
93 base_file = ident.lower() + '_ref_counted.h'
95 base_path = os.path.join('base', ident.lower(), 'ark_web_' + base_file)
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/
H A DUser_device_info_hcs.template3 … //Host startup priority (0-200). A larger value indicates a lower priority.
8 … // Driver startup priority (0-200). A larger value indicates a lower priority. The defa…
H A Ddevice_info_hcs.template3 … //Host startup priority (0-200). A larger value indicates a lower priority. The defa…
7 … // Driver startup priority (0-200). A larger value indicates a lower priority. The defa…
/ohos5.0/build/hb/containers/
H A Darg.py232 parser.usage = 'hb {} [option]'.format(module_type.name.lower())
249 parser.usage = 'hb {} [option]'.format(module_type.name.lower())
265 if str(assigned_value).lower() == 'false':
267 elif str(assigned_value).lower() == 'true' or assigned_value is None:
365 .format(module_type.name.lower()), "0018")
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dstrace_log_analysis.py66 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
72 if '.strace.log' in file_name.lower():
H A Daudit_log_analysis.py107 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
114 if file_name.lower().endswith('.audit.log'):
/ohos5.0/docs/zh-cn/application-dev/inputmethod/
H A Dinput-method-subtype-guide.md41 "mode": "lower"
48 "mode": "lower"
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-menu.md25lower right corner of the target element. If the visible space on the right is insufficient, the m…
65lower right corner of the target element. If the visible space on the right is insufficient, the m…
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_linux_scann.py385 ).lower()
387 k2 = enable_key.lower()
406 ).lower()
408 child_enable_key = enable_key.lower()
414 ).lower()
416 grand_enable_key = k1.lower()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Dutd_8h.md45lower-level type of the target UTD. For example, **TYPE_SCRIPT** is a lower-level type of **SOURCE…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-inner-commonEvent-commonEventSubscribeInfo.md23 …ranges from –100 to +1000. If the value exceeds the upper or lower limit, the upper or lower limit…

12345678910>>...12