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

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...]
  /frameworks/base/core/java/android/app/
ActivityOptions.java 284 ActivityOptions opts = new ActivityOptions(); local
285 opts.mPackageName = context.getPackageName();
286 opts.mAnimationType = ANIM_CUSTOM;
287 opts.mCustomEnterResId = enterResId;
288 opts.mCustomExitResId = exitResId;
289 opts.setOnAnimationStartedListener(handler, listener);
290 return opts;
310 ActivityOptions opts = new ActivityOptions(); local
311 opts.mPackageName = context.getPackageName();
312 opts.mAnimationType = ANIM_CUSTOM_IN_PLACE
389 ActivityOptions opts = new ActivityOptions(); local
417 ActivityOptions opts = new ActivityOptions(); local
500 ActivityOptions opts = new ActivityOptions(); local
567 ActivityOptions opts = new ActivityOptions(); local
587 ActivityOptions opts = new ActivityOptions(); local
642 ActivityOptions opts = new ActivityOptions(); local
682 ActivityOptions opts = new ActivityOptions(); local
705 final ActivityOptions opts = new ActivityOptions(); local
715 final ActivityOptions opts = new ActivityOptions(); local
    [all...]
BroadcastOptions.java 55 BroadcastOptions opts = new BroadcastOptions(); local
56 return opts;
63 public BroadcastOptions(Bundle opts) {
64 mTemporaryAppWhitelistDuration = opts.getLong(KEY_TEMPORARY_APP_WHITELIST_DURATION);
65 mMinManifestReceiverApiLevel = opts.getInt(KEY_MIN_MANIFEST_RECEIVER_API_LEVEL, 0);
66 mMaxManifestReceiverApiLevel = opts.getInt(KEY_MAX_MANIFEST_RECEIVER_API_LEVEL,
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 44 SetFilters(ExcludeTypeFilters, opts::ExcludeTypes.begin(),
45 opts::ExcludeTypes.end());
46 SetFilters(ExcludeSymbolFilters, opts::ExcludeSymbols.begin(),
47 opts::ExcludeSymbols.end());
48 SetFilters(ExcludeCompilandFilters, opts::ExcludeCompilands.begin(),
49 opts::ExcludeCompilands.end());
51 SetFilters(IncludeTypeFilters, opts::IncludeTypes.begin(),
52 opts::IncludeTypes.end());
53 SetFilters(IncludeSymbolFilters, opts::IncludeSymbols.begin(),
54 opts::IncludeSymbols.end())
    [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...]
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/tlsdate/src/events/
run_tlsdate.c 41 state->backoff = state->opts.wait_between_tries;
48 if (state->tries < state->opts.max_tries)
55 state->backoff = state->opts.wait_between_tries;
64 state->opts.subprocess_wait_between_tries);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/
symver.exp 20 proc run_error_test { name opts } {
24 gas_run ${name}.s $opts ">&dump.out"
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
__main__.py 35 opts, args = parser.parse_args()
47 path = opts.addpath + path
48 if opts.debug > 1:
54 mf = ModuleGraph(path, excludes=opts.excludes, debug=opts.debug)
56 if opts.domods:
63 if opts.output == 'dot':
65 elif opts.output == 'html':
  /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.showAllOutput or \
47 (not self.opts.quiet and not self.opts.succinct)
60 if (test.result.code.isFailure and self.opts.showOutput) or
    [all...]
  /external/webrtc/
sync_chromium.py 86 opts = p.parse_args()
87 opts.chromium_dir = os.path.abspath(opts.chromium_dir)
93 flag_file = os.path.join(opts.chromium_dir, '.last_sync_chromium')
96 opts.target_revision,
99 if (os.path.exists(os.path.join(opts.chromium_dir, 'src')) and
103 print 'Chromium already up to date: ', opts.target_revision
123 gclient_cmd, 'sync', '--force', '--revision', 'src@'+opts.target_revision
153 gclient_entries_file = os.path.join(opts.chromium_dir, '.gclient_entries')
156 gclientfile = os.path.join(opts.chromium_dir, '.gclient'
    [all...]
  /external/libselinux/src/
label_internal.h 20 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
22 int selabel_media_init(struct selabel_handle *rec, const struct selinux_opt *opts,
24 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts,
27 const struct selinux_opt *opts, unsigned nopts) hidden;
29 const struct selinux_opt *opts, unsigned nopts) hidden;
  /external/opencv3/3rdparty/libjasper/
jas_getopt.c 92 static jas_opt_t *jas_optlookup(jas_opt_t *opts, char *name)
96 for (opt = opts; opt->id >= 0 && opt->name; ++opt) {
104 int jas_getopt(int argc, char **argv, jas_opt_t *opts)
127 if (!(opt = jas_optlookup(opts, cp))) {
138 !(opt = jas_optlookup(opts, cp))) {
  /external/llvm/utils/Misc/
zkill 92 if opts.debug:
112 if opts.debug:
138 global opts
202 (opts, args) = parser.parse_args()
204 if opts.listSignals:
213 signal = kSignals[opts.signalName]
215 if opts.verbose:
237 if opts.execName is not None:
239 if re_full_match(opts.execName,
241 if opts.execPath is not None
    [all...]
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 47 namespace opts { namespace
230 } // namespace opts
311 if (opts::FileHeaders)
313 if (opts::Sections)
315 if (opts::Relocations)
317 if (opts::DynRelocs)
319 if (opts::Symbols)
321 if (opts::DynamicSymbols)
323 if (opts::UnwindInfo)
325 if (opts::DynamicTable
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/
PictureDecoder.java 36 final BitmapFactory.Options opts = new BitmapFactory.Options(); local
37 opts.inSampleSize = downSampleFactor;
38 final Bitmap pictureBitmap = BitmapFactory.decodeByteArray(data, 0, data.length, opts);
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
tolower.js 26 var opts = require('commander'), // for command line args variable
31 opts
43 var rootFiles = getHtmlFilenames(opts.inputdir);
44 var classesFiles = getHtmlFilenames(opts.inputdir + "/classes");
45 var modulesFiles = getHtmlFilenames(opts.inputdir + "/modules");
50 classesFiles = getHtmlFilenames(opts.inputdir + "/classes");
  /external/avahi/initscript/gentoo/
avahi-daemon.in 5 opts="reload"
avahi-dnsconfd.in 5 opts="reload"
  /external/e2fsprogs/misc/
util.h 23 extern void parse_journal_opts(const char *opts);
  /external/iproute2/tipc/
cmdl.h 37 struct opt *get_opt(struct opt *opts, char *key);
38 int parse_opts(struct opt *opts, struct cmdl *cmdl);
  /external/libnl/tests/
Makefile 12 ifeq ($(shell [ ! -r ../Makefile.opts ] && echo 1),)
13 include ../Makefile.opts
  /external/webrtc/webrtc/p2p/base/
packetsocketfactory.h 39 int opts) = 0;
48 int opts) = 0;
basicpacketsocketfactory.cc 70 int opts) {
72 if (opts & PacketSocketFactory::OPT_TLS) {
92 if (opts & PacketSocketFactory::OPT_SSLTCP) {
93 ASSERT(!(opts & PacketSocketFactory::OPT_TLS));
101 if (opts & PacketSocketFactory::OPT_STUN)
109 const ProxyInfo& proxy_info, const std::string& user_agent, int opts) {
135 if (opts & PacketSocketFactory::OPT_TLS) {
136 ASSERT(!(opts & PacketSocketFactory::OPT_SSLTCP));
151 } else if (opts & PacketSocketFactory::OPT_SSLTCP) {
152 ASSERT(!(opts & PacketSocketFactory::OPT_TLS))
    [all...]

Completed in 2007 milliseconds

12 3 4 5 6 7 8 91011>>