Home
last modified time | relevance | path

Searched defs:replace (Results 126 - 150 of 249) sorted by relevance

12345678910

/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...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c305 int i, replace, error; in mtrr_add_page() local
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dact_bpf.c278 tcf_bpf_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **act, int replace, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_bpf_init() argument
/kernel/linux/linux-5.10/sound/core/
H A Dcontrol_compat.c375 snd_ctl_elem_add_compat(struct snd_ctl_file *file, struct snd_ctl_elem_info32 __user *data32, int replace) snd_ctl_elem_add_compat() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_property.c693 drm_property_replace_global_blob(struct drm_device *dev, struct drm_property_blob **replace, size_t length, const void *data, struct drm_mode_object *obj_holds_id, struct drm_property *prop_holds_id) drm_property_replace_global_blob() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlivepatch.h164 bool replace; member
/kernel/linux/linux-6.6/fs/notify/inotify/
H A Dinotify_user.c544 int replace = !(arg & IN_MASK_ADD); in inotify_update_existing_watch() local
/kernel/linux/linux-6.6/include/linux/
H A Dlivepatch.h163 bool replace; member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_property.c690 drm_property_replace_global_blob(struct drm_device *dev, struct drm_property_blob **replace, size_t length, const void *data, struct drm_mode_object *obj_holds_id, struct drm_property *prop_holds_id) drm_property_replace_global_blob() argument
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dcontrol_compat.c365 snd_ctl_elem_add_compat(struct snd_ctl_file *file, struct snd_ctl_elem_info32 __user *data32, int replace) snd_ctl_elem_add_compat() argument
/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/skia/third_party/externals/harfbuzz/src/
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
/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...]
/kernel/linux/linux-5.10/net/sctp/
H A Dauth.c824 int replace = 0; in sctp_auth_set_key() local
/kernel/linux/linux-6.6/net/sctp/
H A Dauth.c824 int replace = 0; in sctp_auth_set_key() local
/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

Completed in 31 milliseconds

12345678910