HomeSort by relevance Sort by last modified time
    Searched refs:DLOG_IF (Results 1 - 8 of 8) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_errors.h 134 DLOG_IF(FATAL, (condition) && !ReportSerializationWarning(error)) \
  /external/libchrome/base/
logging_unittest.cc 79 DLOG_IF(INFO, true) << mock_log_source.Log();
145 DLOG_IF(INFO, true) << mock_log_source.Log();
199 DLOG_IF(INFO, debug_only_variable) << "test";
logging.h 68 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
657 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
671 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
723 // This behavior is different from DLOG_IF et al.
    [all...]
  /external/libchrome/base/message_loop/
incoming_task_queue.cc 66 DLOG_IF(WARNING,
  /external/libchrome/base/json/
json_writer.cc 199 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value.";
  /external/libchrome/dbus/
values_util.cc 139 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) <<
149 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) <<
  /system/extras/perfprofd/quipper/base/
logging.h 37 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
339 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
391 // This behavior is different from DLOG_IF et al.
  /external/v4l2_codec2/vda/
vp9_parser.cc 504 DLOG_IF(ERROR, curr_frame_header_.bit_depth > 8)

Completed in 944 milliseconds