Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 25 of 162) sorted by relevance

1234567

/external/ceres-solver/internal/ceres/
Dminimizer.h54 struct Options { struct
55 Options() { in Options() argument
59 explicit Options(const Solver::Options& options) { in Options() argument
63 void Init(const Solver::Options& options) { in Init() argument
120 int max_num_iterations;
121 double max_solver_time_in_seconds;
122 int num_threads;
129 int max_step_solver_retries;
130 double gradient_tolerance;
131 double parameter_tolerance;
[all …]
Dline_search_direction.h43 struct Options { struct
44 Options() in Options() argument
61 static LineSearchDirection* Create(const Options& options); argument
Dpreconditioner.h49 struct Options { struct
50 Options() in Options() function
60 PreconditionerType type;
61 VisibilityClusteringType visibility_clustering_type;
62 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type;
65 int num_threads;
83 vector<int> elimination_groups;
94 int row_block_size;
95 int e_block_size;
96 int f_block_size;
Dlinear_solver.h93 struct Options { struct
94 Options() in Options() function
111 LinearSolverType type;
112 PreconditionerType preconditioner_type;
113 VisibilityClusteringType visibility_clustering_type;
114 DenseLinearAlgebraLibraryType dense_linear_algebra_library_type;
115 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type;
118 bool use_postordering;
119 bool dynamic_sparsity;
123 int min_num_iterations;
[all …]
Dline_search.h62 struct Options { struct
63 Options() in Options() function
77 LineSearchInterpolationType interpolation_type;
90 double sufficient_decrease;
100 double max_step_contraction;
109 double min_step_contraction;
113 double min_step_size;
118 int max_num_iterations;
133 double sufficient_curvature_decrease;
144 double max_step_expansion;
[all …]
Dtrust_region_strategy.h58 struct Options { struct
59 Options() in Options() function
86 struct PerSolveOptions { argument
Devaluator.h60 struct Options { struct
61 Options() in Options() function
73 static Evaluator* Create(const Options& options, argument
/external/skia/include/images/
DSkDecodingImageGenerator.h48 struct Options { struct
49 Options() in Options() argument
55 Options(int sampleSize, bool dither) in Options() argument
61 Options(int sampleSize, bool dither, SkColorType colorType) in Options() argument
67 Options(int sampleSize, bool dither, SkColorType colorType, in Options() function
91 * @param Options (see above) argument
/external/blktrace/btreplay/doc/
Dbtreplay.tex243 \subsection{\texttt{btrecord} Command Line Options}
263 \subsubsection{\label{sec:c-o-d}\texttt{-d} or
270 \subsubsection{\label{sec:c-o-D}\texttt{-D} or
277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
284 \subsubsection{\texttt{-h} or \texttt{--help}\\Display Help Message}
285 \subsubsection{\texttt{-V} or \texttt{--version}\\Display
301 \subsubsection{\label{sec:c-o-m}\texttt{-m} or
313 \subsubsection{\label{sec:c-o-M}\texttt{-M} or
323 \subsubsection{\label{sec:c-o-o}\texttt{-o} or
341 \subsubsection{\label{sec:c-o-v}\texttt{-v} or
[all …]
/external/ceres-solver/include/ceres/
Dsolver.h59 struct CERES_EXPORT Options { struct
61 Options() { in Options() function
169 MinimizerType minimizer_type;
171 LineSearchDirectionType line_search_direction_type;
172 LineSearchType line_search_type;
173 NonlinearConjugateGradientType nonlinear_conjugate_gradient_type;
199 int max_lbfgs_rank;
221 bool use_approximate_eigenvalue_bfgs_scaling;
228 LineSearchInterpolationType line_search_interpolation_type;
232 double min_line_search_step_size;
[all …]
Dcovariance.h202 struct CERES_EXPORT Options { struct
203 Options() in Options() argument
248 CovarianceAlgorithmType algorithm_type;
281 double min_reciprocal_condition_number;
329 explicit Covariance(const Options& options); argument
Dproblem.h123 struct CERES_EXPORT Options { struct
124 Options() in Options() function
138 Ownership cost_function_ownership;
139 Ownership loss_function_ownership;
140 Ownership local_parameterization_ownership;
171 // invocation Problem(Problem::Options()). argument
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.mm51 struct Options { struct
54 NSString *srcPath;
55 NSString *dsymPath;
56 const NXArchInfo *arch;
57 bool cfi;
58 bool handle_inter_cu_refs;
61 static bool StackFrameEntryComparator(const Module::StackFrameEntry* a,
68 static void CopyCFIDataBetweenModules(Module* to_module,
105 static bool Start(const Options &options) { argument
199 static void SetupOptions(int argc, const char *argv[], Options *options) { argument
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_options.h45 struct Options { struct
46 Options() : safe_boundary_check(false) { in Options() function
48 string dllexport_decl;
49 bool safe_boundary_check;
/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc48 struct Options { struct
59 static void Start(Options *options) { in Start() argument
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.h37 struct Options { struct
44 Options(bool UseSymbolTable = true, argument
53 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
/external/lldb/tools/lldb-perf/common/stepping/
Dlldb-perf-stepping.cpp170 struct Options struct
179 Options() : in Options() argument
/external/skia/src/images/
DSkScaledBitmapSampler.h37 struct Options { struct
41 explicit Options(const SkImageDecoder &dec) in Options() argument
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp281 struct Options struct
290 Options() : in Options() function
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.h121 struct Options { struct
137 Options(); // Initializes with default values. argument
/external/skia/include/core/
DSkImageGenerator.h136 struct Options { struct
137 Options() in Options() function
140 ZeroInitialized fZeroInitialized;
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp68 const TargetOptions &Options) { in computeTargetABI()
119 const TargetOptions &Options, in computeDataLayout()
176 const TargetOptions &Options, in ARMBaseTargetMachine()
236 StringRef FS, const TargetOptions &Options, in ARMTargetMachine()
250 const TargetOptions &Options, in ARMLETargetMachine()
259 const TargetOptions &Options, in ARMBETargetMachine()
268 const TargetOptions &Options, in ThumbTargetMachine()
280 const TargetOptions &Options, in ThumbLETargetMachine()
289 const TargetOptions &Options, in ThumbBETargetMachine()
/external/llvm/tools/llvm-cov/
DCoverageReport.h24 const CoverageViewOptions &Options; variable
31 CoverageReport(const CoverageViewOptions &Options, in CoverageReport()
/external/llvm/tools/lto/
Dlto.cpp134 llvm::TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in lto_module_create() local
140 llvm::TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in lto_module_create_from_fd() local
150 llvm::TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in lto_module_create_from_fd_at_offset() local
157 llvm::TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in lto_module_create_from_memory() local
165 llvm::TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in lto_module_create_from_memory_with_path() local
173 llvm::TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in lto_module_create_in_local_context() local
183 llvm::TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in lto_module_create_in_codegen_context() local
236 TargetOptions Options = InitTargetOptionsFromCodeGenFlags(); in createCodeGen() local
/external/skia/include/gpu/
DGrContext.h49 struct Options { struct
50 Options() : fDrawPathToCompressedTexture(false), fSuppressPrints(false) { } in Options() function
62 static GrContext* Create(GrBackend, GrBackendContext, const Options* opts = NULL); argument

1234567