Searched defs:write_bytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/printing/
H A Dimage.cc73 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/
H A Dbytebuffer_unittest.cc189 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/
H A Droaming_common.c45 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;
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c105 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("\
[all...]

Completed in 774 milliseconds