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

1 2

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 26 public enum ErrorType {
43 private ErrorType errorType;
46 public NumberParseException(ErrorType errorType, String message) {
49 this.errorType = errorType;
55 public ErrorType getErrorType() {
56 return errorType;
61 return "Error type: " + errorType + ". " + message
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerError.h 39 enum ErrorType {
47 WebServiceWorkerError(ErrorType errorType, const WebString& message)
48 : errorType(errorType), message(message) { }
50 ErrorType errorType;
  /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);
uspoof_conf.cpp 192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
199 if (U_FAILURE(status) && errorType != NULL) {
200 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
  /external/icu4c/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);
uspoof_conf.cpp 192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
199 if (U_FAILURE(status) && errorType != NULL) {
200 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
  /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);
150 int errorType);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerError.h 47 RefPtr<DOMError> error = DOMError::create(errorString(webError->errorType), webError->message);
52 static String errorString(blink::WebServiceWorkerError::ErrorType);
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 110 SSLErrorInfo::ErrorType type = SSLErrorInfo::NetErrorToErrorType(cert_error);
225 strings.SetString("errorType", "overridable");
266 SSLErrorInfo::ErrorType type =
268 base::string16 errorType;
270 errorType = base::string16(ASCIIToUTF16("Key revocation"));
275 errorType = base::string16(ASCIIToUTF16("Malformed certificate"));
280 errorType = base::string16(ASCIIToUTF16("Certificate pinning failure"));
286 errorType = base::string16(ASCIIToUTF16("Weak DH public key"));
293 errorType = base::string16(ASCIIToUTF16("HSTS failure"));
299 base::i18n::WrapStringWithLTRFormatting(&errorType);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h 68 const int inputSize, const int totalInputIndex, const ErrorType errorType) {
70 switch (errorType) {
  /external/chromium_org/content/browser/android/
content_video_view.h 71 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;
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/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);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp 85 const ErrorType errorType = weighting->getErrorType(correctionType, traverseSession,
95 inputSize, errorType);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
67 XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType)
74 this.m_errorType = errorType;
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal)
98 this.m_errorType = errorType;
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
126 this.m_errorType = errorType;
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 124 int errorType = MmsSms.ERR_TYPE_GENERIC;
187 errorType = MmsSms.ERR_TYPE_GENERIC_PERMANENT;
220 values.put(PendingMessages.ERROR_TYPE, errorType);
  /external/chromium_org/v8/test/webkit/fast/js/
parser-syntax-check.js 28 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/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java 229 public void onMediaPlayerError(int errorType) {
230 Log.d(TAG, "OnMediaPlayerError: " + errorType);
236 if (errorType == MEDIA_ERROR_INVALID_CODE) {
256 if (errorType == MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK) {
  /external/chromium_org/third_party/libxml/src/include/libxml/
debugXML.h 140 xmlShellPrintXPathError (int errorType,
  /external/libxml2/include/libxml/
debugXML.h 140 xmlShellPrintXPathError (int errorType,

Completed in 974 milliseconds

1 2