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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/skia/
skia_opts.target.linux-mips.mk 25 third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp \
26 third_party/skia/src/opts/SkBlitMask_opts_none.cpp \
27 third_party/skia/src/opts/SkBlitRow_opts_none.cpp \
28 third_party/skia/src/opts/SkBlurImage_opts_none.cpp \
29 third_party/skia/src/opts/SkMorphology_opts_none.cpp \
30 third_party/skia/src/opts/SkTextureCompression_opts_none.cpp \
31 third_party/skia/src/opts/SkUtils_opts_none.cpp \
32 third_party/skia/src/opts/SkXfermode_opts_none.cpp
136 $(LOCAL_PATH)/third_party/skia/src/opts \
261 $(LOCAL_PATH)/third_party/skia/src/opts \
    [all...]
skia_opts.target.linux-mips64.mk 25 third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp \
26 third_party/skia/src/opts/SkBlitMask_opts_none.cpp \
27 third_party/skia/src/opts/SkBlitRow_opts_none.cpp \
28 third_party/skia/src/opts/SkBlurImage_opts_none.cpp \
29 third_party/skia/src/opts/SkMorphology_opts_none.cpp \
30 third_party/skia/src/opts/SkTextureCompression_opts_none.cpp \
31 third_party/skia/src/opts/SkUtils_opts_none.cpp \
32 third_party/skia/src/opts/SkXfermode_opts_none.cpp
136 $(LOCAL_PATH)/third_party/skia/src/opts \
261 $(LOCAL_PATH)/third_party/skia/src/opts \
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
filtered_re2_test.cc 17 RE2::Options opts; member in struct:re2::FilterTestVars
32 v.f.Add("(foo|bar)", v.opts, &id);
47 v.opts.set_utf8(false);
48 v.f.Add("\xde\xadQ\xbe\xef", v.opts, &id);
138 v->f.Add(regexps[i], v->opts, &id);
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression_test.py 208 bisect_instance.opts.target_platform = target_platform
263 results = bisect_instance.Run(bisect_instance.opts.command,
264 bisect_instance.opts.bad_revision,
265 bisect_instance.opts.good_revision,
266 bisect_instance.opts.metric)
  /external/iptables/iptables/
xshared.c 157 gl->opts = xtables_options_xfrm(gl->orig_opts,
158 gl->opts,
162 gl->opts = xtables_merge_options(gl->orig_opts,
163 gl->opts,
166 if (gl->opts == NULL)
  /external/libnl/lib/route/
cls.c 101 struct nl_msg *opts; local
103 if (!(opts = nlmsg_alloc())) {
108 if (!(err = cops->co_get_opts(cls, opts)))
109 err = nla_put_nested(*result, TCA_OPTIONS, opts);
111 nlmsg_free(opts);
137 * the new classifier set via \c rtnl_cls_set_* functions. \a opts
qdisc.c 159 struct nl_msg *opts; local
161 opts = qops->qo_get_opts(qdisc);
162 if (opts) {
163 err = nla_put_nested(*result, TCA_OPTIONS, opts);
164 nlmsg_free(opts);
  /external/libselinux/src/
label_android_property.c 143 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
156 switch (opts[n].type) {
158 path = opts[n].value;
285 const struct selinux_opt *opts,
300 return init(rec, opts, nopts);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
perf-record.c 37 struct perf_record_opts opts = { local
84 err = perf_evlist__create_maps(evlist, &opts.target);
96 err = perf_evlist__prepare_workload(evlist, &opts.target, argv,
110 perf_evlist__config(evlist, &opts);
143 err = perf_evlist__mmap(evlist, opts.mmap_pages, false);
  /external/jemalloc/src/
jemalloc.c 306 const char *opts = *opts_p; local
308 *k_p = opts;
311 switch (*opts) {
325 opts++;
328 opts++;
329 *klen_p = (uintptr_t)opts - 1 - (uintptr_t)*k_p;
330 *v_p = opts;
334 if (opts != *opts_p) {
346 switch (*opts) {
348 opts++
391 const char *opts, *k, *v; local
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 40 // TODO: support marking opts as for displayable in full usage only
122 final Opts opts = new Opts (); local
166 opts.addError (formatMessage ("unknown option \'" + optName + "\'"));
177 opt = opts.getOpt (canonicalName);
184 opts.addOpt (opt, optdef, optName);
192 opts.addOpt (opt, optdef, optName);
196 opts.addError (formatMessage ("option \'" + optName + "\' cannot be specified more than once"));
234 opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept values: \'" + value + (…)
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 141 history::QueryOptions opts; local
142 opts.max_count = max_entries;
145 opts, local
  /external/chromium_org/third_party/closure_compiler/
compile_modules.py 114 def main(opts):
115 module_compiler = ModuleCompiler(verbose=opts.verbose)
116 for module_file in opts.module_file:
  /external/chromium_org/tools/
sort-headers.py 177 opts, filenames = parser.parse_args()
184 DiffAndConfirm(filename, opts.should_confirm, opts.perform_safety_checks)
run-bisect-perf-regression.py 247 opts = _CreateBisectOptionsFromConfig(config)
248 b = bisect_perf_regression.BisectPerformanceMetrics(None, opts)
260 opts.command, opts.metric, reset_on_first_run=True, results_label='Patch')
289 opts.command, opts.metric, upload_on_last_run=True, results_label='ToT')
521 opts, _ = parser.parse_args()
525 if opts.path_to_config:
526 config_path = opts.path_to_config
533 if not opts.working_directory
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_network_unittest.py 24 opts = recording_options.TimelineRecordingOptions()
25 opts.record_network = record_network
26 self._tab.StartTimelineRecording(opts)
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 95 SmallVectorImpl<CheckerOptInfo> &opts) const {
102 i = opts.begin(), e = opts.end(); i != e; ++i) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.c 29 struct perf_record_opts *opts = &top->record_opts; local
30 struct perf_target *target = &opts->target;
77 opts->freq ? "Hz" : "");
  /external/iproute2/tc/
m_xt.c 72 .opts = original_opts,
149 c = getopt_long(argc, argv, "j:", tcipt_globals.opts, NULL);
161 tcipt_globals.opts =
166 tcipt_globals.opts,
312 tcipt_globals.opts =
317 tcipt_globals.opts,
  /external/chromium_org/ppapi/generators/
idl_option.py 96 opts, filenames = getopt.getopt(args, short_opts, long_opts)
98 for opt, val in opts:
  /external/chromium_org/remoting/test/
fake_socket_factory.h 59 int opts) OVERRIDE;
65 int opts) OVERRIDE;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
get_files.py 66 opts, args = \
73 for opt, arg in opts:
  /external/chromium_org/third_party/skia/tools/
CopyTilesRenderer.cpp 20 CopyTilesRenderer::CopyTilesRenderer(const GrContext::Options& opts, int x, int y)
21 : INHERITED(opts)
  /external/chromium_org/tools/grit/grit/tool/
diff_structures.py 51 (opts, args) = getopt.getopt(args, 's:e:t:',
53 for key, val in opts:
  /external/libvpx/libvpx/test/android/
get_files.py 66 opts, args = \
73 for opt, arg in opts:

Completed in 1914 milliseconds

1 2 3 4 5 6 7 891011>>