/external/chromium_org/chrome/test/perf/ |
perf_test.cc | 83 size_t write_byte = static_cast<size_t>(io_counters.WriteTransferCount local 98 write_byte_b = write_byte; 107 write_byte_r += write_byte;
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_io.h | 82 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
|
test_io.c | 60 void (*write_byte)(unsigned long block, int count, errcode_t err); member in struct:test_private_data 231 data->write_byte = test_io_cb_write_byte; 438 if (data->real && data->real->manager->write_byte) 440 if (data->write_byte) 441 data->write_byte(offset, count, retval); 444 "Test_io: write_byte(%lu, %d) returned %s\n",
|
/external/chromium_org/mojo/public/cpp/utility/tests/ |
run_loop_unittest.cc | 343 char write_byte = kSignalMagic; local 346 &write_byte, 1, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE);
|
/external/libnfc-nci/src/nfc/int/ |
rw_int.h | 159 UINT8 write_byte; /* Index of last written byte */ member in struct:__anon3925 [all...] |
/external/libpng/contrib/tools/ |
pngfix.c | 1336 write_byte(struct file *file, int b) function [all...] |