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

1 2

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
NumberParseException.java 28 public enum ErrorType {
56 private ErrorType errorType;
59 public NumberParseException(ErrorType errorType, String message) {
62 this.errorType = errorType;
68 public ErrorType getErrorType() {
69 return errorType;
74 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...]
  /external/cros/system_api/dbus/authpolicy/
dbus-constants.h 21 enum ErrorType {
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
serialization.h 131 class ErrorType {
133 ErrorType() : error_code_(ErrorCode::NO_ERROR) {}
135 // ErrorType constructor for generic error codes. Explicitly not explicit,
136 // implicit conversion from ErrorCode to ErrorType is desirable behavior.
138 ErrorType(ErrorCode error_code) : error_code_(error_code) {}
140 // ErrorType constructor for encoding type errors.
141 ErrorType(ErrorCode error_code, EncodingClass encoding_class,
148 // Evaluates to true if the ErrorType represents an error.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/
PlatformMemTest.h 130 EFI_DIMM_ERROR ErrorType;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvDiag.c 69 EFI_GUID *ErrorType;
90 ErrorType = NULL;
192 &ErrorType,
214 &ErrorType,
240 if (ErrorType!=NULL) {
241 FreePool(ErrorType);
242 ErrorType = NULL;
  /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 672 enum ErrorType
686 ErrorType errorType,
706 const ErrorType m_errorType;
730 ErrorType errorType,
742 , 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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 340 UINT8 ErrorType;
490 UINT8 ErrorType;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 294 UINT8 ErrorType;
543 UINT64 ErrorType:3;
578 EFI_GUID ErrorType;
819 UINT8 ErrorType;
    [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 
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]
  /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/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/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 801 milliseconds

1 2