/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
fancy_getopt.py | 47 # The option table is (currently) a list of tuples. The 50 # if an option takes an argument, its long_option should have '=' 53 # short_option, short_option should be None. All option tuples 57 # 'option_index' maps long option names to entries in the option 68 # opposite of some other option 71 # These keep track of the information in the option table. We 91 for option in self.option_table: 92 self.option_index[option[0]] = option [all...] |
/external/chromium_org/chrome/browser/extensions/ |
external_pref_loader.h | 44 bool IsOptionSet(Options option) { 45 return (options_ & option) != 0;
|
/external/llvm/autoconf/m4/ |
visibility_inlines_hidden.m4 | 7 [AC_CACHE_CHECK([for compiler -fvisibility-inlines-hidden option],
|
/external/llvm/projects/sample/autoconf/m4/ |
visibility_inlines_hidden.m4 | 7 [AC_CACHE_CHECK([for compiler -fvisibility-inlines-hidden option],
|
/external/oprofile/libpopt/ |
poptconfig.c | 13 /*@-compmempass@*/ /* FIX: item->option.longName kept, not dependent. */ 51 item->option.longName = opt + 2; 53 item->option.shortName = opt[1]; 59 item->option.argInfo = POPT_ARGFLAG_DOC_HIDDEN; 65 item->option.descrip = f; 66 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN; 72 item->option.argDescrip = f; 73 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN; 74 item->option.argInfo |= POPT_ARG_STRING;
|
/external/skia/bench/ |
bench_compare.py | 74 for option, value in opts: 75 if option == "-o": 77 elif option == "-n": 79 elif option == "-h": 81 elif option == "-f": 83 elif option == "-s": 85 elif option == "-t": 87 elif option == "--match": 91 assert False, "unhandled option"
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
IteratorOptions.java | 34 * @return Returns whether the option is set. 43 * @return Returns whether the option is set. 52 * @return Returns whether the option is set. 61 * @return Returns whether the option is set. 70 * Sets the option and returns the instance. 83 * Sets the option and returns the instance. 96 * Sets the option and returns the instance. 109 * Sets the option and returns the instance. 124 protected String defineOptionName(int option) 126 switch (option) [all...] |
/bionic/libc/kernel/common/linux/netfilter/ |
xt_tcpudp.h | 26 u_int8_t option; member in struct:xt_tcp
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_tcpudp.h | 19 u_int8_t option; member in struct:xt_tcp
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
language_chewing_handler.cc | 61 // For number of candidates per page, we use select-option UI. 72 ListValue* option = new ListValue(); local 73 option->Append(CreateValue(i)); 74 option->Append(CreateValue(i)); 75 list_value->Append(option);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLOptionsCollection.idl | 9 * version 2 of the License, or (at your option) any later version. 34 [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, 37 void remove(HTMLOptionElement option); // Non standard.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaconf.h | 42 int option; // 0 UseSTD3ASCIIRules, 1 ALLOW_UNASSIGNED member in class:IdnaConfTest
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm-options.h | 30 /* an option structure 35 /* short option letter if present, 0 otherwise */ 38 /* long option name if present, NULL otherwise */ 41 /* !=0 if option requires parameter, 0 if not */ 51 /* (short - will be printed after option sopt/lopt) */ 55 /* handle everything that is not an option */ 59 int other_option_handler(char *option);
|
/external/clang/tools/diagtool/ |
Makefile | 20 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
|
/external/icu4c/test/intltest/ |
idnaconf.h | 42 int option; // 0 UseSTD3ASCIIRules, 1 ALLOW_UNASSIGNED member in class:IdnaConfTest
|
/external/iproute2/include/linux/netfilter/ |
xt_tcpudp.h | 10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp 20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
|
/external/ipsec-tools/src/libipsec/ |
policy_token.l | 65 %option noyywrap 66 %option nounput
|
/external/iptables/include/linux/netfilter/ |
xt_tcpudp.h | 10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp 20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_tcpudp.h | 9 u_int8_t option; /* TCP Option iff non-zero*/ member in struct:xt_tcp 19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
|
/external/llvm/unittests/Option/ |
Makefile | 1 ##===- unittests/Option/Makefile ---------------------------*- Makefile -*-===## 11 TESTNAME = Option 12 LINK_COMPONENTS := option support 22 $(Echo) "Building Driver Option tables with tblgen"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_tcpudp.h | 9 u_int8_t option; /* TCP Option iff non-zero*/ member in struct:xt_tcp 19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_tcpudp.h | 9 u_int8_t option; /* TCP Option iff non-zero*/ member in struct:xt_tcp 19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_tcpudp.h | 9 u_int8_t option; /* TCP Option iff non-zero*/ member in struct:xt_tcp 19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter/ |
xt_tcpudp.h | 19 u_int8_t option; member in struct:xt_tcp
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter/ |
xt_tcpudp.h | 19 u_int8_t option; member in struct:xt_tcp
|