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

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
NumberParseException.java 25 public enum ErrorType {
42 private ErrorType errorType;
45 public NumberParseException(ErrorType errorType, String message) {
48 this.errorType = errorType;
54 public ErrorType getErrorType() {
55 return errorType;
60 return "Error type: " + errorType + ". " + message
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.h 28 // ErrorType is mainly decided by CorrectionType but it is also depending on if
30 typedef uint32_t ErrorType;
32 static const ErrorType NOT_AN_ERROR;
33 static const ErrorType MATCH_WITH_WRONG_CASE;
34 static const ErrorType MATCH_WITH_MISSING_ACCENT;
35 static const ErrorType MATCH_WITH_MISSING_EXPLICIT_ACCENT;
36 static const ErrorType MATCH_WITH_WRONG_ACCENT;
37 static const ErrorType MATCH_WITH_DIGRAPH;
40 static const ErrorType INTENTIONAL_OMISSION;
42 static const ErrorType EDIT_CORRECTION
    [all...]
  /system/core/crash_reporter/
user_collector.h 91 enum ErrorType {
106 std::string GetErrorTypeSignature(ErrorType error_type) const;
130 void EnqueueCollectionErrorLog(pid_t pid, ErrorType error_type,
147 ErrorType ValidateCoreFile(const base::FilePath &core_path) const;
161 ErrorType ConvertCoreToMinidump(pid_t pid,
165 ErrorType ConvertAndEnqueueCrash(pid_t pid, const std::string &exec_name,
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 208 class MagickPPExport ErrorType: public Error
211 explicit ErrorType(const std::string& what_);
212 explicit ErrorType(const std::string& what_,Exception *nested_);
213 ~ErrorType() throw();
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 60 enum ErrorType {
140 ArgStream addError(SourceRange Range, ErrorType Error);
154 ErrorType Type;
  /external/ImageMagick/Magick++/lib/
Exception.cpp 333 Magick::ErrorType::ErrorType(const std::string& what_)
338 Magick::ErrorType::ErrorType(const std::string& what_,Exception *nested_)
343 Magick::ErrorType::~ErrorType() throw()
793 return new ErrorType(message);
969 throw ErrorType(message,nestedException);
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 222 enum class ErrorType {
228 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
240 ErrorType Type;
243 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
251 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 575 enum ErrorType
589 ErrorType errorType,
607 const ErrorType m_errorType;
626 ErrorType errorType,
636 , m_errorType (errorType)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 850 typedef int (*ErrorType) (
891 ErrorType error; /* who to call when an error occurs */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 814 typedef int (*ErrorType) (
855 ErrorType error; /* who to call when an error occurs */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 834 ULONGLONG ErrorType:1;
wmidata.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1518 milliseconds