Home
last modified time | relevance | path

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

/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubSimpleGeneralTestExecutor.java28 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubSimpleGeneralTestExecutor() argument
29 super(manager, info, new GeneralTestNanoApp(binary, testName)); in ContextHubSimpleGeneralTestExecutor()
DContextHubInfoByIdTestExecutor.java40 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubInfoByIdTestExecutor() argument
41 super(manager, info, new GeneralTestNanoApp(binary, testName)); in ContextHubInfoByIdTestExecutor()
DContextHubGeneralTestExecutor.java95 ContextHubTestConstants.TestNames testName) { in GeneralTestNanoApp() argument
96 mTestName = testName; in GeneralTestNanoApp()
103 ContextHubTestConstants.TestNames testName, boolean loadAtInit) { in GeneralTestNanoApp() argument
104 mTestName = testName; in GeneralTestNanoApp()
111 ContextHubTestConstants.TestNames testName, in GeneralTestNanoApp() argument
113 mTestName = testName; in GeneralTestNanoApp()
/system/extras/tests/workloads/
Dpwrtest.sh156 testName=$1
158 collectOutput=${testName}-power-raw.out
159 powerOutput=${testName}-power.out
161 echo TEST: $testName
178 echo power data for $testName copied to $collectOutput
194 testName=$1
201 echo copying test output to $testName...
203 mv test.out ${testName}.out
/system/chre/apps/test/chqts/src/general_test/
Dapp.cc192 #define CASE(testName, className) \ in createTest() argument
193 case TestNames::testName: \ in createTest()