HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 201 - 225 of 318) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/base/
histogram.cc 86 LOG(INFO) << output;
216 double log_max = log(static_cast<double>(declared_max()));
224 log_current = log(static_cast<double>(current));
425 LOG(ERROR) << "Pickle error decoding Histogram: " << histogram_name;
433 LOG(ERROR) << "Values error decoding Histogram: " << histogram_name;
452 LOG(ERROR) << "Error Deserializing Histogram Unknown histogram_type: " <<
713 LOG(INFO) << output;
process_util_linux.cc 475 LOG(WARNING) << "Failed to open /proc/meminfo.";
482 LOG(WARNING) << "Failed to parse /proc/meminfo. Only found " <<
observer_list_unittest.cc 113 //LOG(ERROR) << "Loop 0x" << std::hex << loop_ << " done. " <<
126 LOG(INFO) << "DONE!";
  /external/chromium/net/proxy/
proxy_resolver_v8_unittest.cc 27 LOG(INFO) << "PAC-alert: " << message; // Helpful when debugging.
53 LOG(INFO) << "PAC-error: [" << line_number << "] " << message;
101 LOG(ERROR) << "Failed to read file: " << path.value();
121 scoped_refptr<LoadLog> log(new LoadLog(LoadLog::kUnbounded));
122 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, log);
130 // No bindings were called, so no log entries.
131 EXPECT_EQ(0u, log->entries().size());
426 scoped_refptr<LoadLog> log(new LoadLog(LoadLog::kUnbounded));
427 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, log);
437 EXPECT_EQ(6u, log->entries().size())
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 69 LOG(FATAL) << "LabelCommonDivisor: Weight needs to be left semiring";
230 LOG(FATAL) << "DeterminizeFst: argument not an acceptor";
232 LOG(FATAL) << "DeterminizeFst: Weight needs to be left distributive: "
queue.h 298 LOG(FATAL) << "TopOrderQueue: fst is not acyclic.";
422 LOG(FATAL) << "SccQueue: head of empty queue";
444 LOG(FATAL) << "SccQueue: dequeue of empty queue";
complement.h 122 LOG(FATAL) << "ComplementFst: argument not an unweighted"
shortest-distance.h 100 LOG(FATAL) << "ShortestDistance: Weight needs to be right distributive: "
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 66 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
587 LOG(Network, "SocketStreamHandle %p dtor", this);
604 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/webkit/WebCore/plugins/
PluginView.cpp 200 LOG(Plugins, "PluginView::init(): Initializing plug-in '%s'", m_plugin->name().utf8().data());
296 LOG(Plugins, "PluginView::~PluginView()");
343 LOG(Plugins, "PluginView::stop(): Stopping plug-in '%s'", m_plugin->name().utf8().data());
679 LOG(Plugins, "PluginView::setValue(%s): ", prettyNameForNPPVariable(variable, value).data());
704 LOG(Plugins, "Plugin asked for unsupported drawing model: %s",
725 LOG(Plugins, "Plugin asked for unsupported event model: %s",
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm 440 LOG(Timing, "scaling icon took %f seconds.", duration);
504 LOG(IconDatabase, "read disk cache file - %@", key);
510 LOG(IconDatabase, "cannot unarchive cache file - %@", key);
  /external/v8/src/
platform-macos.cc 144 LOG(StringEvent("OS::Allocate", "mmap failed"));
241 LOG(SharedLibraryEvent(_dyld_get_image_name(i), start, start + size));
platform-openbsd.cc 150 LOG(StringEvent("OS::Allocate", "mmap failed"));
278 LOG(SharedLibraryEvent(start_of_path, start, end));
handles.cc 532 LOG(ApiObjectAccess("interceptor-named-enum", *object));
553 LOG(ApiObjectAccess("interceptor-indexed-enum", *object));
714 LOG(FunctionCreateEvent(*function));
724 LOG(FunctionCreateEvent(*function));
  /external/webkit/WebKit/mac/History/
WebHistory.mm 296 LOG(History, "Updating global history entry %@", entry);
304 LOG(History, "Adding new global history entry for %@", url);
591 LOG(Timing, "loading %d history entries from %@ took %f seconds", numberOfItems, URL, duration);
621 LOG(Timing, "saving history to %@ took %f seconds", URL, duration);
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 23 #include "utils/Log.h"
172 IF_LOGV() LOG(LOG_VERBOSE, "Bluetooth AT recv", "%s", buf);
497 IF_LOGV() LOG(LOG_VERBOSE, "Bluetooth AT sent", "%s", buf);
  /dalvik/vm/interp/
Interp.c 664 * Dump the v-registers. Sent to the ILOG log tag.
672 LOG(LOG_VERBOSE, LOG_TAG"i", "Registers (fp=%p):\n", framePtr);
675 LOG(LOG_VERBOSE, LOG_TAG"i", " v%-2d in%-2d : 0x%08x\n",
679 LOG(LOG_VERBOSE, LOG_TAG"i", " [...]\n");
696 LOG(LOG_VERBOSE, LOG_TAG"i", " v%-2d : 0x%08x %s\n",
    [all...]
  /external/chromium/net/base/
listen_socket.cc 220 LOG(ERROR) << "send failed: ";
mock_host_resolver.cc 30 LOG(WARNING) << "Not an IPv6 literal: " << host;
transport_security_state.cc 274 LOG(WARNING) << "Unknown TransportSecurityState mode string found: "
  /external/chromium/net/disk_cache/
mem_backend_impl.cc 38 LOG(ERROR) << "Unable to create cache";
  /external/chromium/net/flip/
flip_network_transaction.cc 40 LOG(INFO) << "FlipNetworkTransaction dead. " << this;
  /external/chromium/net/socket_stream/
socket_stream.cc 103 // what constraints the URLRequestContext is enforcing on log levels.
193 LOG(ERROR) << "Socket is closed before restarting with auth.";
435 LOG(ERROR) << "Failed to resolve proxy: " << result;
849 LOG(INFO) << "The proxy " << auth_origin << " requested auth";
868 LOG(ERROR) << "Can't perform auth to the proxy " << auth_origin;
socket_stream_unittest.cc 117 LOG(INFO) << "RestartWithAuth username=" << username_
  /external/chromium/net/url_request/
url_request_job_manager.cc 96 LOG(WARNING) << "Failed to map: " << request->url().spec();

Completed in 409 milliseconds

1 2 3 4 5 6 7 891011>>