Home
last modified time | relevance | path

Searched refs:DLOG_IF (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dlogging_unittest.cc79 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()
Dlogging.h657 #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/
Dvalidation_errors.h134 DLOG_IF(FATAL, (condition) && !ReportSerializationWarning(error)) \
/external/libchrome/dbus/
Dvalues_util.cc139 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue()
149 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue()
/external/libchrome/base/message_loop/
Dincoming_task_queue.cc66 DLOG_IF(WARNING, in AddToIncomingQueue()
/external/libchrome/base/json/
Djson_writer.cc199 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()
/external/v4l2_codec2/vda/
Dvp9_parser.cc504 DLOG_IF(ERROR, curr_frame_header_.bit_depth > 8) in SetupSegmentationDequant()