HomeSort by relevance Sort by last modified time
    Searched refs:LOG_VERBOSE (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/plugins/
PluginDebug.h 33 #define LOG_NPERROR(err) if (err != NPERR_NO_ERROR) LOG_VERBOSE(Plugins, "%s\n", prettyNameForNPError(err))
34 #define LOG_PLUGIN_NET_ERROR() LOG_VERBOSE(Plugins, "Stream failed due to problems with network, disk I/O, lack of memory, or other problems.\n")
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 45 #define LOG_VERBOSE(...) ALOGV(__VA_ARGS__)
47 #define LOG_VERBOSE(...)
62 LOG_VERBOSE("FwdLockEngine Construction");
66 LOG_VERBOSE("FwdLockEngine Destruction");
111 LOG_VERBOSE("FwdLockEngine::onGetConstraints");
125 LOG_VERBOSE("FwdLockEngine::onGetMetadata");
136 LOG_VERBOSE("FwdLockEngine::onInitialize");
139 LOG_VERBOSE("FwdLockEngine::onInitialize -- FwdLockGlue_InitializeKeyEncryption succeeded");
151 LOG_VERBOSE("FwdLockEngine::onSetOnInfoListener");
157 LOG_VERBOSE("FwdLockEngine::onTerminate")
    [all...]
  /bootable/recovery/minzip/
Log.h 52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
64 ? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
137 #define IF_LOGV() IF_LOG(LOG_VERBOSE, LOG_TAG)
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 174 LOG_VERBOSE(Media, "Could not initialize GStreamer: %s",
287 LOG_VERBOSE(Media, "Load %s", url.utf8().data());
290 LOG_VERBOSE(Media, "Delaying load.");
305 LOG_VERBOSE(Media, "Committing load.");
315 LOG_VERBOSE(Media, "Position query failed...");
328 LOG_VERBOSE(Media, "Position %" GST_TIME_FORMAT, GST_TIME_ARGS(position));
365 LOG_VERBOSE(Media, "Play");
371 LOG_VERBOSE(Media, "Pause");
393 LOG_VERBOSE(Media, "Time duration query failed.");
397 LOG_VERBOSE(Media, "Duration: %" GST_TIME_FORMAT, GST_TIME_ARGS(timeLength))
    [all...]
  /dalvik/vm/alloc/
HeapInternal.h 81 #define LOGV_HEAP(...) ALOG(LOG_VERBOSE, HEAP_LOG_TAG, __VA_ARGS__)
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 42 ALOGV(LOG_VERBOSE, SQLITE_LOG_TAG, "(%d) %s\n", iErrCode, zMsg);
android_bluetooth_HeadsetBase.cpp 497 IF_ALOGV() ALOG(LOG_VERBOSE, "Bluetooth AT sent", "%s", buf);
android_database_SQLiteConnection.cpp 93 ALOG(LOG_VERBOSE, SQLITE_TRACE_TAG, "%s: \"%s\"\n",
100 ALOG(LOG_VERBOSE, SQLITE_PROFILE_TAG, "%s: \"%s\" took %0.3f ms\n",
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.h 347 /* LOG_VERBOSE */
350 #define LOG_VERBOSE(channel) ((void)0)
352 #define LOG_VERBOSE(channel, arg...) ((void)0)
354 #define LOG_VERBOSE(channel, ...) ((void)0)
356 #define LOG_VERBOSE(channel, ...) WTFLogVerbose(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, &JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __VA_ARGS__)
  /hardware/invensense/mlsdk/platform/include/
log.h 133 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
136 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
151 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
  /system/core/include/cutils/
log.h 80 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
92 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
163 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Parser.java 41 private static final boolean LOG_VERBOSE = false;
457 if (LOG_VERBOSE) {
526 if (LOG_VERBOSE) {
  /libnativehelper/include/nativehelper/
JNIHelp.h 172 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 70 ALOG(LOG_VERBOSE, ZYGOTE_LOG_TAG,
82 ALOG(LOG_VERBOSE, ZYGOTE_LOG_TAG,
  /dalvik/vm/mterp/c/
header.cpp 119 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.cpp 56 LOG_VERBOSE(NotYetImplemented, "Unknown key ignored: %s", key.ascii().data());
  /dalvik/vm/interp/
Interp.cpp 955 ALOG(LOG_VERBOSE, LOG_TAG"i", "Registers (fp=%p):", framePtr);
958 ALOG(LOG_VERBOSE, LOG_TAG"i", " v%-2d in%-2d : 0x%08x"
    [all...]
  /external/chromium/net/test/
test_server.cc 349 if (logging::GetMinLogLevel() == logging::LOG_VERBOSE) {
  /frameworks/native/libs/binder/
IPCThreadState.cpp 59 #define IF_LOG_TRANSACTIONS() IF_ALOG(LOG_VERBOSE, "transact")
60 #define IF_LOG_COMMANDS() IF_ALOG(LOG_VERBOSE, "ipc")
    [all...]
  /external/chromium/base/
logging.h 281 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
    [all...]
  /frameworks/native/libs/utils/
Threads.cpp 225 ALOG(LOG_VERBOSE, "thread", "thread exiting\n");
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 126 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
    [all...]
InterpC-armv5te.cpp 126 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
    [all...]
InterpC-armv7-a-neon.cpp 126 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
    [all...]
InterpC-armv7-a.cpp 126 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
    [all...]

Completed in 1417 milliseconds

1 2