| /external/ceres-solver/internal/ceres/ |
| D | minimizer.h | 54 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 …]
|
| D | line_search_direction.h | 43 struct Options { struct 44 Options() in Options() function 61 static LineSearchDirection* Create(const Options& options); argument
|
| D | preconditioner.h | 49 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;
|
| D | linear_solver.h | 93 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 …]
|
| D | line_search.h | 62 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 …]
|
| D | trust_region_strategy.h | 58 struct Options { struct 59 Options() in Options() argument 86 struct PerSolveOptions { argument
|
| D | evaluator.h | 60 struct Options { struct 61 Options() in Options() function 73 static Evaluator* Create(const Options& options, argument
|
| /external/blktrace/btreplay/doc/ |
| D | btreplay.tex | 243 \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/ |
| D | solver.h | 59 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 …]
|
| D | covariance.h | 202 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
|
| D | problem.h | 123 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/ |
| D | dump_syms_tool.mm | 51 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/ |
| D | Symbolize.h | 31 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/ |
| D | cpp_options.h | 45 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/ |
| D | memory_dump_provider.h | 28 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/ |
| D | minidump_upload.cc | 48 struct Options { struct 59 static void Start(Options *options) { in Start() argument
|
| /external/libchrome/base/threading/ |
| D | thread.h | 43 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/ |
| D | lldb-perf-stepping.cpp | 170 struct Options struct 179 Options() : in Options() argument
|
| /external/skia/src/images/ |
| D | SkScaledBitmapSampler.h | 37 struct Options { struct 41 explicit Options(const SkImageDecoder &dec) in Options() argument
|
| /external/libchrome/sandbox/linux/services/ |
| D | namespace_sandbox.h | 41 struct Options { struct 70 const Options& ns_sandbox_options); argument
|
| /external/lldb/tools/lldb-perf/common/clang/ |
| D | lldb_perf_clang.cpp | 281 struct Options struct 290 Options() : in Options() argument
|
| /external/protobuf/src/google/protobuf/io/ |
| D | gzip_stream.h | 121 struct Options { struct 137 Options(); // Initializes with default values. argument
|
| /external/vulkan-validation-layers/libs/vkjson/ |
| D | vkjson_info.cc | 40 struct Options { struct 47 bool ParseOptions(int argc, char* argv[], Options* options) { in ParseOptions() argument
|
| /external/libweave/examples/daemon/common/ |
| D | daemon.h | 21 struct Options { struct 29 << "\nOptions:\n" in ShowUsage() argument 38 bool Parse(int argc, char** argv) { in Parse()
|
| /external/llvm/include/llvm/Support/ |
| D | GCOV.h | 36 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 …]
|