Searched defs:Problem (Results 1 - 5 of 5) sorted by path

/external/ceres-solver/include/ceres/
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...]
/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...]
/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/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 ...

Completed in 587 milliseconds