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

12

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java42 private ErrorType errorType; field in class:NumberParseException
45 public NumberParseException(ErrorType errorType, String message) { argument
48 this.errorType = errorType;
55 return errorType;
60 return "Error type: " + errorType + ". " + message;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGeofencingError.h19 WebGeofencingError(ErrorType errorType, const WebString& message) argument
20 : errorType(errorType)
25 ErrorType errorType; member in struct:blink::WebGeofencingError
H A DWebPushError.h19 WebPushError(ErrorType errorType, const WebString& message) argument
20 : errorType(errorType)
25 ErrorType errorType; member in struct:blink::WebPushError
H A DWebServiceWorkerError.h51 WebServiceWorkerError(ErrorType errorType, const WebString& message) argument
52 : errorType(errorType), message(message) { }
54 ErrorType errorType; member in struct:blink::WebServiceWorkerError
H A DWebCredentialManagerError.h22 : errorType(type)
27 ErrorType errorType; member in struct:blink::WebCredentialManagerError
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.h45 WebCryptoErrorType errorType; member in struct:blink::AlgorithmError
H A DCryptoResultImpl.cpp74 ExceptionCode webCryptoErrorToExceptionCode(WebCryptoErrorType errorType) argument
76 switch (errorType) {
111 void CryptoResultImpl::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) argument
114 m_resolver->reject(DOMException::create(webCryptoErrorToExceptionCode(errorType), errorDetails));
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
59 if (errorType!=NULL) {
60 *errorType = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duspoof_conf.h126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/external/icu/icu4c/source/i18n/
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
59 if (errorType!=NULL) {
60 *errorType = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duspoof_conf.h126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaPlayerListener.java46 int errorType;
51 errorType = MEDIA_ERROR_DECODE;
54 errorType = MEDIA_ERROR_INVALID_CODE;
57 errorType = MEDIA_ERROR_FORMAT;
62 errorType = MEDIA_ERROR_DECODE;
65 errorType = MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK;
72 errorType = MEDIA_ERROR_INVALID_CODE;
75 nativeOnMediaError(mNativeMediaPlayerListener, errorType);
152 int errorType);
150 nativeOnMediaError( long nativeMediaPlayerListener, int errorType) argument
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DGeofencingError.cpp16 switch (webError->errorType) {
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushError.cpp16 switch (webError->errorType) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCryptoNormalize.cpp51 *exceptionCode = webCryptoErrorToExceptionCode(error.errorType);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp41 void WebCryptoResult::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) argument
43 m_impl->completeWithError(errorType, errorDetails);
/external/chromium_org/chrome/browser/ui/cocoa/translate/
H A Dtranslate_bubble_controller.h67 - (void)switchToErrorView:(translate::TranslateErrors::Type)errorType;
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerError.cpp44 switch (webError->errorType) {
/external/chromium_org/v8/test/webkit/fast/js/
H A Dparser-syntax-check.js28 function runTest(_a, errorType)
39 if ((!!errorType) == !success) {
40 if (errorType)
45 if (errorType)
46 testFailed('Invalid: "' + _a + '" should throw ' + errorType.name);
/external/chromium_org/content/browser/android/
H A Dcontent_video_view.h69 void OnMediaPlayerError(int errorType);
/external/chromium_org/third_party/lzma_sdk/
H A D7zStream.c8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) argument
15 return errorType;
50 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) argument
57 return errorType;
H A DTypes.h146 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
187 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
/external/lzma/C/
H A D7zStream.c8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) argument
15 return errorType;
50 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) argument
57 return errorType;
H A DTypes.h146 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
187 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h147 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
188 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);

Completed in 4220 milliseconds

12