Searched refs:Options (Results 1 - 25 of 57) 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);
/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,
181 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
202 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
291 * android.graphics.BitmapFactory.Options)} or {@link #decodeFile(String,
292 * android.graphics.BitmapFactory.Options)}.</p>
380 * @param opts null-ok; Options tha
[all...]
H A DLargeBitmap.java47 * @param opts null-ok; Options that control downsampling.
52 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) {
114 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.java27 import android.graphics.BitmapFactory.Options;
52 @Nullable Rect padding, @Nullable Options opts) {
102 Rect padding, Options opts) {
108 /*package*/ static Bitmap nativeDecodeAsset(long asset, Rect padding, Options opts) {
115 int length, Options opts) {
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java58 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.java48 /* Options used internally. */
105 BitmapFactory.Options options = new BitmapFactory.Options();
250 private static int computeSampleSize(BitmapFactory.Options options,
268 private static int computeInitialSampleSize(BitmapFactory.Options options,
299 * Clients are allowed to pass their own BitmapFactory.Options used for bitmap decoding. A
300 * new BitmapFactory.Options will be created if options is null.
304 BitmapFactory.Options options) {
309 if (options == null) options = new BitmapFactory.Options();
485 BitmapFactory.Options fullOption
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java107 final BitmapFactory.Options opts = new BitmapFactory.Options();
127 * BitmapFactory.Options)} that returns {@code null} on {@link
136 * @param opts null-ok; Options that control downsampling and whether the
143 final BitmapFactory.Options opts) throws FileNotFoundException {
158 Log.w(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options): "
173 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an OOME", oome);
176 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an IOE", ioe);
198 final BitmapFactory.Options opts = new BitmapFactory.Options();
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java52 public static class Options { class in class:Main
57 public static final Options sOptions = new 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/volley/tests/src/com/android/volley/mock/
H A DTestRequest.java145 public static class Options extends Base { class in class:TestRequest
146 public Options() { method in class:TestRequest.Options
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options);
89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) {
121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) {
185 BitmapFactory.Options opts = new BitmapFactory.Options();
221 public abstract Bitmap loadPreviewBitmap(BitmapFactory.Options options);
240 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) {
289 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) {
349 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) {
376 private BitmapFactory.Options mOption
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaSource.h62 // Options that modify read() behaviour. The default is to
90 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.java38 public static class Options { class in class:OperationScheduler
61 "OperationScheduler.Options[backoff=%.1f+%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
68 "OperationScheduler.Options[backoff=%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
107 public static Options parseOptions(String spec, Options options)
151 public long getNextTimeMillis(Options options) {
252 * Limited by {@link Options#maxMoratoriumMillis}.
266 * Limited by {@link Options#maxMoratoriumMillis}.
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java293 BitmapFactory.Options options = new BitmapFactory.Options();
316 BitmapFactory.Options options = new BitmapFactory.Options();
424 BitmapFactory.Options options = new BitmapFactory.Options();
475 BitmapFactory.Options options = new BitmapFactory.Options();
488 BitmapFactory.Options options = new BitmapFactory.Options();
[all...]
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp214 if (getTM().Options.MCOptions.MCSaveTempLabels)
226 if (getTM().Options.MCOptions.MCSaveTempLabels)
305 getTM().Options.MCOptions.MCUseDwarfDirectory,
342 getTM().Options.MCOptions.MCRelaxAll, getTM().Options.MCOptions.MCNoExecStack));
/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/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java51 BitmapFactory.Options mDecodeOptions = null;
481 BitmapFactory.Options opt = new BitmapFactory.Options();
506 BitmapFactory.Options decodeOptions = null;
508 mDecodeOptions = new BitmapFactory.Options();
526 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException {
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java140 BitmapFactory.Options options = new BitmapFactory.Options();
/frameworks/volley/src/com/android/volley/toolbox/
H A DImageRequest.java139 BitmapFactory.Options decodeOptions = new BitmapFactory.Options();
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DHurlStackTest.java120 TestRequest.Options request = new TestRequest.Options();

Completed in 2359 milliseconds

123