HomeSort by relevance Sort by last modified time
    Searched refs:errorType (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 25 public enum ErrorType {
42 private ErrorType errorType;
45 public NumberParseException(ErrorType errorType, String message) {
48 this.errorType = errorType;
54 public ErrorType getErrorType() {
55 return errorType;
60 return "Error type: " + errorType + ". " + message
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGeofencingError.h 13 enum ErrorType {
19 WebGeofencingError(ErrorType errorType, const WebString& message)
20 : errorType(errorType)
25 ErrorType errorType;
WebPushError.h 13 enum ErrorType {
19 WebPushError(ErrorType errorType, const WebString& message)
20 : errorType(errorType)
25 ErrorType errorType;
WebServiceWorkerError.h 39 enum ErrorType {
51 WebServiceWorkerError(ErrorType errorType, const WebString& message)
52 : errorType(errorType), message(message) { }
54 ErrorType errorType;
WebCredentialManagerError.h 15 enum ErrorType {
21 WebCredentialManagerError(ErrorType type, WebString message)
22 : errorType(type)
27 ErrorType errorType;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.h 28 // ErrorType is mainly decided by CorrectionType but it is also depending on if
30 typedef uint32_t ErrorType;
32 static const ErrorType NOT_AN_ERROR;
33 static const ErrorType MATCH_WITH_CASE_ERROR;
34 static const ErrorType MATCH_WITH_ACCENT_ERROR;
35 static const ErrorType MATCH_WITH_DIGRAPH;
38 static const ErrorType INTENTIONAL_OMISSION;
40 static const ErrorType EDIT_CORRECTION;
42 static const ErrorType PROXIMITY_CORRECTION;
44 static const ErrorType COMPLETION
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h 45 WebCryptoErrorType errorType;
CryptoResultImpl.cpp 74 ExceptionCode webCryptoErrorToExceptionCode(WebCryptoErrorType errorType)
76 switch (errorType) {
111 void CryptoResultImpl::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails)
114 m_resolver->reject(DOMException::create(webCryptoErrorToExceptionCode(errorType), errorDetails));
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_build.cpp 50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
59 if (errorType!=NULL) {
60 *errorType = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
uspoof_conf.h 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
  /external/icu/icu4c/source/i18n/
uspoof_build.cpp 50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
59 if (errorType!=NULL) {
60 *errorType = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
uspoof_conf.h 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerListener.java 46 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);
  /external/chromium_org/third_party/WebKit/Source/modules/geofencing/
GeofencingError.cpp 16 switch (webError->errorType) {
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushError.cpp 16 switch (webError->errorType) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebCryptoNormalize.cpp 51 *exceptionCode = webCryptoErrorToExceptionCode(error.errorType);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoResult.cpp 41 void WebCryptoResult::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails)
43 m_impl->completeWithError(errorType, errorDetails);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h 73 const ErrorTypeUtils::ErrorType errorType) {
75 mContainedErrorTypes = mContainedErrorTypes | errorType;
76 if (ErrorTypeUtils::isEditCorrectionError(errorType)) {
79 if (ErrorTypeUtils::isProximityCorrectionError(errorType)) {
82 if (ErrorTypeUtils::isCompletion(errorType)) {
182 ErrorTypeUtils::ErrorType getContainedErrorTypes() const {
201 ErrorTypeUtils::ErrorType mContainedErrorTypes;
  /external/chromium_org/chrome/browser/ui/cocoa/translate/
translate_bubble_controller.h 67 - (void)switchToErrorView:(translate::TranslateErrors::Type)errorType;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerError.cpp 44 switch (webError->errorType) {
  /external/chromium_org/content/browser/android/
content_video_view.h 69 void OnMediaPlayerError(int errorType);
  /external/chromium_org/third_party/lzma_sdk/
7zStream.c 8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType)
15 return errorType;
50 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType)
57 return errorType;
Types.h 146 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/
7zStream.c 8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType)
15 return errorType;
50 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType)
57 return errorType;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 147 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 961 milliseconds

1 2 3