Searched refs:Problem (Results 1 - 25 of 37) sorted by last modified time

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/examples/
H A Dbundle_adjuster.cc250 void BuildProblem(BALProblem* bal_problem, Problem* problem) {
311 Problem problem;
H A Dcircle_fit.cc64 using ceres::Problem;
128 Problem problem;
H A Dcurve_fitting.cc36 using ceres::Problem;
143 Problem problem;
H A Ddenoising.cc91 Problem* problem,
139 void SolveProblem(Problem* problem, PGMImage<double>* solution) {
209 ceres::Problem problem;
H A Dellipse_approximation.cc360 ceres::Problem* problem,
378 // Problem configuration.
410 ceres::Problem problem;
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 Dlibmv_bundle_adjuster.cc291 LOG(FATAL) << "Problem file is stored in unknown endian type.";
384 LOG(FATAL) << "Problem file contains markers stored in unknown space.";
655 ceres::Problem::Options problem_options;
656 ceres::Problem problem(problem_options);
H A Dlibmv_homography.cc336 ceres::Problem problem;
H A Dmore_garbow_hillstrom.cc276 Problem problem;
311 Problem problem;
347 std::cout << "Problem " << n << " : " \
351 std::cout << "Problem " << n << " : " \
H A Dnist.cc425 ceres::Problem problem;
H A Dpowell.cc54 using ceres::Problem;
110 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 Dsimple_bundle_adjuster.cc192 ceres::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/internal/ceres/
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 Dcovariance_impl.h78 Problem::EvaluateOptions evaluate_options_;

Completed in 367 milliseconds

12