Searched refs:test_ret (Results 1 – 7 of 7) sorted by relevance
7 test_ret = true
8 test_ret = true
291 int test_ret; in test_events() local294 test_ret = test_event(e); in test_events()295 if (test_ret != TEST_OK) { in test_events()297 ret = combine_test_results(ret, test_ret); in test_events()
114 test_ret() function
2534 int test_ret; in test_events() local2537 test_ret = test_event(e); in test_events()2538 if (test_ret != TEST_OK) { in test_events()2540 ret = combine_test_results(ret, test_ret); in test_events()2629 int test_ret; in test__pmu_events() local2674 test_ret = test_event(&e); in test__pmu_events()2675 if (test_ret != TEST_OK) { in test__pmu_events()2700 test_ret = test_event(&e); in test__pmu_events()2701 if (test_ret != TEST_OK) { in test__pmu_events()2825 if (test_ret != TEST_OK) { in test__pmu_events_alias2()[all …]
165 self.test_ret = parser.getboolean('config', 'test_ret', fallback=False)305 if self.test_ret:
Completed in 12 milliseconds