Home
last modified time | relevance | path

Searched defs:replaceAll (Results 76 – 100 of 1004) sorted by relevance

12345678910>>...41

/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/recents/data/
DTasksRepository.java330 … public void replaceAll(java.util.function.BiFunction<? super K, ? super T, ? extends T> p0) { in replaceAll() method in TasksRepository.MapForStateFlow
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java141 …@Override public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { delegat… in replaceAll() method in DelegatingIteratorForEachRemaining.ForwardingMap
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DVector.java262 public synchronized void replaceAll(java.util.function.UnaryOperator<E> operator) { in replaceAll() method in Vector
H A DArrayList.java207 public void replaceAll(java.util.function.UnaryOperator<E> operator) { in replaceAll() method in ArrayList
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DUnmodifiableMapOfLists.java118 public void replaceAll(BiFunction<? super T, ? super List<U>, ? extends List<U>> function) { in replaceAll() method in UnmodifiableMapOfLists
/aosp_15_r20/external/clang/lib/AST/
H A DCXXInheritance.cpp461 void OverridingMethods::replaceAll(UniqueVirtualMethod Overriding) { in replaceAll() function in OverridingMethods
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DArrayMap.java1040 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in ArrayMap
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DCompactHashMap.java678 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in CompactHashMap
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DCodeBlock.kt151 internal fun replaceAll(oldValue: String, newValue: String) = in <lambda>() method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DCollections.annotated.java70 public static <T> boolean replaceAll(@libcore.util.NonNull java.util.List<@libcore.util.NullFromTyp… in replaceAll() method in Collections
H A DMap.annotated.java66 public default void replaceAll(@libcore.util.NonNull java.util.function.BiFunction<? super @libcore… in replaceAll() method
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp88 void TextureFilterMinmaxUtils::SupportedTextureType::replaceAll(std::string &str, const std::string… in replaceAll() function in gl4cts::TextureFilterMinmaxUtils::SupportedTextureType
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DCollections.annotated.java68 public static <T> boolean replaceAll(java.util.List<T> list, T oldVal, T newVal) { throw new Runtim… in replaceAll() method in Collections
H A DMap.annotated.java64 public default void replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> funct… in replaceAll() method
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/
H A DElementsTest.java583 @Test public void replaceAll() { in replaceAll() method in ElementsTest
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DZipFileSystemTest.kt479 private fun ByteString.replaceAll(a: ByteString, b: ByteString): ByteString { in ByteString() method
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go603 func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []… func
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Drematch.cpp1697 UnicodeString RegexMatcher::replaceAll(const UnicodeString &replacement, UErrorCode &status) { in replaceAll() function in RegexMatcher
1720 UText *RegexMatcher::replaceAll(UText *replacement, UText *dest, UErrorCode &status) { in replaceAll() function in RegexMatcher
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Drematch.cpp1695 UnicodeString RegexMatcher::replaceAll(const UnicodeString &replacement, UErrorCode &status) { in replaceAll() function in RegexMatcher
1718 UText *RegexMatcher::replaceAll(UText *replacement, UText *dest, UErrorCode &status) { in replaceAll() function in RegexMatcher
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DImmutableCollections.java268 @Override public void replaceAll(UnaryOperator<E> operator) { throw uoe(); } in replaceAll() method in AbstractImmutableList
H A DMap.java771 default void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DString.annotated.java154 @libcore.util.NonNull public java.lang.String replaceAll(@libcore.util.NonNull java.lang.String reg… in replaceAll() method in String
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DVector.java1394 public synchronized void replaceAll(UnaryOperator<E> operator) { in replaceAll() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DVector.java1394 public synchronized void replaceAll(UnaryOperator<E> operator) { in replaceAll() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DMap.java771 default void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method

12345678910>>...41