HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 1 - 25 of 502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gn/
escape_unittest.cc 9 EscapeOptions opts; local
10 opts.mode = ESCAPE_NINJA;
11 std::string result = EscapeString("asdf: \"$\\bar", opts, NULL);
16 EscapeOptions opts; local
17 opts.mode = ESCAPE_NINJA_COMMAND;
18 opts.platform = ESCAPE_PLATFORM_WIN;
21 EXPECT_EQ("foo\\bar", EscapeString("foo\\bar", opts, NULL));
25 EXPECT_EQ("\"foo\\$ bar\"", EscapeString("foo\\ bar", opts, &needs_quoting));
30 opts.inhibit_quoting = true;
31 EXPECT_EQ("foo\\$ bar", EscapeString("foo\\ bar", opts, &needs_quoting))
43 EscapeOptions opts; local
55 EscapeOptions opts; local
    [all...]
  /external/chromium_org/tools/auto_bisect/
builder.py 24 def __init__(self, opts):
28 opts: Options parsed from command line.
34 if not opts.build_preference:
35 opts.build_preference = 'msvs'
37 if opts.build_preference == 'msvs':
43 if opts.goma_dir:
44 opts.goma_dir = opts.goma_dir.encode('string_escape')
45 SetBuildSystemDefault(opts.build_preference, opts.use_goma
    [all...]
  /external/chromium_org/chrome/tools/build/
appid.py 22 def GenerateAppIdHeader(opts):
23 contents = GENERATED_APPID_INCLUDE_FILE_CONTENTS % opts.appid
26 ofp = open(opts.output_file, 'r')
33 open(opts.output_file, 'w').write(contents)
42 (opts, args) = parser.parse_args()
44 if opts.appid is None or not opts.output_file:
50 GenerateAppIdHeader(opts)
  /external/chromium_org/third_party/mesa/src/
common.py 77 def AddOptions(opts):
86 opts.Add(EnumOption('build', 'build type', 'debug',
88 opts.Add(BoolOption('verbose', 'verbose output', 'no'))
89 opts.Add(EnumOption('machine', 'use machine-specific assembly code', default_machine,
91 opts.Add(EnumOption('platform', 'target platform', host_platform,
93 opts.Add(BoolOption('embedded', 'embedded build', 'no'))
94 opts.Add('toolchain', 'compiler toolchain', default_toolchain)
95 opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support', 'no'))
96 opts.Add(BoolOption('llvm', 'use LLVM', default_llvm))
97 opts.Add(BoolOption('openmp', 'EXPERIMENTAL: compile with openmp (swrast)', 'no')
    [all...]
  /external/mesa3d/
common.py 77 def AddOptions(opts):
86 opts.Add(EnumOption('build', 'build type', 'debug',
88 opts.Add(BoolOption('verbose', 'verbose output', 'no'))
89 opts.Add(EnumOption('machine', 'use machine-specific assembly code', default_machine,
91 opts.Add(EnumOption('platform', 'target platform', host_platform,
93 opts.Add(BoolOption('embedded', 'embedded build', 'no'))
94 opts.Add('toolchain', 'compiler toolchain', default_toolchain)
95 opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support', 'no'))
96 opts.Add(BoolOption('llvm', 'use LLVM', default_llvm))
97 opts.Add(BoolOption('openmp', 'EXPERIMENTAL: compile with openmp (swrast)', 'no')
    [all...]
  /external/lldb/test/
bench.py 56 opts, args = parser.parse_args()
62 '-e "%s"' % opts.exe if opts.exe else '')
64 '-x "%s"' % opts.break_spec if opts.break_spec else '')
  /external/openfst/src/include/fst/script/
shortest-path.h 60 const ShortestPathOptions &opts = args->arg4; local
67 *(opts.weight_threshold.GetWeight<Weight>());
69 switch (opts.queue_type) {
75 queue, ArcFilter(), opts.nshortest, opts.unique,
76 opts.has_distance, opts.delta, opts.first_path,
77 weight_threshold, opts.state_threshold);
87 queue, ArcFilter(), opts.nshortest, opts.unique
    [all...]
randgen.h 41 const RandGenOptions<RandArcSelection> &opts = args->arg4; local
43 if (opts.arc_selector == UNIFORM_ARC_SELECTOR) {
46 ropts(arc_selector, opts.max_length,
47 opts.npath, opts.weighted);
49 } else if (opts.arc_selector == FAST_LOG_PROB_ARC_SELECTOR) {
52 ropts(arc_selector, opts.max_length,
53 opts.npath, opts.weighted);
58 ropts(arc_selector, opts.max_length
    [all...]
rmepsilon.h 67 const RmEpsilonOptions &opts) {
72 *(opts.weight_threshold.GetWeight<Weight>());
74 switch (opts.queue_type) {
78 &queue, opts.delta, opts.connect, weight_thresh,
79 opts.state_threshold);
86 &queue, opts.delta, opts.connect, weight_thresh,
87 opts.state_threshold);
94 &queue, opts.delta, opts.connect, weight_thresh
172 const RmEpsilonOptions &opts = args->arg3; local
    [all...]
prune.h 50 // If the original opts.distance is not NULL, a new distance will be
55 const PruneOptions &opts) {
59 Weight weight_threshold = *(opts.weight_threshold.GetWeight<Weight>());
60 StateId state_threshold = opts.state_threshold;
63 if (opts.distance) {
64 distance = new vector<Weight>(opts.distance->size());
65 for (unsigned i = 0; i < opts.distance->size(); ++i) {
66 (*distance)[i] = *((*opts.distance)[i].GetWeight<Weight>());
72 opts.delta);
85 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts local
100 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = local
    [all...]
determinize.h 49 const DeterminizeOptions &opts = args->arg3; local
52 detargs.delta = opts.delta;
54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>());
55 detargs.state_threshold = opts.state_threshold;
56 detargs.subsequential_label = opts.subsequential_label;
62 const DeterminizeOptions &opts =
  /external/chromium_org/tools/grit/grit/tool/
count.py 21 def Run(self, opts, args):
22 self.SetOptions(opts)
25 res_tree = grd_reader.Parse(opts.input, debug=opts.extra_verbose)
  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 52 opts, _ = parser.parse_args()
54 if not opts.working_directory:
60 if not bisect_utils.CheckIfBisectDepotExists(opts):
63 opts, bisect_utils.DEFAULT_GCLIENT_CUSTOM_DEPS)
omahaproxy.py 68 (opts, args) = parser.parse_args()
72 if os_versions['os'] != opts.os:
76 if version['channel'] != opts.channel:
79 if opts.field not in version:
82 print version[opts.field]
86 opts.field, opts.os, opts.channel)
  /external/chromium_org/chrome/common/extensions/docs/server2/
preview.py 78 (opts, argv) = parser.parse_args()
80 if opts.render:
81 if opts.render.find('#') >= 0:
82 (path, iterations) = opts.render.rsplit('#', 1)
85 path = opts.render
88 if opts.time:
99 if opts.time:
105 print('Starting previewserver on port %s' % opts.port)
109 print(' http://localhost:%s/extensions/' % opts.port)
113 print(' http://localhost:%s/apps/' % opts.port
    [all...]
  /external/chromium_org/build/linux/
rewrite_dirs.py 22 def RewritePath(path, opts):
24 sysroot = opts.sysroot
25 prefix = opts.strip_prefix
35 def RewriteLine(line, opts):
47 args[i] = RewritePath(args[i], opts)
52 args[i] = prefix + RewritePath(args[i][len(prefix):], opts)
62 opts, args = parser.parse_args(argv[1:])
65 line = RewriteLine(line.strip(), opts)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
prettify.rb 14 OptionParser.new do |opts|
15 opts.banner = "Usage: #{File.basename($0)} [options] [patch-file]"
17 opts.separator ""
19 opts.on("--html-exceptions", "Print exceptions to stdout as HTML") { |h| options[:html_exceptions] = h }
  /external/libnl/lib/route/sch/
htb.c 75 struct tc_htb_glob opts; local
77 nla_memcpy(&opts, tb[TCA_HTB_INIT], sizeof(opts));
78 d->qh_rate2quantum = opts.rate2quantum;
79 d->qh_defcls = opts.defcls;
113 struct tc_htb_opt opts; local
115 nla_memcpy(&opts, tb[TCA_HTB_PARMS], sizeof(opts));
116 d->ch_prio = opts.prio;
117 rtnl_copy_ratespec(&d->ch_rate, &opts.rate)
232 struct tc_htb_glob opts; local
270 struct tc_htb_opt opts; local
    [all...]
red.c 58 struct tc_red_qopt *opts; local
75 opts = nla_data(tb[TCA_RED_PARMS]);
77 red->qr_limit = opts->limit;
78 red->qr_qth_min = opts->qth_min;
79 red->qr_qth_max = opts->qth_max;
80 red->qr_flags = opts->flags;
81 red->qr_wlog = opts->Wlog;
82 red->qr_plog = opts->Plog;
83 red->qr_scell_log = opts->Scell_log;
133 memset(&opts, 0, sizeof(opts))
    [all...]
sfq.c 58 struct tc_sfq_qopt *opts; local
63 if (qdisc->q_opts->d_size < sizeof(*opts))
70 opts = (struct tc_sfq_qopt *) qdisc->q_opts->d_data;
72 sfq->qs_quantum = opts->quantum;
73 sfq->qs_perturb = opts->perturb_period;
74 sfq->qs_limit = opts->limit;
75 sfq->qs_divisor = opts->divisor;
76 sfq->qs_flows = opts->flows;
111 struct tc_sfq_qopt opts; local
122 memset(&opts, 0, sizeof(opts))
    [all...]
  /external/llvm/utils/lit/lit/
main.py 20 def __init__(self, opts, numTests, progressBar=None):
21 self.opts = opts
30 elif self.opts.quiet:
32 elif self.opts.succinct:
38 if self.opts.incremental:
46 (self.opts.quiet or self.opts.succinct):
58 if test.result.code.isFailure and self.opts.showOutput:
232 (opts, args) = parser.parse_args(
    [all...]
  /external/chromium_org/third_party/closure_compiler/build/
inputs.py 22 opts = parser.parse_args(args)
25 for file in opts.sources + opts.depends + opts.externs:
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
mbo_getopt.h 19 int mbo_getopt(int argc, char* const *argv, const mbo_opt_struct opts[], char **optarg, int *optind, int show_err);
  /external/chromium_org/build/win/
reorder-imports.py 50 opts, args = parser.parse_args()
52 if not opts.input or not opts.output:
54 return reorder_imports(opts.input, opts.output, opts.arch)
  /external/chromium_org/third_party/cython/
python_flags.py 28 opts = parser.parse_args()
35 if opts.libraries:
39 if not opts.gn and sys.platform in ['darwin', 'linux2']:
45 if opts.includes:
47 if opts.library_dirs:
51 if opts.gn:

Completed in 966 milliseconds

1 2 3 4 5 6 7 8 91011>>