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

  /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_buildconf.h 124 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
uspoof_buildconf.cpp 190 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
197 if (U_FAILURE(status) && errorType != NULL) {
198 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
  /packages/apps/IM/src/com/android/im/engine/
GroupListener.java 62 * @param errorType the type of the error
65 public void onGroupError(int errorType, String groupName, ImErrorInfo error);
ContactListListener.java 95 * @param errorType one of the following values:
132 public void onContactError(int errorType, ImErrorInfo error,
ChatGroupManager.java 253 protected synchronized void notifyGroupError(int errorType, String groupName, ImErrorInfo error) {
255 listener.onGroupError(errorType, groupName, error);
  /packages/apps/IM/src/com/android/im/app/adapter/
ContactListListenerAdapter.java 59 public void onContactError(int errorType, ImErrorInfo error,
62 Log.d(TAG, "onContactError(" + errorType + ", " + error + ", "
65 mHandler.showContactError(errorType, error, listName, contact);
  /packages/apps/IM/src/com/android/im/
IContactListListener.aidl 56 void onContactError(int errorType, in ImErrorInfo error, String listName, in Contact contact);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 492 private int getErrorStringId(int errorType, boolean endpointed) {
493 switch (errorType) {
514 private void onError(int errorType, boolean endpointed) {
515 Log.i(TAG, "error " + errorType);
516 mLogger.error(errorType);
517 onError(mContext.getString(getErrorStringId(errorType, endpointed)));
558 public void onError(int errorType) {
560 VoiceInput.this.onError(errorType, mEndpointed);
  /packages/apps/IM/src/com/android/im/app/
SimpleAlertHandler.java 106 public void showContactError(int errorType, ImErrorInfo error,
109 switch (errorType) {
ChatView.java 262 public void onContactError(int errorType, ImErrorInfo error,
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 127 int errorType = MmsSms.ERR_TYPE_GENERIC;
158 errorType = MmsSms.ERR_TYPE_GENERIC_PERMANENT;
191 values.put(PendingMessages.ERROR_TYPE, errorType);
  /dalvik/libcore/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/IM/src/com/android/im/service/
ChatSessionManagerAdapter.java 192 public void onGroupError(int errorType, String name, ImErrorInfo error) {
193 if(errorType == ERROR_CREATING_GROUP) {
ContactListManagerAdapter.java 568 public void onContactError(final int errorType, final ImErrorInfo error,
575 listener.onContactError(errorType, error, listName, contact);
    [all...]
ChatSessionAdapter.java 615 public void onGroupError(int errorType, String groupName, ImErrorInfo error) {
  /external/libxml2/include/libxml/
debugXML.h 140 xmlShellPrintXPathError (int errorType,
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 334 if (!m_mediaObject || m_mediaObject->errorType() == Phonon::FatalError) {
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /development/apps/Term/src/com/android/term/
Term.java     [all...]
  /external/libxml2/
debugXML.c     [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp     [all...]
  /external/jdiff/
xerces.jar 

Completed in 383 milliseconds