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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /packages/apps/Messaging/tools/
buglesql 20 opts='-column -header'
26 opts='-column -header'
30 opts='-line'
43 adb shell su -c sqlite3 $opts data/data/com.android.messaging/databases/bugle_db "$1"
mmssql 20 opts='-column -header'
26 opts='-column -header'
30 opts='-line'
43 adb shell su -c sqlite3 $opts data/data/com.android.providers.telephony/databases/mmssms.db "$1"
  /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/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...]
  /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...]
  /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...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 391 * @param opts null-ok; Options that control downsampling and whether the
394 * decoded, or, if opts is non-null, if opts requested only the
395 * size be returned (in opts.outWidth and opts.outHeight)
397 public static Bitmap decodeFile(String pathName, Options opts) {
402 bm = decodeStream(stream, null, opts);
436 InputStream is, Rect pad, Options opts) {
438 if (opts == null) {
439 opts = new Options()
    [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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 456 set opts(addr2line) {}
457 set opts(as) {}
458 set opts(objdump) {}
459 set opts(nm) {}
460 set opts(objcopy) {}
461 set opts(readelf) {}
462 set opts(name) {}
463 set opts(PROG) {}
464 set opts(source) {}
465 set opts(dump) {
    [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...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
utils-lib.exp 269 set opts(addr2line) {}
270 set opts(ar) {}
271 set opts(as) {}
272 set opts(nm) {}
273 set opts(objcopy) {}
274 set opts(objdump) {}
275 set opts(strip) {}
276 set opts(ranlib) {}
277 set opts(readelf) {}
278 set opts(size) {
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
d10v.exp 115 set opts(as) {}
116 set opts(ld) {}
117 set opts(xfail) {}
118 set opts(target) {}
119 set opts(notarget) {}
120 set opts(name) {}
121 set opts(source) {}
127 if ![info exists opts($opt_name)] {
148 if [string length $opts($opt_name)] {
155 set opts($opt_name) [concat $opts($opt_name) $opt_val
    [all...]
  /external/selinux/policycoreutils/secon/
secon.c 72 } opts[1] = { { variable in typeref:struct:__anon22628
132 num += opts->disp_user;
133 num += opts->disp_role;
134 num += opts->disp_type;
135 num += opts->disp_sen;
136 num += opts->disp_clr;
137 num += opts->disp_mlsr;
215 opts->disp_user = !opts->disp_user;
219 opts->disp_role = !opts->disp_role
    [all...]
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
docgen.js 29 , opts = require('commander')
35 _.extend(opts, { addOptions: function(module) { return module.addOptions(opts); } });
36 opts
51 var formats = opts.formats.split(',');
54 var dir = opts.outdir + '/' + format + '/' + specjs.MODULE;
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.h 16 namespace opts { namespace
18 } // namespace opts
  /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...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 52 @Nullable Rect padding, @Nullable Options opts) {
57 if (opts != null) {
58 density = Density.getEnum(opts.inDensity);
59 if (opts.inPremultiplied) {
62 opts.inScaled = false;
103 Rect padding, Options opts) {
104 opts.inBitmap = null;
109 /*package*/ static Bitmap nativeDecodeAsset(long asset, Rect padding, Options opts) {
110 opts.inBitmap = null;
116 int length, Options opts) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getopt.py 52 """getopt(args, options[, long_options]) -> opts, args
78 opts = []
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
92 return opts, args
95 """getopt(args, options[, long_options]) -> opts, args
109 opts = []
131 opts, args = do_longs(opts, args[0][2:], longopts, args[1:]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
getopt.py 52 """getopt(args, options[, long_options]) -> opts, args
78 opts = []
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
92 return opts, args
95 """getopt(args, options[, long_options]) -> opts, args
109 opts = []
131 opts, args = do_longs(opts, args[0][2:], longopts, args[1:]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 52 """getopt(args, options[, long_options]) -> opts, args
78 opts = []
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
92 return opts, args
95 """getopt(args, options[, long_options]) -> opts, args
109 opts = []
131 opts, args = do_longs(opts, args[0][2:], longopts, args[1:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 52 """getopt(args, options[, long_options]) -> opts, args
78 opts = []
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
92 return opts, args
95 """getopt(args, options[, long_options]) -> opts, args
109 opts = []
131 opts, args = do_longs(opts, args[0][2:], longopts, args[1:]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_getopt.py 47 opts, args = getopt.do_shorts([], 'a', 'a', [])
48 self.assertEqual(opts, [('-a', '')])
51 opts, args = getopt.do_shorts([], 'a1', 'a:', [])
52 self.assertEqual(opts, [('-a', '1')])
55 #opts, args = getopt.do_shorts([], 'a=1', 'a:', [])
56 #self.assertEqual(opts, [('-a', '1')])
59 opts, args = getopt.do_shorts([], 'a', 'a:', ['1'])
60 self.assertEqual(opts, [('-a', '1')])
63 opts, args = getopt.do_shorts([], 'a', 'a:', ['1', '2'])
64 self.assertEqual(opts, [('-a', '1')]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_getopt.py 47 opts, args = getopt.do_shorts([], 'a', 'a', [])
48 self.assertEqual(opts, [('-a', '')])
51 opts, args = getopt.do_shorts([], 'a1', 'a:', [])
52 self.assertEqual(opts, [('-a', '1')])
55 #opts, args = getopt.do_shorts([], 'a=1', 'a:', [])
56 #self.assertEqual(opts, [('-a', '1')])
59 opts, args = getopt.do_shorts([], 'a', 'a:', ['1'])
60 self.assertEqual(opts, [('-a', '1')])
63 opts, args = getopt.do_shorts([], 'a', 'a:', ['1', '2'])
64 self.assertEqual(opts, [('-a', '1')]
    [all...]

Completed in 1240 milliseconds

1 2 3 4 5 6 7 8 91011>>