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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gyp/
opts.gypi 7 '<(skia_src_path)/opts/SkBitmapProcState_opts_none.cpp',
8 '<(skia_src_path)/opts/SkBlitMask_opts_none.cpp',
9 '<(skia_src_path)/opts/SkBlitRow_opts_none.cpp',
13 '<(skia_src_path)/opts/SkBitmapProcState_opts_arm.cpp',
14 '<(skia_src_path)/opts/SkBlitMask_opts_arm.cpp',
15 '<(skia_src_path)/opts/SkBlitRow_opts_arm.cpp',
18 '<(skia_src_path)/opts/SkBitmapProcState_arm_neon.cpp',
19 '<(skia_src_path)/opts/SkBitmapProcState_matrixProcs_neon.cpp',
20 '<(skia_src_path)/opts/SkBlitMask_opts_arm_neon.cpp',
21 '<(skia_src_path)/opts/SkBlitRow_opts_arm_neon.cpp'
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
p1.go 5 func (opts O) RemoveOption(sect, opt string) bool {
6 if _, ok := opts[sect]; !ok {
9 _, ok := opts[sect][opt]
10 delete(opts[sect], opt)
  /prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
p1.go 5 func (opts O) RemoveOption(sect, opt string) bool {
6 if _, ok := opts[sect]; !ok {
9 _, ok := opts[sect][opt]
10 delete(opts[sect], opt)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
signalbar.cpp 30 QStyleOptionProgressBar opts; local
43 opts.minimum = -95;
44 opts.maximum = -35;
45 if (signal < opts.minimum)
46 opts.progress = opts.minimum;
47 else if (signal > opts.maximum)
48 opts.progress = opts.maximum;
50 opts.progress = signal
    [all...]
  /external/llvm/unittests/Option/
CMakeLists.txt 6 set(LLVM_TARGET_DEFINITIONS Opts.td)
8 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_script.rs 44 rs_script_call_t opts = {};
45 opts.xStart = 0;
46 opts.xEnd = dimX;
47 opts.yStart = 0;
48 opts.yEnd = dimY / 2;
49 rsForEachWithOptions(foo, &opts, in, out);
54 rs_script_call_t opts = {};
55 opts.xStart = 0;
56 opts.xEnd = dimX;
57 opts.yStart = 0
    [all...]
  /frameworks/compile/slang/tests/P_foreach_options/
foreach_options.rs 10 rs_script_call_t opts = {0};
11 opts.xStart=0;
12 opts.xEnd = 100;
  /external/tlsdate/src/
tlsdate-monitor.c 27 build_argv (struct opts *opts)
31 assert (opts->sources);
33 if (!opts->cur_source || !opts->cur_source->next)
34 opts->cur_source = opts->sources;
36 opts->cur_source = opts->cur_source->next;
37 for (argc = 0; opts->base_argv[argc]; argc++
    [all...]
tlsdated.c 115 set_conf_defaults (struct opts *opts)
121 opts->user = UNPRIV_USER;
122 opts->group = UNPRIV_GROUP;
123 opts->supp_groups = NULL;
124 opts->max_tries = MAX_TRIES;
125 opts->min_steady_state_interval = STEADY_STATE_INTERVAL;
126 opts->wait_between_tries = WAIT_BETWEEN_TRIES;
127 opts->subprocess_tries = SUBPROCESS_TRIES;
128 opts->subprocess_wait_between_tries = SUBPROCESS_WAIT_BETWEEN_TRIES
397 struct opts *opts = &state->opts; local
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderNormal.java 18 private static final int OPTS = 4096;
20 private static final int EXTRA_SIZE_BEFORE = OPTS;
21 private static final int EXTRA_SIZE_AFTER = OPTS;
23 private final Optimum[] opts = new Optimum[OPTS]; field in class:LZMAEncoderNormal
38 + OPTS * 64 / 1024;
52 for (int i = 0; i < OPTS; ++i)
53 opts[i] = new Optimum();
63 * Converts the opts array from backward indexes to forward indexes.
70 int optPrev = opts[optCur].optPrev
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 138 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
154 Opts.AnalysisStoreOpt = Value;
170 Opts.AnalysisConstraintsOpt = Value;
186 Opts.AnalysisDiagOpt = Value;
202 Opts.AnalysisPurgeOpt = Value;
218 Opts.InliningMode = Value;
222 Opts.ShowCheckerHelp = Args.hasArg(OPT_analyzer_checker_help);
223 Opts.DisableAllChecks = Args.hasArg(OPT_analyzer_disable_all_checks);
225 Opts.visualizeExplodedGraphWithGraphViz =
227 Opts.visualizeExplodedGraphWithUbiGraph
    [all...]
  /external/clang/unittests/StaticAnalyzer/
AnalyzerOptionsTest.cpp 18 AnalyzerOptions Opts;
19 Opts.Config["Outer.Inner.CheckerOne:Option"] = "true";
20 Opts.Config["Outer.Inner:Option"] = "false";
21 Opts.Config["Outer.Inner:Option2"] = "true";
22 Opts.Config["Outer:Option2"] = "false";
38 EXPECT_TRUE(Opts.getBooleanOption("Option", false, &CheckerOne));
40 EXPECT_TRUE(Opts.getBooleanOption("Option", false, &CheckerOne, true));
43 EXPECT_TRUE(Opts.getBooleanOption("Option2", false, &CheckerOne, true));
46 EXPECT_FALSE(Opts.getBooleanOption("Option2", false, &CheckerOne));
47 EXPECT_TRUE(Opts.getBooleanOption("Option2", true, &CheckerOne))
    [all...]
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_opts.h 12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
13 __u8 optsnr; /* Nr of OPts */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_opts.h 12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
13 __u8 optsnr; /* Nr of OPts */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 11 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
12 u_int8_t optsnr; /* Nr of OPts */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
13 __u8 optsnr; /* Nr of OPts */
  /external/autotest/server/site_tests/platform_InstallFW/
control 36 opts = dict([[k, v] for (k, _, v) in [x.partition('=') for x in args]])
40 if 'fw_type' not in opts:
43 if not (opts['fw_type'] == 'bios' or opts['fw_type'] == 'ec'):
47 if 'fw_path' not in opts:
50 if 'fw_name' not in opts:
51 if opts['fw_path'] == 'local':
52 opts['fw_name'] = None
53 elif os.path.isfile(opts['fw_path']):
54 opts['fw_name'] = os.path.basename(opts['fw_path']
    [all...]
  /external/strace/debian/
watch 2 opts="uversionmangle=s/-/./g" http://sf.net/strace/strace-([[:digit:].-]*)\.tar\.xz
  /external/jcommander/src/test/java/com/beust/jcommander/
DefaultValueTest.java 37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); local
38 JCommander cmd = new JCommander(opts);
40 Assert.assertEquals(opts.list.size(), 1);
41 Assert.assertEquals(opts.list.get(0), "anotherValue");
42 Assert.assertEquals(opts.set.size(), 0);
47 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); local
48 JCommander cmd = new JCommander(opts);
50 Assert.assertEquals(opts.list.size(), 1);
51 Assert.assertEquals(opts.list.get(0), "anotherValue");
52 Assert.assertEquals(opts.set.size(), 1)
58 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); local
64 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); local
    [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/compiler-rt/lib/ubsan/
ubsan_handlers.cc 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
33 if (Opts.FromUnrecoverableHandler)
35 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename());
45 ReportOptions Opts) {
58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
63 FallbackLoc.reset(getCallerLocation(Opts.pc));
67 ScopedReport R(Opts, Loc, ET);
96 handleTypeMismatchImpl(Data, Pointer, Opts);
101 handleTypeMismatchImpl(Data, Pointer, Opts);
109 ReportOptions Opts) {
    [all...]
  /external/skia/
public.bzl 85 "src/opts/**/*",
96 # TODO(mtklein): Move to opts?
131 "src/opts/**/*.cpp",
132 "src/opts/**/*.h",
137 "src/opts/*arm*",
138 "src/opts/*mips*",
139 "src/opts/*NEON*",
140 "src/opts/*neon*",
142 "src/opts/*SSSE3*",
143 "src/opts/*ssse3*"
    [all...]
  /frameworks/compile/slang/
rs_cc_options.cpp 87 RSCCOptions &Opts, clang::DiagnosticOptions &DiagOpts,
143 Opts.mIncludePaths = Args.getAllArgValues(OPT_I);
145 Opts.mBitcodeOutputDir = Args.getLastArgValue(OPT_o);
150 Opts.mEmitDependency = true;
151 Opts.mOutputType = Slang::OT_Dependency;
155 Opts.mEmitDependency = true;
156 Opts.mOutputType = Slang::OT_Bitcode;
160 Opts.mEmitDependency = true;
161 Opts.mOutputType = Slang::OT_Bitcode;
162 Opts.mEmitPhonyDependency = true
    [all...]
  /external/ppp/pppd/
mppe.h 43 /* unsupported opts */
67 /* Build a CI from mppe opts (see RFC 3078) */
68 #define MPPE_OPTS_TO_CI(opts, ci) \
73 if (opts & MPPE_OPT_STATEFUL) \
82 if (opts & MPPE_OPT_128) \
84 if (opts & MPPE_OPT_40) \
90 #define MPPE_CI_TO_OPTS(ci, opts) \
94 opts = 0; \
98 opts |= MPPE_OPT_STATEFUL; \
102 opts |= MPPE_OPT_128;
    [all...]
  /external/libnl/lib/route/sch/
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...]

Completed in 4033 milliseconds

1 2 3 4 5 6 7 8 91011>>