HomeSort by relevance Sort by last modified time
    Searched refs:bytes_written (Results 126 - 150 of 167) sorted by null

1 2 3 4 56 7

  /external/stressapptest/src/
os.cc 231 ssize_t bytes_written = write(dcfile, "1", 1); local
234 if (bytes_written != 1) {
  /external/curl/lib/
smtp.c 1191 ssize_t bytes_written; local
    [all...]
ftp.c 3990 ssize_t bytes_written; local
    [all...]
  /external/libmicrohttpd/src/microspdy/
session.c 985 int bytes_written; local
1080 bytes_written = session->fio_send(session,
1084 switch(bytes_written)
    [all...]
  /external/v8/src/
d8-posix.cc 274 ssize_t bytes_written; local
276 bytes_written = write(exec_error_fds[kWriteFD], &err, sizeof(err));
277 } while (bytes_written == -1 && errno == EINTR);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 526 int bytes_written; local
550 bytes_written = pcm->sync_ptr->c.control.appl_ptr - pcm->sync_ptr->s.status.hw_ptr;
551 if ((bytes_written >= pcm->sw_p->start_threshold) && (!pcm->start)) {
  /system/core/adb/
adb.cpp 616 const size_t bytes_written = fwrite(buf, 1, bytes_read, stream.get()); local
617 if (bytes_written != bytes_read) {
618 fprintf(stderr, "adb: error: only wrote %zu of %lu bytes to %s\n", bytes_written,
    [all...]
  /art/runtime/jit/
profile_compilation_info.cc 253 bool ProfileCompilationInfo::Save(const std::string& filename, uint64_t* bytes_written) {
284 if (bytes_written != nullptr) {
285 *bytes_written = static_cast<uint64_t>(size);
297 int bytes_written = TEMP_FAILURE_RETRY(write(fd, buffer, byte_count));
298 if (bytes_written == -1) {
301 byte_count -= bytes_written; // Reduce the number of remaining bytes.
302 buffer += bytes_written; // Move the buffer forward.
    [all...]
profile_compilation_info.h 350 bool Save(const std::string& filename, uint64_t* bytes_written);
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 476 size_t bytes_written = fwrite( local
478 if (bytes_written != png_encoding.size())
1209 size_t bytes_written = local
    [all...]
  /external/perfetto/src/tracing/test/
tracing_integration_test.cc 94 EXPECT_GT(buf_stats.bytes_written(), 0);
  /external/e2fsprogs/debugfs/
journal.c 790 if (stats && stats->bytes_written)
791 kbytes_written = stats->bytes_written >> 10;
  /external/e2fsprogs/e2fsck/
journal.c 988 if (stats && stats->bytes_written)
989 kbytes_written = stats->bytes_written >> 10;
e2fsck.h 149 unsigned long long bytes_written; member in struct:resource_track
  /external/libchrome/base/files/
file_util_posix.cc 782 int bytes_written = WriteFileDescriptor(fd, data, size) ? size : -1; local
785 return bytes_written;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 739 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
847 bytes_written = 0;
865 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile);
874 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile)
    [all...]
  /external/nanopb-c/tests/alltypes_callback/
encode_alltypes_callback.c 388 fwrite(buffer, 1, stream.bytes_written, stdout);
  /external/perfetto/src/tracing/core/
trace_buffer.cc 172 stats_.bytes_written += size;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 617 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
727 bytes_written = fwrite((const char *)pBuffer->pBuffer,
729 if (bytes_written < 0) {
734 bytes_written);
    [all...]
  /external/python/cpython2/Lib/
subprocess.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /toolchain/binutils/binutils-2.27/gold/
output.cc 5288 ssize_t bytes_written = ::write(this->o_, this->base_ + offset, local
    [all...]

Completed in 954 milliseconds

1 2 3 4 56 7