HomeSort by relevance Sort by last modified time
    Searched refs:errorType (Results 1 - 25 of 45) 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/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);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerListener.java 48 int errorType;
53 errorType = MEDIA_ERROR_DECODE;
56 errorType = MEDIA_ERROR_INVALID_CODE;
59 errorType = MEDIA_ERROR_FORMAT;
64 errorType = MEDIA_ERROR_DECODE;
67 errorType = MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK;
74 errorType = MEDIA_ERROR_INVALID_CODE;
77 nativeOnMediaError(mNativeMediaPlayerListener, errorType);
152 int errorType);
  /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 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;
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/WebKit/Source/core/inspector/
InspectorInstrumentation.cpp 222 bool cssErrorFilter(const CSSParserString& content, int propertyId, int errorType)
224 return InspectorCSSAgent::cssErrorFilter(content, propertyId, errorType);
InspectorInstrumentation.h 167 bool cssErrorFilter(const CSSParserString& content, int propertyId, int 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 259 public void onMediaPlayerError(int errorType) {
260 Log.d(TAG, "OnMediaPlayerError: " + errorType);
266 if (errorType == MEDIA_ERROR_INVALID_CODE) {
286 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,
  /external/chromium_org/chrome/browser/resources/ssl/
fancy_firefox.js 73 if (templateData.errorType == 'overridable') {
firefox.js 87 if (templateData.errorType == 'overridable') {

Completed in 620 milliseconds

1 2