Searched refs:CHECK_GT (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/common/ |
D | multi_range_http_fetcher.h | 61 CHECK_GT(size, static_cast<size_t>(0)); in AddRange()
|
/system/core/base/include/android-base/ |
D | logging.h | 307 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) macro 372 if (::android::base::kEnableDChecks) CHECK_GT(x, y)
|
/system/extras/simpleperf/ |
D | callchain.h | 63 CHECK_GT(match_length, 0u); in AddCallChain()
|
D | record_file_writer.cpp | 135 CHECK_GT(record.type(), SIMPLE_PERF_RECORD_TYPE_START); in WriteRecord()
|
D | CallChainJoiner.cpp | 294 CHECK_GT(ips.size(), 0u); in AddCallChain()
|
/system/tools/hidl/ |
D | Scope.cpp | 60 CHECK_GT(names.size(), 0u); in lookupType()
|
/system/update_engine/ |
D | test_http_server.cc | 231 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/ |
D | hash_tree_builder.cpp | 183 CHECK_GT(data_size_, 0); in Update()
|
/system/core/adb/ |
D | fdevent.cpp | 291 CHECK_GT(pollfds.size(), 0u); in fdevent_process()
|
D | transport.cpp | 782 CHECK_GT(t->ref_count, 0u); in transport_unref()
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.cc | 918 CHECK_GT(bsdiff_delta.size(), static_cast<brillo::Blob::size_type>(0)); in ReadExtentsToDiff()
|
/system/core/libziparchive/ |
D | zip_archive.cc | 133 CHECK_GT(name, start); in GetOffset()
|