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/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...]
  /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) {
  /external/chromium/base/
logging.h 281 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
    [all...]

Completed in 165 milliseconds