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

123456789

/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl252 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/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 GCOV::Options &Options) {
82 FileInfo FI(Options);
146 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary,
151 Options);
26 reportCoverage(StringRef SourceFile, StringRef ObjectDir, const std::string &InputGCNO, const std::string &InputGCDA, bool DumpGCOV, const GCOV::Options &Options) argument
/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/libchrome/sandbox/linux/services/
H A Dnamespace_sandbox.h41 struct Options { struct in class:sandbox::NamespaceSandbox
42 Options();
43 ~Options();
70 const Options& ns_sandbox_options);
74 const Options& ns_sandbox_options);
/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/webrtc/webrtc/p2p/base/
H A Dpacketsocketfactory.h23 enum Options { enum in class:rtc::PacketSocketFactory
/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);
/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/libchrome/base/json/
H A Djson_writer.h21 enum Options { enum in class:base::JSONWriter
45 // Same as above but with |options| which is a bunch of JSONWriter::Options
/external/libchrome/base/trace_event/
H A Dmemory_dump_provider.h28 struct Options { struct in class:base::trace_event::MemoryDumpProvider
29 Options() : target_pid(kNullProcessId) {} function in struct:base::trace_event::MemoryDumpProvider::Options
30 explicit Options(ProcessId target_pid) : target_pid(target_pid) {} function in struct:base::trace_event::MemoryDumpProvider::Options
/external/libweave/third_party/chromium/base/json/
H A Djson_writer.h21 enum Options { enum in class:base::JSONWriter
45 // Same as above but with |options| which is a bunch of JSONWriter::Options
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h273 TargetOptions Options; local
274 Options.LessPreciseFPMADOption = EnableFPMAD;
275 Options.AllowFPOpFusion = FuseFPOps;
276 Options.Reciprocals = TargetRecip(ReciprocalOps);
277 Options.UnsafeFPMath = EnableUnsafeFPMath;
278 Options.NoInfsFPMath = EnableNoInfsFPMath;
279 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
280 Options.HonorSignDependentRoundingFPMathOption =
283 Options.FloatABIType = FloatABIForCalls;
284 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/lib/CodeGen/
H A DLLVMTargetMachine.cpp65 if (Options.DisableIntegratedAS)
68 if (Options.CompressDebugSections)
77 StringRef FS, TargetOptions Options,
80 : TargetMachine(T, DataLayoutString, TT, CPU, FS, Options) {
98 if (TM->Options.EmulatedTLS)
165 if (Options.MCOptions.MCSaveTempLabels)
182 if (Options.MCOptions.ShowMCEncoding)
189 *Context, std::move(FOut), Options.MCOptions.AsmVerbose,
190 Options.MCOptions.MCUseDwarfDirectory, InstPrinter, MCE, MAB,
191 Options
74 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/CppBackend/
H A DCPPTargetMachine.h27 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
29 : TargetMachine(T, "", TT, CPU, FS, Options) {}
26 CPPTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/libchrome/base/threading/
H A Dsimple_thread.h61 class BASE_EXPORT Options { class in class:base::SimpleThread
63 Options() : stack_size_(0), priority_(ThreadPriority::NORMAL) {} function in class:base::SimpleThread::Options
64 explicit Options(ThreadPriority priority) function in class:base::SimpleThread::Options
66 ~Options() {}
87 SimpleThread(const std::string& name_prefix, const Options& options);
118 const Options options_;
138 const Options& options);
H A Dthread.cc39 Thread::Options::Options() function in class:base::Thread::Options
46 Thread::Options::Options(MessageLoop::Type type, function in class:base::Thread::Options
54 Thread::Options::~Options() {
78 Options options;
86 bool Thread::StartWithOptions(const Options& options) {
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DArbitraryMeasurementWorker.java36 private final Options options;
45 this.options = new Options(workerOptions);
66 private static class Options { class in class:ArbitraryMeasurementWorker
69 Options(Map<String, String> options) { method in class:ArbitraryMeasurementWorker.Options

Completed in 2091 milliseconds

123456789