Home
last modified time | relevance | path

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

/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