HomeSort by relevance Sort by last modified time
    Searched full:errorcode (Results 276 - 300 of 637) sorted by null

<<11121314151617181920>>

  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 154 * @param errorCode error code of this error
158 public void onError(SipAudioCall call, int errorCode,
493 public void onCallChangeFailed(SipSession session, int errorCode,
496 mErrorCode = errorCode;
510 public void onError(SipSession session, int errorCode,
512 SipAudioCall.this.onError(errorCode, message);
526 public void onRegistrationFailed(SipSession session, int errorCode,
558 private void onError(int errorCode, String message) {
560 + SipErrorCode.toString(errorCode) + ": " + message);
561 mErrorCode = errorCode;
    [all...]
  /external/icu4c/common/
ucmndata.h 107 * set an errorcode.
usprep.cpp 231 UErrorCode* errorCode) {
240 if(errorCode==NULL || U_FAILURE(*errorCode)) {
246 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
247 if(U_FAILURE(*errorCode)) {
253 utrie_unserialize(&_sprepTrie, pb, p[_SPREP_INDEX_TRIE_SIZE], errorCode);
257 if(U_FAILURE(*errorCode)) {
283 if(U_FAILURE(*errorCode)){
291 *errorCode = U_INVALID_FORMAT_ERROR;
wintz.c 260 int errorCode;
289 errorCode = GetGeoInfo(id,GEO_ISO2,ISOcode,3,0);
314 if (errorCode != 0) {
317 if (errorCode==0 || icuTZ==NULL) {
unistr.cpp 433 UErrorCode errorCode = U_ZERO_ERROR;
438 &errorCode);
440 if(errorCode == U_BUFFER_OVERFLOW_ERROR) {
443 } else if(U_FAILURE(errorCode)) {
792 UErrorCode &errorCode) const {
794 if(U_SUCCESS(errorCode)) {
796 errorCode=U_ILLEGAL_ARGUMENT_ERROR;
802 return u_terminateUChars(dest, destCapacity, len, &errorCode);
847 UErrorCode errorCode = U_ZERO_ERROR;
852 &errorCode);
    [all...]
ucasemap.cpp 126 UErrorCode errorCode;
153 errorCode=U_ZERO_ERROR;
157 &errorCode);
166 errorCode=U_ZERO_ERROR;
170 &errorCode);
  /external/icu4c/test/hdrtst/
cxxfiles.txt 44 errorcode.h
  /external/webkit/LayoutTests/storage/indexeddb/
objectstore-autoincrement-expected.txt 61 PASS event.target.errorCode is webkitIDBDatabaseException.DATA_ERR
duplicates.html 93 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.NOT_FOUND_ERR");
104 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.NOT_FOUND_ERR");
index-basics.html 124 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.NOT_FOUND_ERR");
135 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.NOT_FOUND_ERR");
  /external/webkit/Source/WebCore/fileapi/
FileReaderSync.cpp 96 ec = FileException::ErrorCodeToExceptionCode(loader.errorCode());
  /external/webkit/Source/WebKit/chromium/public/
WebGeolocationClientMock.h 52 WEBKIT_API void setError(int errorCode, const WebString& message);
  /external/webkit/Source/WebKit/chromium/src/
AsyncFileWriterChromium.cpp 88 m_client->didFail(static_cast<FileError::ErrorCode>(error));
WebURLError.cpp 53 reason = error.errorCode();
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 75 LVREV_ReturnStatus_en errorCode;
82 errorCode = LVREV_ApplyNewSettings (pLVREV_Private);
84 if(errorCode != LVREV_SUCCESS)
86 return errorCode;
  /frameworks/av/services/camera/libcameraservice/
Camera2ClientBase.h 63 virtual void notifyError(int errorCode, int arg1, int arg2);
  /frameworks/volley/src/com/android/volley/
Response.java 60 /** Detailed error information if <code>errorCode != OK</code>. */
  /frameworks/base/docs/html/reference/com/google/android/gms/common/
GooglePlayServicesUtil.html 833 <span class="sympad"><a href="/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#getErrorDialog(int, android.app.Activity, int, android.content.DialogInterface.OnCancelListener)">getErrorDialog</a></span>(int errorCode, Activity activity, int requestCode, DialogInterface.OnCancelListener cancelListener)</nobr>
835 <div class="jd-descrdiv">Returns a dialog to address the provided errorCode.</div>
851 <span class="sympad"><a href="/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#getErrorDialog(int, android.app.Activity, int)">getErrorDialog</a></span>(int errorCode, Activity activity, int requestCode)</nobr>
853 <div class="jd-descrdiv">Returns a dialog to address the provided errorCode.</div>
869 <span class="sympad"><a href="/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#getErrorPendingIntent(int, android.content.Context, int)">getErrorPendingIntent</a></span>(int errorCode, Context context, int requestCode)</nobr>
871 <div class="jd-descrdiv">Returns a PendingIntent to address the provided errorCode.</div>
887 <span class="sympad"><a href="/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#getErrorString(int)">getErrorString</a></span>(int errorCode)</nobr>
980 <span class="sympad"><a href="/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#isUserRecoverableError(int)">isUserRecoverableError</a></span>(int errorCode)</nobr>
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 334 UErrorCode errorCode;
345 errorCode=U_ZERO_ERROR;
346 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode);
347 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) {
348 exit(errorCode);
358 errorCode=U_ZERO_ERROR;
359 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode);
360 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR)
    [all...]
  /external/icu4c/tools/toolutil/
ucm.c 221 UErrorCode errorCode;
228 errorCode=U_ZERO_ERROR;
233 FALSE, &errorCode);
256 FALSE, &errorCode);
258 if(U_FAILURE(errorCode)) {
260 u_errorName(errorCode));
261 exit(errorCode);
829 UErrorCode errorCode=U_ZERO_ERROR;
830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);
831 if( (U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) |
    [all...]
  /external/icu4c/i18n/
choicfmt.cpp 257 UErrorCode errorCode = U_ZERO_ERROR;
258 setChoices(limits, NULL, formats, cnt, errorCode);
269 UErrorCode errorCode = U_ZERO_ERROR;
270 setChoices(limits, closures, formats, cnt, errorCode);
278 UErrorCode &errorCode) {
279 if (U_FAILURE(errorCode)) {
283 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
338 applyPattern(result, errorCode);
  /external/icu4c/test/cintltst/
creststn.c     [all...]
  /external/icu4c/test/intltest/
numfmtst.h 207 const char *exp, UErrorCode errorCode) {
208 expect(fmt, n, UnicodeString(exp, ""), errorCode);
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceErrorCF.cpp 49 ResourceError::ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription, CFDataRef certificate)
50 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription)
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 203 public void onReceivedError(WebView view, int errorCode, String description,
206 Log.v(LOGTAG, "WebCore error: code=" + errorCode

Completed in 1660 milliseconds

<<11121314151617181920>>