HomeSort by relevance Sort by last modified time
    Searched refs:DID_NOT_RUN (Results 1 - 4 of 4) sorted by null

  /external/ceres-solver/internal/ceres/
solver.cc 72 : termination_type(DID_NOT_RUN),
103 if (termination_type == DID_NOT_RUN) {
105 << "Solver terminated with DID_NOT_RUN but the solver did not "
108 return report + "Termination: DID_NOT_RUN, because " + error;
133 if (termination_type == DID_NOT_RUN) {
201 if (termination_type == DID_NOT_RUN) {
203 << "Solver terminated with DID_NOT_RUN but the solver did not "
207 "DID_NOT_RUN");
types.cc 160 CASESTR(DID_NOT_RUN);
solver_impl_test.cc 831 EXPECT_EQ(summary.termination_type, DID_NOT_RUN);
842 EXPECT_EQ(summary.termination_type, DID_NOT_RUN);
  /external/ceres-solver/include/ceres/
types.h 201 DID_NOT_RUN,

Completed in 58 milliseconds