Home
last modified time | relevance | path

Searched defs:buf2 (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStringBuffer2Test.java84 char[] buf2 = { 'W', 'o', 'r', 'l', 'd' }; in test_append$CII() local
101 char buf2 = 'W'; in test_appendC() local
191 String buf2 = "World"; in test_appendLjava_lang_String() local
311 StringBuffer buf2 = new StringBuffer(""); in test_getCharsII$CI() local
/libcore/luni/src/test/java/libcore/java/io/
DOldPushbackReaderTest.java248 char[] buf2 = str2.toCharArray(); in test_unread$C() local
308 char[] buf2 = (str2 + str2 + str2).toCharArray(); in test_unread$CII() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldStringBufferTest.java49 StringBuffer buf2 = new StringBuffer(""); in test_getCharsII$CI() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java2850 ByteBuffer buf2 = ByteBuffer.allocate(bufSize * 10); in test_writev2() local
2890 ByteBuffer buf2 = ByteBuffer.allocate(bufSize * 10); in test_write$NonBlockingException() local