/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ReasonParser.java | 33 * Parser for Reason header. 46 * @param reason the header to parse 48 public ReasonParser(String reason) { 49 super(reason); 71 headerName(TokenTypes.REASON); 74 Reason reason = new Reason(); local 79 reason.setProtocol(value); 80 super.parse(reason); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/ |
README | 2 The reason these libraries are built outside of the standard XFree86
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebnavigationaction.cpp | 42 WebKitWebNavigationReason reason; member in struct:_WebKitWebNavigationActionPrivate 139 * WebKitWebNavigationAction:reason: 141 * The reason why this navigation is occuring. 146 g_param_spec_enum("reason", 147 _("Reason"), 148 _("The reason why this navigation is occurring"), 223 * Returns the reason why WebKit is requesting a navigation. 233 return navigationAction->priv->reason; 239 * @reason: a #WebKitWebNavigationReason 241 * Sets the reason why WebKit is requesting a navigation [all...] |
/external/wpa_supplicant/ |
mlme.h | 26 int ieee80211_sta_deauthenticate(struct wpa_supplicant *wpa_s, u16 reason); 27 int ieee80211_sta_disassociate(struct wpa_supplicant *wpa_s, u16 reason); 58 u16 reason) 64 u16 reason)
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleWait.java | 76 byte reason; 78 reason = data.get(); 80 Log.d("ddm-wait", "WAIT: reason=" + reason);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneNotifier.java | 36 /** TODO - reason should never be null */ 37 public void notifyDataConnection(Phone sender, String reason, String apnType, 40 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType);
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
TestPhoneNotifier.java | 47 public void notifyDataConnection(Phone sender, String reason, String apnType) { 50 public void notifyDataConnection(Phone sender, String reason, String apnType, 54 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLKeyException.java | 30 * @param reason 33 public SSLKeyException(String reason) { 34 super(reason);
|
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/chromium/chrome/browser/ui/ |
crypto_module_password_dialog_nss.cc | 32 browser::CryptoModulePasswordReason reason, 51 browser::CryptoModulePasswordReason reason, 56 reason_(reason), 136 browser::CryptoModulePasswordReason reason, 142 (new SlotUnlocker(modules, reason, host, callback))->Start(); 150 browser::CryptoModulePasswordReason reason, 156 UnlockSlotsIfNecessary(modules, reason, host, callback);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLDataExceptionTest.java | 48 "The reason of SQLDataException set and get should be equivalent", 62 assertNull("The reason of SQLDataException should be null", 79 "The reason of SQLDataException set and get should be equivalent", 96 "The reason of SQLDataException set and get should be equivalent", 112 assertNull("The reason of SQLDataException should be null", 127 assertNull("The reason of SQLDataException should be null", 144 "The reason of SQLDataException set and get should be equivalent", 161 "The reason of SQLDataException set and get should be equivalent", 178 "The reason of SQLDataException set and get should be equivalent", 194 "The reason of SQLDataException set and get should be equivalent" [all...] |
SQLFeatureNotSupportedExceptionTest.java | 50 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 68 "The reason of SQLFeatureNotSupportedException should be null", 86 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 105 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 123 "The reason of SQLFeatureNotSupportedException should be null", 141 "The reason of SQLFeatureNotSupportedException should be null", 159 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 177 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 195 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 213 "The reason of SQLFeatureNotSupportedException set and get should be equivalent" [all...] |
SQLIntegrityConstraintViolationExceptionTest.java | 50 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 69 "The reason of SQLIntegrityConstraintViolationException should be null", 88 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 108 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 128 "The reason of SQLIntegrityConstraintViolationException should be null", 146 "The reason of SQLIntegrityConstraintViolationException should be null", 166 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 187 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 208 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 228 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent" [all...] |
SQLInvalidAuthorizationSpecExceptionTest.java | 50 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 69 "The reason of SQLInvalidAuthorizationSpecException should be null", 88 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 108 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 128 "The reason of SQLInvalidAuthorizationSpecException should be null", 146 "The reason of SQLInvalidAuthorizationSpecException should be null", 165 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 185 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 205 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 224 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent" [all...] |
SQLNonTransientConnectionExceptionTest.java | 50 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 68 "The reason of SQLNonTransientConnectionException should be null", 87 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 107 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 126 "The reason of SQLNonTransientConnectionException should be null", 144 "The reason of SQLNonTransientConnectionException should be null", 163 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 183 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 203 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 222 "The reason of SQLNonTransientConnectionException set and get should be equivalent" [all...] |
SQLNonTransientExceptionTest.java | 49 "The reason of SQLNonTransientException set and get should be equivalent", 64 assertNull("The reason of SQLNonTransientException should be null", 81 "The reason of SQLNonTransientException set and get should be equivalent", 98 "The reason of SQLNonTransientException set and get should be equivalent", 114 assertNull("The reason of SQLNonTransientException should be null", 129 assertNull("The reason of SQLNonTransientException should be null", 146 "The reason of SQLNonTransientException set and get should be equivalent", 163 "The reason of SQLNonTransientException set and get should be equivalent", 180 "The reason of SQLNonTransientException set and get should be equivalent", 196 "The reason of SQLNonTransientException set and get should be equivalent" [all...] |
SQLRecoverableExceptionTest.java | 49 "The reason of SQLRecoverableException set and get should be equivalent", 64 assertNull("The reason of SQLRecoverableException should be null", 81 "The reason of SQLRecoverableException set and get should be equivalent", 98 "The reason of SQLRecoverableException set and get should be equivalent", 114 assertNull("The reason of SQLRecoverableException should be null", 129 assertNull("The reason of SQLRecoverableException should be null", 146 "The reason of SQLRecoverableException set and get should be equivalent", 163 "The reason of SQLRecoverableException set and get should be equivalent", 180 "The reason of SQLRecoverableException set and get should be equivalent", 196 "The reason of SQLRecoverableException set and get should be equivalent" [all...] |
SQLSyntaxErrorExceptionTest.java | 49 "The reason of SQLSyntaxErrorException set and get should be equivalent", 64 assertNull("The reason of SQLSyntaxErrorException should be null", 81 "The reason of SQLSyntaxErrorException set and get should be equivalent", 98 "The reason of SQLSyntaxErrorException set and get should be equivalent", 114 assertNull("The reason of SQLSyntaxErrorException should be null", 129 assertNull("The reason of SQLSyntaxErrorException should be null", 146 "The reason of SQLSyntaxErrorException set and get should be equivalent", 163 "The reason of SQLSyntaxErrorException set and get should be equivalent", 180 "The reason of SQLSyntaxErrorException set and get should be equivalent", 196 "The reason of SQLSyntaxErrorException set and get should be equivalent" [all...] |
SQLTimeoutExceptionTest.java | 49 "The reason of SQLTimeoutException set and get should be equivalent", 64 assertNull("The reason of SQLTimeoutException should be null", 81 "The reason of SQLTimeoutException set and get should be equivalent", 98 "The reason of SQLTimeoutException set and get should be equivalent", 114 assertNull("The reason of SQLTimeoutException should be null", 129 assertNull("The reason of SQLTimeoutException should be null", 146 "The reason of SQLTimeoutException set and get should be equivalent", 163 "The reason of SQLTimeoutException set and get should be equivalent", 180 "The reason of SQLTimeoutException set and get should be equivalent", 196 "The reason of SQLTimeoutException set and get should be equivalent" [all...] |
SQLTransactionRollbackExceptionTest.java | 50 "The reason of SQLTransactionRollbackException set and get should be equivalent", 68 "The reason of SQLTransactionRollbackException should be null", 86 "The reason of SQLTransactionRollbackException set and get should be equivalent", 105 "The reason of SQLTransactionRollbackException set and get should be equivalent", 123 "The reason of SQLTransactionRollbackException should be null", 141 "The reason of SQLTransactionRollbackException should be null", 159 "The reason of SQLTransactionRollbackException set and get should be equivalent", 177 "The reason of SQLTransactionRollbackException set and get should be equivalent", 195 "The reason of SQLTransactionRollbackException set and get should be equivalent", 213 "The reason of SQLTransactionRollbackException set and get should be equivalent" [all...] |
SQLTransientConnectionExceptionTest.java | 50 "The reason of SQLTransientConnectionException set and get should be equivalent", 68 "The reason of SQLTransientConnectionException should be null", 86 "The reason of SQLTransientConnectionException set and get should be equivalent", 105 "The reason of SQLTransientConnectionException set and get should be equivalent", 123 "The reason of SQLTransientConnectionException should be null", 141 "The reason of SQLTransientConnectionException should be null", 159 "The reason of SQLTransientConnectionException set and get should be equivalent", 177 "The reason of SQLTransientConnectionException set and get should be equivalent", 195 "The reason of SQLTransientConnectionException set and get should be equivalent", 213 "The reason of SQLTransientConnectionException set and get should be equivalent" [all...] |
SQLTransientExceptionTest.java | 49 "The reason of SQLTransientException set and get should be equivalent", 64 assertNull("The reason of SQLTransientException should be null", 81 "The reason of SQLTransientException set and get should be equivalent", 98 "The reason of SQLTransientException set and get should be equivalent", 114 assertNull("The reason of SQLTransientException should be null", 129 assertNull("The reason of SQLTransientException should be null", 146 "The reason of SQLTransientException set and get should be equivalent", 163 "The reason of SQLTransientException set and get should be equivalent", 180 "The reason of SQLTransientException set and get should be equivalent", 196 "The reason of SQLTransientException set and get should be equivalent" [all...] |
/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...] |