/cts/tests/tests/accounts/src/android/accounts/cts/ |
MockAccountAuthenticator.java | 486 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; 489 errorCode = options.getInt(AccountManager.KEY_ERROR_CODE); 492 result.putInt(AccountManager.KEY_ERROR_CODE, errorCode); 514 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; 516 result.putInt(AccountManager.KEY_ERROR_CODE, errorCode);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
TestAccountType1Authenticator.java | 461 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; 464 errorCode = options.getInt(AccountManager.KEY_ERROR_CODE); 467 fillResultWithError(result, errorCode, errorMsg); 470 private void fillResultWithError(Bundle result, int errorCode, String errorMsg) { 471 result.putInt(AccountManager.KEY_ERROR_CODE, errorCode);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsman.h | 387 DWORD WINAPI WSManGetErrorMessage (WSMAN_API_HANDLE apiHandle, DWORD flags, PCWSTR languageCode, DWORD errorCode, DWORD messageLength, PWSTR message, DWORD *messageLengthUsed); 403 DWORD WINAPI WSManPluginOperationComplete (WSMAN_PLUGIN_REQUEST *requestDetails, DWORD flags, DWORD errorCode, PCWSTR extendedInformation); 408 DWORD WINAPI WSManPluginAuthzUserComplete (WSMAN_SENDER_DETAILS *senderDetails, DWORD flags, PVOID userAuthorizationContext, HANDLE impersonationToken, WINBOOL userIsAdministrator, DWORD errorCode, PCWSTR extendedErrorInformation); 409 DWORD WINAPI WSManPluginAuthzOperationComplete (WSMAN_SENDER_DETAILS *senderDetails, DWORD flags, PVOID userAuthorizationContext, DWORD errorCode, PCWSTR extendedErrorInformation); 410 DWORD WINAPI WSManPluginAuthzQueryQuotaComplete (WSMAN_SENDER_DETAILS *senderDetails, DWORD flags, WSMAN_AUTHZ_QUOTA *quota, DWORD errorCode, PCWSTR extendedErrorInformation);
|
napcommon.h | 227 HRESULT errorCode, 278 HRESULT errorCode, 304 #define INapComponentInfo_ConvertErrorCodeToMessageId(This,errorCode,msgId) (This)->lpVtbl->ConvertErrorCodeToMessageId(This,errorCode,msgId) 333 static FORCEINLINE HRESULT INapComponentInfo_ConvertErrorCodeToMessageId(INapComponentInfo* This,HRESULT errorCode,MessageId *msgId) { 334 return This->lpVtbl->ConvertErrorCodeToMessageId(This,errorCode,msgId); 387 HRESULT errorCode,
|
napsystemhealthvalidator.h | 290 HRESULT errorCode) = 0; 316 HRESULT errorCode); 331 #define INapServerCallback_OnComplete(This,request,errorCode) (This)->lpVtbl->OnComplete(This,request,errorCode) 344 static FORCEINLINE HRESULT INapServerCallback_OnComplete(INapServerCallback* This,INapSystemHealthValidationRequest *request,HRESULT errorCode) { 345 return This->lpVtbl->OnComplete(This,request,errorCode); 355 HRESULT errorCode);
|
/external/icu/icu4c/source/common/ |
ucnv2022.cpp | 389 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode); 479 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){ 508 *errorCode = U_MISSING_RESOURCE_ERROR; 513 ucnv_loadSharedData("ISO8859_7", &stackPieces, &stackArgs, errorCode); 516 ucnv_loadSharedData("Shift-JIS", &stackPieces, &stackArgs, errorCode); 519 ucnv_loadSharedData("jisx-212", &stackPieces, &stackArgs, errorCode); 524 ucnv_loadSharedData("noop-gb2312_gl", &stackPieces, &stackArgs, errorCode); /* gb_2312_80-1 */ 529 ucnv_loadSharedData("ksc_5601", &stackPieces, &stackArgs, errorCode); 549 *errorCode = U_MISSING_RESOURCE_ERROR; 562 ucnv_canCreateConverter(cnvName, errorCode); /* errorCode carries result * [all...] |
unisetspan.cpp | 169 UErrorCode errorCode=U_ZERO_ERROR; 171 u_strToUTF8(NULL, 0, &length8, s, length, &errorCode); 172 if(U_SUCCESS(errorCode) || errorCode==U_BUFFER_OVERFLOW_ERROR) { 184 UErrorCode errorCode=U_ZERO_ERROR; 186 u_strToUTF8((char *)t, capacity, &length8, s, length, &errorCode); 187 if(U_SUCCESS(errorCode)) { [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
CaptureResultTest.java | 248 int errorCode = listener.getErrorCode(); 249 if ((errorCode & TotalAndPartialResultListener.ERROR_DUPLICATED_REQUEST) != 0) { 253 if ((errorCode & TotalAndPartialResultListener.ERROR_WRONG_CALLBACK_ORDER) != 0) { 660 private int errorCode = 0; 685 errorCode |= ERROR_DUPLICATED_REQUEST; [all...] |
/frameworks/base/tests/net/java/android/net/dhcp/ |
DhcpPacketTest.java | 355 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); 374 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); 403 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); 434 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_NO_COOKIE, expected.errorCode); 466 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_BAD_MAGIC_COOKIE, expected.errorCode); 503 if (e.errorCode == DhcpErrorEvent.PARSING_ERROR) { 520 if (e.errorCode == DhcpErrorEvent.PARSING_ERROR) { [all...] |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/ |
grpc-okhttp-1.0.1.jar | |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/ |
grpc-okhttp-1.0.3.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/ |
netty-codec-http2-4.1.6.Final.jar | |
/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/ |
jaxb-api-2.2.12-b140109.1041.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/ |
netty-codec-http2-4.1.3.Final.jar | |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleEncryptedServerService.java | 446 public void onStartFailure(int errorCode) { 447 super.onStartFailure(errorCode); 448 if (errorCode == ADVERTISE_FAILED_FEATURE_UNSUPPORTED) {
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
TestAccountAuthenticator.java | 396 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; 399 errorCode = options.getInt(AccountManager.KEY_ERROR_CODE); 402 result.putInt(AccountManager.KEY_ERROR_CODE, errorCode);
|
/frameworks/minikin/libs/minikin/ |
Hyphenator.cpp | 222 UErrorCode errorCode = U_ZERO_ERROR; 223 const UScriptCode script = uscript_getScript(static_cast<UChar32>(codePoint), &errorCode); 224 if (U_SUCCESS(errorCode)) {
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipSessionGroup.java | 530 void onError(int errorCode, String description); [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 360 int errorCode = 362 if (errorCode == MessagingException.AUTODISCOVER_AUTHENTICATION_FAILED) { 364 } else if (errorCode != MessagingException.NO_ERROR) {
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
CameraMediaChooser.java | 321 * @param errorCode One of the CameraManager.ERROR_* constants 325 public void onCameraError(final int errorCode, final Exception e) { 326 switch (errorCode) { 344 LogUtil.w(LogUtil.BUGLE_TAG, "Unknown camera error:" + errorCode);
|
/packages/apps/Settings/src/com/android/settings/ |
TetherService.java | 332 int errorCode = result == RESULT_OK ? ConnectivityManager.TETHER_ERROR_NO_ERROR : 335 if (DEBUG) Log.d(TAG, "Firing result: " + errorCode + " to callback"); 336 callback.send(errorCode, null);
|
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/ |
aws-java-sdk-cloudfront-1.11.18.jar | |
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/ |
aws-java-sdk-simpledb-1.11.18.jar | |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/ |
grpc-okhttp-0.13.2.jar | |
/development/samples/training/ads-and-ux/src/com/example/training/ads/ |
AdsCatalogActivity.java | 36 import com.google.ads.AdRequest.ErrorCode; 149 public void onFailedToReceiveAd(Ad ad, ErrorCode errorCode) {
|