Home
last modified time | relevance | path

Searched refs:mTestName (Results 1 – 25 of 28) sorted by relevance

12

/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp148 : mTestName(testName), in RandomGraphGenerator()
186 LOG(ERROR) << mTestName << ": No model generated"; in runRandomModel()
193 LOG(ERROR) << mTestName << ": Randomly generated model is not valid"; in runRandomModel()
198 LOG(ERROR) << mTestName << ": Failed to finish model, result is " in runRandomModel()
248 LOG(WARNING) << mTestName << ": Compilation preparation failed with result " in runRandomModel()
256 LOG(WARNING) << mTestName << ": Compilation failed with result " in runRandomModel()
271 LOG(WARNING) << mTestName << ": Execution failed with result " in runRandomModel()
282 const std::string mTestName; member in RandomGraphGenerator
319 LOG(ERROR) << mTestName << ": Unable to query device feature level"; in HalVersionsSupportedByDevice()
340 LOG(ERROR) << mTestName << ": Unable to query device type"; in OperandTypesSupportedByDevice()
[all …]
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResultHistory.java46 private final String mTestName; field in TestResultHistory
56 this.mTestName = testName; in TestResultHistory()
62 return mTestName; in getTestName()
80 return Objects.equals(mTestName, that.mTestName) in equals()
87 return Objects.hash(mTestName, mExecutionRecords); in hashCode()
DTestResult.java26 private final String mTestName; field in TestResult
43 mTestName = name; in TestResult()
52 return mTestName; in getName()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java100 private String mTestName;
113 mTestName = configParams.getStringExtra(TEST_NAME); in init()
153 Log.d(TAG, String.format("%s: Calculating baseline", mTestName)); in testDegradationForModels()
159 mTestName, baseline.getBenchmarkError())); in testDegradationForModels()
161 Log.d(TAG, String.format("%s: Baseline mean time is %f seconds", mTestName, in testDegradationForModels()
164 Log.d(TAG, String.format("%s: Sleeping for %d millis", mTestName, in testDegradationForModels()
168 Log.d(TAG, String.format("%s: Calculating performance with %d threads", mTestName, in testDegradationForModels()
200 mTestName, benchmarkWithOtherCompilingThread.getBenchmarkError())); in testDegradationForModels()
204 mTestName, benchmarkWithOtherCompilingThread.getMeanTimeSec())); in testDegradationForModels()
213 mTestName, mAcceleratorName, mThreadCount, performanceDegradation, in testDegradationForModels()
DRandomGraphTest.java41 + mTestName.hashCode() + "." + fileExtension; in getGeneratorOutFilePath()
153 private String mTestName;
179 mTestName = configParams.getStringExtra(TEST_NAME) != null in init()
192 mTestName, mModelsCount, mGraphSize, mDimensionsRange, mMaxTestDuration, in call()
196 mGraphSize, mDimensionsRange, mTestName, getNnapiLogFilePath(), in call()
233 mTestName)); in call()
DRunModelsInParallel.java60 private String mTestName; field in RunModelsInParallel
92 mTestName = configParams.getStringExtra(TEST_NAME); in init()
124 notifyProgress("Test '%s': Benchmark #%d completed %s", mTestName, testIndex, in createSubTestRunner()
178 + "indefinitely. Forcing termination.", mTestName)); in completedSuccessfully()
188 String failureMsg = String.format("Test '%s': %d out of %d test failed", mTestName, in completedSuccessfully()
195 String.format("Test '%s': Test completed successfully", mTestName)); in completedSuccessfully()
DRunModelsInMultipleProcesses.java59 private String mTestName; field in RunModelsInMultipleProcesses
99 mTestName = configParams.getStringExtra(TEST_NAME); in init()
151 "" + mTestDuration.getSeconds(), mTestName, ("" + mJustCompileModel).toLowerCase(), in call()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java51 protected String mTestName = null; field in RetryFilterHelper
95 mTestName = testName; in RetryFilterHelper()
128 mTestName = obj.mTestName; in setAllOptionsFrom()
140 mTestName = null; in clearOptions()
222 mTestName = null; in populateRetryFilters()
285 mRetryIncludes.add(new TestFilter(mAbiName, module, mTestName).toString()); in populatePreviousSessionFilters()
290 } else if (mTestName != null) { in populatePreviousSessionFilters()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java43 public final String mTestName; field in TestModels.TestModelEntry
67 mTestName = testName; in TestModelEntry()
97 return mTestName; in getTestName()
103 mInOutDatasets, mTestName, mModelFile, in withDisabledEvaluation()
DProcessor.java342 testModel.mTestName, mAcceleratorName)); in benchmarkAllModels()
346 testModel.mTestName, mAcceleratorName), e); in benchmarkAllModels()
364 mTestResults[ct] = BenchmarkResult.fromInferenceResults(testModel.mTestName, in benchmarkAllModels()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelTestActivity.java61 private String mTestName; field in NNParallelTestActivity
99 mTestName = intent.getStringExtra(EXTRA_TEST_NAME) != null in onResume()
114 Duration.ofMillis(testDurationMillis), mTestName, acceleratorName, in onResume()
116 mTestStatus, runInSeparateProcess, mTestName); in onResume()
149 mTestName, testResultTimeout)); in testResult()
DNNParallelInferenceTest.java50 public TestName mTestName = new TestName(); field in NNParallelInferenceTest
88 testData.putString("Test name", mTestName.getMethodName()); in shouldNotFailWithParallelThreads()
126 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_NAME, mTestName.getMethodName()); in runAllModelsOnNThreadsForOnAccelerator()
DNNPerformanceDegradationTest.java62 public TestName mTestName = new TestName(); field in NNPerformanceDegradationTest
94 setActivityIntent(getTestMaxPerfDegradationOfModelWIthThreads(mTestName.getMethodName(), in setUp()
DNNRandomGraphTest.java78 public TestName mTestName = new TestName(); field in NNRandomGraphTest
97 mModelCount, mAcceleratorName, mDuration, mTestName.getMethodName())); in setUp()
DNNMemoryMappedModelCompilationTest.java62 public TestName mTestName = new TestName(); field in NNMemoryMappedModelCompilationTest
125 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_NAME, mTestName.getMethodName()); in compileSupportedModelsMemoryMappedOnNThreadsFor()
DNNClientEarlyTerminationTest.java60 public TestName mTestName = new TestName(); field in NNClientEarlyTerminationTest
138 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_NAME, mTestName.getMethodName()); in compileSupportedModelsOnNThreadsFor()
DNNMultipleProcessInferenceTest.java44 .intentInitializer(mTestName.getMethodName(), in getRunModelsInMultipleProcessesConfigIntent()
DNNMultipleProcessModelLoadTest.java53 .intentInitializer(mTestName.getMethodName(), in getRunModelsInMultipleProcessesConfigIntent()
DNNMultipleProcessTest.java62 public TestName mTestName = new TestName(); field in NNMultipleProcessTest
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestCoordinator.java43 private String mTestName; field in CrashTestCoordinator
107 Log.d(TAG, String.format("Test '%s' succeeded", mTestName)); in onServiceConnected()
118 String.format("Test '%s' failed with reason: %s", mTestName, in onServiceConnected()
187 mTestName = testName; in startTest()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DCrashReporter.java115 private String mTestName; field in CrashReporter.CrashReporterReceiver
129 mTestName = m.group(1); in processLogLine()
136 upload(mDevice, mTestName, mCrashes); in processLogLine()
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DVtsRetryFactoryTest.java34 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java142 private String mTestName = null; field in CompatibilityTest
776 new TestFilter(mAbiName, module, mTestName).toString()); in setupFilters()
781 } else if (mTestName != null) { in setupFilters()
791 mSubPlan, mIncludeFilters, mExcludeFilters, mAbiName, mModuleName, mTestName, in createRetryFilterHelper()
917 return mTestName; in getTestName()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelperTest.java66 assertTrue(helper.mTestName == null); in testClearOptions()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java121 protected String mTestName = null; field in RetryFactoryTest
288 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()

12