Searched refs:DVLOG_IF (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/ |
D | logging_unittest.cc | 83 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()
|
D | logging.h | 660 #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/ |
D | message_queue.cc | 38 DVLOG_IF(1, num_leaked_ports > 0) in ~MessageQueue()
|
/external/libmojo/mojo/edk/system/ |
D | data_pipe_consumer_dispatcher.cc | 138 DVLOG_IF(2, elements) in ReadData() 149 DVLOG_IF(2, elements) in ReadData()
|
/external/v4l2_codec2/vda/ |
D | h264_decoder.cc | 670 DVLOG_IF(1, pic->pic_order_cnt < last_output_poc_) in OutputPic() 970 DVLOG_IF(1, num_remaining <= max_num_reorder_frames_) in FinishPicture()
|
D | v4l2_slice_video_decode_accelerator.cc | 2561 DVLOG_IF(1, device_needs_frame_context_) in V4L2VP9Accelerator()
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator.cc | 763 DVLOG_IF(1, existing) in Set()
|