/external/chromium_org/chrome/browser/resources/cryptotoken/ |
usbsignhelper.js | 117 * @param {number=} errorCode an error code from a failing gnubby, if one was 121 UsbSignHelper.prototype.signerCompleted_ = function(anySucceeded, errorCode) { 128 if (!errorCode) { 129 errorCode = DeviceStatusCodes.WRONG_DATA_STATUS; 130 } else if (errorCode == -llGnubby.GONE) { 133 errorCode = DeviceStatusCodes.WRONG_DATA_STATUS; 136 this.notifyError_(errorCode, anyGnubbies);
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
InspectorFileSystemAgent.cpp | 135 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<TypeBuilder::FileSystem::Entry> entry = nullptr) 137 m_requestCallback->sendSuccess(static_cast<int>(errorCode), entry); 177 reportResult(static_cast<FileError::ErrorCode>(0), result); 206 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<Array<TypeBuilder::FileSystem::Entry> > entries = nullptr) 208 m_requestCallback->sendSuccess(static_cast<int>(errorCode), entries); 263 reportResult(static_cast<FileError::ErrorCode>(0), m_entries); 327 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<TypeBuilder::FileSystem::Metadata> metadata = nullptr [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ubidiln.c | 305 UErrorCode errorCode; 309 errorCode=U_ZERO_ERROR; 310 RETURN_VOID_IF_BAD_RANGE(logicalPosition, 0, pBiDi->length, errorCode); 312 runCount=ubidi_countRuns((UBiDi *)pBiDi, &errorCode); 313 if(U_FAILURE(errorCode)) { 365 UErrorCode errorCode = U_ZERO_ERROR; 366 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR); 367 ubidi_getRuns(pBiDi, &errorCode); 368 if(U_FAILURE(errorCode)) { 371 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR) [all...] |
ucnv_bld.c | [all...] |
/external/clang/tools/c-index-test/ |
c-index-test.c | [all...] |
/external/icu/icu4c/source/common/ |
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...] |
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);
|
ucnv_bld.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.cpp | 1082 UErrorCode errorCode = U_ZERO_ERROR; [all...] |
uobjtest.cpp | 565 UErrorCode errorCode = U_ZERO_ERROR; 566 NumberFormat *nf = NumberFormat::createInstance("de", errorCode); 567 if (U_FAILURE(errorCode)) { 568 dataerrln("NumberFormat::createInstance(de) failed - %s", u_errorName(errorCode));
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 206 ICameraDeviceCallbacks::CameraErrorCode errorCode, 284 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode, 333 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 355 int errorCode = 357 if (errorCode == MessagingException.AUTODISCOVER_AUTHENTICATION_FAILED) { 359 } else if (errorCode != MessagingException.NO_ERROR) {
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
HTMLMediaElementEncryptedMedia.cpp | 259 void HTMLMediaElementEncryptedMedia::keyError(HTMLMediaElement& element, const String& keySystem, const String& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode errorCode, unsigned short systemCode) 261 WTF_LOG(Media, "HTMLMediaElementEncryptedMedia::mediaPlayerKeyError: sessionID=%s, errorCode=%d, systemCode=%d", sessionId.utf8().data(), errorCode, systemCode); 264 switch (errorCode) { 288 initializer.errorCode = MediaKeyError::create(mediaKeyErrorCode);
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.h | 24 #include "unicode/errorcode.h" 41 Normalizer2DataBuilder(UErrorCode &errorCode);
|
/external/icu/icu4c/source/i18n/ |
collationkeys.h | 113 UBool preflight, UErrorCode &errorCode);
|
/external/icu/icu4c/source/i18n/unicode/ |
choicfmt.h | 498 UErrorCode &errorCode);
|
coleitr.h | 354 static UHashtable *computeMaxExpansions(const CollationData *data, UErrorCode &errorCode);
|
/external/icu/icu4c/source/test/intltest/ |
caltest.h | 170 UErrorCode& errorCode);
|
uobjtest.cpp | 585 UErrorCode errorCode = U_ZERO_ERROR; 586 NumberFormat *nf = NumberFormat::createInstance("de", errorCode); 587 if (U_FAILURE(errorCode)) { 588 dataerrln("NumberFormat::createInstance(de) failed - %s", u_errorName(errorCode));
|
/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.h | 24 #include "unicode/errorcode.h" 41 Normalizer2DataBuilder(UErrorCode &errorCode);
|
/frameworks/av/services/camera/libcameraservice/common/ |
CameraDeviceBase.h | 184 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
|
/frameworks/base/core/java/android/speech/tts/ |
AudioPlaybackQueueItem.java | 127 void stop(int errorCode) {
|
/frameworks/base/core/java/android/webkit/ |
WebViewClient.java | 180 * (i.e. the main resource is unavailable). The errorCode parameter 183 * @param errorCode The error code corresponding to an ERROR_* value. 187 public void onReceivedError(WebView view, int errorCode,
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecController.java | 557 int errorCode = Constants.SEND_RESULT_SUCCESS; 559 errorCode = nativeSendCecCommand(mNativePtr, cecMessage.getSource(), 561 if (errorCode == Constants.SEND_RESULT_SUCCESS) { 566 final int finalError = errorCode;
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
InstallPackageTask.java | 137 ProvisionLogger.logd("Errorcode returned by IPackageInstallObserver = " 146 public abstract void onError(int errorCode);
|