| /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...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 305 int i, replace, error; in mtrr_add_page() local [all...] |
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | act_bpf.c | 278 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 D | control_compat.c | 375 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 D | drm_property.c | 693 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 D | livepatch.h | 164 bool replace; member
|
| /kernel/linux/linux-6.6/fs/notify/inotify/ |
| H A D | inotify_user.c | 544 int replace = !(arg & IN_MASK_ADD); in inotify_update_existing_watch() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | livepatch.h | 163 bool replace; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A D | drm_property.c | 690 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 D | control_compat.c | 365 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 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
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| 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
|
| /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...] |
| /kernel/linux/linux-5.10/net/sctp/ |
| H A D | auth.c | 824 int replace = 0; in sctp_auth_set_key() local
|
| /kernel/linux/linux-6.6/net/sctp/ |
| H A D | auth.c | 824 int replace = 0; in sctp_auth_set_key() local
|
| /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
|