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

1234567891011

/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl254 Options: label
/external/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h61 MCTargetOptions Options; local
62 Options.SanitizeAddress =
64 Options.MCRelaxAll = RelaxAll;
65 Options.MCIncrementalLinkerCompatible = IncrementalLinkerCompatible;
66 Options.DwarfVersion = DwarfVersion;
67 Options.ShowMCInst = ShowMCInst;
68 Options.ABIName = ABIName;
69 Options.MCFatalWarnings = FatalWarnings;
70 Options.MCNoWarn = NoWarn;
71 return Options;
[all...]
/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 DSourceCoverageViewHTML.h75 const CoverageViewOptions &Options,
77 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) {
74 SourceCoverageViewHTML(StringRef SourceName, const MemoryBuffer &File, const CoverageViewOptions &Options, coverage::CoverageData &&CoverageInfo) argument
H A DSourceCoverageViewText.h75 const CoverageViewOptions &Options,
77 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) {
74 SourceCoverageViewText(StringRef SourceName, const MemoryBuffer &File, const CoverageViewOptions &Options, coverage::CoverageData &&CoverageInfo) argument
/external/ImageMagick/Magick++/lib/Magick++/
H A DOptions.h6 // Definition of Options
8 // Options which may be applied to an image. These options are the
28 class Options class in namespace:Magick
33 Options(void);
36 Options(const Options& options_);
39 ~Options();
322 Options(const MagickCore::ImageInfo *imageInfo_,
329 Options& operator=(const Options
[all...]
/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/DebugInfo/CodeView/
H A DMethodListRecordBuilder.cpp20 MethodOptions Options, TypeIndex Type,
26 Flags |= static_cast<uint16_t>(Options);
19 writeMethod(MemberAccess Access, MethodKind Kind, MethodOptions Options, TypeIndex Type, int32_t VTableSlotOffset) argument
/external/skia/include/encode/
H A DSkWebpEncoder.h22 struct SK_API Options { struct in namespace:SkWebpEncoder
52 SK_API bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options);
/external/skqp/include/encode/
H A DSkWebpEncoder.h22 struct SK_API Options { struct in namespace:SkWebpEncoder
52 SK_API bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options);
/external/skqp/src/gpu/text/
H A DGrAtlasTextContext.h30 struct Options { struct in class:GrAtlasTextContext
45 static std::unique_ptr<GrAtlasTextContext> Make(const Options& options);
62 GrAtlasTextContext(const Options& options);
/external/tensorflow/tensorflow/core/lib/io/
H A Dtable_options.h35 // Options to control the behavior of a table (passed to Table::Open)
36 struct Options { struct in namespace:tensorflow::table
/external/v8/tools/clang/plugins/
H A DOptions.h10 struct Options { struct in namespace:chrome_checker
/external/webrtc/webrtc/p2p/base/
H A Dpacketsocketfactory.h23 enum Options { enum in class:rtc::PacketSocketFactory
/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.pl640 Options: label
/external/libchrome/base/json/
H A Djson_writer.h21 enum Options { enum in class:base::JSONWriter
47 // Same as above but with |options| which is a bunch of JSONWriter::Options
/external/libchrome/base/trace_event/
H A Dmemory_dump_provider.h22 struct Options { struct in class:base::trace_event::MemoryDumpProvider
23 Options() function in struct:base::trace_event::MemoryDumpProvider::Options
/external/libmojo/mojo/edk/embedder/
H A Dnamed_platform_channel_pair.h31 struct Options { struct in class:mojo::edk::NamedPlatformChannelPair
40 NamedPlatformChannelPair(const Options& options = {});
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h288 TargetOptions Options; local
289 Options.LessPreciseFPMADOption = EnableFPMAD;
290 Options.AllowFPOpFusion = FuseFPOps;
291 Options.Reciprocals = TargetRecip(ReciprocalOps);
292 Options.UnsafeFPMath = EnableUnsafeFPMath;
293 Options.NoInfsFPMath = EnableNoInfsFPMath;
294 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
295 Options.HonorSignDependentRoundingFPMathOption =
298 Options.FloatABIType = FloatABIForCalls;
299 Options
[all...]
/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 owned 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/include/llvm/Transforms/
H A DInstrProfiling.h30 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {} argument
36 InstrProfOptions Options; member in class:llvm::InstrProfiling
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp70 if (Options.DisableIntegratedAS)
73 TmpAsmInfo->setPreserveAsmComments(Options.MCOptions.PreserveAsmComments);
75 if (Options.CompressDebugSections)
78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations);
80 if (Options.ExceptionModel != ExceptionHandling::None)
81 TmpAsmInfo->setExceptionsType(Options.ExceptionModel);
89 StringRef FS, TargetOptions Options,
92 : TargetMachine(T, DataLayoutString, TT, CPU, FS, Options) {
127 if (TM->Options.EmulatedTLS)
201 if (Options
86 LLVMTargetMachine(const Target &T, StringRef DataLayoutString, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
[all...]
/external/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp42 const TargetOptions &Options,
40 LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, StringRef FeatureString, const TargetMachine &TM, const TargetOptions &Options, CodeModel::Model CodeModel, CodeGenOpt::Level OptLevel) argument
H A DLanaiTargetMachine.cpp58 const TargetOptions &Options,
63 FeatureString, Options, getEffectiveRelocModel(TT, RM),
65 Subtarget(TT, Cpu, FeatureString, *this, Options, CodeModel, OptLevel),
77 // Lanai Code Generator Pass Configuration Options.
56 LanaiTargetMachine(const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, const TargetOptions &Options, Optional<Reloc::Model> RM, CodeModel::Model CodeModel, CodeGenOpt::Level OptLevel) argument

Completed in 610 milliseconds

1234567891011