HomeSort by relevance Sort by last modified time
    Searched defs:Problem (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/courgette/
courgette_minimal_tool.cc 29 void Problem(const char* message) {
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.");
courgette_tool.cc 41 void Problem(const char* format, ...) {
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("Can't parse program input.")
    [all...]
  /external/ceres-solver/internal/ceres/
problem.cc 32 #include "ceres/problem.h"
40 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {}
41 Problem::Problem(const Problem::Options& options)
43 Problem::~Problem() {}
45 ResidualBlockId Problem::AddResidualBlock(
54 ResidualBlockId Problem::AddResidualBlock
    [all...]
  /external/ceres-solver/include/ceres/
problem.h 32 // The Problem object is used to build and hold least squares problems.
66 // blocks from a Problem after adding them.
82 // example, in a structure from motion problem a residual
100 // The canonical example of a sparse least squares problem is
106 // To create a least squares problem, use the AddResidualBlock() and
108 // squares problem containing 3 parameter blocks of sizes 3, 4 and 5
115 // Problem problem;
117 // problem.AddResidualBlock(new MyUnaryCostFunction(...), x1);
118 // problem.AddResidualBlock(new MyBinaryCostFunction(...), x2, x3)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 

Completed in 159 milliseconds