/system/security/keystore/tests/ |
D | aaid_truncation_test.cpp | 97 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/ |
D | MemoryRemoteTest.cpp | 49 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()
|
D | MemoryMteTest.cpp | 68 ASSERT_LT(0, pid); in TEST()
|
D | VerifyBionicTerminationTest.cpp | 101 ASSERT_LT(0U, unwinder.NumFrames()); in TEST()
|
/system/media/audio_utils/tests/ |
D | sample_tests.cpp | 57 ASSERT_LT(prev, curr); in TEST() 79 ASSERT_LT(prev, 2.0f); in TEST()
|
D | channels_tests.cpp | 96 ASSERT_LT(pairIdx, FCC_24); in TEST()
|
/system/core/libutils/ |
D | SystemClock_test.cpp | 47 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/ |
D | clients_test.cpp | 75 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/ |
D | macros.h | 54 #define ASSERT_LT(value, upper, failureMessage) \ macro
|
D | nano_string_test.cc | 130 ASSERT_LT(::strlen(kShortString), kStrncpyMax); in TEST()
|
/system/logging/liblog/tests/ |
D | log_id_test.cpp | 101 ASSERT_LT(0, ret); in TEST()
|
D | liblog_test.cpp | 307 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/ |
D | properties_test.cpp | 185 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/ |
D | message_loop_thread_unittest.cc | 100 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/ |
D | cleanup_previous_update_action_unittest.cc | 170 ASSERT_LT(slot_success_time, merge_start_time) in TEST_F()
|
/system/extras/simpleperf/ |
D | IOEventLoop_test.cpp | 150 ASSERT_LT(time_used, max_time_in_sec); in TestPeriodicEvents()
|
D | cmd_report_test.cpp | 103 ASSERT_LT(line_index + 2, lines.size()); in TEST_F() 113 ASSERT_LT(line_index + 1, lines.size()); in TEST_F()
|
/system/logging/logd/ |
D | LogBufferTest.cpp | 331 ASSERT_LT(count, kMaxRetryCount); in TEST_P() 356 ASSERT_LT(count, kMaxRetryCount); in TEST_P()
|
/system/gatekeeper/tests/ |
D | gatekeeper_device_test.cpp | 199 ASSERT_LT(ret, 0); in TEST_F()
|
/system/bt/gd/hci/ |
D | hci_layer_test.cc | 634 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/ |
D | llkd_test.cpp | 209 ASSERT_LT(0, ratio); in llkd_driver_ABA()
|
/system/unwinding/libbacktrace/ |
D | backtrace_test.cpp | 196 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/ |
D | storaged_test.cpp | 44 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/ |
D | basic_wifi_test.cc | 239 ASSERT_LT(rssi, 36, "RSSI is greater than 36"); in validateRssi()
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 291 ASSERT_LT(sw_sync_fence_create(-1, "fence", 1), 0); in TEST()
|