HomeSort by relevance Sort by last modified time
    Searched defs:reason (Results 201 - 225 of 1297) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouteProviderService.java 285 int controllerId, int reason) {
291 controller.onUnselect(reason);
707 int reason = data == null ? local
711 return service.onUnselectRoute(messenger, requestId, arg, reason);
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPResponse.java 707 int reason = dv.data.getEnumerated(); local
708 // if reason out-of-range just leave as UNSPECIFIED
709 if (reason >= 0 && reason < values.length) {
710 revocationReason = values[reason];
723 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);
333 private void sendIntent(BluetoothDevice device, int newState, int reason) {
349 intent.putExtra(BluetoothDevice.EXTRA_REASON, reason);
505 private int getUnbondReasonFromHALCode(int reason) {
506 if (reason == AbstractionLayer.BT_STATUS_SUCCESS) {
508 } else if (reason == AbstractionLayer.BT_STATUS_RMT_DEV_DOWN) {
510 } else if (reason == AbstractionLayer.BT_STATUS_AUTH_FAILURE) {
512 } else if (reason == AbstractionLayer.BT_STATUS_AUTH_REJECTED) {
514 } else if (reason == AbstractionLayer.BT_STATUS_AUTH_TIMEOUT)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 131 final String reason = context.getString(R.string.no_alarm_scheduled_for_this_time); local
132 Controller.getController().notifyVoiceFailure(activity, reason);
155 final String reason = context.getString( local
157 Controller.getController().notifyVoiceFailure(activity, reason);
162 final String reason = context.getString(R.string.alarm_is_dismissed, time); local
163 Controller.getController().notifyVoiceSuccess(activity, reason);
185 final String reason = mContext.getString(R.string.no_scheduled_alarms); local
186 Controller.getController().notifyVoiceFailure(mActivity, reason);
271 final String reason = mContext.getString(R.string.no_firing_alarms); local
272 Controller.getController().notifyVoiceFailure(mActivity, reason);
289 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);
  /packages/services/Car/service/src/com/android/car/hal/
PowerHalService.java 53 // Boot reason set by VMCU
96 * Received boot reason.
97 * @param boot reason.
342 int reason = v.value.int32Values.get(0); local
343 Log.i(CarLog.TAG_POWER, "Received AP_POWER_BOOTUP_REASON=" + reason);
344 listener.onBootReasonReceived(reason);
  /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:__anon61738
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 80 # authentication for some reason but fails, how should the error be
143 def __init__(self, reason):
144 self.args = reason,
145 self.reason = reason
148 return '<urlopen error %s>' % self.reason
170 # since URLError specifies a .reason attribute, HTTPError should also
173 def reason(self): member in class:HTTPError
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 80 # authentication for some reason but fails, how should the error be
143 def __init__(self, reason):
144 self.args = reason,
145 self.reason = reason
148 return '<urlopen error %s>' % self.reason
170 # since URLError specifies a .reason attribute, HTTPError should also
173 def reason(self): member in class:HTTPError
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 80 # authentication for some reason but fails, how should the error be
143 def __init__(self, reason):
144 self.args = reason,
145 self.reason = reason
148 return '<urlopen error %s>' % self.reason
170 # since URLError specifies a .reason attribute, HTTPError should also
173 def reason(self): member in class:HTTPError
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 80 # authentication for some reason but fails, how should the error be
143 def __init__(self, reason):
144 self.args = reason,
145 self.reason = reason
148 return '<urlopen error %s>' % self.reason
170 # since URLError specifies a .reason attribute, HTTPError should also
173 def reason(self): member in class:HTTPError
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/
leakcanary-watcher-1.4.jar 
  /system/bt/stack/btu/
btu_hcif.cc 654 uint8_t reason; local
658 STREAM_TO_UINT8(reason, p);
662 if ((reason != HCI_ERR_CONN_CAUSE_LOCAL_HOST) &&
663 (reason != HCI_ERR_PEER_USER)) {
665 HCI_TRACE_DEBUG("%s: Got Disconn Complete Event: reason=%d, handle=%d",
666 __func__, reason, handle);
671 if (!l2c_link_hci_disc_comp(handle, reason)) btm_sco_removed(handle, reason);
673 l2c_link_hci_disc_comp(handle, reason);
677 btm_sec_disconnected(handle, reason);
    [all...]
  /system/bt/stack/smp/
smp_act.cc 50 uint8_t reason = p_cb->cert_failure; local
51 if (reason == SMP_PAIR_AUTH_FAIL || reason == SMP_PAIR_FAIL_UNKNOWN ||
52 reason == SMP_PAIR_NOT_SUPPORT || reason == SMP_PASSKEY_ENTRY_FAIL ||
53 reason == SMP_REPEATED_ATTEMPTS) {
55 smp_int_data.status = reason;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
okhttp-ws-2.7.4.jar 
  /art/runtime/
oat_file_assistant.cc 1331 const char* reason = oat_file->GetCompilationReason(); local
    [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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 230 const char *reason; local
233 reason = "illegal multibyte sequence";
242 reason = "incomplete multibyte sequence";
292 start, end, reason);
299 PyUnicodeEncodeError_SetReason(buf->excobj, reason) != 0)
368 const char *reason; local
372 reason = "illegal multibyte sequence";
381 reason = "incomplete multibyte sequence";
412 start, end, reason);
419 PyUnicodeDecodeError_SetReason(buf->excobj, reason))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 228 const char *reason; local
231 reason = "illegal multibyte sequence";
240 reason = "incomplete multibyte sequence";
290 start, end, reason);
297 PyUnicodeEncodeError_SetReason(buf->excobj, reason) != 0)
365 const char *reason; local
369 reason = "illegal multibyte sequence";
378 reason = "incomplete multibyte sequence";
409 start, end, reason);
416 PyUnicodeDecodeError_SetReason(buf->excobj, reason))
    [all...]
  /external/ImageMagick/coders/
svg.c 2620 reason[MagickPathExtent]; local
2652 reason[MagickPathExtent]; local
    [all...]
  /external/curl/lib/vtls/
gtls.c 1088 gnutls_x509_crl_reason_t reason; local
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cVertexAttribBindingTests.cpp 81 std::ostringstream reason; local
82 reason << "Required " << required << " VS storage blocks but only " << blocksVS << " available."
86 OutputNotSupported(reason.str());
    [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 339 const char *reason = NULL; local
371 reason = _(" contains a file system with errors");
373 reason = _(" was not cleanly unmounted");
375 reason = _(" primary superblock features different from backup");
379 reason = _(" has been mounted %u times without being checked");
383 reason = 0;
386 reason = _(" has filesystem last checked time in the future");
388 reason = 0;
392 reason = _(" has gone %u days without being checked");
396 reason = 0
    [all...]

Completed in 859 milliseconds

1 2 3 4 5 6 7 891011>>