HomeSort by relevance Sort by last modified time
    Searched defs:LOG_VERBOSE (Results 1 - 4 of 4) sorted by null

  /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__)
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 46 #define LOG_VERBOSE(...) LOGV(__VA_ARGS__)
48 #define LOG_VERBOSE(...)
63 LOG_VERBOSE("FwdLockEngine Construction");
67 LOG_VERBOSE("FwdLockEngine Destruction");
112 LOG_VERBOSE("FwdLockEngine::onGetConstraints");
126 LOG_VERBOSE("FwdLockEngine::onGetMetadata");
137 LOG_VERBOSE("FwdLockEngine::onInitialize");
140 LOG_VERBOSE("FwdLockEngine::onInitialize -- FwdLockGlue_InitializeKeyEncryption succeeded");
152 LOG_VERBOSE("FwdLockEngine::onSetOnInfoListener");
158 LOG_VERBOSE("FwdLockEngine::onTerminate")
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 41 private static final boolean LOG_VERBOSE = false;
457 if (LOG_VERBOSE) {
526 if (LOG_VERBOSE) {
  /external/chromium/base/
logging.h 281 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
    [all...]

Completed in 870 milliseconds