Searched refs:option (Results 151 - 175 of 936) sorted by relevance

1234567891011>>

/external/iptables/include/
H A Dxtables.h54 * %XTTYPE_NONE: option takes no argument
99 * %XTOPT_INVERT: option is invertible (usable with !)
100 * %XTOPT_MAND: option is mandatory
101 * %XTOPT_MULTI: option may be specified multiple times
115 * @name: name of option
117 * @id: unique number (within extension) for option, 0-31
118 * @excl: bitmask of flags that cannot be used with this option
119 * @also: bitmask of flags that must be used with this option
120 * @flags: bitmask of option flags, see %XTOPT_*
138 * @entry: current option bein
[all...]
/external/e2fsprogs/ext2ed/
H A Dinit.c395 wprintw (command_win,"You may wish to use the configuration option ForceExt2 on\n");
487 char option [80],value [80]; local
498 while (get_next_option (fp,option,value)) {
499 if (strcasecmp (option,"Ext2Descriptors")==0) {
503 else if (strcasecmp (option,"AlternateDescriptors")==0) {
507 else if (strcasecmp (option,"LogFile")==0) {
511 else if (strcasecmp (option,"LogChanges")==0) {
517 fprintf (stderr,"Error - Illegal value: %s %s\n",option,value);
522 else if (strcasecmp (option,"AllowChanges")==0) {
528 fprintf (stderr,"Error - Illegal value: %s %s\n",option,valu
589 get_next_option(FILE *fp,char *option,char *value) argument
[all...]
/external/bluetooth/bluedroid/include/
H A Dbte.h91 UINT8 option; /* option for operation. depends on operation */ member in struct:tHCISU_USERIAL_MSG_tag
94 extern void bte_hcisu_userial_oper( tUSERIAL_MSG_CBACK *p_cback, UINT8 port, UINT8 op, UINT8 option );
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_pref_loader.h44 bool IsOptionSet(Options option) { argument
45 return (options_ & option) != 0;
/external/chromium_org/sync/internal_api/test/
H A Dtest_internal_components_factory.cc17 StorageOption option)
19 storage_option_(option) {
15 TestInternalComponentsFactory( const Switches& switches, StorageOption option) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DEventListenersSidebarPane.js50 var option = document.createElement("option");
51 option.value = "all";
52 option.label = WebInspector.UIString("All Nodes");
53 this.settingsSelectElement.appendChild(option);
55 option = document.createElement("option");
56 option.value = "selected";
57 option.label = WebInspector.UIString("Selected Node Only");
58 this.settingsSelectElement.appendChild(option);
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.h79 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
82 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.h52 UParseCommentsOption option,
57 UParseCommentsOption option, UErrorCode *status);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dsecurity.h35 * the set of option that can be configured
64 xsltSecurityOption option,
68 xsltSecurityOption option);
/external/dnsmasq/src/
H A DAndroid.mk7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
H A Doption.c6 (at your option) version 3 dated 29 June, 2007.
107 static const struct option opts[] =
129 { "dhcp-option", 1, 0, 'O' },
187 { "dhcp-option-force", 1, 0, LOPT_FORCE },
243 { LOPT_DHCP_OPTS, ARG_ONE, "<filename>", gettext_noop("Read DHCP option specs from file"), NULL },
264 { LOPT_FORCE, ARG_DUP, "<optspec>", gettext_noop("DHCP option sent even if the client does not request it."), NULL},
294 { '4', ARG_DUP, "<id>,<mac address>", gettext_noop("Map MAC address (with wildcards) to option set."), NULL },
316 { LOPT_MATCH, ARG_DUP, "<netid>,<optspec>", gettext_noop("Set tag if client includes matching option in request."), NULL },
380 { "option-overload", 52, OT_INTERNAL },
439 --dhcp-option
978 one_opt(int option, char *arg, char *gen_prob, int nest) argument
2534 int i, option; local
2783 int option, nest = 0, testmode = 0; local
[all...]
/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
H A Dencodingoption.h26 // An encoding option for a challenge message consisting of an encoding scheme
49 // Creates a new encoding option.
58 // type specified by this encoding option. For example, a single symbol for
62 // Determines whether the given encoding option is the same as this one.
65 // Returns a string representation of this encoding option.
80 // Predicate for finding an encoding option.
85 explicit EncodingOptionPredicate(const EncodingOption& option) argument
86 : option_(option) {}
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h79 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
82 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option);
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.h52 UParseCommentsOption option,
57 UParseCommentsOption option, UErrorCode *status);
/external/jpeg/
H A Dtransupp.h71 * The "trim" option causes untransformable partial iMCUs to be dropped;
73 * result for odd-size images. Note that when this option is active,
78 * We also offer a "force to grayscale" option, which simply discards the
83 * be aware of the option to know how many components to work on.
131 JPP((j_decompress_ptr srcinfo, JCOPY_OPTION option));
135 JCOPY_OPTION option));
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.ml11 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
/external/llvm/test/MC/Mips/
H A Dcpload-bad.s5 .option pic2
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dtransupp.h71 * The "trim" option causes untransformable partial iMCUs to be dropped;
73 * result for odd-size images. Note that when this option is active,
78 * We also offer a "force to grayscale" option, which simply discards the
83 * be aware of the option to know how many components to work on.
131 JPP((j_decompress_ptr srcinfo, JCOPY_OPTION option));
135 JCOPY_OPTION option));
/external/qemu/distrib/jpeg-6b/
H A Dtransupp.h71 * The "trim" option causes untransformable partial iMCUs to be dropped;
73 * result for odd-size images. Note that when this option is active,
78 * We also offer a "force to grayscale" option, which simply discards the
83 * be aware of the option to know how many components to work on.
131 JPP((j_decompress_ptr srcinfo, JCOPY_OPTION option));
135 JCOPY_OPTION option));
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DAliasOptions.java65 * @return Returns the option.
85 * @return Returns the option.
105 * @return Returns the option.
125 * @return Returns the option.
158 protected String defineOptionName(int option) argument
160 switch (option)
H A DParseOptions.java126 * @return Returns the option "omit normalization".
148 protected String defineOptionName(int option) argument
150 switch (option)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.c9 static int opterror(const struct option *opt, const char *reason, int flags)
14 return error("option `no-%s' %s", opt->long_name, reason);
15 return error("option `%s' %s", opt->long_name, reason);
18 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt,
36 const struct option *opt, int flags)
187 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options)
199 const struct option *options)
202 const struct option *abbrev_option = NULL, *ambiguous_option = NULL;
271 return error("Ambiguous option: %s "
283 static void check_typos(const char *arg, const struct option *option
[all...]
/external/chromium_org/third_party/skia/bench/
H A DResultsWriter.h29 // Records one option set for this run. All options must be set before
31 virtual void option(const char name[], const char value[]) = 0;
58 virtual void option(const char name[], const char value[]) { function in class:LoggerResultsWriter
114 virtual void option(const char name[], const char value[]) { function in class:JSONResultsWriter
158 virtual void option(const char name[], const char value[]) { function in class:MultiResultsWriter
160 writers[i]->option(name, value);
/external/skia/bench/
H A DResultsWriter.h29 // Records one option set for this run. All options must be set before
31 virtual void option(const char name[], const char value[]) = 0;
58 virtual void option(const char name[], const char value[]) { function in class:LoggerResultsWriter
114 virtual void option(const char name[], const char value[]) { function in class:JSONResultsWriter
158 virtual void option(const char name[], const char value[]) { function in class:MultiResultsWriter
160 writers[i]->option(name, value);
/external/qemu/android/
H A Dqemu-setup.c39 /* Contains arguments for -android-ports option. */
41 /* Contains arguments for -android-port option. */
43 /* Contains arguments for -android-report-console option. */
45 /* Contains arguments for -http-proxy option. */
85 derror( "socket port/path can be followed by [,<option>]+ only\n");
252 fprintf( stderr, "option -adb-port is obsolete, use -port instead\n" );
270 derror( "option -ports must be followed by two comma separated positive integer numbers" );
277 derror( "option -ports must be followed by two comma separated positive integer numbers" );
282 derror( "option -ports must be followed by two different integer numbers" );
307 derror( "option
396 ProxyOption* option = option_tab; local
[all...]

Completed in 1703 milliseconds

1234567891011>>