Home
last modified time | relevance | path

Searched defs:replace (Results 101 - 125 of 189) sorted by relevance

12345678

/third_party/rust/crates/lazycell/src/
H A Dlib.rs95 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 Dsubcommands.rs230 fn replace() { in replace() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFImportFile.cpp109 static Expected<std::string> replace(StringRef S, StringRef From, in replace() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-blob.cc286 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 Dhb-object.hh287 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 Dhb-set.cc130 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 Dhb-face.cc313 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 Dutext.h1258 UTextReplace *replace; member
/third_party/python/Lib/lib2to3/
H A Dpytree.py101 def replace(self, new): member in Base
/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp161 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 Ddevice.cpp504 bool replace = false; in CreateSwapchainImpl() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerTest.cpp364 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 Delfstrmerge.c39 static bool replace; variable
/third_party/python/Lib/test/
H A Dinspect_fodder2.py8 def replace(func): function
/third_party/python/Lib/
H A Ddataclasses.py1453 def replace(obj, /, **changes): function
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp138 bool replace = true; in Build() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp294 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 Dstring.h432 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 Dvf_drawbox.c95 int replace; member
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java1969 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 DUTF16.java1899 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 Dcrashdec.c82 replacestr(char *line, const char *find, const char *replace) in replacestr() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.c689 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 Dntfscp.c433 BOOL replace; in merge_run() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp196 ValueDef::replace(const ValueRef &repVal, bool doSet) in replace() function in nv50_ir::ValueDef

Completed in 32 milliseconds

12345678