OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LS_ERROR
(Results
101 - 125
of
176
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc
132
LOG_ERR(
LS_ERROR
) << "open() failed.";
137
LOG_ERR(
LS_ERROR
) << "close() failed.";
455
LOG_ERR(
LS_ERROR
) << "Can't set mode on " << path;
526
LOG_ERR(
LS_ERROR
) << "getcwd() failed";
httpclient.cc
328
LOG(
LS_ERROR
) << "Error " << error << " resolving name: "
423
LOG(
LS_ERROR
) << "RequestConnectedStream error: " << stream_err;
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";
531
LOG(
LS_ERROR
) << "Cache file error: " << error;
591
LOG_F(
LS_ERROR
) << "Error reading cache headers";
607
LOG_F(
LS_ERROR
) << "Unavailable cache body";
logging.h
93
// LOG(
LS_ERROR
) << "LibraryFunc returned: "
115
//
LS_ERROR
: Something that should not have occurred.
116
enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING,
LS_ERROR
,
119
LERROR =
LS_ERROR
};
win32toolhelp_unittest.cc
120
LOG(
LS_ERROR
) << "Expected: ("
126
LOG(
LS_ERROR
) << "Actual: ("
logging.cc
92
const int LogMessage::NO_LOGGING =
LS_ERROR
+ 1;
318
current_level =
LS_ERROR
;
374
} else if (value == "
LS_ERROR
") {
375
level =
LS_ERROR
;
396
case
LS_ERROR
: return "Error";
470
case
LS_ERROR
:
macconversion.cc
154
LOG(
LS_ERROR
) << "got unknown type.";
proxyserver.cc
66
LOG(
LS_ERROR
) << "Unable to create external socket on proxy accept event";
schanneladapter.cc
155
LOG(
LS_ERROR
) << "AcquireCredentialsHandle error: "
235
LOG(
LS_ERROR
)
300
LOG(
LS_ERROR
) << "QueryContextAttributes error: "
411
LOG(
LS_ERROR
) << "No thread context available for SChannelAdapter";
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
console.cc
58
LOG(
LS_ERROR
) << "Cannot re-start";
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
consoletask.cc
62
LOG(
LS_ERROR
) << "Cannot re-start";
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.cc
219
LOG(
LS_ERROR
) << "socket_ already reset";
246
LOG(
LS_ERROR
) << "socket_ already reset";
290
LOG(
LS_ERROR
) << "socket_ already reset";
369
LOG(
LS_ERROR
) << "socket_ already reset";
xmppsocket.cc
109
LOG(
LS_ERROR
) << "Send error: " << cricket_socket_->GetError();
159
LOG(
LS_ERROR
) << "Send error: " << error;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc
915
LOG(
LS_ERROR
) << "Could not create transports: " << error.text;
920
LOG(
LS_ERROR
) << "Could not send initiate message: " << error.text;
945
LOG(
LS_ERROR
) << "Could not send accept message: " << error.text;
965
LOG(
LS_ERROR
) << "Could not send reject message: " << error.text;
[
all
...]
port.cc
298
LOG_J(
LS_ERROR
, this) << "Received non-STUN packet from unknown address ("
317
LOG_J(
LS_ERROR
, this) << "Received unexpected STUN message type ("
375
LOG_J(
LS_ERROR
, this) << "Received STUN request without username/M-I "
387
LOG_J(
LS_ERROR
, this) << "Received STUN request with bad local username "
398
LOG_J(
LS_ERROR
, this) << "Received STUN request with bad M-I "
409
LOG_J(
LS_ERROR
, this) << "Received STUN binding error:"
416
LOG_J(
LS_ERROR
, this) << "Received STUN binding error without a error "
430
LOG_J(
LS_ERROR
, this) << "Received STUN packet with invalid type ("
612
LOG_J(
LS_ERROR
, this) << "Failed to send STUN ping response to "
[
all
...]
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
91
// LOG(
LS_ERROR
) << "LibraryFunc returned: "
116
//
LS_ERROR
: Something that should not have occurred.
117
enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING,
LS_ERROR
,
120
LERROR =
LS_ERROR
};
/external/chromium/third_party/libjingle/source/talk/base/
logging.h
91
// LOG(
LS_ERROR
) << "LibraryFunc returned: "
113
//
LS_ERROR
: Something that should not have occurred.
114
enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING,
LS_ERROR
,
117
LERROR =
LS_ERROR
};
opensslidentity.cc
152
LOG(
LS_ERROR
) << prefix << ": " << error_buf << "\n";
178
LOG_F(
LS_ERROR
) << "Failed to allocate temporary memory bio";
httpclient.cc
390
LOG(
LS_ERROR
) << "RequestConnectedStream error: " << stream_err;
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";
498
LOG(
LS_ERROR
) << "Cache file error: " << error;
558
LOG_F(
LS_ERROR
) << "Error reading cache headers";
574
LOG_F(
LS_ERROR
) << "Unavailable cache body";
unixfilesystem.cc
139
LOG_ERR(
LS_ERROR
) << "open() failed.";
144
LOG_ERR(
LS_ERROR
) << "close() failed.";
514
LOG_ERR(
LS_ERROR
) << "getcwd() failed";
autodetectproxy.cc
113
LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ?
LS_ERROR
: LS_INFO;
macconversion.cc
154
LOG(
LS_ERROR
) << "got unknown type.";
schanneladapter.cc
155
LOG(
LS_ERROR
) << "AcquireCredentialsHandle error: "
233
LoggingSeverity level =
LS_ERROR
;
303
LOG(
LS_ERROR
) << "QueryContextAttributes error: "
414
LOG(
LS_ERROR
) << "No thread context available for SChannelAdapter";
/external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc
100
LOG(
LS_ERROR
) << "Send error: " << cricket_socket_->GetError();
150
LOG(
LS_ERROR
) << "Send error: " << error;
/external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc
145
LOG(
LS_ERROR
) << "HttpPortAllocator: maximum number of requests reached; "
151
LOG(
LS_ERROR
) << "HttpPortAllocator: no relay hosts configured.";
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc
156
LOG(
LS_ERROR
) << "Cannot pause a stopped camera.";
173
LOG(
LS_ERROR
) << "Missing capture_format_, cannot unpause a camera.";
182
LOG(
LS_ERROR
) << "Camera failed to start when unpausing.";
252
LOG(
LS_ERROR
) << " No acceptable camera format found";
473
LOG(
LS_ERROR
) << "Couldn't convert to I420! "
Completed in 924 milliseconds
1
2
3
4
5
6
7
8