/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparer.java | 66 @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 =
|
D | CheckGmsPreparer.java | 41 @Option(name = OPTION_ENABLE, description = "Enable GMS checks.")
|
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/binary/ |
D | KernelTargetTest.java | 35 @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/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/ |
D | AppLaunchTest.java | 66 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/ |
D | VtsProfilingConfigureMain.cpp | 49 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/ |
D | CrashTestCoordinator.java | 56 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/ |
D | KernelTestModuleController.java | 32 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/ |
D | VtsCoverageConfigureMain.cpp | 85 << 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/ |
D | dump_abi.py | 168 description = ( 174 arg_parser = argparse.ArgumentParser(description=description)
|
D | extract_lsdump.py | 275 description='This script converts an lsdump file to a dump file for '
|
/test/vts/ |
D | setup.py | 33 description='Android Vendor Test Suite',
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | CommandLinePackageNameProvider.java | 32 @Option(name = PACKAGE, description = "App package names.")
|
D | FileBasedPackageNameProvider.java | 37 description =
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/ |
D | RandomGraphTest.java | 77 RandomModelExecutionResult(int value, String description) { in RandomModelExecutionResult() argument 79 mDescription = description; in RandomModelExecutionResult()
|
/test/vti/test_serving/gae/testing/ |
D | e2e_test.py | 109 description=__doc__,
|
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/ |
D | MainActivity.java | 266 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/ |
D | CrashTestStatus.java | 91 public void testProgressing(Optional<String> description) { in testProgressing() argument
|
/test/vti/test_serving/proto/ |
D | GreenBuildScheduleConfigMessage.proto | 24 // Schedule description (e.g., daily/HH:MM)
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/ |
D | ModuleGenerator.java | 97 description = "Module config template resource path.",
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 159 BUILD_DESCRIPTION=`adb shell getprop ro.build.description`
|
D | README.txt | 20 Models and datasets used description and licensing can be found in
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 186 EXPECT_TRUE(status.isOk()) << status.description(); in GetInstanceNames()
|
/test/vti/dashboard/ |
D | build.gradle | 46 description = "Google Android VTS dashboard"
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 721 parser = argparse.ArgumentParser(description="Coverage process tool.")
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 550 parser = argparse.ArgumentParser(description='Utilities for parsing intermediate tensors.')
|