Home
last modified time | relevance | path

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

123456789

/external/ceres-solver/internal/ceres/
Dminimizer.h54 struct Options { struct
55 Options() { in Options() argument
59 explicit Options(const Solver::Options& options) { in Options() function
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() function
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() argument
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() argument
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() argument
86 struct PerSolveOptions { argument
Devaluator.h60 struct Options { struct
61 Options() in Options() function
73 static Evaluator* Create(const Options& options, 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() argument
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/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h31 struct Options { struct
38 Options(FunctionNameKind PrintFunctions = FunctionNameKind::LinkageName, argument
46 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_options.h45 struct Options { struct
46 Options() : safe_boundary_check(false) { in Options() argument
48 string dllexport_decl;
49 bool safe_boundary_check;
/external/libchrome/base/trace_event/
Dmemory_dump_provider.h28 struct Options { struct
29 Options() : target_pid(kNullProcessId) {} in Options() argument
30 explicit Options(ProcessId target_pid) : target_pid(target_pid) {} in Options() function
36 ProcessId target_pid;
/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc48 struct Options { struct
59 static void Start(Options *options) { in Start() argument
/external/libchrome/base/threading/
Dthread.h43 struct BASE_EXPORT Options { struct
46 Options(); argument
52 MessageLoop::Type message_loop_type;
55 TimerSlack timer_slack;
61 MessagePumpFactory message_pump_factory;
88 // Start() or StartWithOptions(). If |use_mta| is false, the thread is also 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/libchrome/sandbox/linux/services/
Dnamespace_sandbox.h41 struct Options { struct
70 const Options& ns_sandbox_options); argument
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp281 struct Options struct
290 Options() : in Options() argument
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.h121 struct Options { struct
137 Options(); // Initializes with default values. argument
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson_info.cc40 struct Options { struct
47 bool ParseOptions(int argc, char* argv[], Options* options) { in ParseOptions() argument
/external/libweave/examples/daemon/common/
Ddaemon.h21 struct Options { struct
29 << "\nOptions:\n" in ShowUsage() argument
38 bool Parse(int argc, char** argv) { in Parse()
/external/llvm/include/llvm/Support/
DGCOV.h36 struct Options { struct
37 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) in Options() argument
41 bool AllBlocks;
42 bool BranchInfo;
43 bool BranchCount;
44 bool FuncCoverage;
45 bool PreservePaths;
46 bool UncondBranch;
47 bool LongFileNames;
48 bool NoOutput;
[all …]

123456789