Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/lib/profile/
DGCDAProfiling.c105 static void write_bytes(const char *s, size_t len) { in write_bytes() function
112 write_bytes((char*)&i, 4); in write_32bit_value()
116 write_bytes((char*)&i, 8); in write_64bit_value()
126 write_bytes(s, strlen(s)); in write_string()
127 write_bytes("\0\0\0\0", 4 - (strlen(s) % 4)); in write_string()
292 write_bytes("adcg", 4); in llvm_gcda_start_file()
293 write_bytes(version, 4); in llvm_gcda_start_file()
294 write_bytes("MVLL", 4); in llvm_gcda_start_file()
339 write_bytes("\0\0\0\1", 4); in llvm_gcda_emit_function()
382 write_bytes("\0\0\xa1\1", 4); in llvm_gcda_emit_arcs()
[all …]
/external/openssh/
Droaming_common.c45 static u_int64_t write_bytes = 0; variable
105 return write_bytes; in get_sent_bytes()
112 write_bytes = sent; in roam_set_bytes()
144 write_bytes += ret; in roaming_write()
189 write_bytes += ret; in roaming_atomicio()
205 needed = write_bytes - *offset; in resend_bytes()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dbytebuffer_unittest.cc189 char write_bytes[] = "foo"; in TEST() local
190 buffer.WriteBytes(write_bytes, 3); in TEST()
194 EXPECT_EQ(write_bytes[i], read_bytes[i]); in TEST()
200 memcpy(write_dst, write_bytes, 3); in TEST()
204 EXPECT_EQ(write_bytes[i], read_bytes[i]); in TEST()
/external/chromium/net/udp/
Dudp_socket_libevent.cc185 base::StatsCounter write_bytes("udp.write_bytes"); in SendToOrWrite() local
186 write_bytes.Add(nwrite); in SendToOrWrite()
299 base::StatsCounter write_bytes("udp.write_bytes"); in DidCompleteWrite() local
300 write_bytes.Add(result); in DidCompleteWrite()
Dudp_socket_win.cc293 base::StatsCounter write_bytes("udp.write_bytes"); in ProcessSuccessfulWrite() local
294 write_bytes.Add(num_bytes); in ProcessSuccessfulWrite()
/external/chromium_org/printing/
Dimage.cc73 int write_bytes = file_util::WriteFile( in SaveToPng() local
77 success = (write_bytes == static_cast<int>(compressed.size())); in SaveToPng()
/external/chromium/net/socket/
Dtcp_client_socket_libevent.cc432 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
433 write_bytes.Add(nwrite); in Write()
654 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
655 write_bytes.Add(bytes_transferred); in DidCompleteWrite()
Dtcp_client_socket_win.cc596 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
597 write_bytes.Add(rv); in Write()
829 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
830 write_bytes.Add(num_bytes); in DidCompleteWrite()
/external/chromium_org/net/socket/
Dtcp_socket_libevent.cc399 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
400 write_bytes.Add(nwrite); in Write()
743 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
744 write_bytes.Add(bytes_transferred); in DidCompleteWrite()
Dtcp_socket_win.cc506 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
507 write_bytes.Add(rv); in Write()
940 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
941 write_bytes.Add(num_bytes); in DidCompleteWrite()
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py781 def InternalSerialize(self, write_bytes): argument
783 field_descriptor._encoder(write_bytes, field_value)
785 write_bytes(tag_bytes)
786 write_bytes(value_bytes)
/external/chromium_org/net/udp/
Dudp_socket_libevent.cc457 base::StatsCounter write_bytes("udp.write_bytes"); in LogWrite() local
458 write_bytes.Add(result); in LogWrite()
Dudp_socket_win.cc506 base::StatsCounter write_bytes("udp.write_bytes"); in LogWrite() local
507 write_bytes.Add(result); in LogWrite()
/external/protobuf/python/google/protobuf/
Dreflection.py810 def InternalSerialize(self, write_bytes): argument
812 field_descriptor._encoder(write_bytes, field_value)