HomeSort by relevance Sort by last modified time
    Searched refs:WRITE_BUFFER_SIZE (Results 1 - 3 of 3) sorted by null

  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
RandomRWTest.java 47 final int WRITE_BUFFER_SIZE = 4 * 1024;
50 WRITE_BUFFER_SIZE);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 76 #define WRITE_BUFFER_SIZE (128 * 1024)
114 size = (size - 1) / WRITE_BUFFER_SIZE + 1;
115 size *= WRITE_BUFFER_SIZE;
305 resize_write_buffer(WRITE_BUFFER_SIZE);
306 memset(write_buffer, 0, WRITE_BUFFER_SIZE);
313 resize_write_buffer(WRITE_BUFFER_SIZE);
314 memset(write_buffer, 0, WRITE_BUFFER_SIZE);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 34 private static final int WRITE_BUFFER_SIZE = 500;
305 this.writer = new BufferedWriter(writer, WRITE_BUFFER_SIZE);

Completed in 1116 milliseconds