Home
last modified time | relevance | path

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

12345678

/third_party/skia/third_party/externals/harfbuzz/src/
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
/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
/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
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c996 struct basic_block *replace; in pack_basic_blocks() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c634 static const nir_lower_blend_channel replace = { in pan_blend_create_shader() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c180 vk_pipeline_cache_replace_object(struct vk_pipeline_cache *cache, uint32_t hash, struct vk_pipeline_cache_object *search, struct vk_pipeline_cache_object *replace) vk_pipeline_cache_replace_object() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp507 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace() function in __anon22923::Optimizer
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp1381 auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), input->GetInput(0).GetInst(), in LowerIfImmToIf() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Dstring.cpp910 auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
914 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local
920 auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
924 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local
/third_party/icu/icu4c/source/common/unicode/
H A Dunistr.h4392 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4398 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4406 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4413 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4421 UnicodeString::replace(int32_t start, replace() function in UnicodeString
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c493 const char *replace = NULL; in lws_ss_exp_cb_metadata() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h4419 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4425 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4433 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4440 UnicodeString::replace(int32_t start, replace() function in UnicodeString
4448 UnicodeString::replace(int32_t start, replace() function in UnicodeString
[all...]
/third_party/python/Lib/collections/
H A D__init__.py1522 def replace(self, old, new, maxsplit=-1): member in UserString

Completed in 43 milliseconds

12345678