Home
last modified time | relevance | path

Searched refs:DCHECK_EQ (Results 1 – 18 of 18) 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.cpp1163 DCHECK_EQ(2U, stageTimingValues.size()); in GetBootLoaderTimings()
1541 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.cc408 DCHECK_EQ(std::string(function_name), "setTaskListener"); in SendArgs()
420 DCHECK_EQ(std::string(function_name), "onAppLaunchEvent"); in SendArgs()
445 DCHECK_EQ(std::string(function_name), "onDexOptEvent"); in SendArgs()
462 DCHECK_EQ(std::string(function_name), "onJobScheduledEvent"); 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/iorap/src/prefetcher/
Dprefetcher_daemon.cc468 DCHECK_EQ(v_off, consumed_total); in ParseSocketCommands()
581 DCHECK_EQ(v_off, consumed_total); in ParseCommands()
895 DCHECK_EQ(buf_offset, space_requirement) << *this << ",file_path_size:" << file_path->size(); in Write()
896 DCHECK_EQ(buf_offset, *produced_bytes) << *this; in Write()
914 DCHECK_EQ(buf_offset, space_requirement) << *this; in Write()
915 DCHECK_EQ(buf_offset, *produced_bytes) << *this; in Write()
Dsession_manager.cc81 DCHECK_EQ(session_id, it->second.SessionId()); in FindSession()
Dread_ahead.cc101 DCHECK_EQ(session->SessionId(), task_id.id); in SessionId()
/system/update_engine/update_manager/
Dvariable.h117 DCHECK_EQ(kVariableModePoll, mode_) in SetPollInterval()
/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/libartpalette/
Dpalette_android.cc242 DCHECK_EQ(ec.value(), errno); in PaletteCreateOdrefreshStagingDirectory()
/system/iorap/src/compiler/
Dcompiler.cc860 DCHECK_EQ(input_file_names.size(), timestamp_limit_ns.size()); in MakeCompilationInputs()
931 DCHECK_EQ(entry->id(), entry_ex.id()); in PerformCompilation()
932 DCHECK_EQ(entry->file_name(), entry_ex.file_name()); in PerformCompilation()
/system/libbase/include/android-base/
Dlogging.h323 #define DCHECK_EQ(x, y) \ macro
/system/update_engine/aosp/
Dupdate_attempter_android.cc186 DCHECK_EQ(status_, UpdateStatus::IDLE); in ApplyPayload()
333 DCHECK_EQ(status_, UpdateStatus::IDLE); in ApplyPayload()
/system/iorap/src/inode2filename/
Dsearch_directories.cc215 DCHECK_EQ(found->second, inode); in FindAndRemoveInodeInList()
295 DCHECK_EQ(other.moved_from_, false) << __PRETTY_FUNCTION__ << "CNT:" << other.debug_counter_;
/system/iorap/src/perfetto/
Drx_producer.cc339 DCHECK_EQ(handle_ptr->GetHandle(), handle); in OnStateChanged()