Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging_unittest.cc83 DVLOG_IF(0, true) << mock_log_source.Log(); in TEST_F()
149 DVLOG_IF(1, true) << mock_log_source.Log(); in TEST_F()
202 DVLOG_IF(1, debug_only_variable) << "test"; in TEST_F()
Dlogging.h660 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition) macro
674 #define DVLOG_IF(verboselevel, condition) EAT_STREAM_PARAMETERS
697 #define DVLOG(verboselevel) DVLOG_IF(verboselevel, VLOG_IS_ON(verboselevel))
/external/libmojo/mojo/edk/system/ports/
Dmessage_queue.cc38 DVLOG_IF(1, num_leaked_ports > 0) in ~MessageQueue()
/external/libmojo/mojo/edk/system/
Ddata_pipe_consumer_dispatcher.cc138 DVLOG_IF(2, elements) in ReadData()
149 DVLOG_IF(2, elements) in ReadData()
/external/v4l2_codec2/vda/
Dh264_decoder.cc670 DVLOG_IF(1, pic->pic_order_cnt < last_output_poc_) in OutputPic()
970 DVLOG_IF(1, num_remaining <= max_num_reorder_frames_) in FinishPicture()
Dv4l2_slice_video_decode_accelerator.cc2561 DVLOG_IF(1, device_needs_frame_context_) in V4L2VP9Accelerator()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc763 DVLOG_IF(1, existing) in Set()