/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)
|
/frameworks/base/include/android_runtime/ |
Log.h | 29 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
|
/libnativehelper/ |
ALog-priv.h | 46 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
|
/dalvik/vm/alloc/ |
HeapInternal.h | 81 #define LOGV_HEAP(...) ALOG(LOG_VERBOSE, HEAP_LOG_TAG, __VA_ARGS__)
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_process_runner.cc | 97 util::Log(logging::LOG_VERBOSE, FROM_HERE, 112 util::Log(logging::LOG_VERBOSE, FROM_HERE, 133 util::Log(logging::LOG_VERBOSE, FROM_HERE, 158 util::Log(logging::LOG_VERBOSE, FROM_HERE,
|
logger.cc | 28 case logging::LOG_VERBOSE: 62 // LOG_VERBOSE logs are also output if the verbosity of this module
|
sync_file_system_service.cc | 181 util::Log(logging::LOG_VERBOSE, FROM_HERE, 238 util::Log(logging::LOG_VERBOSE, FROM_HERE, 290 util::Log(logging::LOG_VERBOSE, FROM_HERE, 472 util::Log(logging::LOG_VERBOSE, FROM_HERE,
|
/frameworks/base/core/jni/ |
android_database_SQLiteGlobal.cpp | 42 ALOGV(LOG_VERBOSE, SQLITE_LOG_TAG, "(%d) %s\n", iErrCode, zMsg);
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
remote_to_local_syncer.cc | 92 util::Log(logging::LOG_VERBOSE, FROM_HERE, 108 util::Log(logging::LOG_VERBOSE, FROM_HERE, 115 util::Log(logging::LOG_VERBOSE, FROM_HERE, 134 util::Log(logging::LOG_VERBOSE, FROM_HERE, 147 util::Log(logging::LOG_VERBOSE, FROM_HERE, 172 util::Log(logging::LOG_VERBOSE, FROM_HERE, 177 util::Log(logging::LOG_VERBOSE, FROM_HERE, 188 util::Log(logging::LOG_VERBOSE, FROM_HERE, 228 util::Log(logging::LOG_VERBOSE, FROM_HERE, 248 util::Log(logging::LOG_VERBOSE, FROM_HERE [all...] |
/external/chromium_org/tools/set_default_handler/ |
set_default_handler_main.cc | 39 logging::SetMinLogLevel(logging::LOG_VERBOSE);
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
log.h | 124 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\ 131 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__) \
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
log.h | 128 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\ 135 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\ 140 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 155 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
|
/hardware/invensense/60xx/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__) \
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Parser.java | 41 private static final boolean LOG_VERBOSE = false; 451 if (LOG_VERBOSE) { 520 if (LOG_VERBOSE) {
|
/system/core/include/log/ |
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)
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_sync_delegate.cc | 38 util::Log(logging::LOG_VERBOSE, FROM_HERE, 85 util::Log(logging::LOG_VERBOSE, FROM_HERE, 273 util::Log(logging::LOG_VERBOSE, FROM_HERE, 284 util::Log(logging::LOG_VERBOSE, FROM_HERE,
|
local_sync_delegate.cc | 83 util::Log(logging::LOG_VERBOSE, FROM_HERE, 535 util::Log(logging::LOG_VERBOSE, FROM_HERE, 552 util::Log(logging::LOG_VERBOSE, FROM_HERE,
|
/external/chromium_org/chrome/installer/util/ |
logging_installer.cc | 99 logging::SetMinLogLevel(logging::LOG_VERBOSE);
|
/external/chromium_org/win8/metro_driver/ |
metro_driver.cc | 72 logging::SetMinLogLevel(logging::LOG_VERBOSE);
|
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/ |
log.h | 54 * Verbose logging, shown in debug version if the including file defines LOG_VERBOSE 108 #if defined(LOG_VERBOSE)
|
/dalvik/vm/native/ |
dalvik_system_Zygote.cpp | 88 ALOG(LOG_VERBOSE, ZYGOTE_LOG_TAG, 100 ALOG(LOG_VERBOSE, ZYGOTE_LOG_TAG,
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_sync_service.cc | 250 util::Log(logging::LOG_VERBOSE, FROM_HERE, 376 util::Log(logging::LOG_VERBOSE, FROM_HERE,
|
/dalvik/vm/mterp/c/ |
header.cpp | 127 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__)
|
/external/chromium_org/chrome/test/chromedriver/ |
logging.cc | 74 case logging::LOG_VERBOSE:
|