Home
last modified time | relevance | path

Searched refs:CHECK_GT (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/common/
Dmulti_range_http_fetcher.h61 CHECK_GT(size, static_cast<size_t>(0)); in AddRange()
/system/core/base/include/android-base/
Dlogging.h307 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) macro
372 if (::android::base::kEnableDChecks) CHECK_GT(x, y)
/system/extras/simpleperf/
Dcallchain.h63 CHECK_GT(match_length, 0u); in AddCallChain()
Drecord_file_writer.cpp135 CHECK_GT(record.type(), SIMPLE_PERF_RECORD_TYPE_START); in WriteRecord()
DCallChainJoiner.cpp294 CHECK_GT(ips.size(), 0u); in AddCallChain()
/system/tools/hidl/
DScope.cpp60 CHECK_GT(names.size(), 0u); in lookupType()
/system/update_engine/
Dtest_http_server.cc231 CHECK_GT(line_len, static_cast<size_t>(0)); in WritePayload()
500 CHECK_GT(url.size(), static_cast<size_t>(0)); in UrlTerms()
/system/extras/verity/
Dhash_tree_builder.cpp183 CHECK_GT(data_size_, 0); in Update()
/system/core/adb/
Dfdevent.cpp291 CHECK_GT(pollfds.size(), 0u); in fdevent_process()
Dtransport.cpp782 CHECK_GT(t->ref_count, 0u); in transport_unref()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc918 CHECK_GT(bsdiff_delta.size(), static_cast<brillo::Blob::size_type>(0)); in ReadExtentsToDiff()
/system/core/libziparchive/
Dzip_archive.cc133 CHECK_GT(name, start); in GetOffset()