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

  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 392 IO_BUF_SIZE);
411 private static final int IO_BUF_SIZE = 32 * 1024;
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 715 RandomAccessFileOutputStream rafout = new RandomAccessFileOutputStream (raf, IO_BUF_SIZE); // note: no new file descriptors created here
753 RandomAccessFileInputStream rafin = new RandomAccessFileInputStream (raf, IO_BUF_SIZE); // note: no new file descriptors created here
810 private static final int IO_BUF_SIZE = 32 * 1024;
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 500 m_out = new BufferedWriter (new OutputStreamWriter (new FileOutputStream (file), encoding), IO_BUF_SIZE);
525 private static final int IO_BUF_SIZE = 32 * 1024;
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 515 m_out = new IndentingWriter (new OutputStreamWriter (new FileOutputStream (file), encoding), IO_BUF_SIZE, 0);
535 private static final int IO_BUF_SIZE = 64 * 1024;
  /external/qemu/
savevm.c 168 #define IO_BUF_SIZE 32768
182 uint8_t buf[IO_BUF_SIZE];
769 IO_BUF_SIZE - pending);
862 l = IO_BUF_SIZE - f->buf_index;
871 if (f->buf_index == IO_BUF_SIZE) {
894 if (f->buf_index == IO_BUF_SIZE) {
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 182 milliseconds