/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
OCSPResponse.java | 701 int reason = dv.data.getEnumerated(); local 702 // if reason out-of-range just leave as UNSPECIFIED 703 if (reason >= 0 && reason < values.length) { 704 revocationReason = values[reason]; 717 debug.println("Revocation reason: " + revocationReason); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
BondStateMachine.java | 196 int reason = getUnbondReasonFromHALCode(msg.arg2); local 197 sendIntent(dev, newState, reason); 330 private void sendIntent(BluetoothDevice device, int newState, int reason) { 344 intent.putExtra(BluetoothDevice.EXTRA_REASON, reason); 474 private int getUnbondReasonFromHALCode (int reason) { 475 if (reason == AbstractionLayer.BT_STATUS_SUCCESS) 477 else if (reason == AbstractionLayer.BT_STATUS_RMT_DEV_DOWN) 479 else if (reason == AbstractionLayer.BT_STATUS_AUTH_FAILURE) 481 else if (reason == AbstractionLayer.BT_STATUS_AUTH_REJECTED) 483 else if (reason == AbstractionLayer.BT_STATUS_AUTH_TIMEOUT [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
HandleApiCalls.java | 112 final String reason = context.getString(R.string.no_alarm_scheduled_for_this_time); local 113 Voice.notifyFailure(activity, reason); 114 LogUtils.i(reason); 122 final String reason = context.getString(R.string.alarm_is_dismissed, time); local 123 LogUtils.i(reason); 124 Voice.notifySuccess(activity, reason); 127 final String reason = context.getString( local 129 Voice.notifyFailure(activity, reason); 130 LogUtils.i(reason); 150 final String reason = mContext.getString(R.string.no_scheduled_alarms) local 231 final String reason = mContext.getString(R.string.no_firing_alarms); local 252 final String reason = context.getString(R.string.alarm_is_snoozed, time); local [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 106 * @param reason from 111 void onCheckSettingsError(int reason, String message); 242 final int reason = local 246 getCallbackTarget().onCheckSettingsError(reason, errorMessage);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XInput2.h | 235 int reason; /* Reason for the change */ member in struct:__anon36831
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XInput2.h | 225 int reason; /* Reason for the change */ member in struct:__anon38690
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/ |
ib_user_cm.h | 268 __u32 reason; member in struct:ib_ucm_rej_event_resp
|
/system/bt/stack/btu/ |
btu_hcif.c | 540 UINT8 reason; local 544 STREAM_TO_UINT8 (reason, p); 550 if (!l2c_link_hci_disc_comp (handle, reason)) 551 btm_sco_removed (handle, reason); 553 l2c_link_hci_disc_comp (handle, reason); 557 btm_sec_disconnected (handle, reason); [all...] |
/system/bt/stack/include/ |
mca_api.h | 165 UINT16 reason; /* disconnect reason given by L2CAP */ member in struct:__anon72777 179 UINT16 reason; /* disconnect reason given by L2CAP */ member in struct:__anon72779
|
/system/bt/stack/smp/ |
smp_act.c | 68 uint8_t reason = 0; local 78 reason = SMP_PAIR_AUTH_FAIL; 79 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); 82 reason = SMP_PAIR_FAIL_UNKNOWN; 83 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); 86 reason = SMP_PAIR_NOT_SUPPORT; 87 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); 90 reason = SMP_PASSKEY_ENTRY_FAIL; 91 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); 94 reason = SMP_REPEATED_ATTEMPTS 482 UINT8 reason; local 565 UINT8 reason = SMP_ENC_KEY_SIZE; local 664 UINT8 reason = SMP_INVALID_PARAMETERS; local 690 UINT8 reason = SMP_INVALID_PARAMETERS; local 711 UINT8 reason = SMP_INVALID_PARAMETERS; local 736 UINT8 reason = SMP_INVALID_PARAMETERS; local 760 UINT8 reason = SMP_INVALID_PARAMETERS; local 785 UINT8 reason = SMP_INVALID_PARAMETERS; local 810 UINT8 reason = SMP_INVALID_PARAMETERS; local 840 UINT8 reason = SMP_ENC_KEY_SIZE; local 921 UINT8 reason = SMP_SUCCESS; local 965 UINT8 reason = SMP_SUCCESS; local 1099 UINT8 reason; local 1156 UINT8 reason = SMP_ENC_FAIL; local 1186 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; local 1199 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; local 1290 UINT8 reason = SMP_SUCCESS; local 1418 uint8_t reason = SMP_PAIR_AUTH_FAIL; local 1682 UINT8 reason; local 1773 UINT8 reason = SMP_DHKEY_CHK_FAIL; local 1907 UINT8 reason = SMP_CONFIRM_VALUE_ERR; local [all...] |
/system/connectivity/shill/ |
service_unittest.cc | 991 const char* reason = nullptr; local 1073 const char* reason; local [all...] |
/system/connectivity/shill/wifi/ |
wifi_provider.cc | 811 const char* reason = nullptr; local 817 if (service->auto_connect() && service->IsAutoConnectable(&reason)) {
|
/system/core/crash_reporter/ |
user_collector.cc | 577 std::string *reason) { 578 reason->clear(); 584 *reason = "developer build - not testing - always dumping"; 589 *reason = "ignoring - no consent"; 593 *reason = "handling"; 644 std::string reason; local 647 &reason); 651 << " (" << reason << ")"; local
|
/art/compiler/jni/ |
jni_compiler_test.cc | 230 std::string reason; local 232 LoadNativeLibrary(env_, "", class_loader_, library_search_path_, &reason)) 233 << reason; 245 std::string reason; local 247 LoadNativeLibrary(env_, "", class_loader_, library_search_path_, &reason)) 248 << reason; [all...] |
/cts/libs/testserver/src/android/webkit/cts/ |
TestWebServer.java | 451 String reason = null; local 462 // Fill in error reason. Avoid use of the ReasonPhraseCatalog, which is 464 reason = sReasons.get(status); 467 if (reason != null) { 469 buf.append(reason); 471 buf.append(reason);
|
/device/google/contexthub/firmware/inc/ |
nanohubPacket.h | 44 __le32 reason; member in struct:NanohubPacket 406 __le32 reason; member in struct:NanohubHalRebootTx
|
/external/autotest/frontend/tko/ |
models.py | 209 reason = dbmodels.CharField(blank=True, max_length=3072) variable in class:Test 709 'reason', 724 reason = dbmodels.CharField(blank=True, max_length=3072) variable in class:TestView
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
__init__.py | 577 self.challenge['reason'] = self.challenge.get('reason', 'unauthorized') 578 if self.challenge['reason'] not in ['unauthorized', 'integrity']: 579 self.challenge['reason'] = 'unauthorized' 623 if challenge.get('reason') in ['integrity', 'stale']: 1628 reason = "Ok" variable in class:Response [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/ |
__init__.py | 547 self.challenge['reason'] = self.challenge.get('reason', 'unauthorized') 548 if self.challenge['reason'] not in ['unauthorized', 'integrity']: 549 self.challenge['reason'] = 'unauthorized' 593 if challenge.get('reason') in ['integrity', 'stale']: 1317 reason = "Ok" variable in class:Response [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
upload-diffs.py | 172 def reason(self): member in class:ClientLoginError 173 # reason is a property on python 2.7 but a member variable on <=2.6. 321 if e.reason == "BadAuthentication": 330 elif e.reason == "CaptchaRequired": 337 elif e.reason == "NotVerified": 339 elif e.reason == "TermsNotAgreed": 341 elif e.reason == "AccountDeleted": 343 elif e.reason == "AccountDisabled": 346 elif e.reason == "ServiceDisabled": 349 elif e.reason == "ServiceUnavailable" [all...] |
/external/dhcpcd-6.8.2/ |
dhcp6.h | 202 const char *reason; member in struct:dhcp6_state 213 D6_CSTATE((ifp))->reason && dhcp6_dadcompleted((ifp)))
|
/external/e2fsprogs/e2fsck/ |
unix.c | 335 const char *reason = NULL; local 364 reason = _(" contains a file system with errors"); 366 reason = _(" was not cleanly unmounted"); 368 reason = _(" primary superblock features different from backup"); 372 reason = _(" has been mounted %u times without being checked"); 376 reason = 0; 379 reason = _(" has filesystem last checked time in the future"); 381 reason = 0; 385 reason = _(" has gone %u days without being checked"); 389 reason = 0 [all...] |
/external/icu/icu4c/source/i18n/ |
collationbuilder.cpp | 144 UParseError &parseError, UnicodeString &reason, 153 internalBuildTailoring(rules, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &reason, errorCode); 172 const char *reason = builder.getErrorReason(); local 173 if(reason != NULL && outReason != NULL) { 174 *outReason = UnicodeString(reason, -1, US_INV); [all...] |
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 960 const char *reason = builder.getErrorReason(); local 961 if(reason == NULL) { reason = ""; } 964 (long)parseError.offset, u_errorName(intStatus), reason); [all...] |
/external/jetty/src/java/org/eclipse/jetty/client/ |
AbstractHttpConnection.java | 269 public void startResponse(Buffer version, int status, Buffer reason) throws IOException 296 exchange.getEventListener().onResponseStatus(version,status,reason); 394 String reason = _endp.isOpen()?(_endp.isInputShutdown()?"half closed: ":"local close: "):"closed: "; local 396 exchange.getEventListener().onException(new EofException(reason+exch)); 514 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
|