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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /external/selinux/libselinux/src/
label.c 21 const struct selinux_opt *opts,
140 (const struct selinux_opt *opts,
147 if (opts[n].type == SELABEL_OPT_DIGEST &&
148 opts[n].value == (char *)1) {
194 static inline int selabel_is_validate_set(const struct selinux_opt *opts,
198 if (opts[n].type == SELABEL_OPT_VALIDATE)
199 return !!opts[n].value;
318 const struct selinux_opt *opts,
334 rec->validating = selabel_is_validate_set(opts, nopts);
338 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest)
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 74 final boolean limitDensity, ExtendedOptions opts) {
77 if (opts == null) {
78 opts = new ExtendedOptions(0);
80 mOpts = opts;
235 return /* opts.stateChanges */ true;
453 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) {
454 super(placeholder, placeholderWidth, placeholderHeight, fadeOutDurationMs, opts);
456 if (opts.placeholderAnimationDuration == -1) {
460 if (opts.placeholderAnimationDuration == 0) {
463 pulseDuration = opts.placeholderAnimationDuration
    [all...]
  /external/blktrace/btt/
bno_plot.py 62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
68 for (o, a) in opts:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
cq 33 opts, args = getopt.getopt(sys.argv[1:], 'hcq:o:t:r:',
44 for o, a in opts:
  /external/skia/src/codec/
SkGifCodec.h 121 int* inputColorCount, const Options& opts);
145 Result onStartScanlineDecode(const SkImageInfo& dstInfo, const Options& opts,
  /external/vulkan-validation-layers/
vk_layer_documentation_generate.py 309 opts = handle_args()
311 layer_parser = LayerParser(opts.in_headers, opts.in_source)
316 if opts.print_structs: # Print details of internal data structs
319 layer_doc = LayerDoc(opts.layer_doc)
321 if opts.print_doc_checks:
324 if opts.validate:
328 print(txt_color.green() + 'No mismatches found between %s and implementation' % (os.path.basename(opts.layer_doc)) + txt_color.endc())
  /frameworks/base/native/android/
looper.cpp 40 ALooper* ALooper_prepare(int opts) {
41 return Looper_to_ALooper(Looper::prepare(opts).get());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
36 self.assertEqual(opts, wanted)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
36 self.assertEqual(opts, wanted)
  /external/iproute2/tipc/
media.c 95 struct opt opts[] = { local
114 if (parse_opts(opts, cmdl) < 0)
122 if (!(opt = get_opt(opts, "media"))) {
175 struct opt opts[] = { local
200 if (parse_opts(opts, cmdl) < 0)
209 if (!(opt = get_opt(opts, "media"))) {
  /external/libnl/lib/route/sch/
prio.c 127 struct tc_prio_qopt opts; local
135 opts.bands = prio->qp_bands;
136 memcpy(opts.priomap, prio->qp_priomap, sizeof(opts.priomap));
142 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) {
  /external/regex-re2/lib/codereview/
codereview.py 810 def CommandLineCL(ui, repo, pats, opts, defaultcc=None):
814 if opts.get('message'):
825 if opts.get('reviewer'):
826 cl.reviewer = Add(cl.reviewer, SplitCommaSpace(opts.get('reviewer')))
827 if opts.get('cc'):
828 cl.cc = Add(cl.cc, SplitCommaSpace(opts.get('cc')))
832 if opts.get('message'):
833 cl.desc = opts.get('message')
870 def ChangedExistingFiles(ui, repo, pats, opts):
1087 def hg_matchPattern(ui, repo, *pats, **opts)
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 817 BitmapFactory.Options opts = new BitmapFactory.Options(); local
818 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
836 BitmapFactory.Options opts = new BitmapFactory.Options(); local
837 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
856 BitmapFactory.Options opts = new BitmapFactory.Options(); local
857 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
859 R.drawable.stat_sample, opts);
876 BitmapFactory.Options opts = new BitmapFactory.Options(); local
877 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
879 R.drawable.stat_sample, opts);
897 BitmapFactory.Options opts = new BitmapFactory.Options(); local
917 BitmapFactory.Options opts = new BitmapFactory.Options(); local
938 BitmapFactory.Options opts = new BitmapFactory.Options(); local
958 BitmapFactory.Options opts = new BitmapFactory.Options(); local
    [all...]
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 370 de::cmdline::CommandLine opts; local
376 if (!parser.parse(argc-1, &argv[1], &opts, std::cerr) ||
377 opts.getArgs().empty())
384 cmdLine.outFormat = opts.getOption<opt::OutFormat>();
385 cmdLine.outMode = opts.getOption<opt::OutMode>();
386 cmdLine.outValue = opts.getOption<opt::OutValue>();
387 cmdLine.filenames = opts.getArgs();
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
Serializer.java 64 public Serializer(Emitable emitter, Resolver resolver, DumperOptions opts, Tag rootTag) {
67 this.explicitStart = opts.isExplicitStart();
68 this.explicitEnd = opts.isExplicitEnd();
69 if (opts.getVersion() != null) {
70 this.useVersion = opts.getVersion();
72 this.useTags = opts.getTags();
75 this.anchorGenerator = opts.getAnchorGenerator();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java 204 public synchronized void executePlan(Options opts, RecentsTaskLoader loader,
216 boolean isRunningTask = (task.key.id == opts.runningTaskId);
217 boolean isVisibleTask = i >= (taskCount - opts.numVisibleTasks);
218 boolean isVisibleThumbnail = i >= (taskCount - opts.numVisibleTaskThumbnails);
221 if (opts.onlyLoadPausedActivities && isRunningTask) {
225 if (opts.loadIcons && (isRunningTask || isVisibleTask)) {
231 if (opts.loadThumbnails && (isRunningTask || isVisibleThumbnail)) {
  /external/tlsdate/src/
platform-cros.c 286 struct source *src = ctx->state->opts.sources;
288 if (ctx->state->opts.cur_source && ctx->state->opts.cur_source->next)
289 src = ctx->state->opts.cur_source->next;
358 struct source *src = ctx->state->opts.sources;
361 if (ctx->state->opts.cur_source && ctx->state->opts.cur_source->next)
362 src = ctx->state->opts.cur_source->next;
565 for (src = state->opts.sources; src; src = src->next, ++sources);
574 for (src = state->opts.sources; src; src = src->next
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 294 BitmapFactory.Options opts = new BitmapFactory.Options(); local
295 opts.inPurgeable = TEST_PURGEABLE;
296 opts.inInputShareable = TEST_PURGEABLE;
310 Bitmap b = BitmapFactory.decodeFileDescriptor(fd, null, opts);
321 b = BitmapFactory.decodeFileDescriptor(fd, null, opts);
579 BitmapFactory.Options opts = new BitmapFactory.Options(); local
580 opts.inScaled = false;
581 Bitmap b = BitmapFactory.decodeResource(mRes, R.drawable.gif_test, opts);
638 Options opts = new BitmapFactory.Options(); local
639 opts.inScaled = false
    [all...]

Completed in 6221 milliseconds

<<11121314151617181920>>