HomeSort by relevance Sort by last modified time
    Searched refs:DLOG (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium/base/test/
test_file_util_mac.cc 22 DLOG(WARNING) << "failed to memory map " << file.value();
28 DLOG(WARNING) << "failed to invalidate memory map of " << file.value()
  /external/chromium/base/
worker_pool_win.cc 30 DLOG(ERROR) << "QueueUserWorkItem failed: " << GetLastError();
event_recorder.cc 55 DLOG(ERROR) << "EventRecorder could not open log file";
66 DLOG(ERROR) << "EventRecorder Record Hook failed";
80 DLOG(ERROR) << "EventRecorder Unhook failed";
106 DLOG(ERROR) << "EventRecorder Playback could not open log file";
111 DLOG(ERROR) << "EventRecorder Playback has no records!";
135 DLOG(ERROR) << "EventRecorder Playback Hook failed";
149 DLOG(ERROR) << "EventRecorder Unhook failed";
string_split.cc 21 DLOG(INFO) << "cannot parse key from line: " << line;
30 DLOG(INFO) << "cannot parse value from line: " << line;
watchdog.h 48 DLOG(INFO) << "Watchdog alarmed for " << thread_watched_name_;
thread.cc 87 DLOG(ERROR) << "failed to create thread";
message_pump_libevent.cc 115 DLOG(ERROR) << "pipe() failed, errno: " << errno;
119 DLOG(ERROR) << "SetNonBlocking for pipe fd[0] failed, errno: " << errno;
123 DLOG(ERROR) << "SetNonBlocking for pipe fd[1] failed, errno: " << errno;
watchdog.cc 126 DLOG(INFO) << "Watchdog active: " << name;
data_pack.cc 61 DLOG(ERROR) << "Failed to mmap datapack";
process_util_posix.cc 198 DLOG(ERROR) << "getrlimit(RLIMIT_NOFILE) failed: " << errno;
219 DLOG(ERROR) << "Unable to open " << fd_dir;
275 DLOG(ERROR) << "Unable to open " << fd_dir;
291 DLOG(ERROR) << "fcntl failure.";
shared_memory_win.cc 175 DLOG(ERROR) << "Could not create mutex" << GetLastError();
  /external/chromium/net/http/
http_chunked_decoder.cc 114 DLOG(INFO) << "ignoring http trailer";
120 DLOG(ERROR) << "chunk data not terminated properly";
131 DLOG(ERROR) << "Failed parsing HEX from: " <<
139 DLOG(ERROR) << "missing chunk-size";
http_auth_handler_digest.cc 227 DLOG(INFO) << "Invalid digest property";
266 DLOG(INFO) << "Unknown value of algorithm";
280 DLOG(INFO) << "Skipping unrecognized digest property";
http_response_info.cc 66 DLOG(ERROR) << "unexpected response info version: " << version;
http_response_headers.cc 480 DLOG(INFO) << "missing status line";
487 DLOG(INFO) << "missing version";
493 DLOG(INFO) << "malformed version";
501 DLOG(INFO) << "malformed version number";
533 DLOG(INFO) << "assuming HTTP/" << http_version_.major_value() << "."
541 DLOG(INFO) << "missing response status; assuming 200 OK";
557 DLOG(INFO) << "missing response status number; assuming 200";
576 DLOG(INFO) << "missing response status text; assuming OK";
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 32 DLOG(WARNING) << "Attempting to remove last token from a non-existent "
50 DLOG(WARNING) << "Attempting to remove a token from an empty header value "
  /external/chromium/net/socket/
socks_client_socket.cc 166 DLOG(INFO) << "Finished setting up SOCKS handshake";
237 DLOG(INFO) << "Resolved host. Using SOCKS4 to communicate";
240 DLOG(INFO) << "Resolved host but to IPv6. Using SOCKS4a to communicate";
244 DLOG(INFO) << "Could not resolve host. Using SOCKS4a to communicate";
273 DLOG(INFO) << "Resolved Host is : " << NetAddressToString(ai);
tcp_client_socket_libevent.cc 197 DLOG(INFO) << "connect failed: " << os_error;
208 DLOG(INFO) << "WatchFileDescriptor failed: " << errno;
283 DLOG(INFO) << "read failed, errno " << errno;
290 DLOG(INFO) << "WatchFileDescriptor failed on read, errno " << errno;
322 DLOG(INFO) << "WatchFileDescriptor failed on write, errno " << errno;
  /external/chromium/net/websockets/
websocket.cc 228 DLOG(INFO) << "non-normal websocket connection. "
243 DLOG(INFO) << "Bad Upgrade Header "
254 DLOG(INFO) << "Bad Connection Header "
267 DLOG(INFO) << "Process Headers failed: "
285 DLOG(INFO) << "CheckHandshake mode=" << mode_
  /external/chromium/net/base/
host_cache.cc 116 DLOG(WARNING) << "Still above max entries limit";
upload_data_stream.cc 82 DLOG(WARNING) << "Failed to seek \"" << element.file_path().value()
  /external/chromium/net/disk_cache/
sparse_control.cc 303 DLOG(ERROR) << "Unable to save sparse_header_";
407 DLOG(ERROR) << "Failed to save child data";
473 DLOG(ERROR) << "Unable to save sparse map";
577 DLOG(ERROR) << "Failed to save child data";
  /external/chromium/net/url_request/
url_request_filter.cc 132 DLOG(INFO) << "URLRequestFilter hit for " << request->url().spec();
  /external/qemu/block/
vvfat.c 50 #define DLOG(a) a
69 #define DLOG(a)
1006 DLOG(if (stderr == NULL) {
1118 DLOG(mapping=array_get(&(s->mapping),index1);
    [all...]
  /external/chromium/googleurl/base/
logging.h 57 // DLOG(INFO) << "Found cookies";
240 #define DLOG(severity) LOG(severity)
341 #define DLOG(severity) \

Completed in 1645 milliseconds

1 2