Searched refs:LOG (Results 251 - 275 of 822) sorted by relevance

<<11121314151617181920>>

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc204 LOG(LS_INFO) << "Stats[" << buffer << "]";
274 LOG(LS_INFO) << "State: TCP_SYN_SENT";
303 LOG(LS_INFO) << "timeout retransmit (rto: " << m_rx_rto
316 //LOG(LS_INFO) << "m_ssthresh: " << m_ssthresh << " nInFlight: " << nInFlight << " m_mss: " << m_mss;
477 //LOG(LS_INFO) << "PseudoTcp::queue - m_slen = " << m_slen;
503 LOG(LS_INFO) << "<-- <CONV=" << m_conv
548 LOG(LS_INFO) << "--> <CONV=" << seg.conv
634 LOG(LS_INFO) << "State: TCP_SYN_RECEIVED";
641 LOG(LS_INFO) << "State: TCP_ESTABLISHED";
675 LOG(LS_INF
[all...]
/external/chromium/base/
H A Dvlog.cc55 LOG(WARNING) << "Could not parse v switch \"" << v_switch << "\"";
62 LOG(WARNING) << "Could not fully parse vmodule switch \""
69 LOG(WARNING) << "Parsed vlog level for \""
/external/chromium/chrome/browser/chromeos/
H A Dplugin_selection_policy.cc60 LOG(ERROR) << "Unable to read plugin policy file \""
82 LOG(ERROR) << "Plugin policy file error: 'allow' out of context.";
94 LOG(ERROR) << "Plugin policy file error: 'deny' out of context.";
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_cache_base.cc100 LOG(WARNING) << "Decoding policy data failed.";
108 LOG(WARNING) << "Rejected policy data, file is from the future.";
162 LOG(WARNING) << "Failed to parse PolicyData protobuf.";
/external/chromium/net/tools/flip_server/
H A Dstreamer_interface.cc123 LOG(ERROR) << "StreamerSM: Could not create server conenction.";
174 LOG(INFO) << "Adding forward header: " << forward_ip_header_;
178 LOG(INFO) << "NOT adding forward header.";
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhelpers.cc215 LOG(LS_ERROR) << "Failed to init random generator!";
231 LOG(LS_ERROR) << "Failed to generate random string!";
244 LOG(LS_ERROR) << "Failed to generate random id!";
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java25 private static final Logger LOG = Logger.getLogger(AbstractManifestWriter.class.getName()); field in class:AbstractManifestWriter
101 LOG.warning(log);
110 LOG.warning(log);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmutable-fst.h82 LOG(ERROR) << "MutableFst::Read: Not an MutableFst: " << ropts.source;
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
102 LOG(ERROR) << "MutableFst::Read: Can't open file: " << filename;
H A Dregister.h94 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
101 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
/external/webkit/Source/WebCore/storage/
H A DDatabaseSync.cpp55 LOG(StorageAPI, "Database %s for origin %s not allowed to be established", name.ascii().data(), context->securityOrigin()->toString().ascii().data());
62 LOG(StorageAPI, "Failed to open and verify version (expected %s) of database %s", expectedVersion.ascii().data(), database->databaseDebugName().ascii().data());
71 LOG(StorageAPI, "Invoking the creation callback for database %p\n", database.get());
H A DSQLStatement.cpp80 LOG(StorageAPI, "Unable to verify correctness of statement %s - error %i (%s)", m_statement.ascii().data(), result, database->lastErrorMsg());
88 LOG(StorageAPI, "Bind parameter count doesn't match number of question marks");
101 LOG(StorageAPI, "Failed to bind value index %i to statement for query '%s'", i + 1, m_statement.ascii().data());
H A DAbstractDatabase.cpp265 LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data());
267 LOG(StorageAPI, "No cached version for guid %i", m_guid);
289 LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data(), databaseDebugName().ascii().data());
291 LOG(StorageAPI, "Setting version %s in database %s that was just created", m_expectedVersion.ascii().data(), databaseDebugName().ascii().data());
307 LOG(StorageAPI, "Database %s does not have its version set", databaseDebugName().ascii().data());
314 LOG(StorageAPI, "page expects version %s from database %s, which actually has version name %s - openDatabase() call will fail", m_expectedVersion.ascii().data(),
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DSyncSampleIntersectFinderImpl.java36 private static Logger LOG = Logger.getLogger(SyncSampleIntersectFinderImpl.class.getName()); field in class:SyncSampleIntersectFinderImpl
205 LOG.warning(log);
213 LOG.warning(log);
214 LOG.warning("There are less than 25% of common sync samples in the given track.");
217 LOG.fine("There are less than 50% of common sync samples in the given track. This is implausible but I'm ok to continue.");
219 LOG.finest("Common SyncSample positions vs. this tracks SyncSample positions: " + nuSyncSamples.size() + " vs. " + syncSamples.length);
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h67 LOG(ERROR) << "STTableWriter: writing to standard out unsupported.";
174 LOG(ERROR) << "STTableReader: reading from standard in not supported";
338 LOG(ERROR) << "ReadSTTableHeader: wrong file type: " << filename;
342 LOG(ERROR) << "ReadSTTableHeader: wrong file version: " << filename;
349 LOG(ERROR) << "ReadSTTableHeader: error reading file: " << filename;
360 LOG(ERROR) << "ReadSTTableHeader: error reading file: " << filename;
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp237 LOG(SQLDatabase, "BusyTimeout set on non-open database");
245 LOG(SQLDatabase, "Busy handler set on non-open database");
275 LOG(SQLDatabase, "Unable to retrieve list of tables from database");
283 LOG(SQLDatabase, "Unable to drop table %s", (*table).ascii().data());
290 LOG(SQLDatabase, "Unable to vacuum database - %s", lastErrorMsg());
299 LOG(SQLDatabase, "Unable to run incremental vacuum - %s", lastErrorMsg());
/external/chromium/chrome/browser/
H A Dbrowser_main_gtk.cc54 LOG(ERROR) << "X IO Error detected";
100 LOG(ERROR) << "Startup refusing to run as root.";
H A Dprocess_singleton_mac_unittest.cc98 LOG(ERROR) << "Expect two failures to obtain the lock.";
125 LOG(ERROR) << "Expect two failures to obtain the lock.";
/external/chromium/chrome/browser/chromeos/cros/
H A Dsyslogs_library.cc102 LOG(ERROR) << "Cannot create temp file";
130 LOG(ERROR) << "Cannot read compressed logs file from " <<
/external/chromium/chrome/browser/chromeos/login/
H A Dgoogle_authenticator.cc173 LOG(ERROR) << "Could not mount tmpfs: " << mount_error;
210 LOG(ERROR) << "Login attempt canceled!?!? Trying again.";
214 LOG(ERROR) << "Login attempt canceled again? Already retried...";
232 LOG(WARNING) << "Rejecting valid HOSTED account.";
240 LOG(WARNING) << "Two factor authenticated. Sync will not work.";
334 LOG(WARNING) << "Logging in with localaccount: " << localaccount_;
340 LOG(ERROR) << "Could not mount tmpfs for local account: " << mount_error;
356 LOG(WARNING) << "Login failed: " << error.GetErrorString();
H A Dregistration_screen.cc96 LOG(ERROR) << "Error loading registration page: " << url;
119 LOG(WARNING) << "Navigate to unsupported url: " << url.spec();
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc251 LOG(WARNING) << "Firefox preference file " << path.value() << " is empty.";
276 LOG(WARNING) << "Firefox property " << pref_key << " could not be parsed.";
321 LOG(WARNING) <<
381 LOG(ERROR) << "Invalid key found in Firefox pref file '" <<
388 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
394 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
428 LOG(ERROR) << "Invalid value found in Firefox pref file '"
453 LOG(WARNING) << "Firefox property " << pref_key << " could not be parsed.";
/external/chromium/chrome/browser/net/
H A Dchrome_dns_cert_provenance_checker.cc84 LOG(WARNING) << "Certificate upload failed"
88 LOG(WARNING) << "Certificate upload HTTP status: "
H A Dquoted_printable.cc86 LOG(ERROR) << "unfinished = sequence in input string.";
99 LOG(ERROR) << "invalid = sequence, = followed by non hexa digit " <<
/external/chromium/chrome/browser/prerender/
H A Dprerender_field_trial.cc50 LOG(ERROR) << "Invalid --prerender option received on command line: "
52 LOG(ERROR) << "Disabling prerendering!";
/external/chromium/chrome/browser/sync/engine/
H A Ddownload_updates_command.cc40 LOG(ERROR) << "Scoped dir lookup failed!";
93 LOG(ERROR) << "PostClientToServerMessage() failed during GetUpdates";

Completed in 547 milliseconds

<<11121314151617181920>>