Home
last modified time | relevance | path

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

12345678

/external/ceres-solver/internal/ceres/
Dminimizer.h54 struct Options { struct
55 Options() { in Options() function
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() argument
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() 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() argument
73 static Evaluator* Create(const Options& options, argument
/external/skia/include/images/
DSkDecodingImageGenerator.h48 struct Options { struct
49 Options() in Options() function
55 Options(int sampleSize, bool dither) in Options() function
61 Options(int sampleSize, bool dither, SkColorType colorType) in Options() function
67 Options(int sampleSize, bool dither, SkColorType colorType, in Options() function
74 const int fSampleSize;
75 const bool fDitherImage;
99 * stream->duplicate(), SkDecodingImageGenerator::Options()); argument
/external/chromium_org/third_party/skia/include/images/
DSkDecodingImageGenerator.h48 struct Options { struct
49 Options() in Options() function
55 Options(int sampleSize, bool dither) in Options() function
61 Options(int sampleSize, bool dither, SkColorType colorType) in Options() function
67 Options(int sampleSize, bool dither, SkColorType colorType, in Options() function
74 const int fSampleSize;
75 const bool fDitherImage;
99 * stream->duplicate(), SkDecodingImageGenerator::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() argument
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() function
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/chromium_org/chromeos/dbus/
Dbluetooth_profile_manager_client.h34 struct CHROMEOS_EXPORT Options { struct
39 scoped_ptr<std::string> name;
42 scoped_ptr<std::string> service;
45 enum ProfileRole role;
48 scoped_ptr<uint16> channel;
51 scoped_ptr<uint16> psm;
54 scoped_ptr<bool> require_authentication;
57 scoped_ptr<bool> require_authorization;
60 scoped_ptr<bool> auto_connect;
86 const Options& options, argument
Dbluetooth_profile_service_provider.h50 struct CHROMEOS_EXPORT Options { struct
51 Options() {} in Options() function
52 ~Options() {} in ~Options() argument
55 uint16 version;
58 uint16 features;
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
Doptions.h31 struct Options { struct
41 const Comparator* comparator;
45 bool create_if_missing;
49 bool error_if_exists;
57 bool paranoid_checks;
62 Env* env;
68 Logger* info_log;
83 size_t write_buffer_size;
90 int max_open_files;
98 Cache* block_cache;
[all …]
/external/chromium_org/tools/clang/plugins/
DOptions.h10 struct Options { struct
11 Options() in Options() argument
16 bool check_base_classes;
17 bool check_weak_ptr_factory_order;
18 bool check_enum_last_value;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
Dtest_util.h19 struct Options { struct
24 int real_only_;
27 int verbose_;
30 int test_mode_;
33 int do_forward_tests_;
36 int do_inverse_tests_;
39 int min_fft_order_;
42 int max_fft_order_;
45 int fft_log_size_;
48 int scale_factor_;
[all …]
/external/chromium_org/third_party/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/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.h36 struct Options { struct
42 Options(bool UseSymbolTable = true, argument
51 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
/external/chromium_org/gpu/command_buffer/tests/
Dgl_manager.h43 struct Options { struct
63 void Initialize(const Options& options); argument
/external/chromium_org/base/threading/
Dthread.h37 struct BASE_EXPORT Options { struct
40 Options(); argument
46 MessageLoop::Type message_loop_type;
49 TimerSlack timer_slack;
55 MessagePumpFactory message_pump_factory;
79 // Start() or StartWithOptions(). If |use_mta| is false, the thread is also argument
/external/chromium_org/third_party/skia/src/images/
DSkScaledBitmapSampler.h37 struct Options { struct
41 explicit Options(const SkImageDecoder &dec) 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/stepping/
Dlldb-perf-stepping.cpp170 struct Options struct
179 Options() : in Options() argument

12345678