OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VLOG_IF
(Results
1 - 3
of
3
) sorted by null
/bionic/tools/relocation_packer/src/
debug.h
15
//
VLOG_IF
(level, predicate) logs INFO if predicate evaluates to true,
103
#define
VLOG_IF
(level, predicate) \
/system/extras/perfprofd/quipper/base/
logging.h
81
// There is also a
VLOG_IF
"verbose level" condition macro for sample
85
//
VLOG_IF
(1, (size > 1024))
199
#define
VLOG_IF
(verbose_level, condition) \
328
#define DVLOG_IF(verboselevel, condition)
VLOG_IF
(verboselevel, condition)
/external/libchrome/base/
logging.h
112
// There is also a
VLOG_IF
"verbose level" condition macro for sample
116
//
VLOG_IF
(1, (size > 1024))
414
#define
VLOG_IF
(verbose_level, condition) \
660
#define DVLOG_IF(verboselevel, condition)
VLOG_IF
(verboselevel, condition)
[
all
...]
Completed in 725 milliseconds