Home
last modified time | relevance | path

Searched refs:DID_NOT_RUN (Results 1 – 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver.cc88 termination_type(DID_NOT_RUN), in Summary()
131 if (termination_type == DID_NOT_RUN) { in BriefReport()
164 if (termination_type == DID_NOT_RUN) { in FullReport()
308 if (termination_type == DID_NOT_RUN) { in FullReport()
Dtypes.cc290 CASESTR(DID_NOT_RUN); in SolverTerminationTypeToString()
Dline_search_minimizer.cc195 summary->termination_type = DID_NOT_RUN; in Minimize()
Dsolver_impl_test.cc763 EXPECT_EQ(summary.termination_type, DID_NOT_RUN); in TEST()
774 EXPECT_EQ(summary.termination_type, DID_NOT_RUN); in TEST()
/external/ceres-solver/include/ceres/
Dtypes.h299 DID_NOT_RUN, enumerator