Home
last modified time | relevance | path

Searched refs:testReplace (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/lang/String/CompactString/
DReplace.java65 public void testReplace(String str, char oldChar, char newChar, in testReplace() method in Replace
103 public void testReplace(String str, CharSequence target, in testReplace() method in Replace
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DConcurrentSkipListMapTest.java68 public void testReplace$K$V$V() { in testReplace$K$V$V()
75 public void testReplace$K$V() { in testReplace$K$V()
DConcurrentHashMapTest.java284 public void testReplace$K$V$V() { in testReplace$K$V$V()
291 public void testReplace$K$V() { in testReplace$K$V()
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMapTest.java449 public void testReplace() { in testReplace() method in ConcurrentHashMapTest
DConcurrentSkipListSubMapTest.java297 public void testReplace() {
DConcurrentSkipListMapTest.java385 public void testReplace() {
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMapTest.java489 public void testReplace() { in testReplace() method in ConcurrentHashMapTest
DConcurrentSkipListMapTest.java408 public void testReplace() {
DConcurrentSkipListSubMapTest.java320 public void testReplace() {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DPattern2Test.java159 public void testReplace() throws PatternSyntaxException { in testReplace() method in Pattern2Test