HomeSort by relevance Sort by last modified time
    Searched defs:OPTION (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/clang/lib/Driver/
DriverOptions.cpp 12 #include "llvm/Option/OptTable.h"
13 #include "llvm/Option/Option.h"
24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
26 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
29 #undef OPTION
  /platform_testing/libraries/longevity/src/android/longevity/core/listener/
TimeoutTerminator.java 28 protected static final String OPTION = "suite-timeout_msec";
37 mSuiteTimeout = args.containsKey(OPTION) ?
38 Long.parseLong(args.get(OPTION)) : DEFAULT;
  /platform_testing/libraries/longevity/src/android/longevity/platform/listener/
BatteryTerminator.java 35 static final String OPTION = "min-battery";
43 mMinBattery = args.containsKey(OPTION) ? Double.parseDouble(args.get(OPTION)) : DEFAULT;
  /external/clang/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
38 OPT_INVALID = 0, // This is not an option ID.
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
43 #undef OPTION
  /external/ppp/pppd/plugins/radius/
options.h 14 /* ids for different option types */
23 #define ST_UNDEF (1<<0) /* option is undefined */
26 char name[OPTION_LEN]; /* name of the option */
28 void *val; /* pointer to option value */
29 } OPTION;
37 static OPTION config_options[] = {
  /frameworks/compile/slang/
rs_cc_options.cpp 22 #include "llvm/Option/Arg.h"
23 #include "llvm/Option/ArgList.h"
24 #include "llvm/Option/Option.h"
25 #include "llvm/Option/OptTable.h"
38 OPT_INVALID = 0, // This is not an option ID.
40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
45 #undef OPTION
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
53 #undef OPTION
    [all...]
  /external/llvm/lib/LibDriver/
LibDriver.cpp 18 #include "llvm/Option/Arg.h"
19 #include "llvm/Option/ArgList.h"
20 #include "llvm/Option/Option.h"
33 #define OPTION(_1, _2, ID, _4, _5, _6, _7, _8, _9, _10, _11) OPT_##ID,
35 #undef OPTION
43 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X6, X7, X8, X9, X10) \
45 X1, X2, X9, X10, OPT_##ID, llvm::opt::Option::KIND##Class, X8, X7, \
49 #undef OPTION
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 11 #include "llvm/Option/Arg.h"
12 #include "llvm/Option/ArgList.h"
13 #include "llvm/Option/Option.h"
20 OPT_INVALID = 0, // This is not an option ID.
21 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
25 #undef OPTION
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
41 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
44 #undef OPTION
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
46 #undef OPTION
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
46 #undef OPTION
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
46 #undef OPTION
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
46 #undef OPTION
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
46 #undef OPTION
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
46 #undef OPTION
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
41 OPT_INVALID = 0, // This is not an option ID.
42 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
47 #undef OPTION
  /external/dhcpcd-6.8.2/
dhcp-common.h 39 /* Max MTU - defines dhcp option length */
63 #define OPTION (1 << 20)
72 uint32_t option; /* Also used for IANA Enterpise Number */ member in struct:dhcp_opt
77 int index; /* Index counter for many instances of the same option */
80 * The option code is irrelevant here. */
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 31 #include <llvm/Option/Arg.h>
32 #include <llvm/Option/ArgList.h>
33 #include <llvm/Option/OptTable.h>
34 #include <llvm/Option/Option.h>
64 enum Option {
65 // This is not an option.
67 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
71 #undef OPTION
126 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM,
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 147 #define OPTION 0x80000000 /* Used for handling options */
157 /* OPTION DEFINITIONS */
279 typedef struct option struct
281 const char *name; /* name of the option */
282 png_uint_32 opt; /* an option, or OPTION or LIST */
285 const value_list *values; /* values for OPTION or LIST */
286 } option; typedef in typeref:struct:option
288 static const option options[] =
310 /* OPTION settings, these and LIST settings are read on demand *
    [all...]

Completed in 516 milliseconds

1 2 3