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

  /external/clang/lib/Driver/
CC1AsOptions.cpp 11 #include "clang/Driver/Option.h"
19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
21 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
CC1Options.cpp 11 #include "clang/Driver/Option.h"
19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
21 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
DriverOptions.cpp 12 #include "clang/Driver/Option.h"
18 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
20 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
  /external/clang/include/clang/Driver/
CC1AsOptions.h 19 OPT_INVALID = 0, // This is not an option ID.
20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
24 #undef OPTION
CC1Options.h 19 OPT_INVALID = 0, // This is not an option ID.
20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
24 #undef OPTION
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
19 OPT_INVALID = 0, // This is not an option ID.
20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
24 #undef OPTION
  /external/chromium/webkit/glue/
webmenuitem.h 17 OPTION = WebKit::WebMenuItemInfo::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[] = {
  /external/qemu/android/
cmdline-option.c 1 #include "android/cmdline-option.h"
32 #define OPTION(_name,_type,_config) \
37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0)
38 #define OPT_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0)
39 #define OPT_LIST(_name,_template,_descr) OPTION(_name,OPTION_IS_LIST,0)
40 #define CFG_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1)
41 #define CFG_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,1)
70 /* anything that isn't an option past this points
79 /* an option cannot contain an underscore */
103 /* NOTE: variable tables map option names to value
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 27 #include "clang/Driver/Option.h"
55 using clang::driver::Option;
73 OPT_INVALID = 0, // This is not an option ID.
74 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
78 #undef OPTION
82 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
84 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
184 if (A->getOption().getKind() == Option::InputClass)
205 slangAssert(false && "Invalid option in M group!");
229 slangAssert(false && "Invalid option in output type group!")
    [all...]
  /system/core/init/
init_parser.c 51 #define OPTION 0x04
492 parse_error(state, "class option requires a classname\n");
522 parse_error(state, "ioprio option usage: ioprio <rt|be|idle> <0-7>\n");
528 parse_error(state, "group option requires a group id\n");
530 parse_error(state, "group option accepts at most %d supp. groups\n",
543 parse_error(state, "keycodes option requires atleast one keycode\n");
586 parse_error(state, "setenv option requires name and value arguments\n");
603 parse_error(state, "socket option requires name, type, perm arguments\n");
629 parse_error(state, "user option requires a user id\n");
635 parse_error(state, "invalid option '%s'\n", args[0])
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c     [all...]
  /external/collada/include/1.4/dom/
domTypes.h 730 OPTION = 12,
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 701 milliseconds