Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/ports/
Dmessage_queue.cc35 DVLOG_IF(1, num_leaked_ports > 0) in ~MessageQueue()
/external/libchrome/base/
Dlogging_unittest.cc124 DVLOG_IF(0, true) << mock_log_source.Log(); in TEST_F()
190 DVLOG_IF(1, true) << mock_log_source.Log(); in TEST_F()
517 DVLOG_IF(1, debug_only_variable) << "test"; in TEST_F()
Dlogging.h807 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition) macro
820 #define DVLOG_IF(verboselevel, condition) EAT_STREAM_PARAMETERS
831 #define DVLOG(verboselevel) DVLOG_IF(verboselevel, VLOG_IS_ON(verboselevel))
/external/libchrome/mojo/core/
Ddata_pipe_consumer_dispatcher.cc119 DVLOG_IF(2, elements) << "Query mode: ignoring non-null |elements|"; in ReadData()
132 DVLOG_IF(2, elements) << "Discard mode: ignoring non-null |elements|"; in ReadData()
/external/v4l2_codec2/vda/
Dh264_decoder.cc673 DVLOG_IF(1, pic->pic_order_cnt < last_output_poc_) in OutputPic()
973 DVLOG_IF(1, num_remaining <= max_num_reorder_frames_) in FinishPicture()
1127 DVLOG_IF(1, max_dpb_size > max_dpb_frames) in ProcessSPS()
/external/libchrome/ipc/
Dipc_sync_channel.cc449 DVLOG_IF(1, !send_result) << "Couldn't deserialize reply message"; in TryToUnblockListener()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc898 DVLOG_IF(1, existing) in Set()