HomeSort by relevance Sort by last modified time
    Searched refs:Option (Results 1 - 25 of 648) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/
Option.java 18 public final class Option<T> {
22 public static <T> Option<T> valueOf(T v) {
23 return new Option<T>(v);
26 private Option(T v) {
Person.java 22 private final Option<Double> income;
25 this(0, "", Option.valueOf(0.));
28 public Person(int id, String name, Option<Double> income) {
42 public Option<Double> getIncome() {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.h 27 // Print info by option
29 #define PRINT_INFO_OPTION(Value, Option) \
31 if (Option == SHOW_NONE) { \
34 if (Option < SHOW_DETAIL) { \
48 DisplaySELVariableDataFormatTypes(UINT8 Type, UINT8 Option)
77 @param[in] Option The optional information.
82 IN UINT8 Option
89 @param[in] Option The optional information.
94 IN UINT8 Option
101 @param[in] Option The optional information.
    [all...]
PrintInfo.h 41 @param[in] Option Display option.
46 IN UINT8 Option
53 @param[in] Option Display option.
58 IN UINT8 Option
65 @param[in] Option Print option of information detail.
74 IN UINT8 Option
81 @param[in] Option The optional information.
    [all...]
SmbiosView.h 31 the information to users as required display option.
35 @param[in] Option Display option: none,outline,normal,detail.
46 IN UINT8 Option,
52 the information to users as required display option.
56 @param[in] Option Display option: none,outline,normal,detail.
67 IN UINT8 Option,
96 @param[in] Option ECHO, NORMAL, or DETAIL control the amount of detail displayed.
103 IN UINT8 Option
    [all...]
  /frameworks/base/core/java/android/app/
VoiceInteractor.aidl 19 parcelable VoiceInteractor.PickOptionRequest.Option;
  /tools/tradefederation/core/src/com/android/tradefed/device/
TestDeviceOptions.java 18 import com.android.tradefed.config.Option;
24 * Container for {@link ITestDevice} {@link Option}s
28 @Option(name = "enable-root", description = "enable adb root on boot.")
31 @Option(name = "disable-keyguard",
35 @Option(name = "enable-logcat", description =
39 @Option(name = "max-tmp-logcat-file", description =
44 @Option(name = "logcat-options", description =
49 @Option(name = "fastboot-timeout", description =
53 @Option(name = "adb-recovery-timeout", description =
57 @Option(name = "reboot-timeout", description
    [all...]
RetryingWaitDeviceRecovery.java 18 import com.android.tradefed.config.Option;
27 @Option(name = "max-wait-iter",
  /tools/tradefederation/core/src/com/android/tradefed/host/
HostOptions.java 19 import com.android.tradefed.config.Option;
29 @Option(name = "concurrent-flasher-limit", description =
33 @Option(
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandOptions.java 19 import com.android.tradefed.config.Option;
20 import com.android.tradefed.config.Option.Importance;
31 @Option(name = "help", description =
36 @Option(name = "help-all", description = "display the full help text for all options.",
40 @Option(name = "json-help", description = "display the full help in json format.")
45 @Option(
54 @Option(name = "noisy-dry-run",
60 @Option(name = "min-loop-time", description =
64 @Option(name = "max-random-loop-time", description =
71 @Option(name = "test-tag", description = "Identifier for the invocation during reporting."
    [all...]
  /external/llvm/include/llvm/Option/
OptSpecifier.h 1 //===--- OptSpecifier.h - Option Specifiers ---------------------*- C++ -*-===//
17 class Option;
19 /// OptSpecifier - Wrapper class for abstracting references to option IDs.
29 /*implicit*/ OptSpecifier(const Option *Opt);
Arg.h 20 #include "llvm/Option/Option.h"
27 /// \brief A concrete instance of a particular driver option.
36 /// \brief The option this argument is an instance of.
37 const Option Opt;
43 /// \brief How this instance of the option was spelled.
62 Arg(const Option Opt, StringRef Spelling, unsigned Index,
64 Arg(const Option Opt, StringRef Spelling, unsigned Index,
66 Arg(const Option Opt, StringRef Spelling, unsigned Index,
70 const Option &getOption() const { return Opt;
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/build/
StubBuildProvider.java 18 import com.android.tradefed.config.Option;
33 @Option(name="build-id", description="build id to supply.")
36 @Option(name="build-target", description="build target name to supply.")
39 @Option(name="branch", description="build branch name to supply.")
42 @Option(name="build-flavor", description="build flavor name to supply.")
45 @Option(name="build-attribute", description="build attributes to supply.")
48 @Option(
54 @Option(
LocalFolderBuildProvider.java 18 import com.android.tradefed.config.Option;
19 import com.android.tradefed.config.Option.Importance;
33 @Option(name = FOLDER_OPTION_NAME, description =
44 throw new IllegalArgumentException(String.format("missing --%s option",
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 24 /* Llvm.llmodule -> string option */
27 CAMLlocal2(String, Option);
33 Option = Val_int(0);
35 Option = alloc(1, 0);
37 Store_field(Option, 0, String);
42 CAMLreturn(Option);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
analysis_ocaml.c 24 /* Llvm.llmodule -> string option */
27 CAMLlocal2(String, Option);
33 Option = Val_int(0);
35 Option = alloc(1, 0);
37 Store_field(Option, 0, String);
42 CAMLreturn(Option);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Option.c 2 IP4 option support functions.
19 Validate the IP4 option format for both the packets we received
22 @param[in] Option The first byte of the option
23 @param[in] OptionLen The length of the whole option
24 @param[in] Rcvd The option is from the packet we received if TRUE,
25 otherwise the option we wants to transmit.
27 @retval TRUE The option is properly formatted
28 @retval FALSE The option is mal-formated
33 IN UINT8 *Option,
    [all...]
Ip4Option.h 2 IP4 option support routines.
27 Validate the IP4 option format for both the packets we received
29 if the option is mal-formated. But this information isn't used.
31 @param[in] Option The first byte of the option
32 @param[in] OptionLen The length of the whole option
33 @param[in] Rcvd The option is from the packet we received if TRUE,
34 otherwise the option we wants to transmit.
36 @retval TRUE The option is properly formatted
37 @retval FALSE The option is mal-formated
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
WifiPreparer.java 19 import com.android.tradefed.config.Option;
33 @Option(name="wifi-network", description="the name of wifi network to connect to.")
36 @Option(name="wifi-psk", description="WPA-PSK passphrase of wifi network to connect to.")
39 @Option(name = "disconnect-wifi-after-test", description =
43 @Option(name = "monitor-network", description =
47 @Option(name = "skip", description = "skip the connectivity check and wifi setup")
DeviceSetup.java 21 import com.android.tradefed.config.Option;
38 * A {@link ITargetPreparer} that configures a device for testing based on provided {@link Option}s.
49 @Option(name = "airplane-mode",
57 @Option(name = "wifi",
65 @Option(name = "wifi-network",
70 @Option(name = "wifi-psk",
74 @Option(name = "wifi-watchdog",
80 @Option(name = "wifi-scan-always-enabled",
86 @Option(name = "ethernet",
92 @Option(name = "bluetooth"
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstalledInstrumentationsTest.java 19 import com.android.tradefed.config.Option;
20 import com.android.tradefed.config.Option.Importance;
56 * @deprecated use --shell-timeout or --test-timeout option instead.
59 @Option(name = "timeout",
63 @Option(name = "shell-timeout",
70 @Option(name = "test-timeout",
76 @Option(name = "size",
82 @Option(name = "runner",
87 @Option(name = "rerun",
92 @Option(name = "resume"
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionCopierTest.java 36 @Option(name = "string", shortName = 's')
39 @Option(name = "int")
43 @Option(name = "notInDest")
46 @Option(name = "string_collection")
50 @Option(name = "enum")
53 @Option(name = "enum_map")
57 @Option(name = "enum_collection")
63 * Option source with an option with same name as OptionSource, but a different type.
67 @Option(name = "string", shortName = 's'
    [all...]
  /external/eigen/Eigen/src/Core/
Product.h 15 template<typename Lhs, typename Rhs, int Option, typename StorageKind> class ProductImpl;
19 template<typename Lhs, typename Rhs, int Option>
20 struct traits<Product<Lhs, Rhs, Option> >
67 * \tparam Option can be DefaultProduct, AliasFreeProduct, or LazyProduct
70 template<typename _Lhs, typename _Rhs, int Option>
71 class Product : public ProductImpl<_Lhs,_Rhs,Option,
82 Lhs, Rhs, Option,
114 template<typename Lhs, typename Rhs, int Option, int ProductTag = internal::product_type<Lhs,Rhs>::ret>
116 : public internal::dense_xpr_base<Product<Lhs,Rhs,Option> >::type
120 template<typename Lhs, typename Rhs, int Option>
    [all...]
  /external/webrtc/webrtc/
common.h 41 // * declaring an option:
47 // * accessing an option:
50 // * setting an option:
59 // Returns the option if set or a default constructed one.
66 // Set the option, deleting any previous instance of the same.
86 struct Option : BaseOption {
87 explicit Option(T* v): value(v) {}
88 ~Option() {
120 const T* t = static_cast<Option<T>*>(it->second)->value;
132 it = new Option<T>(value)
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationDescriptor.java 27 * test-suite-tag. This class cannot receive option values via command line. Only directly in the
33 @Option(name = "test-suite-tag", description = "A membership tag to suite. Can be repeated.")
36 @Option(name = "metadata", description = "Metadata associated with this configuration, can be "
40 @Option(

Completed in 1365 milliseconds

1 2 3 4 5 6 7 8 91011>>