/external/webkit/LayoutTests/storage/indexeddb/ |
cursor-update.html | 171 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.DATA_ERR");
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
structs.h | 361 WebRtc_Word16 errorcode; member in struct:__anon18285
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
CtsTest.java | 694 String errorCode = getDevice().installPackage(apkFile, true); 695 if (errorCode != null) { 696 CLog.e("Failed to install %s. Reason: %s", apkName, errorCode);
|
/external/aac/libSBRenc/src/ |
nf_est.cpp | 380 \return errorCode, noError if successful 426 \return errorCode, noError if successful 510 \return errorCode, noError if successful
|
/external/icu4c/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]);
|
citertst.c | 1035 UErrorCode errorCode = U_ZERO_ERROR; [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 67 UErrorCode errorCode; 69 errorCode=U_ZERO_ERROR; 70 collator1=Collator::createInstance(locale, errorCode); 71 if(U_SUCCESS(errorCode)) { 77 collator2=Collator::createInstance(locale, version1, errorCode); 78 if(U_SUCCESS(errorCode)) { 85 test.errln("error: Collator::createInstance(\"%s\", (%s collator)->getVersion()) fails: %s\n", locale.getName(), locale.getName(), u_errorName(errorCode)); [all...] |
plurults.cpp | 540 IcuTestErrorCode errorCode(*this, "testOrdinal"); 541 LocalPointer<PluralRules> pr(PluralRules::forLocale("en", UPLURAL_TYPE_ORDINAL, errorCode)); 542 if (errorCode.logIfFailureAndReset("PluralRules::forLocale(en, UPLURAL_TYPE_ORDINAL) failed")) {
|
/external/webkit/Source/WebCore/plugins/gtk/ |
gtk2xtbin.c | 812 int errorcode; local 829 if((errorcode = untrap_error())) { 831 printf("send_xembed_message error(%d)!!!\n",errorcode);
|
/frameworks/compile/libbcc/tools/mcld/ |
Main.cpp | 276 Linker::ErrorCode result = pLinker.config(*config); 292 Linker::ErrorCode result = pLinker.setOutput(pOutputPath); 349 Linker::ErrorCode result = pLinker.link();
|
/frameworks/compile/mclinker/tools/mcld/ |
main.cpp | 265 Linker::ErrorCode result = pLinker.config(*config); 281 Linker::ErrorCode result = pLinker.setOutput(pOutputPath); 338 Linker::ErrorCode result = pLinker.link();
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsManager.java | 63 * the extra "errorCode" containing a radio technology specific value, 132 * the extra "errorCode" containing a radio technology specific value, 196 * the extra "errorCode" containing a radio technology specific value,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 451 int errorCode = 453 if (errorCode == MessagingException.AUTODISCOVER_AUTHENTICATION_FAILED) { 455 } else if (errorCode != MessagingException.NO_ERROR) { [all...] |
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | 351 * @param errorCode The HTTP error code. 356 * of domain identifier. Change errorCode to an enum for a cleaner 359 private void reportError(int errorCode, String description, String failingUrl) { 364 description = ErrorStrings.getString(errorCode, mContext); 366 mCallbackProxy.onReceivedError(errorCode, description, failingUrl); [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.good | 168 DPRINTF ((">>>> returning %d\n", match_block.errorcode)); 607 match_block.errorcode = PCRE_ERROR_NOMATCH; /* Default error */ 608 match_block.errorcode == PCRE_ERROR_NOMATCH && 648 md->errorcode = PCRE_ERROR_UNKNOWN_NODE; 770 return match_block.errorcode; [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | 117 BalsaFrameEnums::ErrorCode error_code) { 189 // error_code is a valid pointer to a BalsaFrameEnums::ErrorCode value. 213 BalsaFrameEnums::ErrorCode* error_code) { 301 static_cast<BalsaFrameEnums::ErrorCode>( 328 static_cast<BalsaFrameEnums::ErrorCode>( 413 BalsaFrameEnums::ErrorCode previous_error = last_error_; [all...] |
/external/icu4c/common/ |
unisetspan.cpp | 167 UErrorCode errorCode=U_ZERO_ERROR; 169 u_strToUTF8(NULL, 0, &length8, s, length, &errorCode); 170 if(U_SUCCESS(errorCode) || errorCode==U_BUFFER_OVERFLOW_ERROR) { 182 UErrorCode errorCode=U_ZERO_ERROR; 184 u_strToUTF8((char *)t, capacity, &length8, s, length, &errorCode); 185 if(U_SUCCESS(errorCode)) { [all...] |
/external/aac/libSBRdec/src/ |
sbr_dec.cpp | 723 \return errorCode, 0 if successful 845 \return errorCode, 0 if successful 870 \return errorCode, 0 if successful [all...] |
/external/icu4c/tools/toolutil/ |
ucmstate.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemvideo.c | 315 short ap_gout[4], errorcode; local 318 errorcode=appl_getinfo(AES_WINDOW, &ap_gout[0], &ap_gout[1], &ap_gout[2], &ap_gout[3]); 320 if (errorcode==0) {
|
/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...] |
PacketParserUtils.java.orig | 726 String errorCode = "-1"; 735 errorCode = parser.getAttributeValue("", "code"); 778 return new XMPPError(Integer.parseInt(errorCode), errorType, condition, message, extensions); [all...] |
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.cpp | 806 void DumpRenderTreeSupportQt::setMockGeolocationError(QWebPage* page, int errorCode, const QString& message) 811 GeolocationError::ErrorCode code = GeolocationError::PositionUnavailable; 812 switch (errorCode) { [all...] |