Searched refs:DVLOG_IF (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/core/ports/ |
D | message_queue.cc | 35 DVLOG_IF(1, num_leaked_ports > 0) in ~MessageQueue()
|
/external/libchrome/base/ |
D | logging_unittest.cc | 124 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()
|
D | logging.h | 807 #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/ |
D | data_pipe_consumer_dispatcher.cc | 119 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/ |
D | h264_decoder.cc | 673 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/ |
D | ipc_sync_channel.cc | 449 DVLOG_IF(1, !send_result) << "Couldn't deserialize reply message"; in TryToUnblockListener()
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator.cc | 898 DVLOG_IF(1, existing) in Set()
|