Searched refs:Problem (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/courgette/
H A Dcourgette_minimal_tool.cc29 void Problem(const char* message) { function
46 if (status == courgette::C_READ_OPEN_ERROR) Problem("Can't open file.");
47 if (status == courgette::C_WRITE_OPEN_ERROR) Problem("Can't open file.");
48 if (status == courgette::C_READ_ERROR) Problem("Can't read from file.");
49 if (status == courgette::C_WRITE_ERROR) Problem("Can't write to file.");
50 Problem("patch failed.");
H A Dcourgette_tool.cc41 void Problem(const char* format, ...) { function
53 Problem("Can't read %s file.", kind);
57 Problem("Can't read %s file.", kind);
68 Problem("Can't write output.");
70 Problem("Incomplete write.");
83 Problem("Can't parse input.");
91 Problem("Can't encode program.");
98 Problem("Can't serialize encoded program.");
104 Problem("Can't combine serialized encoded program streams.");
166 Problem("Ca
[all...]
/external/ceres-solver/internal/ceres/
H A Dproblem.cc40 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {} function in class:ceres::Problem
41 Problem::Problem(const Problem::Options& options) function in class:ceres::Problem
43 Problem::~Problem() {}
45 ResidualBlockId Problem::AddResidualBlock(
54 ResidualBlockId Problem::AddResidualBlock(
63 ResidualBlockId Problem
[all...]
H A Dc_api.cc47 using ceres::Problem;
57 return reinterpret_cast<ceres_problem_t*>(new Problem);
61 delete reinterpret_cast<Problem*>(problem);
151 Problem* ceres_problem = reinterpret_cast<Problem*>(problem);
175 Problem* problem = reinterpret_cast<Problem*>(c_problem);
H A Dcovariance.cc50 Problem* problem) {
H A Dproblem_test.cc119 TEST(Problem, AddResidualWithNullCostFunctionDies) {
122 Problem problem;
131 TEST(Problem, AddResidualWithIncorrectNumberOfParameterBlocksDies) {
134 Problem problem;
145 TEST(Problem, AddResidualWithDifferentSizesOnTheSameVariableDies) {
148 Problem problem;
156 TEST(Problem, AddResidualWithDuplicateParametersDies) {
159 Problem problem;
169 TEST(Problem, AddResidualWithIncorrectSizesOfParameterBlockDies) {
172 Problem proble
[all...]
H A Dsolver_test.cc90 Problem::Options problem_options;
92 Problem problem(problem_options);
163 Problem problem;
175 Problem problem;
187 Problem problem;
201 Problem problem;
215 Problem problem;
229 Problem problem;
H A Dcovariance_impl.h78 Problem::EvaluateOptions evaluate_options_;
H A Dproblem_impl.h31 // This is the implementation of the public Problem API. The pointer to
36 // to always put a Problem object into a scoped pointer; this needlessly muddies
70 explicit ProblemImpl(const Problem::Options& options);
137 bool Evaluate(const Problem::EvaluateOptions& options,
193 const Problem::Options options_;
H A Dsolver_impl_test.cc76 Problem::Options problem_options;
H A Dsystem_test.cc121 // Problem* mutable_problem();
158 ->Evaluate(Problem::EvaluateOptions(),
231 Problem* mutable_problem() { return &problem_; }
282 Problem problem_;
333 Problem* mutable_problem() { return &problem_; }
473 Problem problem_;
/external/ceres-solver/include/ceres/
H A Dcovariance.h43 class Problem;
177 // Problem problem;
180 // <Build Problem>
181 // <Solve Problem>
357 Problem* problem);
H A Dproblem.h32 // The Problem object is used to build and hold least squares problems.
66 // blocks from a Problem after adding them.
115 // Problem problem;
121 class CERES_EXPORT Problem { class in namespace:ceres
131 // These flags control whether the Problem object owns the cost
133 // the Problem. If set to TAKE_OWNERSHIP, then the problem object
171 // invocation Problem(Problem::Options()).
172 Problem();
173 explicit Problem(cons
[all...]
H A Dsolver.h47 class Problem;
961 Problem* problem,
967 Problem* problem,
/external/ceres-solver/examples/
H A Dhelloworld.cc41 using ceres::Problem;
65 Problem problem;
H A Dhelloworld_analytic_diff.cc41 using ceres::Problem;
90 Problem problem;
H A Dhelloworld_numeric_diff.cc40 using ceres::Problem;
61 Problem problem;
H A Dcircle_fit.cc64 using ceres::Problem;
128 Problem problem;
H A Dpowell.cc54 using ceres::Problem;
110 Problem problem;
H A Ddenoising.cc91 Problem* problem,
139 void SolveProblem(Problem* problem, PGMImage<double>* solution) {
209 ceres::Problem problem;
H A Dcurve_fitting.cc36 using ceres::Problem;
143 Problem problem;
H A Drobot_pose_mle.cc143 using ceres::Problem;
287 ceres::Problem problem;
H A Drobust_curve_fitting.cc119 using ceres::Problem;
145 Problem problem;
H A Dbundle_adjuster.cc250 void BuildProblem(BALProblem* bal_problem, Problem* problem) {
311 Problem problem;
/external/bison/lib/
H A Dargmatch.h61 # define invalid_arg(Context, Value, Problem) \
62 argmatch_invalid (Context, Value, Problem)

Completed in 243 milliseconds

12