Searched refs:CHECK_GT (Results 1 – 18 of 18) sorted by relevance
/system/core/adb/pairing_auth/ |
D | pairing_auth.cpp | 209 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/ |
D | pairing_server.cpp | 438 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()
|
D | pairing_connection.cpp | 455 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/ |
D | multi_range_http_fetcher.h | 61 CHECK_GT(size, static_cast<size_t>(0)); in AddRange()
|
/system/update_engine/payload_generator/ |
D | boot_img_filesystem.cc | 92 CHECK_GT(result->page_size_, 0u); in CreateFromFile()
|
D | delta_diff_utils.cc | 789 CHECK_GT(bsdiff_delta.size(), static_cast<brillo::Blob::size_type>(0)); in ReadExtentsToDiff()
|
/system/core/adb/fdevent/ |
D | fdevent_poll.cpp | 135 CHECK_GT(pollfds.size(), 0u); in Loop()
|
/system/libbase/include/android-base/ |
D | logging.h | 277 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) macro 328 if (::android::base::kEnableDChecks) CHECK_GT(x, y)
|
/system/extras/simpleperf/ |
D | callchain.h | 63 CHECK_GT(match_length, 0u); in AddCallChain()
|
D | CallChainJoiner.cpp | 294 CHECK_GT(ips.size(), 0u); in AddCallChain()
|
D | record_file_writer.cpp | 139 CHECK_GT(record.type(), SIMPLE_PERF_RECORD_TYPE_START); in WriteRecord()
|
/system/tools/hidl/ |
D | Scope.cpp | 62 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()
|
D | update_attempter_android.cc | 842 CHECK_GT(payload_size, 0); in CollectAndReportUpdateMetricsOnUpdateFinished()
|
/system/extras/verity/ |
D | hash_tree_builder.cpp | 183 CHECK_GT(data_size_, 0); in Update()
|
/system/core/adb/tls/ |
D | tls_connection.cpp | 319 CHECK_GT(size, 0U); in ReadFully()
|
/system/core/init/ |
D | selinux.cpp | 494 CHECK_GT(buf_len, 0u); in SelinuxAvcLog()
|
/system/core/logd/ |
D | LogStatistics.cpp | 291 CHECK_GT(element.dropped_count, 0U); in Erase()
|