HomeSort by relevance Sort by last modified time
    Searched refs:ErrorType (Results 1 - 25 of 43) 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...]
  /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/compiler-rt/lib/ubsan/
ubsan_handlers.cc 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
48 ErrorType ET;
50 ET = ErrorType::NullPointerUse;
52 ET = ErrorType::MisalignedPointerUse;
54 ET = ErrorType::InsufficientObjectSize;
70 case ErrorType::NullPointerUse:
74 case ErrorType::MisalignedPointerUse:
80 case ErrorType::InsufficientObjectSize:
112 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflo
    [all...]
ubsan_handlers_cxx.cc 47 ErrorType ET = ErrorType::DynamicTypeMismatch;
101 ErrorType ET = ErrorType::CFIBadType;
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);
ubsan_diag.cc 46 static const char *ConvertTypeToString(ErrorType Type) {
49 case ErrorType::Name: \
54 UNREACHABLE("unknown ErrorType!");
57 static const char *ConvertTypeToFlagName(ErrorType Type) {
60 case ErrorType::Name: \
65 UNREACHABLE("unknown ErrorType!");
68 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) {
72 Type = ErrorType::GenericUB;
366 ErrorType Type)
404 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename)
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/
DriverDiagnostics.c 33 OUT EFI_GUID **ErrorType,
62 OUT EFI_GUID **ErrorType,
90 ErrorType - A GUID that defines the format of the data returned in
95 ErrorType. Buffer is allocated by this function with
106 EFI_INVALID_PARAMETER - ErrorType is NULL.
119 the status information in ErrorType, BufferSize,
134 ErrorType == NULL ||
172 *ErrorType = NULL;
175 *ErrorType = &gEfiBlockIoProtocolGuid;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
DriverDiagnostics.c 38 OUT EFI_GUID **ErrorType,
67 OUT EFI_GUID **ErrorType,
95 ErrorType - A GUID that defines the format of the data returned in
100 ErrorType. Buffer is allocated by this function with
111 EFI_INVALID_PARAMETER - ErrorType is NULL.
124 the status information in ErrorType, BufferSize,
139 ErrorType == NULL ||
177 *ErrorType = NULL;
180 *ErrorType = &gEfiBlockIoProtocolGuid;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Include/Protocol/
AmdRasApeiProtocol.h 65 IN UINT8 ErrorType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverDiagnostics/
DriverDiagnostics.h 52 OUT EFI_GUID **ErrorType,
80 ErrorType - A GUID that defines the format of the data returned in
85 ErrorType. Buffer is allocated by this function with
96 EFI_INVALID_PARAMETER - ErrorType is NULL.
109 the status information in ErrorType, BufferSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverDiagnostics2/
DriverDiagnostics2.h 47 OUT EFI_GUID **ErrorType,
76 ErrorType - A GUID that defines the format of the data returned in
81 ErrorType. Buffer is allocated by this function with
92 EFI_INVALID_PARAMETER - ErrorType is NULL.
105 the status information in ErrorType, BufferSize,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DriverDiagnostics.c 55 @param ErrorType A GUID that defines the format of the data returned in Buffer.
58 plus some additional data whose format is defined by ErrorType.
67 @retval EFI_INVALID_PARAMETER ErrorType is NULL.
80 status information in ErrorType, BufferSize,and Buffer.
92 OUT EFI_GUID **ErrorType,
109 ErrorType == NULL ||
147 *ErrorType = NULL;
225 *ErrorType = &gEfiCallerIdGuid;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverDiagnostics2.h 49 @param ErrorType A GUID that defines the format of the data returned in Buffer.
53 ErrorType. Buffer is allocated by this function with
65 @retval EFI_INVALID_PARAMETER ErrorType is NULL.
78 the status information in ErrorType, BufferSize,
92 OUT EFI_GUID **ErrorType,
DriverDiagnostics.h 72 @param ErrorType A GUID that defines the format of the data returned in Buffer.
76 ErrorType. Buffer is allocated by this function with
85 @retval EFI_INVALID_PARAMETER ErrorType is NULL.
98 the status information in ErrorType, BufferSize,
112 OUT EFI_GUID **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...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 60 enum ErrorType {
140 ArgStream addError(SourceRange Range, ErrorType Error);
154 ErrorType Type;
  /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/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;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Diagnostics.c 179 OUT EFI_GUID **ErrorType,
189 (ErrorType == NULL) ||
202 *ErrorType = NULL;
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
154 if ($ErrorType eq $ParserRejects) {
157 elsif ($ErrorType eq $AttributeIgnored) {
160 elsif ($ErrorType eq $OtherError) {
174 print OUT "$ErrorType\n";
  /external/javapoet/src/test/java/com/squareup/javapoet/
AbstractTypesTest.java 41 import javax.lang.model.type.ErrorType;
97 ErrorType topLevel = (ErrorType) fields.get(0).asType();
98 ErrorType member = (ErrorType) fields.get(1).asType();
  /external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
enterprise_SmbProviderDaemon.py 377 @param expected: Expected ErrorType. Default: None (ERROR_OK)
391 Checks whether the returned ErrorType from a D-Bus call to smbproviderd
392 matches the expected ErrorType. In case of a mismatch, throws a
396 @param result: ErrorType returned from the D-Bus call.
397 @param expected: Expected ErrorType. Default: ErrorType.ERROR_OK.
401 from directory_entry_pb2 import ErrorType
411 method_name, result, ErrorType.Name(result), expected,
412 ErrorType.Name(expected)))
  /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/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/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 67 ErrorType Error) {
87 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) {
129 llvm_unreachable("Unknown ErrorType value.");

Completed in 1581 milliseconds

1 2