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

  /libcore/ojluni/src/main/java/java/io/
Writer.java 60 private static final int WRITE_BUFFER_SIZE = 1024;
110 writeBuffer = new char[WRITE_BUFFER_SIZE];
183 if (len <= WRITE_BUFFER_SIZE) {
185 writeBuffer = new char[WRITE_BUFFER_SIZE];
  /cts/tests/filesystem/src/android/filesystem/cts/
RandomRWTest.java 62 final int WRITE_BUFFER_SIZE = 4 * 1024;
72 WRITE_BUFFER_SIZE);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 80 #define WRITE_BUFFER_SIZE (128 * 1024)
118 size = (size - 1) / WRITE_BUFFER_SIZE + 1;
119 size *= WRITE_BUFFER_SIZE;
299 resize_write_buffer(WRITE_BUFFER_SIZE);
300 memset(write_buffer, 0, WRITE_BUFFER_SIZE);
307 resize_write_buffer(WRITE_BUFFER_SIZE);
308 memset(write_buffer, 0, WRITE_BUFFER_SIZE);
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 143 milliseconds