Home
last modified time | relevance | path

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

/external/chromium/net/udp/
Dudp_socket_libevent.cc185 base::StatsCounter write_bytes("udp.write_bytes"); in SendToOrWrite() local
299 base::StatsCounter write_bytes("udp.write_bytes"); in DidCompleteWrite() local
Dudp_socket_win.cc293 base::StatsCounter write_bytes("udp.write_bytes"); in ProcessSuccessfulWrite() local
/external/chromium_org/third_party/libjingle/source/talk/base/
Dbytebuffer_unittest.cc189 char write_bytes[] = "foo"; in TEST() local
/external/chromium_org/printing/
Dimage.cc73 int write_bytes = file_util::WriteFile( in SaveToPng() local
/external/chromium/net/socket/
Dtcp_client_socket_libevent.cc432 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
654 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
Dtcp_client_socket_win.cc596 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
829 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
/external/openssh/
Droaming_common.c45 static u_int64_t write_bytes = 0; variable
/external/chromium_org/net/socket/
Dtcp_socket_libevent.cc399 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
743 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
Dtcp_socket_win.cc506 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() local
940 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite() local
/external/compiler-rt/lib/profile/
DGCDAProfiling.c105 static void write_bytes(const char *s, size_t len) { in write_bytes() function
/external/chromium_org/net/udp/
Dudp_socket_libevent.cc457 base::StatsCounter write_bytes("udp.write_bytes"); in LogWrite() local
Dudp_socket_win.cc506 base::StatsCounter write_bytes("udp.write_bytes"); in LogWrite() local
/external/protobuf/python/google/protobuf/
Dreflection.py810 def InternalSerialize(self, write_bytes): argument
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py781 def InternalSerialize(self, write_bytes): argument