/libcore/ojluni/src/test/java/lang/String/ |
D | Lines.java | 89 String replace = string.replaceAll("\n", "\\n").replaceAll("\r", "\\r"); in testString() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentMap.java | 220 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/ |
D | AlgorithmDecomposer.java | 156 private static void hasLoop(Set<String> elements, String find, String replace) { in hasLoop()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileLockTable.java | 73 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/ |
D | HashMap.annotated.java | 70 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
|
D | TreeMap.annotated.java | 129 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
|
D | Properties.annotated.java | 120 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
|
D | Map.annotated.java | 70 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/ |
D | HashMap.annotated.java | 71 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
|
D | TreeMap.annotated.java | 114 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
|
D | Map.annotated.java | 72 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/ |
D | Provider.annotated.java | 69 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/ |
D | ConcurrentSkipListMap.annotated.java | 96 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/ |
D | DelegatingIteratorForEachRemaining.java | 143 …@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/ |
D | String.annotated.java | 146 @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
|
D | StringBuffer.annotated.java | 97 @libcore.util.NonNull public synchronized java.lang.StringBuffer replace(int start, int end, @libco… in replace() method in StringBuffer
|
D | StringBuilder.annotated.java | 74 @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/ |
D | StringBuilder.java | 321 public StringBuilder replace(int start, int end, String str) { in replace() method in StringBuilder
|
D | System.java | 1029 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/ |
D | Map.java | 918 default boolean replace(K key, V oldValue, V newValue) { in replace() method 966 default V replace(K key, V value) { in replace() method
|
D | Properties.java | 1465 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
|
D | Hashtable.java | 977 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/ |
D | ConcurrentHashMap.annotated.java | 98 …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/ |
D | String.java | 320 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/ |
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
|