/base/global/i18n/tools/ |
D | data_process.py | 17 import re 26 loc_pattern = re.compile("\(.*\)") 27 tz_pattern = re.compile("\[.*\]") 35 loc = re.search(loc_pattern, line).group() 36 tz = re.search(tz_pattern, line).group()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
D | zip_helper.cpp | 84 std::regex re(regex); in SplitString() local 85 std::sregex_token_iterator first {input.begin(), input.end(), re, -1}, last; in SplitString() 102 std::regex re("^[a-zA-Z][a-zA-Z0-9_]*$"); in IsNameValid() local 104 if (!std::regex_match(splitName, re)) { in IsNameValid()
|
/base/security/selinux_adapter/scripts/ |
D | build_policy.py | 22 import re
|
D | build_contexts.py | 22 import re 117 pattern = re.compile(r'(\S+)\s+u:object_r:\S+:s0') 189 pattern = re.compile(
|
D | build_policy_api.py | 21 import re 261 pattern_type = re.compile(r'^\(type (.*)\)$') 262 pattern_typeattribute = re.compile(r'^\(type_attribute (base_typeattr_[0-9]+)\)$')
|
/base/hiviewdfx/hiview/utility/common_utils/ |
D | tbox.cpp | 130 regex re("(.+?)-(.+)==(.+)"); in GetStackName() local 131 stackname = regex_replace(stackname, re, "$1$3"); in GetStackName()
|
/base/update/packaging_tools/ |
D | transfers_manager.py | 21 import re 81 no_version_name = re.sub(VERSION_NAME_RE, REPLACE_CONTENT, base_name)
|
D | script_generator.py | 21 import re 406 re.sub(r'%s_WRITE_FLAG' % key, '%s' % show_progress_content,
|
D | README.md | 25 ├── gigraph_process.py # Stash for re-sorting the ActionList
|
/base/global/resource_management_lite/ |
D | README_zh.md | 40 int32_t re = GLOBAL_GetValueById(id, "/system/data/resources.index", &values); // 调用指定应用下某一条资源,并写入v…
|
D | README.md | 40 int32_t re = GLOBAL_GetValueById(id, "/system/data/resources.index", &values); // Obtain the resour…
|
/base/notification/eventhandler/ |
D | README_en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/base/print/print_fwk/ |
D | README.md | 5 {**When you're done, you can delete the content in this README and update the file with details for…
|
/base/security/certificate_manager/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/base/update/sys_installer/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/base/sensors/medical_sensor/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/base/update/updater/test/unittest/test_data/diffpatch/ |
D | patchtest.new | 26 # Always base helper targets on target_name so they're unique. Target name
|
/base/web/webview/interfaces/inner_api/src/ |
D | web_clipboard_controller.cpp | 118 std::regex re(IMG_TAG_SRC_PATTERN); in SplitHtmlWithImgSrcLabel() local 123 while (std::regex_search(iterStart, iterEnd, match, re)) { in SplitHtmlWithImgSrcLabel()
|
/base/startup/init/services/modules/seccomp/scripts/ |
D | generate_code_from_policy.py | 22 import re 149 const_pattern = re.compile( 151 mark_pattern = re.compile(r'\b[A-Za-z_][A-Za-z0-9_]+\b') 171 s = re.search(r"libsyscall_to_nr_([^/]+)", file_name)
|
/base/hiviewdfx/hitrace/cmd/src/ |
D | hitrace_cmd.cpp | 429 regex re("[a-zA-Z]{4,6}"); in ParseLongOpt() local 430 if (regex_match(optarg, re)) { in ParseLongOpt()
|
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
D | hvigor-wrapper.js | 16 …re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[…
|
/base/startup/hvb/tools/ |
D | hvbtool.py | 21 import re 207 bitlen = int(re.findall(b'\d+', line.split(self.BIT_LENGTH_KEYWORD)[-1])[0])
|
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
D | output_p.inl | 1274 /* we're done! */
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|