| /third_party/rust/crates/lazycell/src/ |
| H A D | lib.rs | 95 pub fn replace(&mut self, value: T) -> Option<T> { in replace() functions 280 pub fn replace(&mut self, value: T) -> Option<T> { in replace() functions [all...] |
| /third_party/rust/crates/clap/tests/builder/ |
| H A D | subcommands.rs | 230 fn replace() { in replace() functions
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 109 static Expected<std::string> replace(StringRef S, StringRef From, in replace() function
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-blob.cc | 286 hb_blob_set_user_data(hb_blob_t *blob, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_blob_set_user_data() argument
|
| H A D | hb-object.hh | 287 hb_object_set_user_data(Type *obj, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_object_set_user_data() argument
|
| H A D | hb-set.cc | 130 hb_set_set_user_data(hb_set_t *set, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_set_set_user_data() argument
|
| H A D | hb-face.cc | 313 hb_face_set_user_data(hb_face_t *face, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_face_set_user_data() argument
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | utext.h | 1258 UTextReplace *replace; member
|
| /third_party/python/Lib/lib2to3/ |
| H A D | pytree.py | 101 def replace(self, new): member in Base
|
| /base/global/i18n/frameworks/intl/src/ |
| H A D | utils.cpp | 161 StrReplaceAll(const std::string& str, const std::string& target, const std::string& replace) StrReplaceAll() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | device.cpp | 504 bool replace = false; in CreateSwapchainImpl() local [all...] |
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
| H A D | IntfContainerTest.cpp | 364 const auto replace = children[index]; in HWTEST_P() local 391 const auto replace = children[expectedCount / 2]; in HWTEST_P() local 479 const auto replace = interface_pointer_cast<IObject>(CreateTestType("NotThere")); in HWTEST_P() local 711 const auto replace = children[expectedCount / 2]; HWTEST_P() local 854 const auto replace = children[indexReplace]; HWTEST_F() local 881 const auto replace = children[indexReplace]; HWTEST_F() local [all...] |
| /third_party/elfutils/tests/ |
| H A D | elfstrmerge.c | 39 static bool replace; variable
|
| /third_party/python/Lib/test/ |
| H A D | inspect_fodder2.py | 8 def replace(func): function
|
| /third_party/python/Lib/ |
| H A D | dataclasses.py | 1453 def replace(obj, /, **changes): function
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/animation/ |
| H A D | geometry_transition.cpp | 138 bool replace = true; in Build() local
|
| /foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/ |
| H A D | io_util.cpp | 294 void ReplaceTextInFilesImpl(CORE_NS::IFileManager& fileManager, BASE_NS::string_view folderUri, Work& replace) in ReplaceTextInFilesImpl() argument 317 void ReplaceTextInFileImpl(CORE_NS::IFileManager& fileManager, BASE_NS::string_view uri, Work& replace) in ReplaceTextInFileImpl() argument 341 auto replace = [&text, &replaceWith](BASE_NS::string& stringContents) { in ReplaceTextInFiles() local 354 auto replace = [&replacements](BASE_NS::string& stringContents) { in ReplaceTextInFiles() local 370 auto replace = [&replacements](BASE_NS::string& stringContents) { ReplaceTextInFile() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | string.h | 432 basic_string& replace(const_iterator first, const_iterator last, const string_view& str) in replace() function in basic_string 435 const auto replace = last - first; in replace() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_drawbox.c | 95 int replace; member [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | UTF16.java | 1969 public static String replace(String source, int oldChar32, int newChar32) { in replace() method in UTF16 2030 public static String replace(String source, String oldStr, String newStr) { replace() method in UTF16 [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UTF16.java | 1899 public static String replace(String source, int oldChar32, int newChar32) { in replace() method in UTF16 1959 public static String replace(String source, String oldStr, String newStr) { replace() method in UTF16 [all...] |
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | crashdec.c | 82 replacestr(char *line, const char *find, const char *replace) in replacestr() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_search.c | 689 nir_replace_instr(nir_builder *build, nir_alu_instr *instr, struct hash_table *range_ht, struct util_dynarray *states, const nir_algebraic_table *table, const nir_search_expression *search, const nir_search_value *replace, nir_instr_worklist *algebraic_worklist) nir_replace_instr() argument
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfscp.c | 433 BOOL replace; in merge_run() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 196 ValueDef::replace(const ValueRef &repVal, bool doSet) in replace() function in nv50_ir::ValueDef
|