Searched refs:options (Results 26 - 50 of 1606) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
H A DToc.pm73 # Default to empty 'options' array
74 $self->{options} = {};
85 # Set default options
122 ($self->{options}{'doNestGroup'} == 0) &&
167 $levelIndent = $self->{options}{'levelIndent'}; #=~ s/[0-9]+/&/;
209 ($level =~ m/$self->{options}{'levelToToc'}/) &&
210 ($groupId =~ m/$self->{options}{'groupToToc'}/)
239 $self->{options}{'doSingleStepLevel'} &&
296 $numberingStyle = defined($self->{options}{'numberingStyle'}) ?
297 $self->{options}{'numberingStyl
[all...]
/external/jdiff/src/jdiff/
H A DOptions.java8 * Class to handle options for JDiff.
23 * parse the options it does not recognize. It then calls
27 * The options arrive as case-sensitive strings. For options that
38 // Standard options
108 * After parsing the available options using {@link #optionLength},
109 * Javadoc invokes this method with an array of options-arrays, where
131 * @param options an array of String arrays, one per option
133 * @return true if no errors were found, and all options are
136 public static boolean validOptions(String[][] options, argument
[all...]
/external/oprofile/pp/
H A Dopgprof_options.h19 namespace options { namespace
34 void handle_options(options::spec const & spec);
/external/webkit/Source/WebCore/html/
H A DHTMLDataListElement.idl35 readonly attribute HTMLCollection options;
/external/webkit/Tools/Scripts/webkitpy/style/
H A Doptparser_unittest.py51 options = self._create_options('vs7', 5, ['+foo', '-bar'], 'git')
54 self._printer.to_flag_string(options))
58 options = self._create_options()
60 self._printer.to_flag_string(options))
143 (files, options) = parse([])
147 self.assertEquals(options.filter_rules, [])
148 self.assertEquals(options.git_commit, None)
149 self.assertEquals(options.diff_files, False)
150 self.assertEquals(options.is_verbose, False)
151 self.assertEquals(options
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dcleanworkingdirectorywithlocalcommits.py32 def __init__(self, tool, options):
34 CleanWorkingDirectory.__init__(self, tool, options, allow_local_commits=True)
H A Dmetastep.py35 def __init__(self, tool, options):
36 AbstractStep.__init__(self, tool, options)
39 self._step_instances.append(step_class(tool, options))
45 collected_options = collected_options + step.options()
49 def options(cls): member in class:MetaStep
H A Dsteps_unittest.py41 options = MockOptions()
42 options.non_interactive = True
43 options.port = 'MOCK port'
44 options.quiet = True
45 options.test = True
46 return options
48 def _run_step(self, step, tool=None, options=None, state=None):
51 if not options:
52 options = self._step_options()
55 step(tool, options)
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java10 package com.adobe.xmp.options;
26 /** the internal int containing all options */
27 private int options = 0; field in class:Options
42 * Constructor with the options bit mask.
44 * @param options the options bit mask
45 * @throws XMPException If the options are not correct
47 public Options(int options) throws XMPException argument
49 assertOptionsValid(options);
50 setOptions(options);
127 setOptions(int options) argument
220 assertConsistency(int options) argument
234 assertOptionsValid(int options) argument
[all...]
/external/icu4c/test/perf/collperf/
H A DCollPerf.pl16 my $options = {
105 runTests($options, $tests, $dataFiles);
/external/icu4c/test/perf/convperf/
H A DConvPerf_r.pl22 my $options = {
66 runTests($options, $tests, $dataFiles);
/external/icu4c/test/perf/ustrperf/
H A DStringPerf.pl17 my $options = {
72 runTests($options, $tests, $dataFiles);
/external/qemu/proxy/
H A Dproxy_http.h22 const ProxyOption* options );
/external/openssh/
H A Dservconf.c60 /* Initializes the server options to their default values. */
63 initialize_server_options(ServerOptions *options) argument
65 memset(options, 0, sizeof(*options));
67 /* Portable-specific options */
68 options->use_pam = -1;
71 options->num_ports = 0;
72 options->ports_from_cmdline = 0;
73 options->listen_addrs = NULL;
74 options
148 fill_default_server_options(ServerOptions *options) argument
506 add_listen_addr(ServerOptions *options, char *addr, int port) argument
522 add_one_listen_addr(ServerOptions *options, char *addr, int port) argument
716 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, const char *user, const char *host, const char *address) argument
1458 parse_server_match_config(ServerOptions *options, const char *user, const char *host, const char *address) argument
1549 parse_server_config(ServerOptions *options, const char *filename, Buffer *conf, const char *user, const char *host, const char *address) argument
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java33 static Hashtable options = new Hashtable(); static { field in class:CommandLine
34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal
35 options.put("--files", Boolean.FALSE); // process arguments as separate files
36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser
37 options.put("--nons", Boolean.FALSE); // no namespaces
38 options.put("--nobogons", Boolean.FALSE); // suppress unknown elements
39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model
40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model
41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root
42 options
256 getopts(Hashtable options, String[] argv) argument
283 hasOption(Hashtable options, String option) argument
[all...]
/external/chromium/android/autofill/
H A Dandroid_url_request_context_getter.cc40 base::Thread::Options options; local
41 options.message_loop_type = MessageLoop::TYPE_IO;
42 if (!io_thread_->StartWithOptions(options)) {
/external/markdown/markdown/
H A Dcommandline.py20 Python 2.3 or higher required for advanced command line options.
29 Define and parse `optparse` options for command-line usage.
45 parser = optparse.OptionParser(usage="%prog INPUTFILE [options]")
69 (options, args) = parser.parse_args()
77 if not options.extensions:
78 options.extensions = []
81 'output': options.filename,
82 'safe_mode': options.safe,
83 'extensions': options.extensions,
84 'encoding': options
[all...]
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Drule_binding.py83 (base, inputs, options) = sections
98 if '--prefix' in options:
99 prefixIndex = options.index('--prefix')
101 prefixIndex = options.index('--generator')
104 if '--filename' in options:
105 fileName = options[options.index('--filename') + 1]
107 if prefixIndex + 1 < len(options):
108 prefix = options[prefixIndex + 1]
111 if '--defines' in options
[all...]
/external/v8/tools/
H A Dprocess-heap-prof.py37 # ('-c' enables color, see hp2ps manual page for more options)
45 def ProcessLogFile(filename, options):
46 if options.js_cons_profile:
77 if options.count:
79 if options.size:
99 def ProcessOptions(options):
100 if not options.size and not options.count:
101 options.size = True
107 (options, arg
[all...]
/external/webkit/Tools/Scripts/
H A Dnew-run-webkit-websocketserver71 options, args = option_parser.parse_args()
73 if not options.port:
74 if options.use_tls:
76 options.port = websocket_server._DEFAULT_WSS_PORT
79 options.port = websocket_server._DEFAULT_WS_PORT
81 if not options.output_dir:
82 options.output_dir = tempfile.gettempdir()
84 kwds = {'port': options.port, 'use_tls': options.use_tls}
85 if options
[all...]
H A Ddeduplicate-tests46 Returns a tuple of options, args from optparse"""
60 options, _ = option_parser.parse_args()
62 return options
65 def run(options):
67 if options.verbose:
74 for dupe in deduplicate_tests.deduplicate(options.glob_pattern):
79 options = parse_args()
80 run(options)
/external/ceres-solver/internal/ceres/
H A Dlevenberg_marquardt_strategy_test.cc82 TrustRegionStrategy::Options options; local
83 options.initial_radius = 2.0;
84 options.max_radius = 20.0;
85 options.lm_min_diagonal = 1e-8;
86 options.lm_max_diagonal = 1e8;
91 options.linear_solver = linear_solver.get();
93 LevenbergMarquardtStrategy lms(options);
94 EXPECT_EQ(lms.Radius(), options.initial_radius);
110 EXPECT_EQ(lms.Radius(), options.max_radius);
125 TrustRegionStrategy::Options options; local
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dfactory.py57 def get(port_name=None, options=None, **kwargs):
64 if options:
65 kwargs['options'] = options
71 options = kwargs.get('options', None)
74 if options and hasattr(options, 'chromium') and options.chromium:
81 if options an
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dstepsequence.py43 def handle_checkout_needs_update(cls, tool, state, options, error):
51 def options(self): member in class:StepSequence
57 collected_options = collected_options + step.options()
62 def _run(self, tool, options, state):
64 step(tool, options).run(state)
66 def run_and_handle_errors(self, tool, options, state=None):
70 self._run(tool, options, state)
73 if options.parent_command:
74 command = tool.command_by_name(options.parent_command)
75 command.handle_checkout_needs_update(tool, state, options,
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dmain.py104 options, args = self.parseOptions(argv)
106 self.setUp(options)
108 if options.interactive:
117 self.parseStream(options, inStream)
120 if options.input is not None:
121 inStream = antlr3.ANTLRStringStream(options.input)
125 args[0], encoding=options.encoding
130 self.stdin, encoding=options.encoding
133 if options.profile:
140 'self.parseStream(options, inStrea
[all...]

Completed in 598 milliseconds

1234567891011>>