HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 126 - 150 of 934) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/common/
service_process_util_posix.cc 32 LOG(ERROR) << "Unexpected read: " << buffer;
34 LOG(ERROR) << "Unexpected fd close";
70 LOG(ERROR) << "WatchFileDescriptor";
100 LOG(ERROR) << "WatchExecutable";
zip.cc 174 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/
python_utils.cc 68 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/
logging.h 62 #define LOG(level) LogMessage(open_vcdiff::level, #level)
decodetable.cc 53 LOG(ERROR) << "Internal error: GetNextInstruction() called before Init()"
98 LOG(ERROR) << "Instruction size is not a valid variable-length integer"
encodetable.cc 144 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/
basicpacketsocketfactory.cc 62 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 "
proxydetect.cc 320 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_ERROR) << "Failed to load winhttp.dll."
    [all...]
  /external/openfst/src/lib/
symbol-table.cc 57 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns ("
70 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \""
138 // Log if symbol already in table with different key
165 LOG(ERROR) << "SymbolTable::Read: read failed";
175 LOG(ERROR) << "SymbolTable::Read: read failed";
187 LOG(ERROR) << "SymbolTable::Read: read failed";
230 LOG(ERROR) << "SymbolTable::Write: write failed";
235 LOG(ERROR) << "SymbolTable::Write: write failed";
252 LOG(ERROR) << "Missing required field separator";
259 LOG(WARNING) << "Negative symbol table entry when not allowed"
    [all...]
  /external/webkit/Source/WebCore/platform/win/
GDIObjectCounter.cpp 64 LOG(PlatformLeaks, "%s: leaked %d GDI object%s!", m_identifier.latin1().data(), leaked, leaked == 1 ? "" : "s");
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 22 * <code>console.log('...')</code>) or a JavaScript error on the page. To receive notifications
31 LOG,
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.cpp 48 LOG(ERROR) << "Machine type (" << version << ") unknown";
  /system/core/debuggerd/
debuggerd.c 104 /* First log a helpful message */
105 LOG( "********************************************************\n"
157 LOG("debuggerd resuming process %d", pid);
193 LOG("cannot get credentials\n");
206 LOG("timed out reading tid (from pid=%d uid=%d)\n", cr.pid, cr.uid);
214 LOG("read failure? %s (pid=%d uid=%d)\n",
221 LOG("invalid crash request of size %d (from pid=%d uid=%d)\n",
239 LOG("tid %d does not exist in pid %d. ignoring debug request\n",
250 LOG("tid %d does not exist. ignoring explicit dump request\n",
293 LOG("ptrace attach failed: %s\n", strerror(errno))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.cc 229 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(WARNING) << "Dropping packet: unknown address"
    [all...]
  /external/chromium/chrome/browser/chromeos/
external_metrics.cc 55 LOG(ERROR) << "undefined UMA action: " << action_string;
84 LOG(ERROR) << "bad histogram request: " << histogram_data;
99 LOG(ERROR) << "bad linear histogram request: " << histogram_data;
110 const char* event_file_path = "/var/log/metrics/uma-events";
139 // This processes all messages in the log. Each message starts with a 4-byte
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
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_info_private_api_chromeos.cc 58 LOG(ERROR) << "CrosLibrary can't be loaded.";
61 LOG(ERROR) << "Unknown property request: " << property_name;
  /external/chromium/chrome/browser/history/
archived_database.cc 92 LOG(WARNING) << "Archived database is too new.";
105 LOG(WARNING) << "Unable to update archived database to version 2.";
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 52 LOG(WARNING) << "Failed to start watch for user policy change event";
59 LOG(WARNING) << "Failed to start watch for machine policy change event";
device_policy_identity_strategy.cc 32 LOG(ERROR) << "Failed to get machine model.";
36 LOG(ERROR) << "Failed to get machine serial number.";
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command.cc 23 LOG(ERROR) << "Scoped dir lookup failed!";
47 LOG(ERROR) << "Scoped dir lookup failed!";
clear_data_command.cc 42 LOG(ERROR) << "Scoped dir lookup failed!";
68 LOG(ERROR) << "Error posting ClearData.";
  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 29 LOG(ERROR) << "Encryption fails: " << data;
46 LOG(ERROR) << "Decryption fails: ";
  /external/chromium/net/base/
network_change_notifier_win.cc 98 LOG(ERROR) << "WSALookupServiceBegin failed with: " << WSAGetLastError();
136 LOG(WARNING) << "WSALookupServiceNext() failed with:" << result;
test_root_certs_nss.cc 70 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/
tld_cleanup.cc 14 // Any errors or warnings from this program are recorded in tld_cleanup.log.
110 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";
268 log_filename = log_filename.AppendASCII("tld_cleanup.log");
    [all...]

Completed in 1150 milliseconds

1 2 3 4 56 7 8 91011>>