/external/dhcpcd/dhcpcd-hooks/ |
30-hostname | 26 case "${reason}" in
|
20-dns.conf | 29 case "${reason}" in
|
/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/WebKit/gtk/webkit/ |
webkitwebnavigationaction.cpp | 44 WebKitWebNavigationReason reason; member in struct:_WebKitWebNavigationActionPrivate 150 * WebKitWebNavigationAction:reason: 152 * The reason why this navigation is occuring. 157 g_param_spec_enum("reason", 158 _("Reason"), 159 _("The reason why this navigation is occurring"), 234 * Returns the reason why WebKit is requesting a navigation. 244 return navigationAction->priv->reason; 250 * @reason: a #WebKitWebNavigationReason 252 * 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);
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
BatchUpdateException.java | 49 * <i>reason</i>, <i>SQLState</i>, and <i>update counts</i> set to {@code 73 * {@code reason} set to the supplied values. All other fields are set to their 76 * @param reason 84 public BatchUpdateException(String reason, int[] updateCounts) { 85 super(reason); 90 * Creates a {@code BatchUpdateException} with the {@code reason}, {@code 94 * @param reason 104 public BatchUpdateException(String reason, String SQLState, 106 super(reason, SQLState); 114 * @param reason [all...] |
SQLException.java | 55 * Creates an {@code SQLException} object. The reason string is set to 64 * Creates an {@code SQLException} object. The reason string is set to the given 65 * reason string, the {@code SQLState} string is set to {@code null} and the error code is 69 * the string to use as the Reason string 76 * Creates an {@code SQLException} object. The reason string is set to the 77 * given reason string, the {@code SQLState} string is set to the given 81 * the string to use as the reason string. 90 * Creates an {@code SQLException} object. The reason string is set to the 91 * given reason string, the {@code SQLState} string is set to the given 96 * the string to use as the reason string [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLHandshakeException.java | 31 * @param reason 34 public SSLHandshakeException(String reason) { 35 super(reason);
|
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/awt/java/awt/ |
FontFormatException.java | 40 * @param reason 43 public FontFormatException(String reason) { 44 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/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/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/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/clearsilver/man/man3/ |
nerr_raise.3 | 30 reason. THIS IS A PRINTF STYLE FUNCTION, DO NOT PASS
|
/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 ";
|