Searched defs:Options (Results 1 - 6 of 6) sorted by relevance

/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/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java48 public static class Options { class in class:Main
52 public static final Options sOptions = new Options();
/frameworks/base/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/compile/slang/tests/
H A Dtest.py21 class Options(object): class in inherits:object
34 if Options.verbose:
38 if Options.verbose:
59 if Options.verbose != 0:
85 if Options.verbose > 1:
104 if Options.verbose > 1:
118 if Options.verbose:
123 if Options.verbose:
127 if Options.verbose:
132 if Options
[all...]
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java38 public static class Options { class in class:OperationScheduler
57 "OperationScheduler.Options[backoff=%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
95 public static Options parseOptions(String spec, Options options)
135 public long getNextTimeMillis(Options options) {
223 * Limited by {@link #Options.maxMoratoriumMillis}.
237 * Limited by {@link #Options.maxMoratoriumMillis}.
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java35 public static class Options { class in class:BitmapFactory
37 * Create a default Options object, which if left unchanged will give
40 public Options() { method in class:BitmapFactory.Options
46 * If set, decode methods that take the Options object will attempt to
60 * set in the Options structure is a way to see if the bitmap was reused,
122 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
143 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
288 * @param opts null-ok; Options that control downsampling and whether the
294 public static Bitmap decodeFile(String pathName, Options opts) {
332 InputStream is, Rect pad, Options opt
[all...]

Completed in 5826 milliseconds