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

<<11121314151617181920>>

  /external/icu4c/test/cintltst/
cnumtst.c     [all...]
cdattst.c     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 219 * For example, ucnv_open("SCSU,locale=ja", &errorCode);
229 * For example, ucnv_open("UTF-7,version=1", &errorCode);
241 * For example, ucnv_open("ibm-1047,swaplfnl", &errorCode);
361 * cnv=ucnv_open(name, &errorCode);
370 * cnv=ucnv_open(name, &errorCode);
377 * cnv=ucnv_open(name, &errorCode);
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 219 * For example, ucnv_open("SCSU,locale=ja", &errorCode);
229 * For example, ucnv_open("UTF-7,version=1", &errorCode);
241 * For example, ucnv_open("ibm-1047,swaplfnl", &errorCode);
361 * cnv=ucnv_open(name, &errorCode);
370 * cnv=ucnv_open(name, &errorCode);
377 * cnv=ucnv_open(name, &errorCode);
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 219 * For example, ucnv_open("SCSU,locale=ja", &errorCode);
229 * For example, ucnv_open("UTF-7,version=1", &errorCode);
241 * For example, ucnv_open("ibm-1047,swaplfnl", &errorCode);
361 * cnv=ucnv_open(name, &errorCode);
370 * cnv=ucnv_open(name, &errorCode);
377 * cnv=ucnv_open(name, &errorCode);
    [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/icu4c/i18n/unicode/
calendar.h     [all...]
choicfmt.h 573 UErrorCode &errorCode);
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 282 m_view->page()->mainFrame()->evaluateJavaScript("var errorCode = 0; function error(err) { errorCode = err.code; } function success(pos) { } navigator.geolocation.getCurrentPosition(success, error)");
284 QVariant empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode");
289 m_view->page()->mainFrame()->evaluateJavaScript("errorCode = 0; navigator.geolocation.getCurrentPosition(success, error);");
290 empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode");
    [all...]
  /external/icu4c/common/
ucnvisci.c 188 static void _ISCIIOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode) {
224 *errorCode = U_ILLEGAL_ARGUMENT_ERROR;
228 *errorCode =U_MEMORY_ALLOCATION_ERROR;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 421 WebFrame::reportError(int errorCode, const WTF::String& description,
424 ALOGV("::WebCore:: reportError(%d, %s)", errorCode, description.ascii().data());
432 env->CallVoidMethod(javaFrame.get(), mJavaFrame->mReportError, errorCode, descStr, failUrl);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 492 fillIn.putExtra("errorCode", ((SmsResponse)ar.result).mErrorCode);
773 * the extra "errorCode" containing a radio technology specific value,
    [all...]
  /external/aac/libSBRenc/src/
mh_det.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 131 return QString::fromLatin1("<NSError domain NSURLErrorDomain, code %1, failing URL \"%2\">").arg(error.errorCode()).arg(failingURL);
    [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 791 public void onReceivedError(int errorCode, String description,
800 msg.arg1 = errorCode;
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 164 /* ErrorCode */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 156 /* ErrorCode */
  /external/icu4c/test/testdata/
conversion.txt 45 "errorCode: (empty)==zero | invalid | illegal | truncated | illesc | unsuppesc\n"
50 Headers { "charset", "bytes", "unicode", "offsets", "flush", "fallbacks", "errorCode", "callback", "invalidChars" }
774 // Headers { "charset", "bytes", "unicode", "offsets", "flush", "fallbacks", "errorCode", "callback", "invalidChars" }
    [all...]
  /external/netperf/
netlib.c 875 DWORD ErrorCode;
879 ErrorCode = WaitForSingleObject(hAlarm, seconds*1000);
880 if (ErrorCode == WAIT_FAILED)
886 if (ErrorCode == WAIT_TIMEOUT)
    [all...]
  /external/openssh/openbsd-compat/
bsd-cray.c 157 int errcode; /* IA errorcode */
  /external/skia/src/gpu/gl/
GrGLDefines.h 131 /* ErrorCode */
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 156 /* ErrorCode */
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 72 PositionError::ErrorCode code = PositionError::POSITION_UNAVAILABLE;
  /frameworks/base/docs/html/guide/topics/connectivity/
sip.jd 265 public void onRegistrationFailed(String localProfileUri, int errorCode,
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 652 public void onError(int errorCode, String errorMessage) {
653 super.onError(errorCode, errorMessage);
    [all...]

Completed in 2515 milliseconds

<<11121314151617181920>>