OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_BUF_SIZE
(Results
1 - 8
of
8
) 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/qemu/
savevm.c
162
#define
IO_BUF_SIZE
32768
178
uint8_t buf[
IO_BUF_SIZE
];
469
len = f->get_buffer(f->opaque, f->buf, f->buf_offset,
IO_BUF_SIZE
);
504
l =
IO_BUF_SIZE
- f->buf_index;
512
if (f->buf_index >=
IO_BUF_SIZE
)
527
if (f->buf_index >=
IO_BUF_SIZE
)
[
all
...]
/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/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java
[
all
...]
/external/emma/lib/
emma.jar
/external/valgrind/main/perf/
tinycc.c
[
all
...]
Completed in 622 milliseconds