Searched refs:ASSERT_LT (Results 1 – 17 of 17) sorted by relevance
/bionic/tests/ |
D | strings_test.cpp | 85 ASSERT_LT(strcasecmp("hello1", "hello2"), 0); in TEST() 92 ASSERT_LT(strcasecmp_l("hello1", "hello2", l), 0); in TEST() 100 ASSERT_LT(strncasecmp("hello1", "hello2", 6), 0); in TEST() 108 ASSERT_LT(strncasecmp_l("hello1", "hello2", 6, l), 0); in TEST()
|
D | execinfo_test.cpp | 58 ASSERT_LT(0, num_frames); in CallTwo() 103 ASSERT_LT(call_two_idx, call_one_idx) << "CallTwo function found after CallOne\n" in VerifyCalls() 115 ASSERT_LT(3U, frames.size()) << DumpFrames(frames); in TEST() 172 ASSERT_LT(3U, frames.size()) << DumpFrames(frames); in TEST() 222 ASSERT_LT(3U, frames.size()) << DumpFrames(frames); in TEST()
|
D | bug_26110743_test.cpp | 41 ASSERT_LT(0, length) << ERRORMSG; in ProcSelfReadlinkBody() 86 ASSERT_LT(0, length) << ERRORMSG; in ProcTaskFdReadlinkBody()
|
D | sys_socket_test.cpp | 90 ASSERT_LT(0, select(fd+1, &read_set, nullptr, nullptr, &tv)); in RunTest() 223 ASSERT_LT(0, select(fd_acc+1, &read_set, nullptr, nullptr, &tv)); in TestSendMMsg()
|
D | stdatomic_test.cpp | 127 ASSERT_LT(iter_count, 100); // Arbitrary limit on spurious compare_exchange failures. in TEST() 138 ASSERT_LT(iter_count, 100); in TEST()
|
D | link_test.cpp | 119 ASSERT_LT(before_dlopen.adds, after_dlopen.adds); in TEST() 127 ASSERT_LT(before_dlclose.subs, after_dlclose.subs); in TEST()
|
D | sys_time_test.cpp | 159 ASSERT_LT(tv2.tv_usec, 10'000); in TEST()
|
D | system_properties_test.cpp | 101 ASSERT_LT(name_i, 8); in hierarchical_test_callback() 104 ASSERT_LT(name_j, 8); in hierarchical_test_callback() 107 ASSERT_LT(name_k, 8); in hierarchical_test_callback()
|
D | sys_select_test.cpp | 63 ASSERT_LT(0, *pid); in DelayedWrite()
|
D | elftls_dl_test.cpp | 350 ASSERT_LT(var_addr, static_cast<char*>(tls_info.data) + tls_info.memsz); in TEST()
|
D | time_test.cpp | 57 ASSERT_LT(p1, p2); in TEST() 1053 ASSERT_LT(t1 - t0, N * mean_limit_ms * (CLOCKS_PER_SEC / 1000)); in TEST()
|
D | stdio_test.cpp | 2749 ASSERT_LT(0, length); in TEST() 2753 ASSERT_LT(0, length); in TEST() 2757 ASSERT_LT(0, length); in TEST()
|
D | wchar_test.cpp | 265 ASSERT_LT(WCHAR_MIN, WCHAR_MAX); in TEST()
|
D | pthread_test.cpp | 1905 ASSERT_LT(static_cast<void*>(untag_address(&attr)), in getstack_signal_handler() 1966 ASSERT_LT(untag_address(&local_variable), reinterpret_cast<char*>(stack_base) + stack_size); in pthread_attr_getstack_18908062_helper()
|
D | dlext_test.cpp | 608 ASSERT_LT(with_sharing, without_sharing); in TEST_F()
|
/bionic/tests/libs/ |
D | elftls_dtv_resize_helper.cpp | 63 #define ASSERT_LT(val1, val2) check(__LINE__, #val1, val1, #val2, val2, std::less()) macro 141 ASSERT_LT(0u, initial_dtv->generation); in main() 165 ASSERT_LT(current_generation, initial_dtv->generation); in main() 195 ASSERT_LT(current_generation, dtv()->generation); in main() 204 ASSERT_LT(current_generation, new_dtv->generation); in main() 219 ASSERT_LT(current_generation, new_dtv->generation); in main()
|
/bionic/benchmarks/tests/ |
D | interface_test.cpp | 194 ASSERT_LT(400U, num_tests) << "Only " << num_tests << " found:\n" << raw_output_; in TEST_F()
|