HomeSort by relevance Sort by last modified time
    Searched refs:options (Results 51 - 75 of 5517) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
FilterOptions.java 17 * Base class for filter-specific options classes.
26 public static int getEncoderMemoryUsage(FilterOptions[] options) {
29 for (int i = 0; i < options.length; ++i)
30 m += options[i].getEncoderMemoryUsage();
41 public static int getDecoderMemoryUsage(FilterOptions[] options) {
44 for (int i = 0; i < options.length; ++i)
45 m += options[i].getDecoderMemoryUsage();
51 * Gets how much memory the encoder will need with these options.
56 * Gets a raw (no XZ headers) encoder output stream using these options.
67 * that was encoded with these options
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 10 # options (all have default values):
66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
69 if _type and "type" not in options: options["type"] = _type
70 if title: options["title"] = title
71 if message: options["message"] = messag
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 10 # options (all have default values):
66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
69 if _type and "type" not in options: options["type"] = _type
70 if title: options["title"] = title
71 if message: options["message"] = messag
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 10 # options (all have default values):
66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
69 if _type and "type" not in options: options["type"] = _type
70 if title: options["title"] = title
71 if message: options["message"] = messag
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 10 # options (all have default values):
66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
69 if _type and "type" not in options: options["type"] = _type
70 if title: options["title"] = title
71 if message: options["message"] = messag
    [all...]
  /external/parameter-framework/upstream/test/test-platform/
main.cpp 69 using Options = std::list<string>;
71 Options options(argv + 1, argv + argc);
75 auto match = std::find_first_of(begin(options), end(options), begin(helpOpts), end(helpOpts));
76 if (match != end(options)) {
81 if (options.empty()) {
86 auto filePath = options.front();
87 options.pop_front();
92 if (not options.empty())
    [all...]
  /external/jdiff/src/jdiff/
Options.java 8 * Class to handle options for JDiff.
13 public class Options {
16 public Options() {
23 * parse the options it does not recognize. It then calls
27 * The options arrive as case-sensitive strings. For options that
38 // Standard options
57 // Options to control JDiff
62 // Options to control the location of the XML files
69 // Options for the exclusion level for classes and member
    [all...]
  /external/ImageMagick/scripts/
xsnap 110 # Proc Options creates the options window.
112 proc Options {} {
116 catch {destroy .options}
117 toplevel .options -class Options
118 wm title .options "Set Image Options"
119 wm group .options .
120 wm transient .options
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.pl 16 my $options = {
64 runTests($options, $tests, $dataFiles);
66 $options = {
89 runTests($options, $tests, $dataFiles);
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_null.cc 18 const DesktopCaptureOptions& options,
24 const DesktopCaptureOptions& options,
  /frameworks/base/telephony/java/com/android/ims/internal/uce/options/
OptionsCapInfo.aidl 16 package com.android.ims.internal.uce.options;
OptionsCmdId.aidl 17 package com.android.ims.internal.uce.options;
OptionsCmdStatus.aidl 16 package com.android.ims.internal.uce.options;
OptionsSipResponse.aidl 16 package com.android.ims.internal.uce.options;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
us-err-1.s 1 ; Test that we get an error with mismatching options.
4 ; { dg-options "--no-underscore --em=crisaout" }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
warn-2.s 2 ;# { dg-options "--gdwarf2 --defsym nop_type=0" }
3 ;# { dg-options "--gdwarf2 --defsym nop_type=1" { target ia64-*-* } }
4 ;# { dg-options "--gdwarf2 --defsym nop_type=2" { target or1k*-*-* } }
5 ;# { dg-options "--gdwarf2 --defsym nop_type=3" { target i370-*-* } }
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
Options.java 10 package com.adobe.xmp.options;
24 public abstract class Options
26 /** the internal int containing all options */
27 private int options = 0; field in class:Options
35 public Options()
42 * Constructor with the options bit mask.
44 * @param options the options bit mask
45 * @throws XMPException If the options are not correct
47 public Options(int options) throws XMPExceptio
    [all...]
  /external/chromium-trace/catapult/telemetry/examples/benchmarks/
tbm_benchmark.py 11 def CreateStorySet(self, options):
15 options = timeline_based_measurement.Options()
16 options.SetTimelineBasedMetric('sample_metric.html')
17 return options
  /external/jcommander/src/main/java/com/beust/jcommander/
IVariableArity.java 11 * @param options the entire list of options.
13 * @return how many options were processed.
15 int processVariableArity(String optionName, String[] options);
  /external/zopfli/src/zopfli/
zopfli_lib.c 28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type,
32 ZopfliGzipCompress(options, in, insize, out, outsize);
34 ZopfliZlibCompress(options, in, insize, out, outsize);
37 ZopfliDeflate(options, 2 /* Dynamic block */, 1,
  /hardware/bsp/intel/peripheral/displays/Grove_LCD_RGB/
groveLCD.cpp 36 // Structure to hold the decoded command line options
42 // Be sure to keep the options for longopts and shortopts in the same order
54 // Describes the options for this program.
56 printf("Usage: %s [options...]\n", pgm_name);
58 printf("Options:\n");
67 // Processes all command line options.
68 // sets the options members for commnd line options
70 int ReadOpts(int argc, char **argv, struct pgm_options *options) {
77 options->red = 255
111 pgm_options options = {0, 0, 0, ""}; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
FileImageRequest.java 61 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( local
64 options.inJustDecodeBounds = true;
65 BitmapFactory.decodeByteArray(thumbnail, 0, thumbnail.length, options);
68 options.inSampleSize = ImageUtils.get().calculateInSampleSize(options,
71 options.inJustDecodeBounds = false;
82 mDescriptor.updateSourceDimensions(options.outHeight, options.outWidth);
84 mDescriptor.updateSourceDimensions(options.outWidth, options.outHeight)
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 120 final BitmapFactory.Options options = new BitmapFactory.Options(); local
121 options.inJustDecodeBounds = true;
122 BitmapFactory.decodeResource(res, resId, options);
125 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
130 addInBitmapOptions(options, cache);
134 options.inJustDecodeBounds = false;
135 return BitmapFactory.decodeResource(res, resId, options);
152 final BitmapFactory.Options options = new BitmapFactory.Options(); local
183 final BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 120 final BitmapFactory.Options options = new BitmapFactory.Options(); local
121 options.inJustDecodeBounds = true;
122 BitmapFactory.decodeResource(res, resId, options);
125 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
130 addInBitmapOptions(options, cache);
134 options.inJustDecodeBounds = false;
135 return BitmapFactory.decodeResource(res, resId, options);
152 final BitmapFactory.Options options = new BitmapFactory.Options(); local
183 final BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 120 final BitmapFactory.Options options = new BitmapFactory.Options(); local
121 options.inJustDecodeBounds = true;
122 BitmapFactory.decodeResource(res, resId, options);
125 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
130 addInBitmapOptions(options, cache);
134 options.inJustDecodeBounds = false;
135 return BitmapFactory.decodeResource(res, resId, options);
152 final BitmapFactory.Options options = new BitmapFactory.Options(); local
183 final BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]

Completed in 766 milliseconds

1 23 4 5 6 7 8 91011>>