Searched refs:Options (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/compile/slang/tests/
H A Dtest.py21 class Options(object): class in inherits:object
32 if Options.verbose:
36 if Options.verbose:
64 if Options.verbose != 0:
92 if Options.verbose > 1:
111 if Options.verbose > 1:
125 if Options.verbose:
130 if Options.verbose:
134 if Options.verbose:
139 if Options
[all...]
/frameworks/base/tools/aidl/
H A Doptions.h16 struct Options struct
31 // takes the inputs from the command line and fills in the Options struct
34 int parse_options(int argc, const char* const* argv, Options *options);
H A Doptions.cpp35 parse_options(int argc, const char* const* argv, Options *options)
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java38 public static class Options { class in class:BitmapFactory
40 * Create a default Options object, which if left unchanged will give
43 public Options() { method in class:BitmapFactory.Options
50 * If set, decode methods that take the Options object will attempt to
63 * set in the Options structure will indicate if the bitmap was reused,
177 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
198 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
346 * @param opts null-ok; Options that control downsampling and whether the
352 public static Bitmap decodeFile(String pathName, Options opts) {
391 InputStream is, Rect pad, Options opt
[all...]
H A DLargeBitmap.java57 * @param opts null-ok; Options that control downsampling.
62 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) {
124 BitmapFactory.Options options);
H A DBitmapRegionDecoder.java177 * @param options null-ok; Options that control downsampling.
182 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) {
259 BitmapFactory.Options options);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java26 import android.graphics.BitmapFactory.Options;
50 /*package*/ static Bitmap finishDecode(Bitmap bm, Rect outPadding, Options opts) {
92 Rect padding, Options opts) {
98 Rect padding, Options opts, boolean applyScale, float scale) {
148 Rect padding, Options opts) {
154 /*package*/ static Bitmap nativeDecodeAsset(int asset, Rect padding, Options opts) {
160 /*package*/ static Bitmap nativeDecodeAsset(int asset, Rect padding, Options opts,
168 int length, Options opts) {
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java55 final BitmapFactory.Options options = new BitmapFactory.Options();
/frameworks/ex/common/tests/src/com/android/common/
H A DOperationSchedulerTest.java47 OperationScheduler.Options options = new OperationScheduler.Options();
125 OperationScheduler.Options options = new OperationScheduler.Options();
160 OperationScheduler.Options options = new OperationScheduler.Options();
162 "OperationScheduler.Options[backoff=0.0+5.0 max=86400.0 min=0.0 period=3600.0]",
166 "OperationScheduler.Options[backoff=0.0+2.5 max=86400.0 min=0.0 period=3700.0]",
170 "OperationScheduler.Options[backoff=10.0+2.5 max=12345.6 min=7.0 period=3800.0]",
175 "OperationScheduler.Options[backof
[all...]
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java54 /* Options used internally. */
111 BitmapFactory.Options options = new BitmapFactory.Options();
256 private static int computeSampleSize(BitmapFactory.Options options,
274 private static int computeInitialSampleSize(BitmapFactory.Options options,
305 * Clients are allowed to pass their own BitmapFactory.Options used for bitmap decoding. A
306 * new BitmapFactory.Options will be created if options is null.
310 BitmapFactory.Options options) {
315 if (options == null) options = new BitmapFactory.Options();
491 BitmapFactory.Options fullOption
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java110 final BitmapFactory.Options opts = new BitmapFactory.Options();
130 * BitmapFactory.Options)} that returns {@code null} on {@link
139 * @param opts null-ok; Options that control downsampling and whether the
146 final BitmapFactory.Options opts) throws FileNotFoundException {
159 Log.w(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options): "
174 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an OOME", oome);
177 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an IOE", ioe);
199 final BitmapFactory.Options opts = new BitmapFactory.Options();
[all...]
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java252 BitmapFactory.Options opt = new BitmapFactory.Options();
277 BitmapFactory.Options options = new BitmapFactory.Options();
287 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java51 public static class Options { class in class:Main
57 public static final Options sOptions = new Options();
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java126 BitmapFactory.Options options = new BitmapFactory.Options();
/frameworks/base/media/java/android/media/videoeditor/
H A DTransitionAlpha.java98 final BitmapFactory.Options dbo = new BitmapFactory.Options();
H A DMediaImageItem.java124 final BitmapFactory.Options dbo = new BitmapFactory.Options();
935 final BitmapFactory.Options dbo = new BitmapFactory.Options();
978 final BitmapFactory.Options options = new BitmapFactory.Options();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsAlphaActivity.java56 BitmapFactory.Options opts = new BitmapFactory.Options();
H A DBitmapsActivity.java69 BitmapFactory.Options opts = new BitmapFactory.Options();
/frameworks/av/include/media/stagefright/
H A DMediaSource.h62 // Options that modify read() behaviour. The default is to
86 enum Options { enum in struct:android::MediaSource::ReadOptions
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java817 BitmapFactory.Options opts = new BitmapFactory.Options();
836 BitmapFactory.Options opts = new BitmapFactory.Options();
856 BitmapFactory.Options opts = new BitmapFactory.Options();
876 BitmapFactory.Options opts = new BitmapFactory.Options();
897 BitmapFactory.Options opts = new BitmapFactory.Options();
[all...]
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java37 public static class Options { class in class:OperationScheduler
60 "OperationScheduler.Options[backoff=%.1f+%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
67 "OperationScheduler.Options[backoff=%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
106 public static Options parseOptions(String spec, Options options)
150 public long getNextTimeMillis(Options options) {
251 * Limited by {@link Options#maxMoratoriumMillis}.
265 * Limited by {@link Options#maxMoratoriumMillis}.
/frameworks/compile/slang/
H A Dslang_backend.cpp125 // Target Machine Options
126 llvm::TargetOptions Options; local
128 Options.NoFramePointerElim = mCodeGenOpts.DisableFPElim;
135 // Options.FloatABIType = llvm::FloatABI::Soft;
136 // Options.UseSoftFloat = true;
137 Options.FloatABIType = llvm::FloatABI::Hard;
138 Options.UseSoftFloat = false;
171 Options, RM, CM);
/frameworks/volley/src/com/android/volley/toolbox/
H A DImageRequest.java139 BitmapFactory.Options decodeOptions = new BitmapFactory.Options();
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp251 // Command Line Options
262 // Bitcode Options
270 // General Options
812 // Scripting Options
1038 // ----- Set up General Options ----- //
1458 TargetOptions Options; local
1459 Options.LessPreciseFPMADOption = EnableFPMAD;
1460 Options.NoFramePointerElim = DisableFPElim;
1461 Options.NoFramePointerElimNonLeaf = DisableFPElimNonLeaf;
1462 Options
[all...]
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java296 BitmapFactory.Options options = new BitmapFactory.Options();
325 BitmapFactory.Options options = new BitmapFactory.Options();
438 BitmapFactory.Options options = new BitmapFactory.Options();
490 BitmapFactory.Options options = new BitmapFactory.Options();
504 BitmapFactory.Options options = new BitmapFactory.Options();
[all...]

Completed in 644 milliseconds

123