OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOG_V
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
41
//
LOG_V
(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
302
#define
LOG_V
(sev) \
334
#define
LOG_V
(sev) \
/external/chromium/third_party/libjingle/source/talk/base/
logging.h
41
//
LOG_V
(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
298
#define
LOG_V
(sev) \
330
#define
LOG_V
(sev) \
/frameworks/base/core/java/android/os/
StrictMode.java
114
private static final boolean
LOG_V
= Log.isLoggable(TAG, Log.VERBOSE);
[
all
...]
Completed in 1058 milliseconds