Searched defs:Options (Results 26 - 50 of 238) sorted by relevance

12345678910

/external/chromium_org/third_party/skia/include/images/
H A DSkDecodingImageGenerator.h48 struct Options { struct in namespace:SkDecodingImageGenerator
49 Options() function in struct:SkDecodingImageGenerator::Options
55 Options(int sampleSize, bool dither) function in struct:SkDecodingImageGenerator::Options
61 Options(int sampleSize, bool dither, SkColorType colorType) function in struct:SkDecodingImageGenerator::Options
67 Options(int sampleSize, bool dither, SkColorType colorType, function in struct:SkDecodingImageGenerator::Options
99 * stream->duplicate(), SkDecodingImageGenerator::Options());
103 * @param Options (see above)
108 const Options& opt);
115 SkImageGenerator* Create(SkData* data, const Options& opt);
123 // data, SkDecodingImageGenerator::Options()), ds
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp23 AnalyzerOptions &Options)
24 : AnaCtxMgr(Options.UnoptimizedCFG,
27 Options.includeTemporaryDtorsInCFG(),
28 Options.shouldSynthesizeBodies(),
29 Options.shouldConditionalizeStaticInitializers()),
36 options(Options) {
17 AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags, const LangOptions &lang, const PathDiagnosticConsumers &PDC, StoreManagerCreator storemgr, ConstraintManagerCreator constraintmgr, CheckerManager *checkerMgr, AnalyzerOptions &Options) argument
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl638 Options: label
/external/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h26 StringRef CPU, StringRef FS, const TargetOptions &Options,
29 : TargetMachine(T, TT, CPU, FS, Options) {}
25 CPPTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/skia/include/images/
H A DSkDecodingImageGenerator.h48 struct Options { struct in namespace:SkDecodingImageGenerator
49 Options() function in struct:SkDecodingImageGenerator::Options
55 Options(int sampleSize, bool dither) function in struct:SkDecodingImageGenerator::Options
61 Options(int sampleSize, bool dither, SkColorType colorType) function in struct:SkDecodingImageGenerator::Options
67 Options(int sampleSize, bool dither, SkColorType colorType, function in struct:SkDecodingImageGenerator::Options
99 * stream->duplicate(), SkDecodingImageGenerator::Options());
103 * @param Options (see above)
108 const Options& opt);
115 SkImageGenerator* Create(SkData* data, const Options& opt);
123 // data, SkDecodingImageGenerator::Options()), ds
[all...]
/external/smack/src/org/xbill/DNS/
H A DOptions.java25 public final class Options { class
38 Options() {} method in class:Options
/external/chromium_org/base/threading/
H A Dsimple_thread.h60 class BASE_EXPORT Options { class in class:base::SimpleThread
62 Options() : stack_size_(0) { } function in class:base::SimpleThread::Options
63 ~Options() { }
79 SimpleThread(const std::string& name_prefix, const Options& options);
116 const Options options_;
136 const Options& options);
H A Dthread.cc42 const Thread::Options& options;
47 explicit StartupData(const Options& opt)
52 Thread::Options::Options() function in class:base::Thread::Options
58 Thread::Options::Options(MessageLoop::Type type, function in class:base::Thread::Options
65 Thread::Options::~Options() {
88 Options options;
96 bool Thread::StartWithOptions(const Options
[all...]
/external/ceres-solver/include/ceres/
H A Dproblem.h123 struct CERES_EXPORT Options { struct in class:ceres::Problem
124 Options() function in struct:ceres::Problem::Options
171 // invocation Problem(Problem::Options()).
173 explicit Problem(const Options& options);
195 // do this by setting the corresponding enums in the Options struct.
284 // If Problem::Options::enable_fast_removal is true, then the
373 // If Problem::Options::enable_fast_removal is true, then
381 // Options struct to control Problem::Evaluate.
/external/ceres-solver/internal/ceres/
H A Devaluator.h60 struct Options { struct in class:ceres::internal::Evaluator
61 Options() function in struct:ceres::internal::Evaluator::Options
73 static Evaluator* Create(const Options& options,
121 // Options struct to control Evaluator::Evaluate;
H A Dtrust_region_strategy.h58 struct Options { struct in class:ceres::internal::TrustRegionStrategy
59 Options() function in struct:ceres::internal::TrustRegionStrategy::Options
158 static TrustRegionStrategy* Create(const Options& options);
H A Dpreconditioner.h49 struct Options { struct in class:ceres::internal::Preconditioner
50 Options() function in struct:ceres::internal::Preconditioner::Options
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_pref_loader.h24 enum Options { enum in class:extensions::ExternalPrefLoader
36 ExternalPrefLoader(int base_path_id, Options options);
44 bool IsOptionSet(Options option) {
52 const Options options_;
/external/chromium_org/chrome/test/remoting/
H A Dinstall_and_launch_app.py29 from selenium.webdriver.chrome.options import Options namespace
140 options = Options()
/external/clang/lib/Index/
H A DSimpleFormatContext.h37 SimpleFormatContext(LangOptions Options) argument
43 Rewrite(Sources, Options) {
/external/clang/tools/libclang/
H A DCIndexer.h38 unsigned Options; // CXGlobalOptFlags. member in class:clang::CIndexer
44 Options(CXGlobalOpt_None) { }
57 unsigned getCXGlobalOptFlags() const { return Options; }
58 void setCXGlobalOptFlags(unsigned options) { Options = options; }
61 return Options & opt;
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp29 const TargetOptions &Options,
32 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
38 /// MSP430 Code Generator Pass Configuration Options.
27 MSP430TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/ppp/pppd/plugins/radius/
H A Dradrealms.c30 static option_t Options[] = { variable
145 add_options(Options);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb48 =begin rdoc ANTLR3::Main::Options
55 module Options module in class:ANTLR3.Main
81 o.separator 'Input Options:'
120 include Options
411 opt.separator "Debug Mode Options:"
540 opt.separator "Debug Mode Options:"
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_manager_client.h33 // Options used to register a Profile object.
34 struct CHROMEOS_EXPORT Options { struct in class:chromeos::BluetoothProfileManagerClient
35 Options();
36 ~Options();
86 const Options& options,
/external/chromium_org/content/public/test/
H A Dtest_browser_thread_bundle.h51 enum Options { enum in class:content::TestBrowserThreadBundle
/external/chromium_org/dbus/
H A Dtest_service.h33 // Options for the test service.
34 struct Options { struct in class:dbus::TestService
35 Options();
36 ~Options();
48 explicit TestService(const Options& options);
196 // Options to use when requesting service ownership.
/external/chromium_org/net/dns/
H A Dhost_resolver.cc29 PrioritizedDispatcher::Limits HostResolver::Options::GetDispatcherLimits()
86 HostResolver::Options::Options() function in class:net::HostResolver::Options
120 const Options& options,
127 return scoped_ptr<HostResolver>(new HostResolverImpl(Options(), net_log));
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DCythonize.py10 from Cython.Compiler import Options namespace
34 Options.directive_defaults))
35 directives = Options.parse_directive_list(
186 Options.error_on_unknown_names = False
187 Options.error_on_uninitialized = False
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAutoDocTransforms.py3 from Cython.Compiler import Options namespace
131 if not Options.docstrings:

Completed in 491 milliseconds

12345678910