Home
last modified time | relevance | path

Searched refs:TestAction (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/bit/
H A Dmain.cpp169 struct TestAction { struct
170 TestAction();
194 TestAction::TestAction() : passCount(0), failCount(0), ignoreCount(0) {} in TestAction() argument
220 void SetCurrentAction(TestAction* action);
227 TestAction* m_currentAction;
321 TestResults::SetCurrentAction(TestAction* action) in SetCurrentAction()
1000 vector<TestAction> testActions; in run_phases()
1032 TestAction action; in run_phases()
1050 TestAction action; in run_phases()
1069 TestAction& action = testActions[i]; in run_phases()