Searched refs:LOG (Results 101 - 125 of 822) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_command.cc27 LOG(ERROR) << "Scoped dir lookup failed!";
H A Dapply_updates_command.cc23 LOG(ERROR) << "Scoped dir lookup failed!";
47 LOG(ERROR) << "Scoped dir lookup failed!";
H A Dclear_data_command.cc42 LOG(ERROR) << "Scoped dir lookup failed!";
68 LOG(ERROR) << "Error posting ClearData.";
/external/chromium/chrome/common/
H A Dservice_process_util_posix.cc32 LOG(ERROR) << "Unexpected read: " << buffer;
34 LOG(ERROR) << "Unexpected fd close";
70 LOG(ERROR) << "WatchFileDescriptor";
100 LOG(ERROR) << "WatchExecutable";
H A Dzip.cc174 LOG(WARNING) << "couldn't create file " << src_file_str;
181 LOG(WARNING) << "couldn't open zip " << src_file_str;
194 LOG(WARNING) << "error %d in unzGoToNextFile";
208 LOG(ERROR) << "Could not open stream for path "
219 LOG(ERROR) << "Could not write data to zip for path "
248 LOG(ERROR) << "Could not open zip file entry " << str_path;
258 LOG(ERROR) << "Could not close zip file entry " << str_path;
287 LOG(WARNING) << "couldn't create file " << dest_file_str;
309 LOG(ERROR) << "Error closing zip file " << dest_file_str;
/external/chromium/net/test/
H A Dpython_utils.cc68 LOG(ERROR) << "Can't find " << generated_code_dir.value();
77 LOG(ERROR) << "Can't find " << source_dir.value();
85 LOG(WARNING) << "Can't find " << kPyProto.value()
94 LOG(WARNING) << "Can't find " << kPyProto.value()
/external/chromium/sdch/open-vcdiff/src/
H A Dlogging.h62 #define LOG(level) LogMessage(open_vcdiff::level, #level) macro
H A Ddecodetable.cc53 LOG(ERROR) << "Internal error: GetNextInstruction() called before Init()"
98 LOG(ERROR) << "Instruction size is not a valid variable-length integer"
H A Ddecodetable.h112 LOG(DFATAL) << "Internal error: last_instruction_start past end of "
118 LOG(DFATAL) << "Internal error: two pending instructions in a row "
H A Dencodetable.cc144 LOG(DFATAL) << "EncodeInstruction() called without calling Init()"
156 LOG(WARNING) << "EncodeInstruction() called for two ADD instructions"
201 LOG(DFATAL) << "No matching opcode found for inst " << inst
218 LOG(DFATAL) << "VCDiffCodeTableWriter::Copy() called without calling Init()"
286 LOG(WARNING) << "Empty input; no delta window produced" << LOG_ENDL;
338 LOG(DFATAL) << "Internal error: calculated length of the delta encoding ("
348 LOG(WARNING) << "Empty target window" << LOG_ENDL;
359 LOG(DFATAL) << "Internal error: calling Init() to reset "
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasicpacketsocketfactory.cc62 LOG(LS_ERROR) << "UDP bind failed with error "
80 LOG(LS_ERROR) << "TCP bind failed with error "
104 LOG(LS_ERROR) << "TCP bind failed with error "
126 LOG(LS_ERROR) << "TCP connect failed with error "
H A Dproxydetect.cc320 LOG(LS_WARNING) << "Proxy address too long [" << start << "]";
330 LOG(LS_WARNING) << "Proxy address without port [" << buffer << "]";
338 LOG(LS_WARNING) << "Proxy address with invalid port [" << buffer << "]";
350 LOG(LS_WARNING) << "Proxy address with unknown protocol ["
396 LOG(LS_ERROR) << "SHGetFolderPath failed";
406 LOG(LS_ERROR) << "FSFindFolder failed";
412 LOG(LS_ERROR) << "FSRefMakePath failed";
513 LOG(LS_ERROR) << "Failed to open file: " << filename.pathname();
666 LOG(LS_ERROR) << "Failed to load winhttp.dll.";
718 LOG(LS_ERRO
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DGDIObjectCounter.cpp64 LOG(PlatformLeaks, "%s: leaked %d GDI object%s!", m_identifier.latin1().data(), leaked, leaked == 1 ? "" : "s");
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.cc229 LOG(INFO) << "Redundant relay address: " << proto_name
404 LOG(LS_VERBOSE) << "OnSendPacket: failed sending to " << GetAddress() <<
439 LOG(LS_WARNING) << "No more relay addresses left to try";
450 LOG(LS_INFO) << "Connecting to relay via " << ProtoToString(ra->proto) <<
465 LOG(LS_WARNING) << "Unknown protocol (" << ra->proto << ")";
469 LOG(LS_WARNING) << "Socket creation failed";
514 LOG(INFO) << "Relay allocate succeeded: " << ProtoToString(proto)
613 LOG(LS_WARNING) << "Relay " << ra->proto << " connection to " <<
631 LOG(INFO) << "relay tcp connected to " <<
652 LOG(WARNIN
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dexternal_metrics.cc55 LOG(ERROR) << "undefined UMA action: " << action_string;
84 LOG(ERROR) << "bad histogram request: " << histogram_data;
99 LOG(ERROR) << "bad linear histogram request: " << histogram_data;
154 LOG(ERROR) << "bad read size " << result <<
162 LOG(ERROR) << "bad message size " << message_size;
173 LOG(ERROR) << "message too short: length " << result <<
185 LOG(ERROR) << "bad name-value pair for metrics";
201 LOG(ERROR) << "invalid event type: " << name;
/external/chromium/chrome/browser/extensions/
H A Dextension_info_private_api_chromeos.cc58 LOG(ERROR) << "CrosLibrary can't be loaded.";
61 LOG(ERROR) << "Unknown property request: " << property_name;
/external/chromium/chrome/browser/history/
H A Darchived_database.cc92 LOG(WARNING) << "Archived database is too new.";
105 LOG(WARNING) << "Unable to update archived database to version 2.";
/external/chromium/chrome/browser/net/
H A Dproxy_service_factory.cc64 LOG(ERROR) << "Cannot use V8 Proxy resolver in single process mode.";
80 LOG(ERROR) << "Invalid switch for number of PAC threads: " << s;
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_loader_win.cc52 LOG(WARNING) << "Failed to start watch for user policy change event";
59 LOG(WARNING) << "Failed to start watch for machine policy change event";
H A Ddevice_policy_identity_strategy.cc32 LOG(ERROR) << "Failed to get machine model.";
36 LOG(ERROR) << "Failed to get machine serial number.";
/external/chromium/chrome/browser/sync/util/
H A Ddata_encryption.cc29 LOG(ERROR) << "Encryption fails: " << data;
46 LOG(ERROR) << "Decryption fails: ";
/external/chromium/net/base/
H A Dnetwork_change_notifier_win.cc98 LOG(ERROR) << "WSALookupServiceBegin failed with: " << WSAGetLastError();
136 LOG(WARNING) << "WSALookupServiceNext() failed with:" << result;
H A Dtest_root_certs_nss.cc70 LOG(ERROR) << "Cannot decode certificate trust string.";
78 LOG(ERROR) << "Cannot change certificate trust.";
99 // DCHECK(), rather than LOG(), as a failure to restore the original
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc110 LOG(WARNING) << "Ignoring empty rule";
116 LOG(WARNING) << "Ignoring empty rule";
130 LOG(WARNING) << "Ignoring empty rule";
137 LOG(WARNING) << "Keeping probably invalid rule: " << *domain;
148 LOG(ERROR) << "Ignoring rule that couldn't be normalized: " << *domain;
152 LOG(WARNING) << "Keeping rule that GURL says is invalid: " << *domain;
167 LOG(ERROR) << "Unable to read file";
238 LOG(ERROR) << "Error(s) writing output file";
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc114 LOG(LS_INFO) << "Created channel";
131 LOG(LS_INFO) << "Destroyed channel";
277 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " "
304 LOG(LS_ERROR) << "Failed to protect " << content_name_
313 LOG(LS_ERROR) << "Failed to protect " << content_name_
332 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " "
346 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
355 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
392 LOG(LS_ERROR) << "Failure in SetLocalContent with CA_OFFER";
399 LOG(LS_ERRO
[all...]

Completed in 452 milliseconds

1234567891011>>