Searched refs:DCHECK_EQ (Results 1 – 18 of 18) sorted by relevance
/system/core/bootstat/ |
D | boot_event_record_store.cpp | 143 DCHECK_EQ('/', path.back()); in SetStorePath() 148 DCHECK_EQ('/', store_path_.back()); in GetBootEventPath()
|
D | bootstat.cpp | 1163 DCHECK_EQ(2U, stageTimingValues.size()); in GetBootLoaderTimings() 1541 DCHECK_EQ(opt, '?'); in main()
|
/system/iorap/src/common/ |
D | expected.h | 120 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/ |
D | iiorap_impl.cc | 408 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/ |
D | bootio.cpp | 145 DCHECK_EQ(opt, '?'); in main()
|
D | bootio_collector.cpp | 322 DCHECK_EQ('/', path.back()); in BootioCollector()
|
/system/libbase/ |
D | logging_test.cpp | 107 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/ |
D | prefetcher_daemon.cc | 468 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()
|
D | session_manager.cc | 81 DCHECK_EQ(session_id, it->second.SessionId()); in FindSession()
|
D | read_ahead.cc | 101 DCHECK_EQ(session->SessionId(), task_id.id); in SessionId()
|
/system/update_engine/update_manager/ |
D | variable.h | 117 DCHECK_EQ(kVariableModePoll, mode_) in SetPollInterval()
|
/system/libziparchive/ |
D | zip_writer.cc | 341 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/ |
D | palette_android.cc | 242 DCHECK_EQ(ec.value(), errno); in PaletteCreateOdrefreshStagingDirectory()
|
/system/iorap/src/compiler/ |
D | compiler.cc | 860 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/ |
D | logging.h | 323 #define DCHECK_EQ(x, y) \ macro
|
/system/update_engine/aosp/ |
D | update_attempter_android.cc | 186 DCHECK_EQ(status_, UpdateStatus::IDLE); in ApplyPayload() 333 DCHECK_EQ(status_, UpdateStatus::IDLE); in ApplyPayload()
|
/system/iorap/src/inode2filename/ |
D | search_directories.cc | 215 DCHECK_EQ(found->second, inode); in FindAndRemoveInodeInList() 295 DCHECK_EQ(other.moved_from_, false) << __PRETTY_FUNCTION__ << "CNT:" << other.debug_counter_;
|
/system/iorap/src/perfetto/ |
D | rx_producer.cc | 339 DCHECK_EQ(handle_ptr->GetHandle(), handle); in OnStateChanged()
|