Searched refs:test_cases (Results 1 – 5 of 5) sorted by relevance
| /system/utest/perftest/ |
| A D | runner-test.cpp | 73 auto* test_cases = results.results(); in TestResults() local 74 ASSERT_EQ(test_cases->size(), 1); in TestResults() 76 auto* test_case = &(*test_cases)[0]; in TestResults() 263 auto* test_cases = results.results(); in TestBytesProcessedParameter() local 264 ASSERT_EQ(test_cases->size(), 1); in TestBytesProcessedParameter() 265 EXPECT_EQ((*test_cases)[0].bytes_processed_per_run, 1234); in TestBytesProcessedParameter() 296 auto* test_cases = results.results(); in TestBytesProcessedParameterMultistep() local 297 ASSERT_EQ(test_cases->size(), 3); in TestBytesProcessedParameterMultistep() 301 EXPECT_EQ((*test_cases)[0].bytes_processed_per_run, 1234); in TestBytesProcessedParameterMultistep() 302 EXPECT_EQ((*test_cases)[1].bytes_processed_per_run, 0); in TestBytesProcessedParameterMultistep() [all …]
|
| /system/utest/fs-test-utils/ |
| A D | perftest_test.cpp | 213 fbl::Vector<TestCaseInfo> test_cases; in RunTestCasesPreservesOrder() local 214 test_cases.push_back(std::move(info)); in RunTestCasesPreservesOrder() 215 ASSERT_TRUE(RunTestCases(f_options, p_options, test_cases, /*out=*/nullptr)); in RunTestCasesPreservesOrder() 264 fbl::Vector<TestCaseInfo> test_cases; in RunTestCasesPreservesOrderWithMultipleSamples() local 265 test_cases.push_back(std::move(info)); in RunTestCasesPreservesOrderWithMultipleSamples() 266 ASSERT_TRUE(RunTestCases(f_options, p_options, test_cases, /*out=*/nullptr)); in RunTestCasesPreservesOrderWithMultipleSamples() 303 fbl::Vector<TestCaseInfo> test_cases; in RunTestCasesWritesResultsAndStatistics() local 304 test_cases.push_back(std::move(info)); in RunTestCasesWritesResultsAndStatistics() 308 ASSERT_TRUE(RunTestCases(f_options, p_options, test_cases, fp)); in RunTestCasesWritesResultsAndStatistics()
|
| /system/ulib/fs-test-utils/ |
| A D | perftest.cpp | 261 const fbl::Vector<TestCaseInfo>& test_cases, FILE* out) { in RunTestCases() argument 266 for (auto& test_case : test_cases) { in RunTestCases() 269 PrintTestsCasesSummary(test_cases.size(), stats, start, out); in RunTestCases()
|
| /system/utest/libfzl/ |
| A D | vmo-pool-tests.cpp | 270 size_t test_cases[]{0, 1, kNumVmos / 2, kNumVmos}; in vmo_pool_reset_test() local 271 for (size_t buffer_count : test_cases) { in vmo_pool_reset_test()
|
| /system/utest/fbl/ |
| A D | atomic_tests.cpp | 531 TestCase<T> test_cases[] = { variable 616 for (auto test_case : test_cases<T>) { in math_test()
|
Completed in 18 milliseconds