Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 25 of 46) sorted by relevance

12

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java56 private ErrorType errorType; field in NumberParseException
59 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() argument
62 this.errorType = errorType; in NumberParseException()
69 return errorType; in getErrorType()
74 return "Error type: " + errorType + ". " + message; in toString()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DErrorInjector.h34 InjectedErrorResult<ErrorType> MaybeInjectError(ErrorType errorType) { in MaybeInjectError() argument
35 return InjectedErrorResult<ErrorType>{errorType, ShouldInjectError()}; in MaybeInjectError()
39 InjectedErrorResult<ErrorType> MaybeInjectError(ErrorType errorType, ErrorTypes... errorTypes) { in MaybeInjectError() argument
41 return InjectedErrorResult<ErrorType>{errorType, true}; in MaybeInjectError()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DClientDoers.cpp24 WGPUErrorType errorType, in DoDeviceUncapturedErrorCallback() argument
26 switch (errorType) { in DoDeviceUncapturedErrorCallback()
40 device->HandleError(errorType, message); in DoDeviceUncapturedErrorCallback()
68 WGPUErrorType errorType, in DoDevicePopErrorScopeCallback() argument
74 return device->OnPopErrorScopeCallback(requestSerial, errorType, message); in DoDevicePopErrorScopeCallback()
DDevice.cpp70 void Device::HandleError(WGPUErrorType errorType, const char* message) { in HandleError() argument
72 mErrorCallback(errorType, message, mErrorUserdata); in HandleError()
DDevice.h54 void HandleError(WGPUErrorType errorType, const char* message);
/third_party/icu/icu4c/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
62 if (errorType!=NULL) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
98 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_conf.cpp214 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
221 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
222 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
Duspoof_conf.h128 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
62 if (errorType!=NULL) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
98 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_conf.cpp214 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
221 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
222 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
Duspoof_conf.h128 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
62 if (errorType!=NULL) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
98 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_conf.cpp214 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
221 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
222 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
Duspoof_conf.h128 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/third_party/node/deps/icu-small/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
62 if (errorType!=NULL) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
98 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_conf.cpp214 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
221 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
222 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
Duspoof_conf.h128 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/third_party/node/test/parallel/
Dtest-http2-client-settings-before-connect.js42 ].forEach(([name, value, errorType]) =>
47 name: errorType.name
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fLayoutBindingTests.cpp698 ErrorType errorType,
742 ErrorType errorType, in LayoutBindingNegativeCase() argument
754 , m_errorType (errorType) in LayoutBindingNegativeCase()
1227 ErrorType errorType,
1243 ErrorType errorType, in SamplerBindingNegativeCase() argument
1250 errorType, in SamplerBindingNegativeCase()
1551 ErrorType errorType,
1567 ErrorType errorType, in ImageBindingNegativeCase() argument
1574 errorType, in ImageBindingNegativeCase()
1825 ErrorType errorType);
[all …]
/third_party/skia/third_party/externals/dawn/examples/
DSampleUtils.cpp35 void PrintDeviceError(WGPUErrorType errorType, const char* message, void*) { in PrintDeviceError() argument
37 switch (errorType) { in PrintDeviceError()
DManualSwapChainTest.cpp290 [](WGPUErrorType errorType, const char* message, void*) { in main() argument
292 switch (errorType) { in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp278 for (const char *errorType : kLoopRelatedErrors) in compileToBinary() local
280 if (message.find(errorType) != std::string::npos) in compileToBinary()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp277 for (const char *errorType : kLoopRelatedErrors) in compileToBinary() local
279 if (message.find(errorType) != std::string::npos) in compileToBinary()
/third_party/typescript/src/compiler/
Dchecker.ts406 return location ? getTypeOfSymbolAtLocation(symbol, location) : errorType;
434 return node ? getTypeFromTypeNode(node) : errorType;
475 return node ? getTypeOfNode(node) : errorType;
479 return node ? tryGetTypeOfNodeWithoutCheck(node) : errorType;
483 return node && getTypeOfAssignmentPattern(node) || errorType;
745 const errorType = createIntrinsicType(TypeFlags.Any, "error");
819 …ignature = createSignature(undefined, undefined, undefined, emptyArray, errorType, /*resolvedTypeP…
5981 if (type !== errorType && enclosingDeclaration) {
6005 if (type !== errorType && context.enclosingDeclaration) {
8060 return errorType;
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
DdebugXML.in.h169 xmlShellPrintXPathError (int errorType,

12