/test/mlts/benchmark/jni/ |
D | random_graph_test_jni.cpp | 148 : 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/ |
D | TestResultHistory.java | 46 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()
|
D | TestResult.java | 26 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/ |
D | PerformanceDegradationTest.java | 100 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()
|
D | RandomGraphTest.java | 41 + 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()
|
D | RunModelsInParallel.java | 60 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()
|
D | RunModelsInMultipleProcesses.java | 59 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/ |
D | RetryFilterHelper.java | 51 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/ |
D | TestModels.java | 43 public final String mTestName; field in TestModels.TestModelEntry 67 mTestName = testName; in TestModelEntry() 97 return mTestName; in getTestName() 103 mInOutDatasets, mTestName, mModelFile, in withDisabledEvaluation()
|
D | Processor.java | 342 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/ |
D | NNParallelTestActivity.java | 61 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()
|
D | NNParallelInferenceTest.java | 50 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()
|
D | NNPerformanceDegradationTest.java | 62 public TestName mTestName = new TestName(); field in NNPerformanceDegradationTest 94 setActivityIntent(getTestMaxPerfDegradationOfModelWIthThreads(mTestName.getMethodName(), in setUp()
|
D | NNRandomGraphTest.java | 78 public TestName mTestName = new TestName(); field in NNRandomGraphTest 97 mModelCount, mAcceleratorName, mDuration, mTestName.getMethodName())); in setUp()
|
D | NNMemoryMappedModelCompilationTest.java | 62 public TestName mTestName = new TestName(); field in NNMemoryMappedModelCompilationTest 125 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_NAME, mTestName.getMethodName()); in compileSupportedModelsMemoryMappedOnNThreadsFor()
|
D | NNClientEarlyTerminationTest.java | 60 public TestName mTestName = new TestName(); field in NNClientEarlyTerminationTest 138 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_NAME, mTestName.getMethodName()); in compileSupportedModelsOnNThreadsFor()
|
D | NNMultipleProcessInferenceTest.java | 44 .intentInitializer(mTestName.getMethodName(), in getRunModelsInMultipleProcessesConfigIntent()
|
D | NNMultipleProcessModelLoadTest.java | 53 .intentInitializer(mTestName.getMethodName(), in getRunModelsInMultipleProcessesConfigIntent()
|
D | NNMultipleProcessTest.java | 62 public TestName mTestName = new TestName(); field in NNMultipleProcessTest
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestCoordinator.java | 43 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/ |
D | CrashReporter.java | 115 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/ |
D | VtsRetryFactoryTest.java | 34 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | CompatibilityTest.java | 142 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/ |
D | RetryFilterHelperTest.java | 66 assertTrue(helper.mTestName == null); in testClearOptions()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/ |
D | RetryFactoryTest.java | 121 protected String mTestName = null; field in RetryFactoryTest 288 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()
|