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

1234567

/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl252 Options: label
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h270 TargetOptions Options; local
271 Options.LessPreciseFPMADOption = EnableFPMAD;
272 Options.NoFramePointerElim = DisableFPElim;
273 Options.AllowFPOpFusion = FuseFPOps;
274 Options.UnsafeFPMath = EnableUnsafeFPMath;
275 Options.NoInfsFPMath = EnableNoInfsFPMath;
276 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
277 Options.HonorSignDependentRoundingFPMathOption =
279 Options.UseSoftFloat = GenerateSoftFloatCalls;
281 Options
[all...]
/external/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h49 MCTargetOptions Options; local
50 Options.SanitizeAddress =
52 Options.MCRelaxAll = RelaxAll;
53 Options.DwarfVersion = DwarfVersion;
54 Options.ShowMCInst = ShowMCInst;
55 Options.ABIName = ABIName;
56 return Options;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl59 ## Options
92 Options: label
/external/llvm/tools/llvm-cov/
H A DCoverageReport.h24 const CoverageViewOptions &Options; member in class:llvm::CoverageReport
31 CoverageReport(const CoverageViewOptions &Options, argument
33 : Options(Options), Coverage(std::move(Coverage)) {}
H A Dgcov.cpp29 const GCOVOptions &Options) {
82 FileInfo FI(Options);
146 GCOVOptions Options(AllBlocks, BranchProb, BranchCount, FuncSummary,
151 Options);
26 reportCoverage(StringRef SourceFile, StringRef ObjectDir, const std::string &InputGCNO, const std::string &InputGCDA, bool DumpGCOV, const GCOVOptions &Options) argument
/external/libvncserver/x11vnc/misc/
H A Drx11vnc.pl43 Options: label
/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp18 #include "llvm/Support/Options.h"
59 LinkOptions Options; local
64 Options.Verbose = Verbose;
65 Options.NoOutput = NoOutput;
94 return !linkDwarf(OutputFile, **DebugMapPtrOrErr, Options);
/external/bison/doc/
H A Drefcard.tex313 Options can be used as: \kbd{bison {\it options} {\it filename}}
315 \section{Command Line Options}
/external/jdiff/src/jdiff/
H A DOptions.java13 public class Options { class
16 public Options() { method in class:Options
57 // Options to control JDiff
62 // Options to control the location of the XML files
69 // Options for the exclusion level for classes and members
156 Options.cmdOptions += " " + options[i][j];
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp51 const MCTargetOptions &Options) {
52 if (Options.getABIName().startswith("o32"))
54 else if (Options.getABIName().startswith("n32"))
56 else if (Options.getABIName().startswith("n64"))
58 else if (Options.getABIName().startswith("eabi"))
60 else if (!Options.getABIName().empty())
50 computeTargetABI(Triple TT, StringRef CPU, const MCTargetOptions &Options) argument
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_options.h45 struct Options { struct in namespace:google::protobuf::compiler::cpp
46 Options() : safe_boundary_check(false) { function in struct:google::protobuf::compiler::cpp::Options
/external/ceres-solver/include/ceres/
H A Dcovariance.h183 // Covariance::Options options;
202 struct CERES_EXPORT Options { struct in class:ceres::Covariance
203 Options() function in struct:ceres::Covariance::Options
329 explicit Covariance(const Options& options);
353 // Covariance::Options for more on the conditions under which this
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 Dline_search_direction.h43 struct Options { struct in class:ceres::internal::LineSearchDirection
44 Options() function in struct:ceres::internal::LineSearchDirection::Options
61 static LineSearchDirection* Create(const Options& options);
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);
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp23 AnalyzerOptions &Options,
25 : AnaCtxMgr(Options.UnoptimizedCFG,
28 Options.includeTemporaryDtorsInCFG(),
29 Options.shouldSynthesizeBodies(),
30 Options.shouldConditionalizeStaticInitializers(),
39 options(Options) {
17 AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags, const LangOptions &lang, const PathDiagnosticConsumers &PDC, StoreManagerCreator storemgr, ConstraintManagerCreator constraintmgr, CheckerManager *checkerMgr, AnalyzerOptions &Options, CodeInjector *injector) argument
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl638 Options: label
/external/llvm/include/llvm/Support/
H A DOptions.h1 //===- llvm/Support/Options.h - Debug options support -----------*- C++ -*-===//
47 // Options are keyed of the unique address of a static character synthesized
67 DenseMap<void *, cl::Option *> Options; member in class:llvm::OptionRegistry
74 /// Allocated cl::Options are owened by the OptionRegistry and are deallocated
91 /// Options are keyed off the template parameters to generate unique static
112 auto It = Options.find(&detail::OptionKey<ValT, Base, Mem>::ID);
113 assert(It != Options.end() && "Option not in OptionRegistry");
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp64 if (Options.DisableIntegratedAS)
67 if (Options.CompressDebugSections)
76 StringRef FS, TargetOptions Options,
79 : TargetMachine(T, DataLayoutString, Triple, CPU, FS, Options) {
162 if (Options.MCOptions.MCSaveTempLabels)
179 if (Options.MCOptions.ShowMCEncoding)
186 *Context, std::move(FOut), Options.MCOptions.AsmVerbose,
187 Options.MCOptions.MCUseDwarfDirectory, InstPrinter, MCE, MAB,
188 Options.MCOptions.ShowMCInst);
203 T, *Context, *MAB, Out, MCE, STI, Options
73 LLVMTargetMachine(const Target &T, StringRef DataLayoutString, StringRef Triple, StringRef CPU, StringRef FS, TargetOptions Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
[all...]
/external/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h27 const TargetOptions &Options, Reloc::Model RM,
29 : TargetMachine(T, "", TT, CPU, FS, Options) {}
26 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
91 * @param Options (see above)
96 const Options& opt);
103 SkImageGenerator* Create(SkData* data, const Options& opt);
111 // data, SkDecodingImageGenerator::Options()), dst, NULL);
116 // stream, SkDecodingImageGenerator::Options()), ds
[all...]
/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;

Completed in 997 milliseconds

1234567