Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/test/java/lang/String/
DLines.java89 String replace = string.replaceAll("\n", "\\n").replaceAll("\r", "\\r"); in testString() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java220 boolean replace(K key, V oldValue, V newValue); in replace() method
252 V replace(K key, V value); in replace() method
/libcore/ojluni/src/main/java/sun/security/util/
DAlgorithmDecomposer.java156 private static void hasLoop(Set<String> elements, String find, String replace) { in hasLoop()
/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
/libcore/ojluni/annotations/flagged_api/java/util/
DHashMap.annotated.java70 public boolean replace(K key, V oldValue, V newValue) { throw new RuntimeException("Stub!"); } in replace() method in HashMap
72 public V replace(K key, V value) { throw new RuntimeException("Stub!"); } in replace() method in HashMap
DTreeMap.annotated.java129 public boolean replace(K key, V oldValue, V newValue) { throw new RuntimeException("Stub!"); } in replace() method in TreeMap
131 public V replace(K key, V value) { throw new RuntimeException("Stub!"); } in replace() method in TreeMap
DProperties.annotated.java120 public synchronized boolean replace(java.lang.Object key, java.lang.Object oldValue, java.lang.Obje… in replace() method in Properties
122 public synchronized java.lang.Object replace(java.lang.Object key, java.lang.Object value) { throw … in replace() method in Properties
DMap.annotated.java70 public default boolean replace(K key, V oldValue, V newValue) { throw new RuntimeException("Stub!")… in replace() method
72 public default V replace(K key, V value) { throw new RuntimeException("Stub!"); } in replace() method
/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
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
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
/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/flagged_api/java/util/concurrent/
DConcurrentSkipListMap.annotated.java96 public boolean replace(K key, V oldValue, V newValue) { throw new RuntimeException("Stub!"); } in replace() method in ConcurrentSkipListMap
98 public V replace(K key, V value) { throw new RuntimeException("Stub!"); } in replace() method in ConcurrentSkipListMap
/libcore/ojluni/src/test/java/util/Collections/
DDelegatingIteratorForEachRemaining.java143 …@Override public boolean replace(K key, V oldValue, V newValue) { return delegate.replace(key, old… in replace() method in DelegatingIteratorForEachRemaining.ForwardingMap
144 @Override public V replace(K key, V value) { return delegate.replace(key, value); } in replace() method in DelegatingIteratorForEachRemaining.ForwardingMap
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DString.annotated.java146 @libcore.util.NonNull public java.lang.String replace(char oldChar, char newChar) { throw new Runti… in replace() method in String
156 @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.java321 public StringBuilder replace(int start, int end, String str) { in replace() method in StringBuilder
DSystem.java1029 public synchronized Object replace(Object key, Object value) { in replace() method in System.PropertiesWithNonOverrideableDefaults
1039 public synchronized boolean replace(Object key, Object oldValue, Object newValue) { in replace() method in System.PropertiesWithNonOverrideableDefaults
/libcore/ojluni/src/main/java/java/util/
DMap.java918 default boolean replace(K key, V oldValue, V newValue) { in replace() method
966 default V replace(K key, V value) { in replace() method
DProperties.java1465 public synchronized boolean replace(Object key, Object oldValue, Object newValue) { in replace() method in Properties
1470 public synchronized Object replace(Object key, Object value) { in replace() method in Properties
DHashtable.java977 public synchronized boolean replace(K key, V oldValue, V newValue) { in replace() method in Hashtable
999 public synchronized V replace(K key, V value) { in replace() method in Hashtable
/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
/libcore/ojluni/annotations/hiddenapi/java/util/
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

12