HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 51 - 75 of 3304) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/net/ssl/
SSLPeerUnverifiedException.java 32 * @param reason
35 public SSLPeerUnverifiedException(String reason) {
36 super(reason);
SSLProtocolException.java 31 * @param reason
34 public SSLProtocolException(String reason) {
35 super(reason);
  /frameworks/base/core/java/android/os/
Power.java 96 * @param reason code to pass to the kernel (e.g. "recovery"), or null.
98 * @throws IOException if reboot fails for some reason (eg, lack of
101 public static void reboot(String reason) throws IOException
103 rebootNative(reason);
106 private static native void rebootNative(String reason) throws IOException ;
  /external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java 41 * English reason phrases for HTTP status codes.
54 // static array with english reason phrases defined below
75 * Obtains the reason phrase for a status code.
80 * @return the reason phrase, or <code>null</code>
91 String reason = null; local
93 reason = REASON_PHRASES[category][subcode];
95 return reason;
99 /** Reason phrases lookup table. */
112 * Stores the given reason phrase, by status code.
116 * @param reason the reason phrase for this status cod
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_err.c 61 UConverterCallbackReason reason,
76 UConverterCallbackReason reason,
90 UConverterCallbackReason reason,
93 if (reason <= UCNV_IRREGULAR)
95 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
111 UConverterCallbackReason reason,
114 if (reason <= UCNV_IRREGULAR)
116 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
138 UConverterCallbackReason reason,
154 if (reason > UCNV_IRREGULAR
    [all...]
  /external/icu4c/common/
ucnv_err.c 61 UConverterCallbackReason reason,
76 UConverterCallbackReason reason,
90 UConverterCallbackReason reason,
93 if (reason <= UCNV_IRREGULAR)
95 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
111 UConverterCallbackReason reason,
114 if (reason <= UCNV_IRREGULAR)
116 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
138 UConverterCallbackReason reason,
154 if (reason > UCNV_IRREGULAR
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 27 * Reason.java
28 * Reason = "Reason" HCOLON reason-value *(COMMA reason-value)
29 * reason-value = protocol *(SEMI reason-params)
31 * reason-params = protocol-cause / reason-text
32 * / reason-extensio
    [all...]
ReasonList.java 36 * List of Reason headers.
43 public final class ReasonList extends SIPHeaderList<Reason> {
56 super(Reason.class, ReasonHeader.NAME);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 130 * reason \a reason to stack clients.
133 * \param reason reason for this exception.
136 * On Linux, exception type and reason are passed to the signal handler as
141 void phOsalNfc_RaiseException(phOsalNfc_ExceptionType_t eExceptionType, uint16_t reason)
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 32 ATTRIBUTE MS-ARAP-PW-Change-Reason 21 integer Microsoft
60 # MS-ARAP-Password-Change-Reason Values
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
slice.js 74 var reason = "";
92 reason = reason + errorMessage;
98 testCase.reason = reason;
116 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/
slice.js 74 var reason = "";
92 reason = reason + errorMessage;
98 testCase.reason = reason;
116 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 14 * Constructs are reason mask with the reasons.
24 * A reason mask with no reason.
  /external/wpa_supplicant/tests/
test_x509v3.c 29 int i, reason; local
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
63 printf("\nCertificate chain validation failed: %d\n", reason);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 29 int i, reason; local
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
63 printf("\nCertificate chain validation failed: %d\n", reason);
  /packages/apps/Phone/src/com/android/phone/
CallForwardEditPreference.java 31 int reason; field in class:CallForwardEditPreference
46 reason = a.getInt(R.styleable.CallForwardEditPreference_reason,
50 if (DBG) Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason);
60 phone.getCallForwardingOption(reason,
87 int time = (reason != CommandsInterface.CF_REASON_NO_REPLY) ? 0 : 20;
100 if (DBG) Log.d(LOG_TAG, "reason=" + reason + ", action=" + action
108 // should be action, reason...
110 reason,
    [all...]
  /external/chromium/base/third_party/icu/
README 7 macros should ICU be in use on the system. For the same reason, the functions
  /external/clearsilver/man/man3/
nerr_raise.3 30 reason. THIS IS A PRINTF STYLE FUNCTION, DO NOT PASS
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 29 case "${reason}" in
  /external/iproute2/etc/iproute2/
rt_dsfield 7 # These values seems do not want to die, Cisco likes them by a strange reason.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.14.js 58 testcases[caseno].reason = Math.random();
61 if ( ! ( testcases[caseno].reason >= 0) ) {
65 if ( ! (testcases[caseno].reason < 1) ) {
79 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/webkit/WebKit/chromium/public/
WebURLError.h 44 // A namespace for "reason" to support various layers generating
49 // A numeric error code detailing the reason for this error. A value
53 int reason; member in struct:WebKit::WebURLError
58 WebURLError() : reason(0) { }
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.h 28 int ieee80211_sta_deauthenticate(struct wpa_supplicant *wpa_s, u16 reason);
29 int ieee80211_sta_disassociate(struct wpa_supplicant *wpa_s, u16 reason);
66 u16 reason)
72 u16 reason)
  /frameworks/base/core/jni/
android_os_Power.cpp 86 static void android_os_Power_reboot(JNIEnv *env, jobject clazz, jstring reason)
90 if (reason == NULL) {
93 const char *chars = env->GetStringUTFChars(reason, NULL);
96 env->ReleaseStringUTFChars(reason, chars); // In case it fails.
  /external/clearsilver/python/
static.py 44 except Exception, Reason:
45 log ("Python Exception: %s" % (str(repr(Reason))))

Completed in 381 milliseconds

1 23 4 5 6 7 8 91011>>