HomeSort by relevance Sort by last modified time
    Searched full:option (Results 476 - 500 of 24237) sorted by null

<<11121314151617181920>>

  /external/dnsmasq/
dnsmasq.conf.example 3 # Format is one option per line, legal options are the same
23 # This option only affects forwarding, SRV records originating for
101 # uncomment this option. About the only time you may need this is when
120 # 2) Sets the "domain" DHCP option thereby potentially setting the
246 #dhcp-option=3,1.2.3.4
248 # Do the same thing, but using the option name
249 #dhcp-option=option:router,1.2.3.4
253 # default (1, 3, 6, 12, 28) the same line will send a zero-length option
254 # for all other option numbers
    [all...]
  /external/ppp/pppd/include/net/
ppp-comp.h 118 * Max # bytes for a CCP option
137 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
138 #define CILEN_BSD_COMPRESS 3 /* length of config. option */
140 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
142 #define BSD_VERSION(x) ((x) >> 5) /* version of option format */
152 #define CI_DEFLATE 26 /* config option for Deflate */
154 #define CILEN_DEFLATE 4 /* length of its config option */
168 #define CI_MPPE 18 /* config option for MPPE */
169 #define CILEN_MPPE 6 /* length of config option */
174 /* option bits for ccp_options.mppe *
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
Readme.txt 14 From now one it is always antlr itself via the depend option
18 With option "depend=true" proceed even if first pass failed so
22 Support the -Xconversiontimeout option (Jim Idle)
25 Evaluation of dependencies via ANTLRs 'depend' option.
26 Added noprune and nocollapse option.
  /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/chrome/browser/ui/webui/options/chromeos/
language_chewing_handler.cc 62 // For number of candidates per page, we use select-option UI.
73 ListValue* option = new ListValue(); local
74 option->Append(CreateValue(i));
75 option->Append(CreateValue(i));
76 list_value->Append(option);
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile.h 48 bool GetStringValue(const std::string& option, std::string* out_val) const;
49 bool GetIntValue(const std::string& option, int* out_val) const;
50 bool SetStringValue(const std::string& option, const std::string& val);
51 bool SetIntValue(const std::string& option, int val);
52 bool RemoveValue(const std::string& option);
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
glcpp-test 19 for option; do
20 if [ "${option}" = '--help' ] ; then
23 elif [ "${option}" = '--valgrind' ] ; then
26 echo "Unrecognized option: $option" >&2
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plgetopt.h 52 PL_OPT_OK, /* all's well with the option */
54 PL_OPT_BAD /* invalid option (and value) */
59 char option; /* the name of the option */ member in struct:PLOptState
60 const char *value; /* the value of that option | NULL */
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
multiple_files_test.proto 33 // A proto file which tests the java_multiple_files option.
36 // Some generic_services option(s) added automatically.
38 option java_generic_services = true; // auto-added
44 option java_multiple_files = true;
45 option java_outer_classname = "MultipleFilesTestProto";
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm-options.h 30 /* an option structure
35 /* option */
38 /* !=0 if option requires parameter, 0 if not */
48 /* (short - will be printed after option sopt/lopt) */
52 /* handle everything that is not an option */
  /external/compiler-rt/make/platform/
darwin_fat.mk 32 # <Option Name> := ... option value ...
36 # <Option Name>.<Config Name> := ...
37 # <Option Name>.<Arch Name> := ...
38 # <Option Name>.<Config Name>.<Arch Name> := ...
  /external/iptables/extensions/
libxt_tcp.man 13 is a convenient alias for this option.
18 is a convenient alias for this option.
41 option is inverted.
43 [\fB!\fP] \fB\-\-tcp\-option\fP \fInumber\fP
44 Match if TCP option set.
  /external/iptables/include/linux/netfilter/
xt_osf.h 8 * (at your option) any later version.
88 /* Defines for IANA option kinds */
94 OSFOPT_WSO, /* Window scale option */
99 OSFOPT_TS, /* Timestamp option */
108 * Initial window size option state machine: multiple of mss, mtu or
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 19 for option; do
20 if [ "${option}" = '--help' ] ; then
23 elif [ "${option}" = '--valgrind' ] ; then
26 echo "Unrecognized option: $option" >&2
  /external/oprofile/pp/
oparchive_options.cpp 46 popt::option options_array[] = {
47 popt::option(options::outdirectory, "output-directory", 'o',
49 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
51 popt::option(options::list_files, "list-files", 'l',
67 cerr << "Requires --output-directory option." << endl;
  /external/iputils/doc/
clockdiff.sgml 17 <arg choice="opt"><option>-o</option></arg>
18 <arg choice="opt"><option>-o1</option></arg>
28 packets or, optionally, IP TIMESTAMP option
30 option added to ICMP ECHO.
40 <term><option/-o/</term>
49 <term><option/-o1/</term>
51 Slightly different form of <option/-o/, namely it uses three-term
54 <option/-o/ is better for Linux
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 37 /// and the PBQP option <--> storage location map).
72 /// Returns true if the given PBQP option represents a physical register,
74 bool isPRegOption(unsigned vreg, unsigned option) const {
77 return !isSpillOption(vreg, option);
80 /// Returns true if the given PBQP option represents spilling, false
82 bool isSpillOption(unsigned vreg, unsigned option) const {
83 // We hardcode option zero as the spill option.
84 return option == 0;
90 /// Get PReg for option
    [all...]
  /external/llvm/include/llvm/Option/
Arg.h 20 #include "llvm/Option/Option.h"
27 /// \brief A concrete instance of a particular driver option.
33 /// particular option.
39 /// \brief The option this argument is an instance of.
40 const Option Opt;
46 /// \brief How this instance of the option was spelled.
65 Arg(const Option Opt, StringRef Spelling, unsigned Index,
67 Arg(const Option Opt, StringRef Spelling, unsigned Index,
69 Arg(const Option Opt, StringRef Spelling, unsigned Index
    [all...]
  /external/qemu/
qemu-option.c 2 * Commandline option parsing functions
32 #include "qemu-option.h"
36 * Extracts the name of an option from the parameter string (p points at the
37 * first byte of the option name)
39 * The option name is delimited by delim (usually , or =) or the string end
40 * and is copied into buf. If the option name is longer than buf_size, it is
43 * The return value is the position of the delimiter/zero byte after the option
63 * Extracts the value of an option from the parameter string p (p points at the
64 * first byte of the option value)
67 * delimiter is fixed to be comma which starts a new option. To specify a
95 char option[128]; local
776 char option[128], value[1024]; local
    [all...]
  /external/llvm/docs/
CommandLine.rst 15 for the option declared (of course this `can be changed`_).
56 Simply specify the parser that you want to use with the command line option
61 ``-help`` option that shows the available command line options for your tool.
103 for every command line option that you would like to support, there should be a
105 we would like to support the Unix-standard '``-o <filename>``' option to specify
118 simple scalar option by using the "``cl::opt``" template (as opposed to the
123 output for the "``-help``" option. In this case, we get a line that looks like
134 Because we specified that the command line option should parse using the
147 option handling library, but the above example shows the general interface to
158 line parameters that are not in option form. We use this feature like this
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.c 12 static struct option long_options[] = {
44 struct option *opt = long_options;
76 /* getopt_long stores the option index here. */
87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
108 /* If this option set a flag, do nothing else now. */
111 INFO ("option %s", long_options[option_index].name);
142 FAILIF(1, "Unknown option");
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuListPopup.cpp 75 AccessibilityMenuListOption* option = static_cast<AccessibilityMenuListOption*>(object); local
76 option->setElement(element);
78 return option;
104 AccessibilityMenuListOption* option = menuListOptionAccessibilityObject(listItems[i]); local
105 if (option) {
106 option->setParent(this);
107 m_children.append(option);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/
yasm_dbgfmts.xml 39 <option>-g <replaceable>dbgfmt</replaceable></option>
42 <option><replaceable>...</replaceable></option>
63 command line by use of the <option>-g
64 <replaceable>dbgfmt</replaceable></option> command line
65 option.</para>
  /external/chromium_org/v8/src/extensions/i18n/
date-format.js 41 var option = getOption('weekday', 'string', ['narrow', 'short', 'long']);
43 option, {narrow: 'EEEEE', short: 'EEE', long: 'EEEE'});
45 option = getOption('era', 'string', ['narrow', 'short', 'long']);
47 option, {narrow: 'GGGGG', short: 'GGG', long: 'GGGG'});
49 option = getOption('year', 'string', ['2-digit', 'numeric']);
50 ldmlString += appendToLDMLString(option, {'2-digit': 'yy', 'numeric': 'y'});
52 option = getOption('month', 'string',
54 ldmlString += appendToLDMLString(option, {'2-digit': 'MM', 'numeric': 'M',
57 option = getOption('day', 'string', ['2-digit', 'numeric']);
59 option, {'2-digit': 'dd', 'numeric': 'd'})
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.8.in 57 option is specified, and
74 This option does the same thing as the
76 option. It is provided for backwards compatibility only; it is
79 option whenever possible.
85 This option is normally used when the primary superblock has been
95 option to print out where the superblocks were created. The
97 option to
112 This search can be fooled in some cases. This option forces
120 This option causes
127 this option is specified twice, then the bad block scan will be don
    [all...]

Completed in 3059 milliseconds

<<11121314151617181920>>