/packages/apps/Settings/src/com/android/settings/ |
SettingsSafetyLegalActivity.java | 76 public void onReceivedError(WebView view, int errorCode,
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 368 public void error(String msg, Exception ex, int errorCode) { 371 CallVerificationStack.getInstance().push(errorCode);
|
/external/icu4c/i18n/ |
sortkey.cpp | 174 UErrorCode errorCode = U_ZERO_ERROR; 175 return static_cast<Collator::EComparisonResult>(compareTo(target, errorCode));
|
/external/icu4c/tools/toolutil/ |
toolutil.cpp | 50 #include "unicode/errorcode.h" 66 exit(errorCode);
|
/frameworks/av/services/camera/libcameraservice/ |
Camera2ClientBase.cpp | 219 void Camera2ClientBase<TClientBase>::notifyError(int errorCode, int arg1, 221 ALOGE("Error condition %d reported by HAL, arguments %d, %d", errorCode,
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ISms.aidl | 83 * the extra "errorCode" containing a radio technology specific value, 109 * the extra "errorCode" containing a radio technology specific value,
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
ReliabilityTestActivity.java | 201 public void onReceivedError(WebView view, int errorCode, String description, 203 Log.v(LOGTAG, "Received WebCore error: code=" + errorCode
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
TextToSpeechTests.java | 175 private void blockingInitAndVerify(final String engine, int errorCode) throws 181 doCountDown(latch).when(listener).onInit(errorCode);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar | |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
TransportManager.java | 429 int errorCode = 0; 433 errorCode = Integer.parseInt(httpReponse.substring(9, 12)); 440 if ((errorCode < 0) || (errorCode > 999)) 445 if (errorCode != 200) 447 throw new HTTPProxyException(httpReponse.substring(13), errorCode);
|
/external/icu4c/common/ |
ucnvhz.c | 70 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){ 73 ucnv_canCreateConverter("GBK", errorCode); /* errorCode carries result */ 76 gbConverter = ucnv_open("GBK", errorCode); 77 if(U_FAILURE(*errorCode)) { 90 *errorCode = U_MEMORY_ALLOCATION_ERROR;
|
ustrcase.cpp | 788 UErrorCode errorCode=U_ZERO_ERROR; 791 &errorCode); 796 UErrorCode errorCode=U_ZERO_ERROR; 799 &errorCode); 804 UErrorCode errorCode=U_ZERO_ERROR; 807 &errorCode);
|
ubidiln.c | 309 UErrorCode errorCode; 313 errorCode=U_ZERO_ERROR; 314 RETURN_VOID_IF_BAD_RANGE(logicalPosition, 0, pBiDi->length, errorCode); 316 runCount=ubidi_countRuns((UBiDi *)pBiDi, &errorCode); 317 if(U_FAILURE(errorCode)) { 369 UErrorCode errorCode = U_ZERO_ERROR; 370 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR); 371 ubidi_getRuns(pBiDi, &errorCode); 372 if(U_FAILURE(errorCode)) { 375 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR) [all...] |
/external/icu4c/i18n/unicode/ |
alphaindex.h | 273 int32_t getBucketIndex(const UnicodeString &name, UErrorCode &errorCode) const; 367 ImmutableIndex *buildImmutableIndex(UErrorCode &errorCode); 682 UBool addChineseIndexCharacters(UErrorCode &errorCode); 693 void initLabels(UVector &indexCharacters, UErrorCode &errorCode) const; 694 BucketList *createBucketList(UErrorCode &errorCode) const; 695 void initBuckets(UErrorCode &errorCode);
|
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | [all...] |
/external/icu4c/test/depstest/ |
dependencies.txt | 151 uinit utypes errorcode 681 unistr_core # for CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) 709 group: errorcode # ErrorCode base class 710 errorcode.o
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrParser.h | 52 enum ErrorCode { 77 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err) 219 ErrorCode& m_err; 682 // The order of this array must match the ErrorCode enum. 795 ErrorCode m_err;
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
GLUtils.cpp | 146 static void crashIfOOM(GLint errorCode) 149 if (errorCode == OOM_ERROR_CODE) { 289 EGLint* errorCode) 298 if (errorCode) 299 *errorCode = eglGetError();
|
/frameworks/base/core/java/android/net/nsd/ |
NsdManager.java | 263 public void onStartDiscoveryFailed(String serviceType, int errorCode); 265 public void onStopDiscoveryFailed(String serviceType, int errorCode); 280 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode); 282 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode); 292 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode);
|
/frameworks/base/services/java/com/android/server/ |
NsdService.java | 437 /* NNN uniqueId errorCode */ 450 /* NNN regId errorCode */ 459 /* NNN regId errorCode */ 486 /* NNN resolveId errorCode */ 495 /* NNN resolveId errorCode */ [all...] |
/external/icu4c/test/intltest/ |
intltest.cpp | 1109 UErrorCode errorCode = U_ZERO_ERROR; [all...] |
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
FrameLoaderClientEfl.cpp | 264 m_loadError.errorCode(), 757 m_loadError.errorCode(), m_loadError.isCancellation(), 831 return !(error.isCancellation() || (error.errorCode() == WebKitErrorFrameLoadInterruptedByPolicyChange));
|
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 464 std::string ErrorCode = 467 if (!ErrorCode.empty()) 470 ErrorCode + "."); 491 std::string ErrorCode = 494 if (!ErrorCode.empty()) { 498 GV->getSection() + "': " + ErrorCode + ".");
|