Home
last modified time | relevance | path

Searched refs:DCHECK_EQ (Results 1 – 14 of 14) sorted by relevance

/system/core/bootstat/
Dboot_event_record_store.cpp143 DCHECK_EQ('/', path.back()); in SetStorePath()
148 DCHECK_EQ('/', store_path_.back()); in GetBootEventPath()
Dbootstat.cpp1162 DCHECK_EQ(2U, stageTimingValues.size()); in GetBootLoaderTimings()
1538 DCHECK_EQ(opt, '?'); in main()
/system/iorap/src/common/
Dexpected.h120 DCHECK_EQ(other.moved_from_, false) << __PRETTY_FUNCTION__;
132 DCHECK_EQ(other.moved_from_, false) << __PRETTY_FUNCTION__;
143 DCHECK_EQ(other.moved_from_, false) << __PRETTY_FUNCTION__;
171 DCHECK_EQ(other.moved_from_, false) << __PRETTY_FUNCTION__;
/system/iorap/src/binder/
Diiorap_impl.cc230 DCHECK_EQ(std::string(function_name), "setTaskListener"); in SendArgs()
242 DCHECK_EQ(std::string(function_name), "onAppLaunchEvent"); in SendArgs()
/system/extras/boottime_tools/bootio/
Dbootio.cpp145 DCHECK_EQ(opt, '?'); in main()
Dbootio_collector.cpp322 DCHECK_EQ('/', path.back()); in BootioCollector()
/system/libbase/
Dlogging_test.cpp107 ASSERT_DEATH({SuppressAbortUI(); DCHECK_EQ(0, 1);}, "DCheck failed: 0 == 1 "); in TEST()
109 DCHECK_EQ(0, 0); in TEST()
115 DCHECK_EQ(p, nullptr); in TEST()
116 DCHECK_EQ(p, p); in TEST()
/system/update_engine/update_manager/
Dvariable.h113 DCHECK_EQ(kVariableModePoll, mode_) in SetPollInterval()
/system/iorap/src/inode2filename/
Dmain.cc98 DCHECK_EQ(true, false); in main()
Dsearch_directories.cc234 DCHECK_EQ(other.moved_from_, false) << __PRETTY_FUNCTION__ << "CNT:" << other.debug_counter_;
/system/libziparchive/
Dzip_writer.cc341 DCHECK_EQ(buffer_.size(), kBufSize); in PrepareDeflate()
413 DCHECK_EQ(buffer_.size(), kBufSize); in CompressBytes()
439 DCHECK_EQ(buffer_.size(), kBufSize); in FlushCompressedBytes()
/system/libbase/include/android-base/
Dlogging.h317 #define DCHECK_EQ(x, y) \ macro
/system/iorap/src/perfetto/
Drx_producer.cc333 DCHECK_EQ(handle_ptr->GetHandle(), handle); in OnStateChanged()
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc942 DCHECK_EQ(it.cur_value, "/"sv); in MakeBegin()