Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 27) sorted by relevance

12

/libcore/ojluni/src/main/java/sun/security/util/
DAlgorithmDecomposer.java136 private static void hasLoop(Set<String> elements, String find, String replace) { in hasLoop()
/libcore/ojluni/src/main/java/sun/misc/
DRegexpPool.java74 public void replace(String re, Object ret) { in replace() method in RegexpPool
165 private void add(String re, Object ret, boolean replace) throws REException { in add()
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java222 boolean replace(K key, V oldValue, V newValue); in replace() method
254 V replace(K key, V value); in replace() method
DConcurrentSkipListMap.java1980 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ConcurrentSkipListMap
2005 public V replace(K key, V value) { in replace() method in ConcurrentSkipListMap
2894 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ConcurrentSkipListMap.SubMap
2899 public V replace(K key, V value) { in replace() method in ConcurrentSkipListMap.SubMap
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileLockTable.java73 public abstract void replace(FileLock fl1, FileLock fl2); in replace() method in FileLockTable
229 public void replace(FileLock fromLock, FileLock toLock) { in replace() method in SharedFileLockTable
DFileChannelImpl.java1260 public void replace(FileLock fl1, FileLock fl2) { in replace() method in FileChannelImpl.SimpleFileLockTable
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashMap.annotated.java71 public boolean replace(@libcore.util.NullFromTypeParam K key, @libcore.util.Nullable V oldValue, @l… in replace() method in HashMap
73 @libcore.util.Nullable public V replace(@libcore.util.NullFromTypeParam K key, @libcore.util.NullFr… in replace() method in HashMap
DMap.annotated.java72 public default boolean replace(@libcore.util.NullFromTypeParam K key, @libcore.util.Nullable V oldV… in replace() method
74 @libcore.util.Nullable public default V replace(@libcore.util.NullFromTypeParam K key, @libcore.uti… in replace() method
DTreeMap.annotated.java114 public boolean replace(@libcore.util.NullFromTypeParam K key, @libcore.util.Nullable V oldValue, @l… in replace() method in TreeMap
116 @libcore.util.NullFromTypeParam public V replace(@libcore.util.NullFromTypeParam K key, @libcore.ut… in replace() method in TreeMap
/libcore/ojluni/src/main/java/java/util/
DMap.java836 default boolean replace(K key, V oldValue, V newValue) { in replace() method
884 default V replace(K key, V value) { in replace() method
DHashtable.java961 public synchronized boolean replace(K key, V oldValue, V newValue) { in replace() method in Hashtable
983 public synchronized V replace(K key, V value) { in replace() method in Hashtable
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java69 public synchronized boolean replace(java.lang.Object key, java.lang.Object oldValue, java.lang.Obje… in replace() method in Provider
71 public synchronized java.lang.Object replace(java.lang.Object key, java.lang.Object value) { throw … in replace() method in Provider
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DString.annotated.java144 @libcore.util.NonNull public java.lang.String replace(char oldChar, char newChar) { throw new Runti… in replace() method in String
154 @libcore.util.NonNull public java.lang.String replace(@libcore.util.NonNull java.lang.CharSequence … in replace() method in String
DStringBuffer.annotated.java97 @libcore.util.NonNull public synchronized java.lang.StringBuffer replace(int start, int end, @libco… in replace() method in StringBuffer
DStringBuilder.annotated.java74 @libcore.util.NonNull public java.lang.StringBuilder replace(int start, int end, @libcore.util.NonN… in replace() method in StringBuilder
/libcore/ojluni/src/main/java/java/lang/
DStringBuilder.java262 public StringBuilder replace(int start, int end, String str) { in replace() method in StringBuilder
DStringBuffer.java450 public synchronized StringBuffer replace(int start, int end, String str) { in replace() method in StringBuffer
DString.java2164 public String replace(char oldChar, char newChar) { in replace() method in String
2329 public String replace(CharSequence target, CharSequence replacement) { in replace() method in String
DAbstractStringBuilder.java849 public AbstractStringBuilder replace(int start, int end, String str) { in replace() method in AbstractStringBuilder
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java98 …public boolean replace(@libcore.util.NonNull K key, @libcore.util.NonNull V oldValue, @libcore.uti… in replace() method in ConcurrentHashMap
100 …@libcore.util.Nullable public V replace(@libcore.util.NonNull K key, @libcore.util.NonNull V value… in replace() method in ConcurrentHashMap
/libcore/ojluni/annotations/hiddenapi/java/lang/
DString.java320 public java.lang.String replace(char oldChar, char newChar) { in replace() method in String
342 public java.lang.String replace( in replace() method in String
DAbstractStringBuilder.java173 public java.lang.AbstractStringBuilder replace(int start, int end, java.lang.String str) { in replace() method in AbstractStringBuilder
/libcore/ojluni/src/main/java/java/security/
DProvider.java430 public synchronized boolean replace(Object key, Object oldValue, in replace() method in Provider
457 public synchronized Object replace(Object key, Object value) { in replace() method in Provider
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashMap.java155 public boolean replace(K key, V oldValue, V newValue) { in replace() method in HashMap
159 public V replace(K key, V value) { in replace() method in HashMap
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java333 public void replace(java.nio.channels.FileLock fl1, java.nio.channels.FileLock fl2) { in replace() method in FileChannelImpl.SimpleFileLockTable

12