| /hardware/libhardware/include/hardware/ |
| nvram.h | 268 * bytes_read - The number of bytes read. If NV_RESULT_SUCCESS is 276 uint8_t* buffer, uint64_t* bytes_read);
|
| /system/extras/ioshark/ |
| ioshark_bench.h | 63 u_int64_t bytes_read; member in struct:rw_bytes_s
|
| ioshark_bench_mmap.c | 118 rw_bytes->bytes_read += len; 149 rw_bytes->bytes_read += len;
|
| ioshark_bench.c | 132 dest->bytes_read += delta->bytes_read; 243 rw_bytes->bytes_read += file_op->prw_len; 273 rw_bytes->bytes_read += file_op->rw_len;
|
| /external/curl/docs/examples/ |
| http2-upload.c | 168 size_t bytes_read; /* count up */ member in struct:input 176 i->bytes_read += retcode;
|
| /external/fio/exp/ |
| expression-parser.y | 191 int lexer_input(char* buffer, unsigned int *bytes_read, int bytes_requested) 198 *bytes_read = bytes_requested;
|
| /external/google-benchmark/src/ |
| sysinfo.cc | 340 size_t bytes_read = fread(buff, 1, sizeof(buff), file); local 342 if (memprefix(buff, bytes_read, "performance") == nullptr) return true;
|
| /external/libcxx/utils/google-benchmark/src/ |
| sysinfo.cc | 340 size_t bytes_read = fread(buff, 1, sizeof(buff), file); local 342 if (memprefix(buff, bytes_read, "performance") == nullptr) return true;
|
| /system/media/brillo/audio/audioservice/ |
| audio_device_handler.cpp | 112 int bytes_read = file.ReadAtCurrentPos(reinterpret_cast<char*>(&state), 1); local 114 if (bytes_read == 0) {
|
| /system/update_engine/payload_generator/ |
| ab_generator_unittest.cc | 156 ssize_t bytes_read; local 161 &bytes_read)); 162 ASSERT_EQ(bytes_read, static_cast<ssize_t>(first_op.data_length())); 189 &bytes_read)); 190 ASSERT_EQ(bytes_read, static_cast<ssize_t>(second_op.data_length())); 323 ssize_t bytes_read; local 328 &bytes_read)); 329 ASSERT_EQ(static_cast<ssize_t>(new_op.data_length()), bytes_read); local
|
| generate_delta_main.cc | 221 ssize_t bytes_read; local 222 CHECK(utils::PReadAll(fd, buf.data(), buf.size(), offset, &bytes_read)); 223 if (bytes_read == 0) 225 CHECK_EQ(performer.Write(buf.data(), bytes_read), bytes_read);
|
| /external/google-breakpad/src/common/windows/ |
| omap.cc | 190 DWORD bytes_read = 0; local 192 if (FAILED(stream->Next(count, 0, &bytes_read, NULL, &count_read))) { 200 if (count * sizeof(OmapTable::value_type) != bytes_read) { 207 bytes_read = 0; 209 if (FAILED(stream->Next(count, bytes_expected, &bytes_read,
|
| /frameworks/av/media/vndk/xmlparser/1.0/ |
| MediaCodecsXmlParser.cpp | 159 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file); local 160 if (bytes_read < 0) { 166 XML_Status status = ::XML_ParseBuffer(parser, bytes_read, bytes_read == 0); 173 if (bytes_read == 0) {
|
| /external/e2fsprogs/lib/support/ |
| quotaio.c | 192 unsigned int bytes_read = 0; local 201 err = ext2fs_file_read(e2_file, buf, size, &bytes_read); 207 return bytes_read;
|
| /external/google-breakpad/src/client/windows/crash_generation/ |
| minidump_generator.cc | 364 SIZE_T bytes_read = 0; local 369 &bytes_read)) { 378 if (bytes_read != sizeof(client_assert_info)) {
|
| /external/syslinux/core/fs/pxe/ |
| pxe.c | 203 int bytes_read = 0; local 218 bytes_read += chunk; 234 return bytes_read;
|
| /system/core/libbacktrace/ |
| backtrace_test.cpp | 982 size_t bytes_read = backtrace->Read(read_addr, data, 2 * pagesize); local 983 ASSERT_EQ(pagesize, bytes_read); 988 bytes_read = backtrace->Read(read_addr + i, data, 2 * sizeof(word_t)); 989 ASSERT_EQ(2 * sizeof(word_t), bytes_read); 999 bytes_read = backtrace->Read(read_addr + i, data, j); 1000 ASSERT_EQ(j, bytes_read); 1079 size_t bytes_read = backtrace->Read(reinterpret_cast<uintptr_t>(&g_ready), local 1082 ASSERT_EQ(sizeof(uintptr_t), bytes_read); local 1088 ASSERT_EQ(sizeof(uintptr_t), bytes_read); local 1660 size_t bytes_read = backtrace->Read(reinterpret_cast<uintptr_t>(const_cast<int*>(&value)), local 1662 ASSERT_EQ(sizeof(read_value), bytes_read); local [all...] |
| /system/nvram/hal/ |
| nvram_device_adapter.cpp | 244 uint64_t* bytes_read) { 254 *bytes_read = std::min(static_cast<size_t>(num_bytes_to_read), 256 memcpy(buffer, read_space_response.buffer.data(), *bytes_read);
|
| /device/google/marlin/camera/usbcamcore/src/ |
| QCameraMjpegDecode.cpp | 622 int bytes_to_read, bytes_read, rc; local 632 bytes_read = 0; 644 bytes_read = bytes_to_read; 648 return bytes_read;
|
| /external/e2fsprogs/lib/ext2fs/ |
| ext2_io.h | 69 unsigned long long bytes_read; member in struct:struct_io_stats
|
| /external/libbrillo/brillo/streams/ |
| stream.h | 409 // situation in which it would block (bytes_read = 0 and eos = false), 426 size_t bytes_read,
|
| /external/libchrome/base/files/ |
| file_path_watcher_linux.cc | 237 ssize_t bytes_read = HANDLE_EINTR(read(inotify_fd, &buffer[0], local 240 if (bytes_read < 0) { 246 while (i < bytes_read) { 249 DCHECK(i + event_size <= static_cast<size_t>(bytes_read));
|
| /external/libmojo/mojo/edk/system/ |
| channel.h | 248 bool OnReadComplete(size_t bytes_read, size_t* next_read_size_hint);
|
| /external/stressapptest/src/ |
| os.cc | 370 ssize_t bytes_read = read(hpfile, buf, 64); local 373 if (bytes_read <= 0) { 379 if (bytes_read == 64) { 386 buf[bytes_read] = '\0';
|
| /frameworks/base/tools/aapt2/compile/ |
| PngCrunch.cpp | 101 const size_t bytes_read = std::min(in_len, len); local 102 memcpy(buffer, in_buffer, bytes_read); 103 if (bytes_read != in_len) { 104 in->BackUp(in_len - bytes_read);
|