HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 76 - 100 of 4406) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 26 CryptoModuleBlockingDialogDelegate(browser::CryptoModulePasswordReason reason,
29 reason_(reason),
85 browser::CryptoModulePasswordReason reason,
106 browser::CryptoModulePasswordReason reason,
126 // Select an appropriate text for the reason.
130 switch (reason) {
216 CryptoModulePasswordReason reason,
219 (new CryptoModulePasswordDialog(slot_name, retry, reason, server,
225 CryptoModulePasswordReason reason,
227 return new CryptoModuleBlockingDialogDelegate(reason, server)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogforrevert_unittest.py 56 Reason
66 Reason
79 Reason
91 Reason
102 This is a very long reason which should be long enough so that
125 self._assert_message_for_revert_output([[12345], "Reason"], self._revert_entry_without_bug_url)
126 self._assert_message_for_revert_output([[12345], "Reason", "http://example.com/123"], self._revert_entry_with_bug_url)
127 self._assert_message_for_revert_output([[12345, 12346, 12347], "Reason"], self._multiple_revert_entry_without_bug_url)
128 self._assert_message_for_revert_output([[12345, 12346, 12347], "Reason", "http://example.com/123"], self._multiple_revert_entry_with_bug_url)
129 long_reason = "This is a very long reason which should be long enough so that _message_for_revert will need to wrap it. We'll also include (…)
    [all...]
  /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/Source/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/Source/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 ";
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 196 String reason = intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY); local
209 ", reason=" + (reason == null ? "(unspecified)" : reason));
219 setDetailedState(DetailedState.DISCONNECTED, reason, apnName);
228 setDetailedState(DetailedState.CONNECTING, reason, apnName);
231 setDetailedState(DetailedState.SUSPENDED, reason, apnName);
246 setDetailedState(DetailedState.CONNECTED, reason, apnName);
251 if (TextUtils.equals(reason, Phone.REASON_LINK_PROPERTIES_CHANGED)) {
257 // Just update reason field in this NetworkInf
258 mNetworkInfo.setDetailedState(mNetworkInfo.getDetailedState(), reason, local
276 String reason = intent.getStringExtra(Phone.FAILURE_REASON_KEY); local
    [all...]
  /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 30 int reason; field in class:CallForwardEditPreference
45 reason = a.getInt(R.styleable.CallForwardEditPreference_reason,
49 if (DBG) Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason);
59 phone.getCallForwardingOption(reason,
86 int time = (reason != CommandsInterface.CF_REASON_NO_REPLY) ? 0 : 20;
99 if (DBG) Log.d(LOG_TAG, "reason=" + reason + ", action=" + action
107 // should be action, reason...
109 reason,
    [all...]
  /external/apache-harmony/support/src/test/resources/config/
excludes.xsd 34 * An exclude element can have an optional reason
40 <xsd:element ref="reason" minOccurs="0" maxOccurs="1"/>
49 * A reason element has no attributes, only parsed
52 <xsd:element name="reason">
  /external/chromium/base/third_party/icu/
README.chromium 10 macros should ICU be in use on the system. For the same reason, the functions
  /external/clang/test/CodeGenObjC/
2009-01-21-invalid-debug-info.m 4 // no longer effectively test anything). The reason it was causing
  /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/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 16 [Some reason] if it is invalid. [reason] is a string containing a
21 [Some reason] if it is invalid. [reason] is a string containing a
  /external/llvm/test/FrontendC/
2010-05-26-AsmSideEffect.c 8 // The asm to read the value of w0 has a sideeffect for a different reason
  /external/webkit/Source/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/Source/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)
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.h 34 int ieee80211_sta_deauthenticate(struct wpa_supplicant *wpa_s, u16 reason);
35 int ieee80211_sta_disassociate(struct wpa_supplicant *wpa_s, u16 reason);
68 u16 reason)
74 u16 reason)
  /frameworks/base/core/jni/
android_os_Power.cpp 76 static void android_os_Power_reboot(JNIEnv *env, jobject clazz, jstring reason)
78 if (reason == NULL) {
81 const char *chars = env->GetStringUTFChars(reason, NULL);
83 env->ReleaseStringUTFChars(reason, chars); // In case it fails.

Completed in 2764 milliseconds

1 2 34 5 6 7 8 91011>>