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

<<111213

  /dalvik/vm/mterp/out/
InterpC-armv7-a-neon.c 140 * If enabled, log instructions as we execute them.
149 LOG(_level, LOG_TAG"i", "%-2d|%04x%s\n", \
152 LOG(_level, LOG_TAG"i", "%-2d|####%s\n", \
    [all...]
InterpC-armv7-a.c 140 * If enabled, log instructions as we execute them.
149 LOG(_level, LOG_TAG"i", "%-2d|%04x%s\n", \
152 LOG(_level, LOG_TAG"i", "%-2d|####%s\n", \
    [all...]
InterpC-x86-atom.c 140 * If enabled, log instructions as we execute them.
149 LOG(_level, LOG_TAG"i", "%-2d|%04x%s\n", \
152 LOG(_level, LOG_TAG"i", "%-2d|####%s\n", \
    [all...]
InterpC-x86.c 140 * If enabled, log instructions as we execute them.
149 LOG(_level, LOG_TAG"i", "%-2d|%04x%s\n", \
152 LOG(_level, LOG_TAG"i", "%-2d|####%s\n", \
    [all...]
  /external/v8/src/
platform-win32.cc 718 // Open log file in binary mode to avoid /n -> /r/n conversion.
848 LOG(StringEvent("OS::Allocate", "VirtualAlloc failed"));
    [all...]
serialize.cc 652 LOG(SnapshotPositionEvent(address, source_->position()));
    [all...]
heap.cc 214 // --log-gc to avoid the complicated preprocessor and flag testing.
217 // Heap::ReportHeapStatistics will also log NewSpace statistics when
218 // compiled with ENABLE_LOGGING_AND_PROFILING and --log-gc is set. The
281 // --log-gc to avoid the complicated preprocessor and flag testing.
284 // NewSpace statistics are logged exactly once when --log-gc is turned on.
604 LOG(ResourceEvent("markcompact", "begin"));
616 LOG(ResourceEvent("markcompact", "end"));
755 LOG(ResourceEvent("scavenge", "begin"));
830 LOG(ResourceEvent("scavenge", "end"));
    [all...]
objects.cc 166 LOG(ApiNamedPropertyAccess("load", self, name));
    [all...]
ic.cc 650 LOG(SuspectReadEvent(*name, *object));
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /frameworks/base/core/java/android/net/
Uri.java 21 import android.util.Log;
104 /** Log tag. */
105 private static final String LOG = Uri.class.getSimpleName();
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 537 #define FormDelegateLog(ctrl) LOG(FormDelegate, "control=%@", ctrl)
WebFrameLoaderClient.mm     [all...]
  /external/chromium/net/base/
cookie_monster.cc     [all...]
host_resolver_impl.cc 155 // Threadsafe log.
366 // Thread safe log to write details into, or NULL.
583 // Update the load log and notify registered observers.
601 // Update the load log and notify registered observers.
622 // Update the load log and notify registered observers.
663 LOG(ERROR) << "Called HostResolverImpl::CancelRequest() after Shutdown().";
806 // Update the load log and notify registered observers.
  /external/chromium/net/ftp/
ftp_network_transaction.cc 275 LOG(DFATAL) << "Unexpected value of command_sent_: " << command_sent_;
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp     [all...]
  /dalvik/vm/alloc/
HeapSource.c 64 #define HSTRACE(...) LOG(LOG_INFO, LOG_TAG "-hs", __VA_ARGS__)
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 30 #include "log.h"
799 LOG(RegExpCodeCreateEvent(*code, *source));
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 30 #include "log.h"
820 LOG(RegExpCodeCreateEvent(*code, *source));
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 31 #include "log.h"
896 LOG(RegExpCodeCreateEvent(*code, *source));
    [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 33 import android.util.Log;
695 // we should output some default messages to the system log.
701 Log.v(logTag, logMessage);
703 case LOG:
704 Log.i(logTag, logMessage);
707 Log.w(logTag, logMessage);
710 Log.e(logTag, logMessage);
713 Log.d(logTag, logMessage);
    [all...]
  /external/chromium/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 1168 milliseconds

<<111213