HomeSort by relevance Sort by last modified time
    Searched defs:write_bytes (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/printing/
image.cc 73 int write_bytes = file_util::WriteFile( local
77 success = (write_bytes == static_cast<int>(compressed.size()));
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer_unittest.cc 189 char write_bytes[] = "foo"; local
190 buffer.WriteBytes(write_bytes, 3);
194 EXPECT_EQ(write_bytes[i], read_bytes[i]);
200 memcpy(write_dst, write_bytes, 3);
204 EXPECT_EQ(write_bytes[i], read_bytes[i]);
  /external/openssh/
roaming_common.c 45 static u_int64_t write_bytes = 0; variable
105 return write_bytes;
112 write_bytes = sent;
144 write_bytes += ret;
189 write_bytes += ret;
205 needed = write_bytes - *offset;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 212 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member in struct:snd_ctl_ext_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 212 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member in struct:snd_ctl_ext_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 212 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member in struct:snd_ctl_ext_callback
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 105 static void write_bytes(const char *s, size_t len) { function
112 write_bytes((char*)&i, 4);
116 write_bytes((char*)&i, 8);
126 write_bytes(s, strlen(s));
127 write_bytes("\0\0\0\0", 4 - (strlen(s) % 4));
292 write_bytes("adcg", 4);
293 write_bytes(version, 4);
294 write_bytes("MVLL", 4);
339 write_bytes("\0\0\0\1", 4);
382 write_bytes("\0\0\xa1\1", 4)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
taskstats.h 150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats

Completed in 284 milliseconds