Home
last modified time | relevance | path

Searched refs:ASSERT_LT (Results 1 – 25 of 33) sorted by relevance

12

/system/security/keystore/tests/
Daaid_truncation_test.cpp97 ASSERT_LT(encoded_app_id.size(), KEY_ATTESTATION_APPLICATION_ID_MAX_SIZE); in TEST()
106 ASSERT_LT(encoded_app_id.size(), KEY_ATTESTATION_APPLICATION_ID_MAX_SIZE); in TEST()
123 ASSERT_LT(encoded_app_id.size(), KEY_ATTESTATION_APPLICATION_ID_MAX_SIZE); in TEST()
144 ASSERT_LT(encoded_app_id.size(), KEY_ATTESTATION_APPLICATION_ID_MAX_SIZE); in TEST()
/system/unwinding/libunwindstack/tests/
DMemoryRemoteTest.cpp49 ASSERT_LT(0, pid); in TEST()
78 ASSERT_LT(0, pid); in TEST()
108 ASSERT_LT(0, pid); in TEST()
152 ASSERT_LT(0, pid); in TEST()
184 ASSERT_LT(0, pid); in TEST()
204 ASSERT_LT(0, pid); in TEST()
231 ASSERT_LT(0, pid); in TEST()
267 ASSERT_LT(0, pid); in TEST()
305 ASSERT_LT(0, pid); in TEST()
DMemoryMteTest.cpp68 ASSERT_LT(0, pid); in TEST()
DVerifyBionicTerminationTest.cpp101 ASSERT_LT(0U, unwinder.NumFrames()); in TEST()
/system/media/audio_utils/tests/
Dsample_tests.cpp57 ASSERT_LT(prev, curr); in TEST()
79 ASSERT_LT(prev, 2.0f); in TEST()
Dchannels_tests.cpp96 ASSERT_LT(pairIdx, FCC_24); in TEST()
/system/core/libutils/
DSystemClock_test.cpp47 ASSERT_LT(startUptimeNs, (startUptimeMs + SLACK_MS) * MS_IN_NS) in TEST()
52 ASSERT_LT(startRealtimeNs, (startRealtimeMs + SLACK_MS) * MS_IN_NS) in TEST()
/system/chre/chpp/test/
Dclients_test.cpp75 ASSERT_LT( in getClientRRStateInputCheck()
124 ASSERT_LT( in registerAndValidateResponseForTimeout()
295 ASSERT_LT(mAppContext.nextRequestTimeoutNs, chppGetCurrentTimeNs()); in TEST_F()
325 ASSERT_LT(mAppContext.nextRequestTimeoutNs, chppGetCurrentTimeNs()); in TEST_F()
345 ASSERT_LT(mAppContext.nextRequestTimeoutNs, chppGetCurrentTimeNs()); in TEST_F()
/system/chre/apps/test/chqts/src/shared/
Dmacros.h54 #define ASSERT_LT(value, upper, failureMessage) \ macro
Dnano_string_test.cc130 ASSERT_LT(::strlen(kShortString), kStrncpyMax); in TEST()
/system/logging/liblog/tests/
Dlog_id_test.cpp101 ASSERT_LT(0, ret); in TEST()
Dliblog_test.cpp307 auto write_function = [&] { ASSERT_LT(0, __android_log_write(prio, tag, buf.c_str())); }; in TEST()
1831 ASSERT_LT(0, __android_log_security_bwrite(0, &buffer, sizeof(buffer))); in TEST()
1886 ASSERT_LT(0, ret); in android_errorWriteWithInfoLog_helper()
2013 ASSERT_LT(0, retval_android_errorWriteLog); in TEST()
/system/libbase/
Dproperties_test.cpp185 ASSERT_LT(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 600ms); in TEST()
255 ASSERT_LT(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 600ms); in TEST()
/system/bt/common/
Dmessage_loop_thread_unittest.cc100 ASSERT_LT(message_loop_thread.GetThreadId(), 0); in TEST_F()
115 ASSERT_LT(message_loop_thread.GetThreadId(), 0); in TEST_F()
/system/update_engine/aosp/
Dcleanup_previous_update_action_unittest.cc170 ASSERT_LT(slot_success_time, merge_start_time) in TEST_F()
/system/extras/simpleperf/
DIOEventLoop_test.cpp150 ASSERT_LT(time_used, max_time_in_sec); in TestPeriodicEvents()
Dcmd_report_test.cpp103 ASSERT_LT(line_index + 2, lines.size()); in TEST_F()
113 ASSERT_LT(line_index + 1, lines.size()); in TEST_F()
/system/logging/logd/
DLogBufferTest.cpp331 ASSERT_LT(count, kMaxRetryCount); in TEST_P()
356 ASSERT_LT(count, kMaxRetryCount); in TEST_P()
/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp199 ASSERT_LT(ret, 0); in TEST_F()
/system/bt/gd/hci/
Dhci_layer_test.cc634 ASSERT_LT(0, sent_command.size()); in TEST_F()
665 ASSERT_LT(0, sent_command.size()); in TEST_F()
702 ASSERT_LT(0, sent_command.size()); in TEST_F()
779 ASSERT_LT(0, sent_acl.size()); in TEST_F()
/system/core/llkd/tests/
Dllkd_test.cpp209 ASSERT_LT(0, ratio); in llkd_driver_ABA()
/system/unwinding/libbacktrace/
Dbacktrace_test.cpp196 ASSERT_LT(backtrace->NumFrames(), static_cast<size_t>(MAX_BACKTRACE_FRAMES)) in VerifyLevelDump()
208 ASSERT_LT(static_cast<size_t>(0), frame_num) << DumpFrames(backtrace); in VerifyLevelDump()
594 ASSERT_LT(THREAD_SIGNAL, SIGRTMIN); in TEST_F()
1379 ASSERT_LT(backtrace->NumFrames(), static_cast<size_t>(MAX_BACKTRACE_FRAMES)) in VerifyUnreadableElfFrame()
1384 ASSERT_LT(frame_num, backtrace->NumFrames()) << DumpFrames(backtrace); in VerifyUnreadableElfFrame()
1387 ASSERT_LT(diff, 200U) << DumpFrames(backtrace); in VerifyUnreadableElfFrame()
/system/core/storaged/tests/
Dstoraged_test.cpp44 ASSERT_LT(-1, fd); in write_and_pause()
55 ASSERT_LT(-1, fd); in write_and_pause()
/system/chre/apps/test/chqts/src/general_test/
Dbasic_wifi_test.cc239 ASSERT_LT(rssi, 36, "RSSI is greater than 36"); in validateRssi()
/system/core/libsync/tests/
Dsync_test.cpp291 ASSERT_LT(sw_sync_fence_create(-1, "fence", 1), 0); in TEST()

12