OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_F
(Results
1 - 25
of
39
) sorted by null
1
2
/external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc
60
LOG_F
(LS_VERBOSE) << "(" << remote << ")";
70
LOG_F
(LS_VERBOSE) << "Providing cached stream";
77
LOG_F
(LS_VERBOSE) << "Providing new stream";
87
LOG_F
(LS_VERBOSE) << "(" << it->first << ")";
90
LOG_F
(LS_VERBOSE) << "Returning closed stream";
95
LOG_F
(LS_VERBOSE) << "Caching stream";
107
LOG_F
(LS_WARNING) << "(" << events << ", " << err
114
LOG_F
(LS_VERBOSE) << "(" << it->first << ")";
117
LOG_F
(LS_VERBOSE) << "Returning closed stream";
179
LOG_F
(LS_VERBOSE) << "Creating new socket"
[
all
...]
diskcache.cc
103
LOG_F
(LS_WARNING) << "Cache files open";
121
LOG_F
(LS_WARNING) << "Cache overfull";
143
LOG_F
(LS_ERROR) << "Couldn't create cache file";
219
LOG_F
(LS_ERROR) << "Couldn't remove cache file: " << filename;
250
LOG_F
(LS_WARNING) << "All resources are locked!";
259
LOG_F
(LS_ERROR) << "Couldn't delete from cache!";
334
LOG_F
(LS_WARNING) << "Missing cache entry";
sslsocketfactory.cc
59
LOG_F
(LS_ERROR) << "Empty address";
167
LOG_F
(LS_ERROR) << "SSL unavailable";
httpbase.cc
146
LOG_F
(LS_VERBOSE) << " state: " << state_ << " line: "
506
LOG_F
(LS_ERROR) << "(" << error << ")";
587
LOG_F
(LS_WARNING) << "danger of starvation";
679
LOG_F
(LS_ERROR) << "Read error: " << error;
710
LOG_F
(LS_ERROR) << "error";
816
LOG_F
(LS_ERROR) << "Read error: " << error;
865
LOG_F
(LS_VERBOSE) << "data: " << std::string(data, len);
877
LOG_F
(LS_ERROR) << "Unexpected EOS";
882
LOG_F
(LS_ERROR) << "Write error: " << write_error;
890
LOG_F
(LS_VERBOSE)
[
all
...]
logging.h
43
//
LOG_F
(sev) Like LOG(), but includes the name of the current function.
304
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
306
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
332
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
socketaddress.cc
210
LOG_F
(LS_VERBOSE) << "(" << hostname_ << ")";
214
LOG_F
(LS_VERBOSE) << "(" << hostname_ << ") resolved to: "
218
LOG_F
(LS_ERROR) << "(" << hostname_ << ") err: " << errcode;
httpclient.cc
255
LOG_F
(LS_WARNING) << "Malformed cache header";
445
LOG_F
(LS_WARNING) << "Couldn't lock cache";
455
LOG_F
(LS_ERROR) << "Couldn't open body cache";
474
LOG_F
(LS_ERROR) << "Couldn't open header cache";
479
LOG_F
(LS_ERROR) << "Couldn't write header cache";
539
LOG_F
(LS_WARNING) << "Cache failure, continuing with normal request";
558
LOG_F
(LS_ERROR) << "Error reading cache headers";
574
LOG_F
(LS_ERROR) << "Unavailable cache body";
win32socketserver.cc
340
LOG_F
(LS_INFO) << "async dns lookup (" << addr.IPAsString() << ")";
346
LOG_F
(LS_ERROR) << "WSAAsyncGetHostByName error: " << WSAGetLastError();
667
LOG_F
(LS_INFO) << "(" << SocketAddress::IPToString(ip)
/external/chromium_org/third_party/libjingle/source/talk/base/
socketpool.cc
60
LOG_F
(LS_VERBOSE) << "(" << remote << ")";
70
LOG_F
(LS_VERBOSE) << "Providing cached stream";
77
LOG_F
(LS_VERBOSE) << "Providing new stream";
87
LOG_F
(LS_VERBOSE) << "(" << it->first << ")";
90
LOG_F
(LS_VERBOSE) << "Returning closed stream";
95
LOG_F
(LS_VERBOSE) << "Caching stream";
107
LOG_F
(LS_WARNING) << "(" << events << ", " << err
114
LOG_F
(LS_VERBOSE) << "(" << it->first << ")";
117
LOG_F
(LS_VERBOSE) << "Returning closed stream";
179
LOG_F
(LS_VERBOSE) << "Creating new socket"
[
all
...]
httpbase_unittest.cc
82
LOG_F
(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size;
91
LOG_F
(LS_VERBOSE) << "mode: " << mode << " err: " << err;
96
LOG_F
(LS_VERBOSE) << "err: " << err;
134
LOG_F
(LS_VERBOSE) << "Enter";
152
LOG_F
(LS_VERBOSE) << "Exit";
156
LOG_F
(LS_VERBOSE) << "Enter";
184
LOG_F
(LS_VERBOSE) << "Exit";
189
LOG_F
(LS_VERBOSE) << "Enter";
200
LOG_F
(LS_VERBOSE) << "Exit";
204
LOG_F
(LS_VERBOSE) << "Enter"
[
all
...]
optionsfile.cc
47
LOG_F
(LS_WARNING) << "Could not open file, err=" << err;
64
LOG_F
(LS_WARNING) << "Ignoring malformed line in " << path_;
72
LOG_F
(LS_ERROR) << "Error when reading from file";
84
LOG_F
(LS_ERROR) << "Could not open file, err=" << err;
113
LOG_F
(LS_ERROR) << "Unable to write to file";
filelock.cc
46
LOG_F
(LS_INFO);
diskcache.cc
103
LOG_F
(LS_WARNING) << "Cache files open";
121
LOG_F
(LS_WARNING) << "Cache overfull";
143
LOG_F
(LS_ERROR) << "Couldn't create cache file";
219
LOG_F
(LS_ERROR) << "Couldn't remove cache file: " << filename;
250
LOG_F
(LS_WARNING) << "All resources are locked!";
259
LOG_F
(LS_ERROR) << "Couldn't delete from cache!";
334
LOG_F
(LS_WARNING) << "Missing cache entry";
diskcache_win32.cc
87
LOG_F
(LS_ERROR) << "Couldn't delete cache files";
httpbase.cc
146
LOG_F
(LS_VERBOSE) << " state: " << state_ << " line: "
510
LOG_F
(LS_ERROR) << "(" << error << ")";
591
LOG_F
(LS_WARNING) << "danger of starvation";
683
LOG_F
(LS_ERROR) << "Read error: " << error;
714
LOG_F
(LS_ERROR) << "error";
820
LOG_F
(LS_ERROR) << "Read error: " << error;
880
LOG_F
(LS_ERROR) << "Unexpected EOS";
885
LOG_F
(LS_ERROR) << "Write error: " << write_error;
893
LOG_F
(LS_VERBOSE);
sslsocketfactory.cc
59
LOG_F
(LS_ERROR) << "Empty address";
178
LOG_F
(LS_ERROR) << "SSL unavailable";
logging.h
43
//
LOG_F
(sev) Like LOG(), but includes the name of the current function.
45
// LOG_T_F(sev) Like
LOG_F
(), but includes the this pointer.
314
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
317
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
346
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
httpclient.cc
257
LOG_F
(LS_WARNING) << "Malformed cache header";
478
LOG_F
(LS_WARNING) << "Couldn't lock cache";
488
LOG_F
(LS_ERROR) << "Couldn't open body cache";
507
LOG_F
(LS_ERROR) << "Couldn't open header cache";
512
LOG_F
(LS_ERROR) << "Couldn't write header cache";
572
LOG_F
(LS_WARNING) << "Cache failure, continuing with normal request";
591
LOG_F
(LS_ERROR) << "Error reading cache headers";
607
LOG_F
(LS_ERROR) << "Unavailable cache body";
win32socketserver.cc
343
LOG_F
(LS_INFO) << "async dns lookup (" << addr.hostname() << ")";
356
LOG_F
(LS_ERROR) << "WSAAsyncGetHostByName error: " << WSAGetLastError();
703
LOG_F
(LS_INFO) << "(" << IPAddress(ip).ToSensitiveString()
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
168
LOG_F
(LS_INFO) << "(" << channel->name() << ")";
256
//
LOG_F
(LS_VERBOSE) << "Recv returned: " << result;
285
//
LOG_F
(LS_VERBOSE) << "Send returned: " << result;
319
LOG_F
(LS_VERBOSE) << "[" << channel_name_ << "]";
323
LOG_F
(LS_WARNING) << "NULL channel";
328
LOG_F
(LS_WARNING) << "NULL tcp";
341
//
LOG_F
(LS_VERBOSE) << "(" << size << ")";
345
LOG_F
(LS_WARNING) << "NULL channel";
350
LOG_F
(LS_WARNING) << "NULL tcp";
359
LOG_F
(LS_VERBOSE) << "[" << channel_name_ << "]"
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
171
LOG_F
(LS_INFO) << "(" << channel->component() << ")";
259
//
LOG_F
(LS_VERBOSE) << "Recv returned: " << result;
288
//
LOG_F
(LS_VERBOSE) << "Send returned: " << result;
322
LOG_F
(LS_VERBOSE) << "[" << channel_name_ << "]";
326
LOG_F
(LS_WARNING) << "NULL channel";
331
LOG_F
(LS_WARNING) << "NULL tcp";
346
//
LOG_F
(LS_VERBOSE) << "(" << size << ")";
350
LOG_F
(LS_WARNING) << "NULL channel";
355
LOG_F
(LS_WARNING) << "NULL tcp";
364
LOG_F
(LS_VERBOSE) << "[" << channel_name_ << "]"
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
382
LOG_F
(WARNING) << "packet too large";
498
LOG_F
(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
670
LOG_F
(LS_ERROR) << "wrong conversation";
680
LOG_F
(LS_ERROR) << "closed";
694
LOG_F
(LS_ERROR) << "Missing control code";
717
LOG_F
(LS_WARNING) << "Unknown control code: " << seg.data[0];
877
LOG_F
(LS_INFO) << "too new";
879
LOG_F
(LS_INFO) << "too old";
976
LOG_F
(LS_VERBOSE) << "too many retransmits";
994
LOG_F
(LS_VERBOSE) << "packet failed"
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
363
LOG_F
(WARNING) << "packet too large";
448
LOG_F
(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
604
LOG_F
(LS_ERROR) << "wrong conversation";
614
LOG_F
(LS_ERROR) << "closed";
628
LOG_F
(LS_ERROR) << "Missing control code";
649
LOG_F
(LS_WARNING) << "Unknown control code: " << seg.data[0];
809
LOG_F
(LS_INFO) << "too new";
811
LOG_F
(LS_INFO) << "too old";
899
LOG_F
(LS_VERBOSE) << "too many retransmits";
915
LOG_F
(LS_VERBOSE) << "packet failed"
[
all
...]
/external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h
185
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
187
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
43
//
LOG_F
(sev) Like LOG(), but includes the name of the current function.
308
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
310
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
336
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
Completed in 286 milliseconds
1
2