Searched refs:opts (Results 1 - 25 of 429) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g198 ( (opts=optionsSpec)? ':' )?
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb141 case opts = options[ :compile_options ]
142 when Array then opts
143 else Shellwords.shellwords( opts.to_s )
146 case opts = options[ :java_options ]
147 when Array then opts
148 else Shellwords.shellwords( opts.to_s )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dconstruction.rb373 def self.ast_test( opts, &special_test )
374 input = opts[ :input ]
375 rule = opts[ :rule ]
376 expected_tree = opts[ :ast ]
377 flag = opts[ :flag ]
378 args = opts[ :arguments ] || []
379 message = opts[ :message ] || rule.to_s #"should parse %p with rule %s and make tree %s" % [input, rule, expected_tree]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb404 def new_token(type, opts = {})
411 case opts
412 when Hash then fields.update(opts)
413 when String then fields[:text] = opts
H A Dtest-trees.rb302 def new_token(type, opts = {})
303 opts[:type] = type
304 CommonToken.create(opts)
446 def new_token(type, opts = {})
447 opts[:type] = type
448 CommonToken.create(opts)
782 def new_token(type, opts = {})
783 opts[:type] = type
784 CommonToken.create(opts)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g445 Map<String, Object> opts;
455 ( optionsSpec {opts = $optionsSpec.opts; grammar.setOptions(opts, $optionsSpec.start);}
498 optionsSpec returns [Map<String, Object> opts=new HashMap<String, Object>()]
499 : OPTIONS^ (option[$opts] SEMI!)+ RCURLY!
502 option[Map<String, Object> opts]
505 $opts.put($id.text, $optionValue.value);
585 ruleAltList[$optionsSpec.opts]
604 ((GrammarAST)$tree.getChild(0)).setBlockOptions($optionsSpec.opts);
[all...]
H A DANTLRv3.g193 ( (opts=optionsSpec)? ':' )?
H A DAssignTokenTypesWalker.g226 optionsSpec returns [Map<Object, Object> opts = new HashMap<Object, Object>()]
227 : ^( OPTIONS (option[$opts])+ )
230 option[Map<Object, Object> opts]
234 $opts.put(key, $optionValue.value);
H A DDefineGrammarItemsWalker.g210 Map<String, Object> opts=null;
213 : ^( RULE id=ID {opts = $RULE.getBlockOptions();}
230 grammar.defineRule($id.getToken(), $modifier.mod, opts, $start, $args, numAlts);
258 $b.start.setBlockOptions(opts);
477 Map<String, Object> opts = new HashMap<String, Object>();
478 opts.put("greedy", "false");
483 opts.put("k", 1);
485 block.setOptions(grammar,opts);
/external/autotest/client/common_lib/cros/
H A Davahi_utils.py127 opts = [('server', 'allow-interfaces', iface),
129 conf = avahi_config(opts, host=host)
/external/autotest/client/cros/cellular/pseudomodem/
H A Dpseudomodem.py49 def Setup(self, opts):
53 @param opts: The options accepted by pseudomodem. See top level function
57 self._opts = opts
426 opts = parser.parse_args(arg_string)
429 if opts.family == 'CDMA' and opts.roaming_networks > 0:
433 test_objects = (opts.test_modem_class or
434 opts.test_sim_class or
435 opts.test_state_machine_factory_class)
436 if not opts
[all...]
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c791 static struct option opts[] = { local
800 c = getopt_long(argc, argv, "dt:hv", opts, &index2);
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_summary.py429 opts, args = getopt.getopt(sys.argv[1:], short_opt, long_opt)
433 for opt, arg in opts:
H A Dmain.py477 opts, args = getopt.getopt(options_list, short_opt, long_opt)
481 for opt, arg in opts:
/external/autotest/client/site_tests/graphics_dEQP/
H A Dgraphics_dEQP.py360 def run_once(self, opts=None):
370 if opts is None:
371 opts = []
372 options.update(utils.args_to_dict(opts))
/external/autotest/client/site_tests/security_OpenSSLBlacklist/
H A Dsecurity_OpenSSLBlacklist.py27 def run_once(self, opts=None):
/external/autotest/client/site_tests/security_OpenSSLRegressions/
H A Dsecurity_OpenSSLRegressions.py20 def run_once(self, opts=None):
/external/autotest/client/site_tests/security_RootCA/
H A Dsecurity_RootCA.py142 def run_once(self, opts=None):
149 @param opts: string containing command line arguments.
152 if opts:
154 [x.partition('=') for x in opts]]))
/external/autotest/client/site_tests/security_SandboxedServices/
H A Dsecurity_SandboxedServices.py107 opts, args = getopt.getopt(launcher.args.split()[1:],
109 optset = set([opt[0] for opt in opts])
123 logging.error("New Minijail opts for '%s': %s",
/external/autotest/client/tests/kvm/deps/
H A Dheartbeat_slu.py159 # process cmdline opts
161 opts, args = getopt.getopt(sys.argv[1:], "vhsfd:p:a:i:t:", [
170 for param, value in opts:
/external/autotest/client/tools/
H A Dhtml_report.py1756 opts, args = getopt.getopt(argv, "r:f:h:R", ['help'])
1760 for opt, arg in opts:
/external/autotest/contrib/
H A Dmodelviz.py181 opts, args = getopt.getopt(sys.argv[1:], "hd",
192 for opt, arg in opts:
/external/autotest/server/
H A Dautotest.py470 opts = ["%s=%s" % (o[0], repr(o[1])) for o in dargs.items()]
471 cmd = ", ".join([repr(test_name)] + map(repr, args) + opts)
H A Dautoupdate_utils.py49 opts = '--image %s' % image_path
50 cmd = 'python devserver.py %s >%s 2>&1 &' % (opts, DEVSERVER_LOG)

Completed in 791 milliseconds

1234567891011>>