Searched refs:option (Results 76 - 100 of 936) sorted by relevance

1234567891011>>

/external/libpng/scripts/
H A Doptions.awk56 sup="_SUPPORTED" end # end supported option
57 und=comment "#undef PNG_" # Unsupported option
58 une="_SUPPORTED" cend # end unsupported option
67 # for each option:
68 option[""] = "" # list of all options: default enabled/disabled
69 done[""] = 1 # marks option as having been output
70 requires[""] = "" # requires by option
71 iffs[""] = "" # if by option
72 enabledby[""] = "" # options that enable it by option
73 sets[""] = "" # settings set by each option
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_lex.l47 %option yylineno
48 %option never-interactive
49 %option noyywrap
/external/smack/src/org/xbill/DNS/
H A DEDNSOption.java9 * is defined as a list of options; this represents a single option.
48 * @param s The textual representation of the option code
49 * @return The option code, or -1 on error.
61 * Creates an option with the given option code and data.
84 * @return the option code
94 * @return the option data
104 * Converts the wire format of an EDNS Option (the option data only) into the
123 throw new WireParseException("truncated option");
126 EDNSOption option;
[all...]
/external/chromium_org/third_party/skia/bench/
H A Dbench_compare.py74 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/clang/docs/tools/
H A Ddump_format_style.py102 option = Option(str(field_name), str(field_type), comment) variable in class:read_options.State
103 options.append(option)
124 for option in options:
125 if not option.type in ['bool', 'unsigned', 'int', 'std::string',
127 if enums.has_key(option.type):
128 option.enum = enums[option.type]
130 raise Exception('Unknown type: %s' % option.type)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu.l1 %option prefix="perf_pmu_"
/external/llvm/autoconf/m4/
H A Dvisibility_inlines_hidden.m47 [AC_CACHE_CHECK([for compiler -fvisibility-inlines-hidden option],
/external/llvm/test/MC/Mips/
H A Delf_eflags_pic0.s7 .option pic0
H A Delf_eflags_pic2.s6 .option pic2
/external/llvm/test/MC/Mips/mips64r2/
H A Dabi-bad.s7 # CHECK : error: 'set fp=xx'option requires O32 ABI
/external/oprofile/libpopt/
H A Dpoptconfig.c13 /*@-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/
H A Dbench_compare.py74 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/
H A DIteratorOptions.java34 * @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) argument
126 switch (option)
[all...]
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
H A DSkOptionListController.h14 - (void)addOption:(NSString*)option;
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.h30 /* 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/
H A DMakefile20 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c46 int32_t option=0; local
48 while ((option = getopt(argc,argv,option_string)) != EOF) {
49 switch (option) {
91 MSG(0, "\tError: Unknown option %c\n",option);
/external/iproute2/include/linux/netfilter/
H A Dxt_tcpudp.h10 __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/
H A Dpolicy_token.l65 %option noyywrap
66 %option nounput
/external/iptables/include/linux/netfilter/
H A Dxt_tcpudp.h10 __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/uapi/linux/netfilter/
H A Dxt_tcpudp.h10 __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/llvm/unittests/Option/
H A DMakefile12 LINK_COMPONENTS := option support
/external/skia/experimental/iOSSampleApp/Shared/
H A DSkOptionListController.h14 - (void)addOption:(NSString*)option;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtab_switcher_view.js89 var menuItem = addNode(this.dropdownMenu_, 'option');
107 var option = this.dropdownMenu_.options[i];
108 if (option.style.display != 'none') {
109 this.switchToTab(option.value);
162 var option = this.dropdownMenu_.options[i];
163 if (option.value == tabId) {
164 return option;
/external/chromium_org/remoting/webapp/
H A Dhost_settings.js57 for (var option in options) {
58 requestedHost[option] = options[option];

Completed in 767 milliseconds

1234567891011>>