Searched defs:Options (Results 1 - 11 of 11) 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/compile/llvm-ndk-cc/tests/
H A Dtest.py14 class Options(object): class in inherits:object
24 if Options.Verbose:
28 if Options.Verbose:
39 if Options.Verbose != 0:
57 if Options.Verbose > 1:
65 if Options.Verbose > 1:
93 if Options.Verbose:
97 if Options.Verbose:
108 if Options.Verbose:
114 if Options
[all...]
/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/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java50 public static class Options { class in class:Main
56 public static final Options sOptions = new Options();
/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/compile/llvm-ndk-cc/
H A DBackend.cpp108 llvm::TargetOptions Options; local
109 Options.NoFramePointerElim = mCodeGenOpts.DisableFPElim;
118 Options.FloatABIType = llvm::FloatABI::Hard;
119 Options.UseSoftFloat = false;
157 Options, RelocModel, CodeModel, OptLevel);
/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.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
49 * If set, decode methods that take the Options object will attempt to
63 * set in the Options structure is a way to see if the bitmap was reused,
125 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
146 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
291 * @param opts null-ok; Options that control downsampling and whether the
297 public static Bitmap decodeFile(String pathName, Options opts) {
336 InputStream is, Rect pad, Options opt
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h63 const llvm::TargetOptions &Options,
69 llvm::TargetMachine *tm = m_pT->createTargetMachine(pTriple, pCPU, pFeatures, Options, RM, CM, OL);
61 createTargetMachine(const std::string &pTriple, const std::string &pCPU, const std::string &pFeatures, const llvm::TargetOptions &Options, llvm::Reloc::Model RM = llvm::Reloc::Default, llvm::CodeModel::Model CM = llvm::CodeModel::Default, llvm::CodeGenOpt::Level OL = llvm::CodeGenOpt::Default) const argument
/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/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp231 // Command Line Options
240 // General Options
536 // Scripting Options
662 // ----- Set up General Options ----- //
775 // ----- Set up Script Options ----- //
1040 TargetOptions Options; local
1041 Options.LessPreciseFPMADOption = EnableFPMAD;
1042 Options.NoFramePointerElim = DisableFPElim;
1043 Options.NoFramePointerElimNonLeaf = DisableFPElimNonLeaf;
1044 Options
[all...]

Completed in 152 milliseconds