Searched refs:FATAL (Results 1 - 25 of 365) sorted by path

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java50 static final int FATAL = 0; field in class:XSLTAttributeDef
65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
421 * @return one of XSLAttributeDef.FATAL, XSLAttributeDef.ERROR, XSLAttributeDef.WARNING
1656 case (FATAL):
/external/bison/
H A Dmaint.mk400 # "FATAL:" should be fully upper-cased in error messages
405 { echo '$(ME): use FATAL, WARNING or warning' 1>&2; \
412 | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \
/external/ceres-solver/examples/
H A Dbal_problem.cc52 LOG(FATAL) << "Invalid UW data file.";
75 LOG(FATAL) << "Error: unable to open file " << filename;
140 LOG(FATAL) << "Error: unable to open file " << filename;
H A Dbundle_adjuster.cc184 LOG(FATAL) << "Unknown block type for inner iterations: "
H A Dlibmv_bundle_adjuster.cc291 LOG(FATAL) << "Problem file is stored in unknown endian type.";
324 LOG(FATAL) << "Entered non-implemented part of endian switching function.";
384 LOG(FATAL) << "Problem file contains markers stored in unknown space.";
H A Dnist.cc515 LOG(FATAL) << "Must specify the directory containing the NIST problems";
H A Dpowell.cc128 LOG_IF(FATAL, !ceres::StringToMinimizerType(FLAGS_minimizer,
H A Dsimple_bundle_adjuster.cc103 LOG(FATAL) << "Invalid UW data file.";
/external/ceres-solver/include/ceres/internal/
H A Dnumeric_diff.h197 LOG(FATAL) << "Control should never reach here.";
/external/ceres-solver/internal/ceres/
H A Dblas.cc57 LOG(FATAL) << "Ceres was built without a BLAS library.";
H A Dcallbacks.cc97 LOG(FATAL) << "Unknown minimizer type.";
H A Dcgnr_solver.cc49 LOG(FATAL) << "CGNR only supports IDENTITY and JACOBI preconditioners.";
H A Dfile.cc46 LOG(FATAL) << "Couldn't write to file: " << filename;
56 LOG(FATAL) << "Couldn't read file: " << filename;
71 LOG(FATAL) << "Couldn't read all of " << filename
H A Diterative_schur_complement_solver.cc147 LOG(FATAL) << "Unknown Preconditioner Type";
H A Dlapack.cc75 LOG(FATAL) << "Ceres was built without a BLAS library.";
86 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
103 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
117 LOG(FATAL) << "Ceres was built without a LAPACK library.";
138 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
156 LOG(FATAL) << "Ceres was built without a LAPACK library.";
181 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
H A Dline_search.cc208 LOG(FATAL) << "Ceres bug: No handler for interpolation_type: "
H A Dline_search_direction.cc79 LOG(FATAL) << "Unknown nonlinear conjugate gradient type: " << type_;
H A Dlinear_least_squares_problems.cc60 LOG(FATAL) << "Unknown problem id requested " << id;
621 LOG(FATAL) << "Unknown DumpFormatType " << dump_format_type;
H A Dlinear_solver.cc104 LOG(FATAL) << "Unknown linear solver type :"
106 return NULL; // MSVC doesn't understand that LOG(FATAL) never returns.
H A Dminimizer.cc64 LOG(FATAL) << "Unknown type of user callback status";
H A Dparameter_block_test.cc98 LOG(FATAL) << "Shouldn't get called.";
H A Dproblem_impl.cc267 LOG(FATAL) << "Duplicate parameter blocks in a residual parameter "
H A Dreorder_program.cc81 LOG(FATAL) << "Congratulations, you found a Ceres bug! "
114 LOG(FATAL) << "Congratulations, you found a Ceres bug! "
H A Dschur_complement_solver.cc261 LOG(FATAL) << "Unknown sparse linear algebra library : "
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h40 // LOG(FATAL),
113 const int FATAL = -3; variable
126 const int FATAL = ::FATAL; member in namespace:google
186 ANDROID_LOG_FATAL, // LOG(FATAL)
196 int android_level_index = std::min(std::max(FATAL, severity_),
197 kMaxVerboseLevel) - FATAL;
204 if (severity_ == FATAL) {
217 // Android logging at level FATAL does not terminate execution, so abort()
219 if (severity_ == FATAL) {
[all...]

Completed in 1944 milliseconds

1234567891011>>