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

  /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...]
  /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
NumberParseException.java 31 public enum ErrorType {
59 private ErrorType errorType;
62 public NumberParseException(ErrorType errorType, String message) {
65 this.errorType = errorType;
72 public ErrorType getErrorType() {
73 return errorType;
78 return "Error type: " + errorType + ". " + message
    [all...]
  /external/v8/src/wasm/
wasm-result.h 131 enum ErrorType {
145 void Format(ErrorType error_type_, const char* fmt, va_list);
149 ErrorType error_type_ = kNone;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/
PlatformMemTest.h 130 EFI_DIMM_ERROR ErrorType;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvDiag.c 68 EFI_GUID *ErrorType;
89 ErrorType = NULL;
200 &ErrorType,
222 &ErrorType,
248 if (ErrorType!=NULL) {
249 FreePool(ErrorType);
250 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 332 Magick::ErrorType::ErrorType(const std::string& what_)
337 Magick::ErrorType::ErrorType(const std::string& what_,Exception *nested_)
342 Magick::ErrorType::~ErrorType() throw()
792 return new ErrorType(message);
975 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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 340 UINT8 ErrorType;
490 UINT8 ErrorType;
  /external/cldr/tools/java/org/unicode/cldr/test/
ConsoleCheckCLDR.java 244 static Counter<ErrorType> subtotalCount = new Counter<ErrorType>(true); // new ErrorCount();
245 static Counter<ErrorType> totalCount = new Counter<ErrorType>(true);
567 if (!statusType.equals(CheckStatus.errorType)) continue;
577 if (!status.isCheckOnSubmit() || !statusType.equals(CheckStatus.errorType)) continue;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 307 UINT8 ErrorType;
573 UINT64 ErrorType:3;
608 EFI_GUID ErrorType;
849 UINT8 ErrorType;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 789 milliseconds