Home
last modified time | relevance | path

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

/system/core/adb/pairing_auth/
Dpairing_auth.cpp209 CHECK_GT(len, 0U); in pairing_auth_server_new()
218 CHECK_GT(len, 0U); in pairing_auth_client_new()
240 CHECK_GT(msg_len, 0U); in pairing_auth_init_cipher()
257 CHECK_GT(inlen, 0U); in pairing_auth_encrypt()
273 CHECK_GT(len, 0U); in pairing_auth_safe_decrypted_size()
284 CHECK_GT(inlen, 0U); in pairing_auth_decrypt()
/system/core/adb/pairing_connection/
Dpairing_server.cpp438 CHECK_GT(pswd_len, 0U); in pairing_server_new()
440 CHECK_GT(x509_size, 0U); in pairing_server_new()
442 CHECK_GT(priv_size, 0U); in pairing_server_new()
Dpairing_connection.cpp455 CHECK_GT(pswd_len, 0U); in CreateConnection()
457 CHECK_GT(x509_size, 0U); in CreateConnection()
459 CHECK_GT(priv_size, 0U); in CreateConnection()
/system/update_engine/common/
Dmulti_range_http_fetcher.h61 CHECK_GT(size, static_cast<size_t>(0)); in AddRange()
/system/update_engine/payload_generator/
Dboot_img_filesystem.cc92 CHECK_GT(result->page_size_, 0u); in CreateFromFile()
Ddelta_diff_utils.cc789 CHECK_GT(bsdiff_delta.size(), static_cast<brillo::Blob::size_type>(0)); in ReadExtentsToDiff()
/system/core/adb/fdevent/
Dfdevent_poll.cpp135 CHECK_GT(pollfds.size(), 0u); in Loop()
/system/libbase/include/android-base/
Dlogging.h277 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) macro
328 if (::android::base::kEnableDChecks) CHECK_GT(x, y)
/system/extras/simpleperf/
Dcallchain.h63 CHECK_GT(match_length, 0u); in AddCallChain()
DCallChainJoiner.cpp294 CHECK_GT(ips.size(), 0u); in AddCallChain()
Drecord_file_writer.cpp139 CHECK_GT(record.type(), SIMPLE_PERF_RECORD_TYPE_START); in WriteRecord()
/system/tools/hidl/
DScope.cpp62 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()
Dupdate_attempter_android.cc842 CHECK_GT(payload_size, 0); in CollectAndReportUpdateMetricsOnUpdateFinished()
/system/extras/verity/
Dhash_tree_builder.cpp183 CHECK_GT(data_size_, 0); in Update()
/system/core/adb/tls/
Dtls_connection.cpp319 CHECK_GT(size, 0U); in ReadFully()
/system/core/init/
Dselinux.cpp494 CHECK_GT(buf_len, 0u); in SelinuxAvcLog()
/system/core/logd/
DLogStatistics.cpp291 CHECK_GT(element.dropped_count, 0U); in Erase()