/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/recents/data/ |
D | TasksRepository.java | 320 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 D | DelegatingIteratorForEachRemaining.java | 144 …@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 D | oma_dm_client.c | 245 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 D | UnmodifiableMapOfLists.java | 133 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/ |
D | Lookup.h | 723 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 D | Node.java | 528 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/ |
D | Lookup.h | 723 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/ |
D | Lookup.h | 723 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/ |
D | Lookup.h | 728 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 D | StrBuilder.java | 1954 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/ |
D | util.py | 396 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 D | string.cc | 97 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/ |
D | transformation.hpp | 133 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 D | hlo_computation.cc | 1123 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 D | combine_sdks.sh | 3 function replace() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/helpers/ |
H A D | apr_rename.pl | 33 sub replace { subroutine
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | lombok-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 D | Collections.java | 828 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 D | util.ts | 21 export function replace( function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/ |
D | perm_options.h | 24 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/ |
D | perm_options.h | 24 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/ |
D | perm_options.h | 23 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/ |
D | replace.h | 22 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/ |
D | perm_options.h | 24 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 D | replace.h | 22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
|