Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 2472) sorted by relevance

12345678910>>...99

/external/openssh/
Dreadconf.c259 add_local_forward(Options *options, const Forward *newfwd) in add_local_forward() argument
267 options->local_forwards = xrealloc(options->local_forwards, in add_local_forward()
268 options->num_local_forwards + 1, in add_local_forward()
269 sizeof(*options->local_forwards)); in add_local_forward()
270 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
284 add_remote_forward(Options *options, const Forward *newfwd) in add_remote_forward() argument
288 options->remote_forwards = xrealloc(options->remote_forwards, in add_remote_forward()
289 options->num_remote_forwards + 1, in add_remote_forward()
290 sizeof(*options->remote_forwards)); in add_remote_forward()
291 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
[all …]
Dservconf.c63 initialize_server_options(ServerOptions *options) in initialize_server_options() argument
65 memset(options, 0, sizeof(*options)); in initialize_server_options()
68 options->use_pam = -1; in initialize_server_options()
71 options->num_ports = 0; in initialize_server_options()
72 options->ports_from_cmdline = 0; in initialize_server_options()
73 options->listen_addrs = NULL; in initialize_server_options()
74 options->address_family = -1; in initialize_server_options()
75 options->num_host_key_files = 0; in initialize_server_options()
76 options->num_host_cert_files = 0; in initialize_server_options()
77 options->pid_file = NULL; in initialize_server_options()
[all …]
Dssh.c158 Options options; variable
320 initialize_options(&options); in main()
332 options.protocol = SSH_PROTO_1; in main()
335 options.protocol = SSH_PROTO_2; in main()
338 options.address_family = AF_INET; in main()
341 options.address_family = AF_INET6; in main()
351 options.forward_x11 = 0; in main()
354 options.forward_x11 = 1; in main()
360 options.forward_x11 = 1; in main()
361 options.forward_x11_trusted = 1; in main()
[all …]
/external/v8/tools/
Dtest-wrapper-gypbuild.py135 def ProcessOptions(options): argument
136 if options.arch_and_mode == ".":
137 options.arch = []
138 options.mode = []
140 if options.arch_and_mode != None and options.arch_and_mode != "":
141 tokens = options.arch_and_mode.split(".")
142 options.arch = tokens[0]
143 options.mode = tokens[1]
144 options.mode = options.mode.split(',')
145 options.arch = options.arch.split(',')
[all …]
/external/clang/lib/Driver/
DTools.cpp45 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) in CheckPreprocessingOptions()
46 if (!Args.hasArg(options::OPT_E) && !D.CCCIsCPP) in CheckPreprocessingOptions()
55 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions()
56 if (const Arg *A = Args.getLastArg(options::OPT_dynamic, in CheckCodeGenerationOptions()
57 options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions()
131 Args.AddAllArgValues(CmdArgs, options::OPT_Zlinker_input); in AddLinkerInputs()
157 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) { in AddLinkerInputs()
159 } else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) { in AddLinkerInputs()
172 return Args.hasFlag(options::OPT_fobjc_arc, options::OPT_fno_objc_arc, false); in isObjCAutoRefCount()
179 return Args.hasArg(options::OPT_fobjc_link_runtime); in isObjCRuntimeLinked()
[all …]
/external/libvpx/examples/includes/HTML-Toc-0.91/
DToc.pm74 $self->{options} = {};
122 ($self->{options}{'doNestGroup'} == 0) &&
167 $levelIndent = $self->{options}{'levelIndent'}; #=~ s/[0-9]+/&/;
239 $self->{options}{'doSingleStepLevel'} &&
296 $numberingStyle = defined($self->{options}{'numberingStyle'}) ?
297 $self->{options}{'numberingStyle'} : NUMBERING_STYLE_DECIMAL;
300 foreach $group (@{$self->{options}{'tokenToToc'}}) {
409 $toc = $self->{options}{'header'} . $toc . $self->{options}{'footer'};
422 my $options = $self->{options};
428 if ($self->{options}{'doLinkToToken'}) {
[all …]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload_unittest.py54 options = MockOptions()
55 options.cc = None
56 options.check_style = True
57 options.comment = None
58 options.description = "MOCK description"
59 options.request_commit = False
60 options.review = True
61 options.suggest_reviewers = False
68 self.assert_execute_outputs(Post(), [42], options=options, expected_stderr=expected_stderr)
71 options = MockOptions()
[all …]
Ddownload_unittest.py65 …self.assertRaises(ScriptError, command._prepare_state, options=None, args=["125 r122 123", "Reaso…
66 …self.assertRaises(ScriptError, command._prepare_state, options=None, args=["125 foo 123", "Reason"…
71 options = MockOptions()
72 options.build = True
73 options.build_style = True
74 options.check_builders = True
75 options.check_style = True
76 options.clean = True
77 options.close_bug = True
78 options.force_clean = False
[all …]
Dupload.py55 options = [
58 AbstractDeclarativeCommand.__init__(self, options=options)
60 def execute(self, options, args, tool): argument
63 print "%s" % tool.checkout().commit_message_for_this_commit(options.git_commit).message()
82 def execute(self, options, args, tool): argument
100 def execute(self, options, args, tool): argument
159 def execute(self, options, args, tool): argument
172 def _prepare_state(self, options, args, tool): argument
184 def _prepare_state(self, options, args, tool): argument
192 def _bug_id(self, options, args, tool, state): argument
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java33 static Hashtable options = new Hashtable(); static { field in 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.put("--pyxin", Boolean.FALSE); // input is PYX
[all …]
/external/jdiff/src/jdiff/
DOptions.java136 public static boolean validOptions(String[][] options, in validOptions() argument
154 for (int i = 0; i < options.length; i++) { in validOptions()
155 for (int j = 0; j < options[i].length; j++) { in validOptions()
156 Options.cmdOptions += " " + options[i][j]; in validOptions()
158 System.out.print(" " + options[i][j]); in validOptions()
164 for (int i = 0; i < options.length; i++) { in validOptions()
165 if (options[i][0].toLowerCase().equals("-apiname")) { in validOptions()
166 if (options[i].length < 2) { in validOptions()
171 String filename = options[i][1]; in validOptions()
180 if (options[i][0].toLowerCase().equals("-apidir")) { in validOptions()
[all …]
/external/webkit/Tools/Scripts/webkitpy/style/
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.min_confidence, 3)
[all …]
/external/icu4c/tools/gencmn/
Dgencmn.c34 static UOption options[]={ variable
56 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options); in main()
67 if(argc<0 || options[0].doesOccur || options[1].doesOccur) { in main()
76 if (options[0].doesOccur || options[1].doesOccur) { in main()
100 sourceTOC=options[8].doesOccur; in main()
102 verbose = options[2].doesOccur; in main()
106 createCommonDataFile(options[4].doesOccur ? options[4].value : NULL, in main()
107 options[6].doesOccur ? options[6].value : NULL, in main()
108options[9].doesOccur ? options[9].value : options[6].doesOccur ? options[6].value : NULL, in main()
109 options[7].doesOccur ? options[7].value : NULL, in main()
[all …]
/external/icu4c/tools/genccode/
Dgenccode.c78 static UOption options[]={ variable
102 options[kOptDestDir].value = "."; in main()
105 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options); in main()
113 if(argc<0 || options[kOptHelpH].doesOccur || options[kOptHelpQuestionMark].doesOccur) { in main()
140 if(options[kOptAssembly].doesOccur) { in main()
145 if (!checkAssemblyHeaderName(options[kOptAssembly].value)) { in main()
147 "Assembly type \"%s\" is unknown.\n", options[kOptAssembly].value); in main()
152 else if(options[kOptObject].doesOccur) { in main()
172 writeCCode(filename, options[kOptDestDir].value, in main()
173 options[kOptName].doesOccur ? options[kOptName].value : NULL, in main()
[all …]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
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:
152 elif options.hotshot:
[all …]
/external/icu4c/test/perf/normperf/
Dnormperf.cpp74 …malizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ in normalizeInput() argument
79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status); in normalizeInput()
91 …lizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ in normalizeInput() argument
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
101 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status); in normalizeInput()
117 : UPerfTest(argc,argv,status), options(0) { in NormalizerPerformanceTest()
137 options=(int32_t)strtol(cmdLineOptions[0].value, NULL, 16); in NormalizerPerformanceTest()
150 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options); in NormalizerPerformanceTest()
151 normalizeInput(&NFCFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFC, options); in NormalizerPerformanceTest()
[all …]
/external/webkit/Tools/Scripts/
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.root:
86 kwds['root'] = options.root
[all …]
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_generator.cc52 if (file->options().has_java_outer_classname()) { in UpdateParamsRecursively()
54 file->name(), file->options().java_outer_classname()); in UpdateParamsRecursively()
56 if (file->options().has_java_package()) { in UpdateParamsRecursively()
58 file->name(), file->options().java_package()); in UpdateParamsRecursively()
75 vector<pair<string, string> > options; in Generate() local
82 ParseGeneratorParameter(parameter, &options); in Generate()
93 if (file->options().has_java_multiple_files()) { in Generate()
94 params.set_java_multiple_files(file->options().java_multiple_files()); in Generate()
101 for (int i = 0; i < options.size(); i++) { in Generate()
104 if (options[i].first == "output_list_file") { in Generate()
[all …]
/external/chromium/chrome/browser/history/
Dhistory_querying_unittest.cc77 const QueryOptions& options, in QueryHistory() argument
79 history_->QueryHistory(UTF8ToUTF16(text_query), options, &consumer_, in QueryHistory()
151 QueryOptions options; in TEST_F() local
155 QueryHistory(std::string(), options, &results); in TEST_F()
164 options.begin_time = test_entries[3].time; in TEST_F()
165 options.end_time = test_entries[2].time; in TEST_F()
166 QueryHistory(std::string(), options, &results); in TEST_F()
175 QueryOptions options; in TEST_F() local
180 options.max_count = 2; in TEST_F()
181 QueryHistory(std::string(), options, &results); in TEST_F()
[all …]
/external/icu4c/tools/icupkg/
Dicupkg.cpp158 static UOption options[]={ variable
235 argc=u_parseArgs(argc, argv, LENGTHOF(options), options); in main()
236 isHelp=options[OPT_HELP_H].doesOccur || options[OPT_HELP_QUESTION_MARK].doesOccur; in main()
253 if(options[OPT_SOURCEDIR].doesOccur) { in main()
254 sourcePath=options[OPT_SOURCEDIR].value; in main()
259 if(options[OPT_DESTDIR].doesOccur) { in main()
260 destPath=options[OPT_DESTDIR].value; in main()
294 if(options[OPT_OUT_TYPE].doesOccur) { in main()
295 const char *type=options[OPT_OUT_TYPE].value; in main()
325 if(options[OPT_WRITEPKG].doesOccur) { in main()
[all …]
/external/chromium/chrome/browser/resources/options/
Doptions.js5 var AddLanguageOverlay = options.AddLanguageOverlay;
6 var AdvancedOptions = options.AdvancedOptions;
7 var AlertOverlay = options.AlertOverlay;
8 var AutofillEditAddressOverlay = options.AutofillEditAddressOverlay;
9 var AutofillEditCreditCardOverlay = options.AutofillEditCreditCardOverlay;
10 var AutofillOptions = options.AutofillOptions;
11 var BrowserOptions = options.BrowserOptions;
12 var ClearBrowserDataOverlay = options.ClearBrowserDataOverlay;
13 var ContentSettings = options.ContentSettings;
15 options.contentSettings.ContentSettingsExceptionsArea;
[all …]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drun_webkit_tests.py53 def run(port, options, args, regular_output=sys.stderr, argument
70 warnings = _set_up_derived_options(port, options)
72 printer = printing.Printer(port, options, regular_output, buildbot_output,
73 int(options.child_processes), options.experimental_fully_parallel)
77 if options.help_printing:
83 if options.print_last_failures:
92 runner = test_runner2.TestRunner2(port, options, printer)
103 if options.lint_test_files:
126 def _set_up_derived_options(port_obj, options): argument
131 if options.worker_model is None:
[all …]
/external/oprofile/pp/
Dopreport_options.cpp34 namespace options { namespace
65 popt::option(options::callgraph, "callgraph", 'c',
67 popt::option(options::details, "details", 'd',
69 popt::option(options::symbols, "symbols", 'l',
77 popt::option(options::reverse_sort, "reverse-sort", 'r',
81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
87 popt::option(options::threshold_opt, "threshold", 't',
95 popt::option(options::debug_info, "debug-info", 'g',
97 popt::option(options::show_header, "no-header", 'n',
99 popt::option(options::show_address, "show-address", 'w',
[all …]
Dopreport.cpp48 return options::reverse_sort in operator <()
98 return options::reverse_sort in operator <()
204 if (!options::show_header) in output_header()
220 return options::long_filenames ? filename : op_basename(filename); in get_filename()
236 if (!options::show_header) in output_col_headers()
305 count_type tot_count = options::global_percent in output_deps()
328 < options::threshold) { in output_summaries()
348 if (options::show_address) in get_format_flags()
351 if (options::debug_info) in get_format_flags()
354 if (options::accumulated) { in get_format_flags()
[all …]
/external/kernel-headers/original/asm-mips/
Dcpu-features.h25 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
28 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
31 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
36 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
39 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
42 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
43 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
48 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
51 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)
54 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)
[all …]

12345678910>>...99