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

1 2

  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/
cpu-x86_64-asm.asm 0 OPTION DOTNAME
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
aesni-gcm-x86_64.asm 0 OPTION DOTNAME
ghash-x86_64.asm 0 OPTION DOTNAME
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/bn/
rsaz-avx2.asm 0 OPTION DOTNAME
modexp512-x86_64.asm 0 OPTION DOTNAME
x86_64-mont.asm 0 OPTION DOTNAME
rsaz-x86_64.asm 0 OPTION DOTNAME
x86_64-mont5.asm 0 OPTION DOTNAME
    [all...]
  /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
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/md5/
md5-x86_64.asm 0 OPTION DOTNAME
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/rc4/
rc4-md5-x86_64.asm 0 OPTION DOTNAME
rc4-x86_64.asm 0 OPTION DOTNAME
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/sha/
sha256-x86_64.asm 0 OPTION DOTNAME
    [all...]
sha512-x86_64.asm 0 OPTION DOTNAME
sha1-x86_64.asm 0 OPTION DOTNAME
    [all...]
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/
bsaes-x86_64.asm 0 OPTION DOTNAME
    [all...]
aes-x86_64.asm 0 OPTION DOTNAME
    [all...]
vpaes-x86_64.asm 0 OPTION DOTNAME
aesni-x86_64.asm 0 OPTION DOTNAME
    [all...]
  /external/chromium_org/content/public/common/
menu_item.h 20 OPTION = blink::WebMenuItemInfo::Option,
  /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"
37 OPT_INVALID = 0, // This is not an option ID.
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
44 #undef OPTION
49 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
52 #undef OPTION
    [all...]
  /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...]
  /system/core/init/
ueventd_parser.c 36 #define OPTION 0x02
158 parse_error(state, "invalid option '%s'\n", args[0]);
193 } else if (kw_is(kw, OPTION)) {

Completed in 554 milliseconds

1 2