HomeSort by relevance Sort by last modified time
    Searched defs:LOG (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/WebKit/android/nav/
CachedPrefix.h 37 #ifdef LOG
38 #undef LOG
41 #include <utils/Log.h>
  /external/webkit/WebCore/platform/
NotImplemented.h 45 #undef LOG
46 #include <utils/Log.h>
  /external/webkit/WebCore/platform/android/
ScreenAndroid.cpp 33 #undef LOG // FIXME: Still have to do this to get the log to show up
34 #include "utils/Log.h"
  /system/core/libcutils/
loghack.h 25 #include <cutils/log.h>
28 #define LOG(level, ...) \
30 #define LOGV(...) LOG("V", __VA_ARGS__)
31 #define LOGD(...) LOG("D", __VA_ARGS__)
32 #define LOGI(...) LOG("I", __VA_ARGS__)
33 #define LOGW(...) LOG("W", __VA_ARGS__)
34 #define LOGE(...) LOG("E", __VA_ARGS__)
  /external/guava/src/com/google/common/util/concurrent/
ExecutionList.java 40 // Logger to log exceptions caught when running runnables.
41 private static final Logger LOG =
119 // Log it and keep going, bad runnable and/or executor. Don't
122 LOG.log(Level.SEVERE, "RuntimeException while executing runnable "
  /external/chromium/sdch/open-vcdiff/src/
logging.h 62 #define LOG(level) LogMessage(open_vcdiff::level, #level)
  /external/webkit/WebCore/bindings/v8/
V8NPUtils.cpp 38 #undef LOG
  /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/base/core/java/com/android/internal/http/multipart/
StringPart.java 37 import org.apache.commons.logging.Log;
52 /** Log object for this class. */
53 private static final Log LOG = LogFactory.getLog(StringPart.class);
126 LOG.trace("enter sendData(OutputStream)");
137 LOG.trace("enter lengthOfData()");
FilePart.java 39 import org.apache.commons.logging.Log;
68 /** Log object for this class. */
69 private static final Log LOG = LogFactory.getLog(FilePart.class);
191 LOG.trace("enter sendDispositionHeader(OutputStream out)");
210 LOG.trace("enter sendData(OutputStream out)");
216 LOG.debug("No data to send.");
239 LOG.trace("enter getSource()");
250 LOG.trace("enter lengthOfData()");
Part.java 38 import org.apache.commons.logging.Log;
54 /** Log object for this class. */
55 private static final Log LOG = LogFactory.getLog(Part.class);
204 LOG.trace("enter sendStart(OutputStream out)");
217 LOG.trace("enter sendDispositionHeader(OutputStream out)");
230 LOG.trace("enter sendContentTypeHeader(OutputStream out)");
252 LOG.trace("enter sendTransferEncodingHeader(OutputStream out)");
267 LOG.trace("enter sendEndOfHeader(OutputStream out)");
293 LOG.trace("enter sendEnd(OutputStream out)")
    [all...]
  /bootable/recovery/minzip/
Log.h 9 // The output will be correct when the log file is shared between multiple
12 // and so are NOT reentrant. Do not use LOG in a signal handler.
46 * Simplified macro to send a verbose log message using the current LOG_TAG.
52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
64 ? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
73 * Simplified macro to send a debug log message using the current LOG_TAG.
76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
82 ? ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
87 * Simplified macro to send an info log message using the current LOG_TAG.
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
    [all...]
  /external/qemu/
loadpng.c 7 #define LOG(x...) fprintf(stderr,"error: " x)
9 #define LOG(x...) do {} while (0)
26 LOG("%s: failed to allocate png read struct\n", fn);
32 LOG("%s: failed to allocate png info struct\n", fn);
38 LOG("%s: failed to open file\n", fn);
43 LOG("%s: failed to read header\n", fn);
48 LOG("%s: header is not a PNG header\n", fn);
53 LOG("%s: png library error\n", fn);
94 LOG("%s: unsupported (grayscale?) color type\n");
106 LOG("could not allocate data buffer\n")
    [all...]
  /external/webkit/WebKitTools/FindSafari/
FindSafari.cpp 36 #define LOG(header, ...) \
41 #define LOG_WARNING(...) LOG(TEXT("WARNING: "), __VA_ARGS__)
42 #define LOG_ERROR(...) LOG(TEXT("ERROR: "), __VA_ARGS__)
  /cts/tools/host/src/com/android/cts/
Log.java 28 public class Log {
40 private static boolean LOG = true;
50 log(INFO_PREFIX + msg);
60 log(INFO_PREFIX + msg);
71 log(ERROR_PREFIX + msg);
93 log(DEBUG_PREFIX + System.currentTimeMillis() + " " + msg);
119 * Initialize the log stream.
121 * @param path The path to add the log file.
137 * Close the log stream.
151 * Log the message
155 public static void log(String msg) { method in class:Log
    [all...]
  /external/v8/src/
log.h 32 #include "log-utils.h"
42 // --log
45 // --log-all
46 // Log all events to the file, default is off. This is the same as combining
47 // --log-api, --log-code, --log-gc, and --log-regexp.
49 // --log-api
50 // Log API events to the logfile, default is off. --log-api implies --log
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 116 /* WTF logging functions can process %@ in the format string to log a NSObject* but the printf format attribute
281 /* LOG */
284 #define LOG() ((void)0)
286 #define LOG(arg...) ((void)0)
288 #define LOG(channel, ...) ((void)0)
290 #define LOG(channel, ...) WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __VA_ARGS__)
  /frameworks/base/services/java/com/android/server/
DockObserver.java 34 import android.util.Log;
45 private static final boolean LOG = false;
71 if (Log.isLoggable(TAG, Log.VERBOSE)) {
HeadsetObserver.java 38 private static final boolean LOG = true;
69 if (LOG) Slog.v(TAG, "Headset UEVENT: " + event.toString());
170 if (LOG) Slog.v(TAG, "Intent.ACTION_HEADSET_PLUG: state: "+state+" name: "+headsetName+" mic: "+microphone);
UsbObserver.java 28 import android.util.Log;
41 private static final boolean LOG = false;
73 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c 93 #define LOG(x) safer_lbox[(x) & 0xFF]
273 a = EXP(a) + *++key; b = LOG(b) ^ *++key;
274 c = LOG(c) ^ *++key; d = EXP(d) + *++key;
275 e = EXP(e) + *++key; f = LOG(f) ^ *++key;
276 g = LOG(g) ^ *++key; h = EXP(h) + *++key;
334 h = LOG(h) ^ *--key; g = EXP(g) - *--key;
335 f = EXP(f) - *--key; e = LOG(e) ^ *--key;
336 d = LOG(d) ^ *--key; c = EXP(c) - *--key;
337 b = EXP(b) - *--key; a = LOG(a) ^ *--key;
  /system/core/include/cutils/
log.h 23 // The output will be correct when the log file is shared between multiple
26 // and so are NOT reentrant. Do not use LOG in a signal handler.
74 * Simplified macro to send a verbose log message using the current LOG_TAG.
80 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
92 ? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
98 * Simplified macro to send a debug log message using the current LOG_TAG.
101 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
107 ? ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
112 * Simplified macro to send an info log message using the current LOG_TAG.
115 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
    [all...]
  /external/chromium/googleurl/base/
logging.h 42 // Make a bunch of macros for logging. The way to log things is to stream
43 // things to LOG(<a particular severity level>). E.g.,
45 // LOG(INFO) << "Found " << num_cookies << " cookies";
51 // The above will cause log messages to be output on the 1st, 11th, 21st, ...
85 // Where to record logging output? A flat file and/or system debug log via
91 // Indicates that the log file should be locked when being written to.
95 // make each log outut atomic. Other writers will block.
97 // All processes writing to the log file must have their locking set for it to
101 // On startup, should we delete or append to an existing log file (if any)?
105 // Sets the log file name and other global logging state. Calling this functio
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 259 #define LOG(type) LogMessage(#type).stream()
260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO)
  /external/webkit/WebCore/bridge/
testbindings.cpp 35 #define LOG(formatAndArgs...) { \

Completed in 690 milliseconds

1 2