Searched refs:AssertGreaterThan (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/ |
H A D | thread_benchmark_test.cpp | 290 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F() 349 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F() 354 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/ |
H A D | unique_fd_benchmark_test.cpp | 124 …AssertGreaterThan(ufd2, MIN_VALID_FD, "ufd2 > MIN_VALID_FD did not equal true as expected.", state… in BENCHMARK_F() 149 …AssertGreaterThan(MAX_VALID_FD, ufd2, "MAX_VALID_FD > ufd2 did not equal true as expected.", state… in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/ |
H A D | benchmark_assert.h | 70 void AssertGreaterThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertGreaterThan() function
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/ |
H A D | safe_block_queue_tracking_benchmark_test.cpp | 197 AssertGreaterThan(qi.GetUnfinishTaskNum(), 0, in BENCHMARK_F() 222 AssertGreaterThan(qi.GetUnfinishTaskNum(), minValueForComparison, in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/ |
H A D | ashemem_benchmark_test.cpp | 494 AssertGreaterThan(fd, 0, "Invalid file descriptor obtained from Ashmem.", state); in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/ |
H A D | mapped_benchmark_test.cpp | 201 …AssertGreaterThan(trueEnd, mf.Begin(), "trueEnd was not greater than mf.Begin() as expected.", sta… in BENCHMARK_F()
|