Home
last modified time | relevance | path

Searched defs:replace (Results 126 – 150 of 2201) sorted by relevance

12345678910>>...89

/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/recents/data/
DTasksRepository.java320 public T replace(K p0, T p1) { in replace() method in TasksRepository.MapForStateFlow
325 public boolean replace(K p0, T p1, T p2) { in replace() method in TasksRepository.MapForStateFlow
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java144 …@Override public boolean replace(K key, V oldValue, V newValue) { return delegate.replace(key, old… in replace() method in DelegatingIteratorForEachRemaining.ForwardingMap
145 @Override public V replace(K key, V value) { return delegate.replace(key, value); } in replace() method in DelegatingIteratorForEachRemaining.ForwardingMap
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c245 xml_node_t *info, *child, *replace; in add_replace_devinfo() local
724 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace, in oma_dm_replace()
1373 xml_node_t *pps, *replace; in cmd_oma_dm_replace() local
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DUnmodifiableMapOfLists.java133 public boolean replace(T key, List<U> oldValue, List<U> newValue) { in replace() method in UnmodifiableMapOfLists
138 public List<U> replace(T key, List<U> value) { in replace() method in UnmodifiableMapOfLists
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DLookup.h723 void replace(NamedDecl *D) { in replace() function
729 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DNode.java528 public boolean replace(Node node) { in replace() method in Node
676 public boolean replace(Node node, Node replacementNode) { in replace() method in Node
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DLookup.h723 void replace(NamedDecl *D) { in replace() function
729 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DLookup.h723 void replace(NamedDecl *D) { in replace() function
729 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DLookup.h728 void replace(NamedDecl *D) { in replace() function
734 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
H A DStrBuilder.java1954 public StrBuilder replace(final int startIndex, int endIndex, final String replaceStr) { in replace() method in StrBuilder
1969 public StrBuilder replaceAll(final char search, final char replace) { in replaceAll()
1988 public StrBuilder replaceFirst(final char search, final char replace) { in replaceFirst()
2088 public StrBuilder replace( in replace() method in StrBuilder
/aosp_15_r20/external/python/asn1crypto/asn1crypto/
Dutil.py396 def replace(self, year=None, month=None, day=None): member in extended_date
669 def replace(self, year=None, *args, **kwargs): member in extended_datetime
/aosp_15_r20/art/runtime/mirror/
H A Dstring.cc97 auto replace = [old_c, new_c](uint16_t c) { in DoReplace() local
108 auto replace = [old_c, new_c](uint16_t c) { in DoReplace() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp133 struct replace struct
135 typedef void result_type;
138 void operator()(R& r, T const& what, T const& with) const in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc1123 const std::function<const HloInstruction*(const HloInstruction*)>& replace, in SortClonedInstructions()
1172 const std::function<const HloInstruction*(const HloInstruction*)>& replace, in SortClonedInstructionUsersAndControlLists()
1213 auto replace = [&](const HloInstruction* instr) { in CloneWithReplacements() local
/aosp_15_r20/development/scripts/
H A Dcombine_sdks.sh3 function replace() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/helpers/
H A Dapr_rename.pl33 sub replace { subroutine
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlombok-ast-0.2.3.jar ... java.util.List getChildren () public boolean replace (lombok.ast.Node) throws lombok. ...
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DCollections.java828 public boolean replace(K key, V oldValue, V newValue) { in replace() method in Collections.CheckedMap
832 public V replace(K key, V value) { in replace() method in Collections.CheckedMap
1704 public boolean replace(K key, V oldValue, V newValue) { in replace() method in Collections.EmptyMap
1708 public V replace(K key, V value) { in replace() method in Collections.EmptyMap
2084 public boolean replace(K key, V oldValue, V newValue) { in replace() method in Collections.SingletonMap
2088 public V replace(K key, V value) { in replace() method in Collections.SingletonMap
2466 public boolean replace(K key, V oldValue, V newValue) { in replace() method in Collections.SynchronizedMap
2470 public V replace(K key, V value) { in replace() method in Collections.SynchronizedMap
3125 public boolean replace(K key, V oldValue, V newValue) { in replace() method in Collections.UnmodifiableMap
3129 public V replace(K key, V value) { in replace() method in Collections.UnmodifiableMap
/aosp_15_r20/external/pigweed/pw_hdlc/ts/
H A Dutil.ts21 export function replace( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/
Dperm_options.h24 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/
Dperm_options.h24 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/
Dperm_options.h23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dreplace.h22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/
Dperm_options.h24 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dreplace.h22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function

12345678910>>...89