Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DStringCharBufferSliceTest.java43 CharBuffer buff = CharBuffer.wrap(in); in testSlice() local
138 public static void helper(CharBuffer buff, CharBuffer slice) throws RuntimeException { in helper()
/libcore/ojluni/src/test/java/lang/StringBuffer/
DCapacity.java47 StringBuffer buff = new StringBuffer(size); in test() local
/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java184 public void write(byte buff[]) throws IOException { in write()
190 public void write(byte buff[], int off, int len) throws IOException { in write()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DAbstractSequentialListTest.java301 final String buff[] = {"0", "1", "2", "3", "4", "5"}; in test_getI() local