Searched refs:option (Results 1 – 10 of 10) sorted by relevance
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | OptionHelper.java | 68 Option option = declaredField.getAnnotation(Option.class); in getOptionNames() local 69 options.add(option.name()); in getOptionNames() 85 Option option = declaredField.getAnnotation(Option.class); in getOptionShortNames() local 86 if (option.shortName() != Option.NO_SHORT_NAME) { in getOptionShortNames() 87 shortNames.add(String.valueOf(option.shortName())); in getOptionShortNames()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PreconditionPreparer.java | 75 private void setOption(String option, String value) { in setOption() argument 78 setter.setOptionValue(option, value); in setOption() 80 CLog.i("Value %s for option %s not applicable for class %s", value, option, in setOption()
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | CpuFeatures.java | 32 …private static String uname(ITestDevice device, String option) throws DeviceNotAvailableException { in uname() argument 34 device.executeShellCommand("uname " + option, Out); in uname()
|
/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test.go | 137 <option name="extra-templates" value="{templatePath}"/>` 159 <option name="template-root" value="{templateRoot}" /> 160 <option name="default-template" value="{templatePath}" />{extraTemplatePaths} 165 <option name="plan" value="{planName}" />
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | ModuleGeneratorTest.java | 81 OptionSetter option = new OptionSetter(sut); in tearDown_preserveNonGeneratedModules_doesNotDelete() local 82 option.setOptionValue(ModuleGenerator.OPTION_PRESERVE_EXISTING_MODULES, "true"); in tearDown_preserveNonGeneratedModules_doesNotDelete() 96 OptionSetter option = new OptionSetter(sut); in tearDown_doesNotPreserveNonGeneratedModules_delete() local 97 option.setOptionValue(ModuleGenerator.OPTION_PRESERVE_EXISTING_MODULES, "false"); in tearDown_doesNotPreserveNonGeneratedModules_delete()
|
/test/mlts/benchmark/ |
D | README.txt | 41 accelerators to test against by invoking the build_and_run_benchmark.sh script with the option 45 -r (--include-nnapi-reference) option. 86 - Use the `-s` or `--use-nnapi-sl` option when running `build_and_run_benchmark.sh`.
|
/test/dittosuite/src/ |
D | arg_parser.cpp | 115 static struct option long_options[] = {{"workload", required_argument, 0, 'w'}, in ParseArguments()
|
/test/app_compat/csuite/ |
D | pylintrc | 45 # either give multiple identifier separated by comma (,) or put this option 47 # it should appear only once). See also the "--disable" option for examples. 52 # option multiple times (only on the command line, not in the configuration 61 bad-option-value, 153 # written in a file name "pylint_global.[txt|html]". This option is deprecated 360 # --spelling-private-dict-file option instead of raising a message.
|
/test/dittosuite/ |
D | Doxyfile | 76 # option can be useful when feeding doxygen a huge amount of source files, where 395 # If you use Microsoft's C++/CLI language, you should set this option to YES to 410 # getter and setter methods for a property. Setting this option to YES will make 414 # should set this option to NO. 427 # If one adds a struct or class to a group and this option is enabled, then also 428 # any nested class or struct is added to the same group. By default this option 582 # section is generated. This option has no effect if EXTRACT_ALL is enabled. 589 # to NO, these classes will be included in the various overviews. This option 590 # will also hide undocumented C++ concepts if enabled. This option has no effect 617 # With the correct setting of option CASE_SENSE_NAMES doxygen will better be [all …]
|
D | README.md | 40 can be given through this option. 167 (or instruction sets) in different threads. If the optional `spawn` option for a specific
|