Home
last modified time | relevance | path

Searched defs:buf1 (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStringBuffer2Test.java83 char[] buf1 = { 'H', 'e', 'l', 'l', 'o' }; in test_append$CII() local
100 char buf1 = 'H'; in test_appendC() local
190 String buf1 = "Hello"; in test_appendLjava_lang_String() local
332 StringBuffer buf1 = new StringBuffer("abcd"); in test_insertI$C() local
352 StringBuffer buf1 = new StringBuffer("abcd"); in test_insertI$CII() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java2847 ByteBuffer buf1 = ByteBuffer.allocate(10); in test_writev2() local
2887 ByteBuffer buf1 = ByteBuffer.allocate(10); in test_write$NonBlockingException() local