Searched refs:DLOG_IF (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/ |
D | logging_unittest.cc | 79 DLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 145 DLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 199 DLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
|
D | logging.h | 657 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro 671 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | validation_errors.h | 134 DLOG_IF(FATAL, (condition) && !ReportSerializationWarning(error)) \
|
/external/libchrome/dbus/ |
D | values_util.cc | 139 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue() 149 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue()
|
/external/libchrome/base/message_loop/ |
D | incoming_task_queue.cc | 66 DLOG_IF(WARNING, in AddToIncomingQueue()
|
/external/libchrome/base/json/ |
D | json_writer.cc | 199 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.cc | 504 DLOG_IF(ERROR, curr_frame_header_.bit_depth > 8) in SetupSegmentationDequant()
|