Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dprng.h38 DCHECK_LE(min, max); in RandMinMax()
/system/libziparchive/
Dzip_writer.cc196 DCHECK_LE(src.path.size(), std::numeric_limits<uint16_t>::max()); in CopyFromFileEntry()
530 DCHECK_LE(file.path.size(), std::numeric_limits<uint16_t>::max()); in Finish()
533 DCHECK_LE(file.local_file_header_offset, std::numeric_limits<uint32_t>::max()); in Finish()
551 DCHECK_LE(files_.size(), std::numeric_limits<uint16_t>::max()); in Finish()
Dzip_archive_stream_entry.cc220 DCHECK_LE(in_.size(), std::numeric_limits<uint32_t>::max()); // Should be buf size = 64k. in Read()
Dzip_archive.cc1275 DCHECK_LE(write_size, kBufSize); in Inflate()
/system/libbase/include/android-base/
Dlogging.h321 #define DCHECK_LE(x, y) \ macro
/system/iorap/src/perfetto/
Drx_producer.cc232 DCHECK_LE(state, State::kTraceEnded); in DcheckValidStateTransition()
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc605 DCHECK_LE(prev_last_view.data() + prev_last_view.size(), path_.data() + path_.size()); in Parent()