Home
last modified time | relevance | path

Searched defs:kReadBufSize (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/websockets/
Dwebsocket_basic_stream_adapters_test.cc172 const int kReadBufSize = 1024; in TEST_F() local
203 const int kReadBufSize = 2; in TEST_F() local
275 const int kReadBufSize = 1024; in TEST_F() local
640 constexpr int kReadBufSize = 1024; in TEST_F() local
729 const int kReadBufSize = 3; in TEST_F() local
799 const int kReadBufSize = 1024; in TEST_F() local
901 const int kReadBufSize = 1024; in TEST_F() local
979 const int kReadBufSize = 1024; in TEST_F() local
1077 const int kReadBufSize = 1024; in TEST_F() local
1561 const int kReadBufSize = 1024; in TEST_P() local
[all …]
/external/cronet/net/socket/
Dssl_server_socket_unittest.cc328 const int kReadBufSize = 1024; in TEST() local
498 const int kReadBufSize = 1024; in PumpServerToClient() local
923 const int kReadBufSize = 1024; in TEST_F() local
981 const int kReadBufSize = 1024; in TEST_F() local
1033 const int kReadBufSize = 1024; in TEST_P() local
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc48 constexpr size_t kReadBufSize = 1024 * 16; variable