/external/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 252 Options: label
|
/external/llvm/include/llvm/MC/ |
H A D | MCTargetOptionsCommandFlags.h | 61 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 D | symshift.pl | 59 ## Options 92 Options: label
|
/external/llvm/tools/llvm-cov/ |
H A D | CoverageReport.h | 24 const CoverageViewOptions &Options; member in class:llvm::CoverageReport 31 CoverageReport(const CoverageViewOptions &Options, argument 33 : Options(Options), Coverage(std::move(Coverage)) {}
|
H A D | gcov.cpp | 29 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/ImageMagick/Magick++/lib/Magick++/ |
H A D | Options.h | 6 // 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/bison/doc/ |
H A D | refcard.tex | 313 Options can be used as: \kbd{bison {\it options} {\it filename}} 315 \section{Command Line Options}
|
/external/jdiff/src/jdiff/ |
H A D | Options.java | 13 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 D | namespace_sandbox.h | 41 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 D | cpp_options.h | 45 struct Options { struct in namespace:google::protobuf::compiler::cpp 46 Options() : safe_boundary_check(false) { function in struct:google::protobuf::compiler::cpp::Options
|
/external/v8/build/ |
H A D | write_buildflag_header.py | 22 class Options: class in inherits: 72 return Options(output=output,
|
/external/webrtc/webrtc/p2p/base/ |
H A D | packetsocketfactory.h | 23 enum Options { enum in class:rtc::PacketSocketFactory
|
/external/ceres-solver/include/ceres/ |
H A D | covariance.h | 183 // 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
|
/external/ceres-solver/internal/ceres/ |
H A D | line_search_direction.h | 43 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 D | AnalysisManager.cpp | 23 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 D | filterRFC3454.pl | 638 Options: label
|
/external/libchrome/base/json/ |
H A D | json_writer.h | 21 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 D | memory_dump_provider.h | 28 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 D | json_writer.h | 21 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 D | CommandFlags.h | 273 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 D | Options.h | 1 //===- 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 D | LLVMTargetMachine.cpp | 65 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 D | CPPTargetMachine.h | 27 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 D | simple_thread.h | 61 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 D | thread.cc | 39 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) {
|