HomeSort by relevance Sort by last modified time
    Searched refs:errorCode (Results 576 - 600 of 716) sorted by null

<<212223242526272829

  /external/icu/icu4c/source/i18n/
ucol.cpp 569 UErrorCode errorCode = U_ZERO_ERROR;
570 return rules.extract(buffer, bufferLen, errorCode);
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 152 log_verbose("Testing the API u_errorName().. with BOGUS ERRORCODE...\n");
429 static const UErrorCode errorCode[_CODE_ARR_LEN] = {
462 errorName = u_errorName(errorCode[code]);
callcoll.c 150 UErrorCode errorCode = U_ZERO_ERROR;
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
    [all...]
cmsgtst.c     [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java     [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 539 void CameraDeviceClient::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
545 remoteCb->onDeviceError(errorCode, resultExtras);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 680 final int errorCode = intent.getIntExtra(WifiManager.EXTRA_SUPPLICANT_ERROR, -1);
681 if (errorCode == WifiManager.ERROR_AUTHENTICATING) {
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 271 public void onFailure(int errorCode) {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omaha/
ResponseParserTest.java 221 assertEquals("Incorrect error code received.", expectedErrorCode, e.errorCode);
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 185 UErrorCode errorCode; /* for eventual memory shortage */
unames.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 150 UErrorCode errorCode = U_ZERO_ERROR;
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 248 public void onDeviceError(int errorCode, CaptureResultExtras resultExtras)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java     [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
dri2.c 181 err->errorCode == BadDrawable &&
189 err->errorCode == BadDrawable &&
197 err->errorCode == BadRequest) {
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 495 " ErrorCode: %s\n",
590 IcuTestErrorCode errorCode(*this, "testOrdinal");
591 LocalPointer<PluralRules> pr(PluralRules::forLocale("en", UPLURAL_TYPE_ORDINAL, errorCode));
592 if (errorCode.logIfFailureAndReset("PluralRules::forLocale(en, UPLURAL_TYPE_ORDINAL) failed")) {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c     [all...]
  /external/mesa3d/src/glx/
dri2.c 181 err->errorCode == BadDrawable &&
189 err->errorCode == BadDrawable &&
197 err->errorCode == BadRequest) {
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 725 String errorCode = "-1";
734 errorCode = parser.getAttributeValue("", "code");
777 return new XMPPError(Integer.parseInt(errorCode), errorType, condition, message, extensions);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java     [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 529 public void onReceivedError(int errorCode, String description, String failingUrl) {
534 description = ErrorStrings.getString(errorCode, mWebView.getContext());
538 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 382 int errorCode = cursor.getInt(MessageListAdapter.COLUMN_SMS_ERROR_CODE);
383 if (errorCode != 0) {
386 .append(errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/
unames.cpp     [all...]

Completed in 1839 milliseconds

<<212223242526272829