Home
last modified time | relevance | path

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

12

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/
DAppSetupPreparer.java66 @Option(name = "package-name", description = "Package name of testing app.")
71 description = "the name of an apk file to be installed on device. Can be repeated.")
74 @Option(name = OPTION_AAPT_VERSION, description = "The version of AAPT for APK parsing.")
79 description =
86 description = "Enable packages to be installed incrementally.")
89 @Option(name = OPTION_MAX_RETRY, description = "Max number of retries upon TargetSetupError.")
94 description =
102 description =
109 description =
DCheckGmsPreparer.java41 @Option(name = OPTION_ENABLE, description = "Enable GMS checks.")
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/binary/
DKernelTargetTest.java35 @Option(name = "ignore-binary-check", description = "Ignore the binary check in findBinary().")
53 CommandResult result, ITestInvocationListener listener, TestDescription description) { in checkCommandResult() argument
56 listener.testIgnored(description); in checkCommandResult()
58 super.checkCommandResult(result, listener, description); in checkCommandResult()
/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java66 description =
73 @Option(name = "report-log-name", description = "Name of the JSON report file.")
78 description = "Mapping for test name to use in report.")
83 description = "Report all the generated metrics. Default to 'true'.")
88 description =
93 @Option(name = "test-iteration-separator", description = "Separator used in between the test"
97 @Option(name = "aggregate-similar-tests", description = "To aggregate the metrics from test"
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java66 description = "Whether to take a screenshost after a package is launched.")
69 @Option(name = "package-name", description = "Package name of testing app.")
72 @Option(name = "test-label", description = "Unique test identifier label.")
79 description = "Number of times to retry a failed test case. 0 means no retry.")
82 @Option(name = "include-filter", description = "The include filter of the test type.")
85 @Option(name = "exclude-filter", description = "The exclude filter of the test type.")
88 @Option(name = "dismiss-dialog", description = "Attempt to dismiss dialog from apps.")
93 description = "Time to wait for app to launch in msecs.")
/test/vts/utils/native/libprofiling/
DVtsProfilingConfigureMain.cpp49 fqInstanceName.c_str(), interfaceRet.description().c_str()); in SetHALInstrumentation()
56 fqInstanceName.c_str(), notifyRet.description().c_str()); in SetHALInstrumentation()
64 listRet.description().c_str()); in SetHALInstrumentation()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestCoordinator.java56 void testProgressing(Optional<String> description); in testProgressing() argument
126 String description = msgFromTest.getData().getString( in onServiceConnected()
128 Log.d(TAG, "Test progress message: " + description); in onServiceConnected()
130 Optional.ofNullable(description)); in onServiceConnected()
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/suite/module/
DKernelTestModuleController.java32 description = "The architecture name that should run for this module."
38 description = "If this option set to true, run this module if device prop"
43 description = "If this option set to true, run this module if device prop "
/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp85 << interfaceRet.description() << std::endl; in FlushHALCoverage()
92 << fqInstanceName << ": " << notifyRet.description() in FlushHALCoverage()
102 cerr << "failed to list services: " << listRet.description() << std::endl; in FlushHALCoverage()
/test/vts-testcase/vndk/golden/
Ddump_abi.py168 description = (
174 arg_parser = argparse.ArgumentParser(description=description)
Dextract_lsdump.py275 description='This script converts an lsdump file to a dump file for '
/test/vts/
Dsetup.py33 description='Android Vendor Test Suite',
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DCommandLinePackageNameProvider.java32 @Option(name = PACKAGE, description = "App package names.")
DFileBasedPackageNameProvider.java37 description =
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java77 RandomModelExecutionResult(int value, String description) { in RandomModelExecutionResult() argument
79 mDescription = description; in RandomModelExecutionResult()
/test/vti/test_serving/gae/testing/
De2e_test.py109 description=__doc__,
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java266 public void testProgressing(Optional<String> description) { in startInferenceTest()
267 Log.i(TAG, "> " + description.orElse("Test progressing..")); in startInferenceTest()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java91 public void testProgressing(Optional<String> description) { in testProgressing() argument
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto24 // Schedule description (e.g., daily/HH:MM)
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DModuleGenerator.java97 description = "Module config template resource path.",
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh159 BUILD_DESCRIPTION=`adb shell getprop ro.build.description`
DREADME.txt20 Models and datasets used description and licensing can be found in
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.cpp202 EXPECT_TRUE(status.isOk()) << status.description(); in GetInstanceNames()
/test/vti/dashboard/
Dbuild.gradle46 description = "Google Android VTS dashboard"
/test/vts/utils/python/coverage/
Dcoverage_utils.py721 parser = argparse.ArgumentParser(description="Coverage process tool.")

12