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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h 45 WebCryptoErrorType errorType;
  /external/chromium_org/third_party/WebKit/public/platform/
WebCredentialManagerError.h 15 enum ErrorType {
21 WebCredentialManagerError(ErrorType type, WebString message)
22 : errorType(type)
27 ErrorType errorType;
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;
  /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...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp 86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType,
96 inputSize, errorType);
  /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);
  /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/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 767 XMPPError.Type errorType = XMPPError.Type.CANCEL;
770 errorType = XMPPError.Type.valueOf(type.toUpperCase());
777 return new XMPPError(Integer.parseInt(errorCode), errorType, condition, message, extensions);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 566 enum ErrorType
580 ErrorType errorType,
598 const ErrorType m_errorType;
617 ErrorType errorType,
627 , m_errorType (errorType)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 878 milliseconds