Home
last modified time | relevance | path

Searched refs:errorType (Results 1 - 25 of 37) sorted by relevance

12

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DNumberParseException.java57 private ErrorType errorType; field in NumberParseException
60 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() argument
63 this.errorType = errorType; in NumberParseException()
70 return errorType; in getErrorType()
75 return "Error type: " + errorType + ". " + message; in toString()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A 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/
H A DClientDoers.cpp24 WGPUErrorType errorType, in DoDeviceUncapturedErrorCallback()
26 switch (errorType) { in DoDeviceUncapturedErrorCallback()
40 device->HandleError(errorType, message); in DoDeviceUncapturedErrorCallback()
68 WGPUErrorType errorType, in DoDevicePopErrorScopeCallback()
74 return device->OnPopErrorScopeCallback(requestSerial, errorType, message); in DoDevicePopErrorScopeCallback()
23 DoDeviceUncapturedErrorCallback(Device* device, WGPUErrorType errorType, const char* message) DoDeviceUncapturedErrorCallback() argument
66 DoDevicePopErrorScopeCallback(Device* device, uint64_t requestSerial, WGPUErrorType errorType, const char* message) DoDevicePopErrorScopeCallback() argument
H A DDevice.h54 void HandleError(WGPUErrorType errorType, const char* message);
H A DDevice.cpp70 void Device::HandleError(WGPUErrorType errorType, const char* message) { in HandleError() argument
72 mErrorCallback(errorType, message, mErrorUserdata); in HandleError()
/third_party/icu/icu4c/source/i18n/
H A Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
62 if (errorType!=NULL) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
98 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status); in uspoof_openFromSource()
51 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char* , int32_t , int32_t *errorType, UParseError *pe, UErrorCode *status) uspoof_openFromSource() argument
H A Duspoof_conf.cpp213 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData()
220 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
221 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
212 buildConfusableData(SpoofImpl * spImpl, const char * confusables, int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) buildConfusableData() argument
H A Duspoof_conf.h129 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
62 if (errorType!=nullptr) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
98 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status); in uspoof_openFromSource()
51 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char* , int32_t , int32_t *errorType, UParseError *pe, UErrorCode *status) uspoof_openFromSource() argument
H A Duspoof_conf.cpp213 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData()
220 if (U_FAILURE(status) && errorType != nullptr) { in buildConfusableData()
221 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
212 buildConfusableData(SpoofImpl * spImpl, const char * confusables, int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) buildConfusableData() argument
H A Duspoof_conf.h129 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
62 if (errorType!=NULL) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
98 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status); in uspoof_openFromSource()
51 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char* , int32_t , int32_t *errorType, UParseError *pe, UErrorCode *status) uspoof_openFromSource() argument
H A Duspoof_conf.cpp214 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData()
221 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
222 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
213 buildConfusableData(SpoofImpl * spImpl, const char * confusables, int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) buildConfusableData() argument
H A Duspoof_conf.h128 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_dawn.cc27 void PrintDeviceError(DawnErrorType errorType, const char* message, void*) { in PrintDeviceError() argument
28 switch (errorType) { in PrintDeviceError()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp698 ErrorType errorType,
742 ErrorType errorType, in LayoutBindingNegativeCase()
754 , m_errorType (errorType) in LayoutBindingNegativeCase()
1227 ErrorType errorType,
1243 ErrorType errorType, in SamplerBindingNegativeCase()
1250 errorType, in SamplerBindingNegativeCase()
1551 ErrorType errorType,
1567 ErrorType errorType, in ImageBindingNegativeCase()
1574 errorType, in ImageBindingNegativeCase()
1825 ErrorType errorType);
737 LayoutBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxTessCtrlUnitsEnum, glw::GLenum maxTessEvalUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) LayoutBindingNegativeCase() argument
1238 SamplerBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum samplerType) SamplerBindingNegativeCase() argument
1562 ImageBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum imageType) ImageBindingNegativeCase() argument
1832 UBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) UBOBindingNegativeCase() argument
2101 SSBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) SSBOBindingNegativeCase() argument
2261 LayoutBindingNegativeCase::ErrorType errorType; init() member
[all...]
H A Des31fProgramStateQueryTests.cpp641 ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType);
651 ProgramLogCase::ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType) in ProgramLogCase() argument
653 , m_buildErrorType (errorType) in ProgramLogCase()
/third_party/lzma/C/
H A D7zStream.c31 SRes SeqInStream_Read2(ISeqInStreamPtr stream, void *buf, size_t size, SRes errorType)
38 return errorType;
77 SRes LookInStream_Read2(ILookInStreamPtr stream, void *buf, size_t size, SRes errorType) in LookInStream_Read2() argument
84 return errorType; in LookInStream_Read2()
H A D7zTypes.h352 // SRes SeqInStream_Read2(ISeqInStreamPtr stream, void *buf, size_t size, SRes errorType);
404 SRes LookInStream_Read2(ILookInStreamPtr stream, void *buf, size_t size, SRes errorType);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.cpp278 for (const char *errorType : kLoopRelatedErrors) in compileToBinary()
280 if (message.find(errorType) != std::string::npos) in compileToBinary()
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp290 [](WGPUErrorType errorType, const char* message, void*) { in main()
292 switch (errorType) { in main()
H A DSampleUtils.cpp35 void PrintDeviceError(WGPUErrorType errorType, const char* message, void*) { in PrintDeviceError() argument
37 switch (errorType) { in PrintDeviceError()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java2131 String errorType = null; in RunMonkey()
2134 errorType = "next()"; in RunMonkey()
2137 errorType = "previous()"; in RunMonkey()
2140 errorType = "isBoundary()"; in RunMonkey()
2143 errorType = "following()"; in RunMonkey()
2146 errorType = "preceding()"; in RunMonkey()
2150 if (errorType != null) { in RunMonkey()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java2138 String errorType = null; in RunMonkey()
2141 errorType = "next()"; in RunMonkey()
2144 errorType = "previous()"; in RunMonkey()
2147 errorType = "isBoundary()"; in RunMonkey()
2150 errorType = "following()"; in RunMonkey()
2153 errorType = "preceding()"; in RunMonkey()
2157 if (errorType != null) { in RunMonkey()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1036 __in BOOTSTRAPPER_ERROR_TYPE errorType, in OnError()
1055 if (BOOTSTRAPPER_ERROR_TYPE_HTTP_AUTH_SERVER == errorType || BOOTSTRAPPER_ERROR_TYPE_HTTP_AUTH_PROXY == errorType) { in OnError()
1063 if (!wzError || !*wzError || BOOTSTRAPPER_ERROR_TYPE_WINDOWS_INSTALLER != errorType) { in OnError()
1035 OnError( __in BOOTSTRAPPER_ERROR_TYPE errorType, __in LPCWSTR wzPackageId, __in DWORD dwCode, __in_z LPCWSTR wzError, __in DWORD dwUIHint, __in DWORD , __in_ecount_z_opt(cData) LPCWSTR* , __in int nRecommendation ) OnError() argument

Completed in 25 milliseconds

12