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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/mp4/
rcheck.h 13 DLOG(ERROR) << "Failure while parsing MP4: " << #x; \
  /external/chromium_org/chrome_frame/
html_window_impl.h 24 DLOG(INFO) << __FUNCTION__;
29 DLOG(INFO) << __FUNCTION__;
39 DLOG(INFO) << __FUNCTION__;
44 DLOG(INFO) << __FUNCTION__;
49 DLOG(INFO) << __FUNCTION__;
54 DLOG(INFO) << __FUNCTION__;
59 DLOG(INFO) << __FUNCTION__;
65 DLOG(INFO) << __FUNCTION__;
70 DLOG(INFO) << __FUNCTION__;
75 DLOG(INFO) << __FUNCTION__
    [all...]
html_private_window_impl.h 35 DLOG(INFO) << __FUNCTION__;
40 DLOG(INFO) << __FUNCTION__;
45 DLOG(INFO) << __FUNCTION__;
50 DLOG(INFO) << __FUNCTION__;
55 DLOG(INFO) << __FUNCTION__;
60 DLOG(INFO) << __FUNCTION__;
  /external/chromium/chrome/browser/first_run/
upgrade_util.cc 25 DLOG(ERROR) << "Launching a new instance of the browser failed.";
27 DLOG(WARNING) << "Launched a new instance of the browser.";
  /external/chromium_org/chrome/browser/first_run/
upgrade_util.cc 25 DLOG(ERROR) << "Launching a new instance of the browser failed.";
27 DLOG(WARNING) << "Launched a new instance of the browser.";
  /external/chromium_org/base/test/
test_file_util_mac.cc 24 DLOG(ERROR) << "failed to get size of " << file.value();
31 DLOG(WARNING) << "file size is zero, will not attempt to map to memory";
37 DLOG(WARNING) << "failed to memory map " << file.value();
43 DLOG(WARNING) << "failed to invalidate memory map of " << file.value()
  /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()
  /system/core/fastbootd/
debug.h 32 //#define DLOG(fmt, ...) printf(fmt, ##__VA_ARGS__)
33 #define DLOG(fmt, ...) KLOG_INFO("fastbootd", fmt, ##__VA_ARGS__)
38 DLOG("%s:%d " fmt "\n", __BASE_FILE__, __LINE__, ##__VA_ARGS__); \
  /external/chromium_org/net/tools/quic/
quic_client_session.cc 31 DLOG(INFO) << "Encryption not active so no outgoing stream created.";
35 DLOG(INFO) << "Failed to create a new outgoing stream. "
40 DLOG(INFO) << "Failed to create a new outgoing stream. "
60 DLOG(ERROR) << "Server push not supported";
quic_reliable_client_stream.cc 19 DLOG(INFO) << "Got a response before the request was complete. "
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip.cc 31 DLOG(ERROR) << "Could not open stream for path "
42 DLOG(ERROR) << "Could not write data to zip for path "
69 DLOG(ERROR) << "Could not open zip file entry " << str_path;
79 DLOG(ERROR) << "Could not close zip file entry " << str_path;
101 DLOG(WARNING) << "Failed to open " << src_file.value();
106 DLOG(WARNING) << "Failed to open the current file in zip";
110 DLOG(WARNING) << "Found an unsafe file in zip "
115 DLOG(WARNING) << "Failed to extract "
120 DLOG(WARNING) << "Failed to advance to the next file";
136 DLOG(WARNING) << "couldn't create file " << dest_file.value()
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 31 DLOG(ERROR) << "Could not open stream for path "
42 DLOG(ERROR) << "Could not write data to zip for path "
69 DLOG(ERROR) << "Could not open zip file entry " << str_path;
79 DLOG(ERROR) << "Could not close zip file entry " << str_path;
101 DLOG(WARNING) << "Failed to open " << src_file.value();
106 DLOG(WARNING) << "Failed to open the current file in zip";
110 DLOG(WARNING) << "Found an unsafe file in zip "
115 DLOG(WARNING) << "Failed to extract "
120 DLOG(WARNING) << "Failed to advance to the next file";
136 DLOG(WARNING) << "couldn't create file " << dest_file.value()
    [all...]
  /external/chromium_org/net/quic/crypto/
p256_key_exchange_openssl.cc 28 DLOG(INFO) << "Private key is empty";
36 DLOG(INFO) << "Private key is invalid.";
45 DLOG(INFO) << "Can't get public key.";
57 DLOG(INFO) << "Can't generate a new private key.";
63 DLOG(INFO) << "Can't convert private key to string";
69 DLOG(INFO) << "Can't convert private key to string.";
84 DLOG(INFO) << "Peer public value is invalid";
96 DLOG(INFO) << "Can't convert peer public value to curve point.";
103 DLOG(INFO) << "Can't compute ECDH shared key.";
p256_key_exchange_nss.cc 43 DLOG(INFO) << "Key pair is too small.";
52 DLOG(INFO) << "Key pair does not contain key material.";
59 DLOG(INFO) << "Key pair does not contain public key.";
73 DLOG(INFO) << "Can't decrypt private key.";
83 DLOG(INFO) << "Key is invalid.";
90 DLOG(INFO) << "Can't get P-256's OID.";
100 DLOG(INFO) << "Key is invalid.";
112 DLOG(INFO) << "Can't generate new key pair.";
120 DLOG(INFO) << "Can't export private key.";
129 DLOG(INFO) << "Can't export public key."
    [all...]
  /external/chromium_org/chrome/browser/webdata/
web_intents_table.cc 110 DLOG(WARNING) << "Could not backup web_intents table.";
116 DLOG(WARNING) << "Could not backup web_intents_defaults table.";
130 DLOG(WARNING) << "Could not copy old intent data to upgraded table."
143 DLOG(WARNING) << "Could not copy old intent defaults to upgraded table."
153 DLOG(WARNING) << "Could not drop backup web_intents_defaults table.";
  /external/chromium_org/base/memory/
shared_memory_android.cc 30 DLOG(ERROR) << "Shared memory creation failed";
37 DLOG(ERROR) << "Error " << err << " when setting protection of ashmem";
  /external/chromium_org/base/android/
jni_registrar.cc 21 DLOG(ERROR) << method->name << " failed registration!";
  /external/chromium_org/base/debug/
debugger.cc 18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
  /external/chromium_org/net/url_request/
url_request_context_getter.cc 29 DLOG(WARNING) << "URLRequestContextGetter leaking due to no owning"
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 45 DLOG(ERROR) << "Stub is gone; won't MakeCurrent().";
50 DLOG(ERROR) << "Failed to MakeCurrent()";
105 DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers) "
116 DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_DismissPictureBuffer) "
127 DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_PictureReady) failed";
139 DLOG(ERROR) << "Send(init_done_msg_) failed";
145 DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_ErrorNotification) "
174 DLOG(INFO) << "Initializing DXVA HW decoder for windows.";
210 DLOG(FATAL) << "BitstreamBuffer id " << id << " out of range";
235 DLOG(FATAL) << "Buffer id " << buffer_ids[i] << " out of range"
    [all...]
  /external/chromium_org/media/audio/cras/
cras_input.cc 47 DLOG(WARNING) << "Unsupported audio frequency.";
53 DLOG(WARNING) << "Unsupported audio format.";
60 DLOG(WARNING) << "Unsupported bits/sample: " << params_.bits_per_sample();
66 DLOG(WARNING) << "Couldn't create CRAS client.\n";
72 DLOG(WARNING) << "Couldn't connect CRAS client.\n";
80 DLOG(WARNING) << "Couldn't run CRAS client.\n";
126 DLOG(WARNING) << "Error setting up audio parameters.";
145 DLOG(WARNING) << "Error setting up stream parameters.";
158 DLOG(WARNING) << "Failed to add the stream.";
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc 70 DLOG(INFO) << "Skip old packet";
161 DLOG(INFO) << "Bandwidth estimate drift: Draining buffer(s) "
172 DLOG(INFO) << "Bandwidth estimate drift: Steady"
188 DLOG(INFO) << "Bandwidth estimate drift: Over using"
199 DLOG(INFO) << "Bandwidth estimate drift: Under using"
224 DLOG(INFO) << "Bandwidth estimate slope: Draining buffer(s)";
231 DLOG(INFO) << "Bandwidth estimate slope: Steady"
242 DLOG(INFO) << "Bandwidth estimate slope: Over using"
250 DLOG(INFO) << "Bandwidth estimate slope: Under using"
  /external/chromium/chrome/browser/parsers/
metadata_parser_manager.cc 41 DLOG(ERROR) << path.value();
44 DLOG(ERROR) << "Unable to read file";
  /external/chromium/chrome/common/
multi_process_lock_mac.cc 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
41 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
multi_process_lock_win.cc 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
45 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;

Completed in 1517 milliseconds

1 2 3 4 5 6 7 8 91011>>