Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_effect.cpp30 auto fixup = [&glsl](const char* input, const char* replacement) { in GlslToSksl() argument
31 glsl = std::regex_replace(glsl, std::regex(input), replacement); in GlslToSksl()
46 std::string replacement = childName + ".eval($1)"; in GlslToSksl() local
47 fixup(pattern.c_str(), replacement.c_str()); in GlslToSksl()
/ohos5.0/foundation/ability/idl_tool/util/
H A Dstring.cpp526 String String::Replace(const char* target, const char* replacement) const
528 if (target == nullptr || target[0] == '\0' || replacement == nullptr) { in __anon5e4de09e1502()
542 sb.Append(replacement); in __anon5e4de09e1502()
550 String String::Replace(const String& target, const String& replacement) const
552 if (target.IsEmpty() || replacement.IsNull()) { in __anon5e4de09e1602()
566 sb.Append(replacement); in __anon5e4de09e1602()
H A Dstring.h97 String Replace(const char* target, const char* replacement) const;
99 String Replace(const String& target, const String& replacement) const;
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_vendor_build_file.py58 replacement = 'vendor/%s/' % self.vendor
59 new_content = re.sub(pattern, replacement, self.contents)
H A Dhdf_vendor_makefile.py64 replacement = 'vendor/%s/' % self.vendor
65 new_content = re.sub(pattern, replacement, self.contents)
H A Dhdf_module_mk_file.py54 replacement = '%sinclude $(HDF_DRIVER)' % drv_section.to_str()
55 new_content, count = re.subn(tail_pattern, replacement, self.contents)
H A Dhdf_vendor_mk_file.py72 replacement = 'vendor/%s/' % self.vendor
73 new_content = re.sub(pattern, replacement, self.contents)
H A Dhdf_vendor_kconfig_file.py101 replacement = 'vendor/%s/' % self.vendor
102 self.lines[i] = re.sub(pattern, replacement, line)
H A Dhdf_defconfig_patch.py73 replacement = 'vendor/%s/' % self.vendor
74 new_content = re.sub(pattern, replacement, self.contents)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Derrorcode-router.md115 Uri error. The URI of the page to be used for replacement is incorrect or does not exist.
119 This error code is reported when the URI of the page to be used for replacement is incorrect or doe…
H A Djs-apis-router.md325 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
378 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
438 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
492 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Derrorcode-router.md115 Uri error. The URI of the page to be used for replacement is incorrect or does not exist.
H A Djs-apis-router.md325 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
378 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
438 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
492 | 200002 | Uri error. The URI of the page to be used for replacement is incorrect or does not ex…
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp415 std::string replacement = "media/local"; in DupToneFile() local
418 absSrcPath.replace(found, sub.size(), replacement); in DupToneFile()
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-vector.md310 | callbackFn | function | Yes| Callback invoked for replacement.|
348 | callbackFn | function | Yes| Callback invoked for replacement.|
829 | element | T | Yes| Element to be used for replacement.|
H A Djs-apis-list.md464 | callbackFn | function | Yes| Callback invoked for the replacement.|
513 | callbackFn | function | Yes| Callback invoked for the replacement.|
678 | element | T | Yes| Element to be used for replacement.|
H A Djs-apis-arraylist.md410 | callbackFn | function | Yes| Callback invoked for the replacement.|
459 | callbackFn | function | Yes| Callback invoked for the replacement.|
H A Djs-apis-linkedlist.md735 | element | T | Yes| Element to be used for replacement.|
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-navigation-introduction.md40 | Route replacement | replacePath & replacePathByName | r…
H A Darkts-navigation-navigation.md280 …he router operations mainly involve page navigation, page return, page replacement, page deletion,…
346 NavPathStack implements the page replacement feature through **Replace** related APIs.
H A Darkts-styled-string.md303 …ui/arkui-ts/ts-universal-styled-string.md#replacestyle) API. After the replacement, you need to pr…
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15replacement);return e}const _i=G.exports("log4js:recording"),bi=[];function Bi(){return bi.slice()…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15replacement);return e}const _i=G.exports("log4js:recording"),bi=[];function Bi(){return bi.slice()…
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16replacement);return e}const _i=G.exports("log4js:recording"),bi=[];function Bi(){return bi.slice()…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-image.md49 …p7) type.<br>- When a local image is being loaded, any modification or replacement of it may cause…
67 …p7) type.<br>- When a local image is being loaded, any modification or replacement of it may cause…
83 …p7) type.<br>- When a local image is being loaded, any modification or replacement of it may cause…

12