/external/apache-harmony/support/src/test/resources/config/ |
jcltest-excludes.xml | 12 <hy:reason>java.io.IOException: Size mismatch</hy:reason> 15 <hy:reason>java.io.IOException: Size mismatch</hy:reason> 21 <hy:reason>read() threw an exception while testing constructor</hy:reason> 27 <hy:reason>java.lang.IllegalArgumentException in native method</hy:reason> 35 <hy:reason>java.io.EOFException</hy:reason> [all...] |
/external/dhcpcd/dhcpcd-hooks/ |
01-test | 3 if [ "${reason}" = "TEST" ]; then 4 set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
|
02-dump | 3 if [ "$reason" = "DUMP" ]; then
|
/libcore/luni/src/main/java/java/sql/ |
SQLDataException.java | 30 * Creates an SQLDataException object. The Reason string is set to null, the 37 * Creates an SQLDataException object. The Reason string is set to the given 38 * reason string, the SQLState string is set to null and the Error Code is 41 * @param reason 42 * the string to use as the Reason string 44 public SQLDataException(String reason) { 45 super(reason, null, 0); 49 * Creates an SQLDataException object. The Reason string is set to the given 50 * reason string, the SQLState string is set to the given SQLState string 53 * @param reason [all...] |
SQLFeatureNotSupportedException.java | 29 * Creates an SQLFeatureNotSupportedException object. The Reason string is 37 * Creates an SQLFeatureNotSupportedException object. The Reason string is 38 * set to the given reason string, the SQLState string is set to null and 41 * @param reason 42 * the string to use as the Reason string 44 public SQLFeatureNotSupportedException(String reason) { 45 super(reason, null, 0); 49 * Creates an SQLFeatureNotSupportedException object. The Reason string is 50 * set to the given reason string, the SQLState string is set to the given 53 * @param reason [all...] |
SQLIntegrityConstraintViolationException.java | 31 * Creates an SQLIntegrityConstraintViolationException object. The Reason 39 * Creates an SQLIntegrityConstraintViolationException object. The Reason 40 * string is set to the given reason string, the SQLState string is set to 43 * @param reason 44 * the string to use as the Reason string 46 public SQLIntegrityConstraintViolationException(String reason) { 47 super(reason, null, 0); 51 * Creates an SQLIntegrityConstraintViolationException object. The Reason 52 * string is set to the given reason string, the SQLState string is set to 55 * @param reason [all...] |
SQLInvalidAuthorizationSpecException.java | 31 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string 39 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string 40 * is set to the given reason string, the SQLState string is set to null and 43 * @param reason 44 * the string to use as the Reason string 46 public SQLInvalidAuthorizationSpecException(String reason) { 47 super(reason, null, 0); 51 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string 52 * is set to the given reason string, the SQLState string is set to the 55 * @param reason [all...] |
SQLNonTransientConnectionException.java | 31 * Creates an SQLNonTransientConnectionException object. The Reason string 39 * Creates an SQLNonTransientConnectionException object. The Reason string 40 * is set to the given reason string, the SQLState string is set to null and 43 * @param reason 44 * the string to use as the Reason string 46 public SQLNonTransientConnectionException(String reason) { 47 super(reason, null, 0); 51 * Creates an SQLNonTransientConnectionException object. The Reason string 52 * is set to the given reason string, the SQLState string is set to the 55 * @param reason [all...] |
SQLNonTransientException.java | 25 * Creates an SQLNonTransientException object. The Reason string is set to 32 * Creates an SQLNonTransientException object. The Reason string is set to 33 * the given reason string, the SQLState string is set to null and the Error 36 * @param reason 37 * the string to use as the Reason string 39 public SQLNonTransientException(String reason) { 40 super(reason, null, 0); 44 * Creates an SQLNonTransientException object. The Reason string is set to 45 * the given reason string, the SQLState string is set to the given SQLState 48 * @param reason [all...] |
SQLRecoverableException.java | 25 * Creates an SQLRecoverableException object. The Reason string is set to 32 * Creates an SQLRecoverableException object. The Reason string is set to 33 * the given reason string, the SQLState string is set to null and the Error 36 * @param reason 37 * the string to use as the Reason string 39 public SQLRecoverableException(String reason) { 40 super(reason, null, 0); 44 * Creates an SQLRecoverableException object. The Reason string is set to 45 * the given reason string, the SQLState string is set to the given SQLState 48 * @param reason [all...] |
SQLSyntaxErrorException.java | 25 * Creates an SQLSyntaxErrorException object. The Reason string is set to 32 * Creates an SQLSyntaxErrorException object. The Reason string is set to 33 * the given reason string, the SQLState string is set to null and the Error 36 * @param reason 37 * the string to use as the Reason string 39 public SQLSyntaxErrorException(String reason) { 40 super(reason, null, 0); 44 * Creates an SQLSyntaxErrorException object. The Reason string is set to 45 * the given reason string, the SQLState string is set to the given SQLState 48 * @param reason [all...] |
SQLTimeoutException.java | 25 * Creates an SQLTimeoutException object. The Reason string is set to null, 32 * Creates an SQLTimeoutException object. The Reason string is set to the 33 * given reason string, the SQLState string is set to null and the Error 36 * @param reason 37 * the string to use as the Reason string 39 public SQLTimeoutException(String reason) { 40 super(reason, null, 0); 44 * Creates an SQLTimeoutException object. The Reason string is set to the 45 * given reason string, the SQLState string is set to the given SQLState 48 * @param reason [all...] |
SQLTransactionRollbackException.java | 25 * Creates an SQLTransactionRollbackException object. The Reason string is 33 * Creates an SQLTransactionRollbackException object. The Reason string is 34 * set to the given reason string, the SQLState string is set to null and 37 * @param reason 38 * the string to use as the Reason string 40 public SQLTransactionRollbackException(String reason) { 41 super(reason, null, 0); 45 * Creates an SQLTransactionRollbackException object. The Reason string is 46 * set to the given reason string, the SQLState string is set to the given 49 * @param reason [all...] |
SQLTransientConnectionException.java | 25 * Creates an SQLTransientConnectionException object. The Reason string is 33 * Creates an SQLTransientConnectionException object. The Reason string is 34 * set to the given reason string, the SQLState string is set to null and 37 * @param reason 38 * the string to use as the Reason string 40 public SQLTransientConnectionException(String reason) { 41 super(reason, null, 0); 45 * Creates an SQLTransientConnectionException object. The Reason string is 46 * set to the given reason string, the SQLState string is set to the given 49 * @param reason [all...] |
SQLTransientException.java | 25 * Creates an SQLTransientException object. The Reason string is set to 32 * Creates an SQLTransientException object. The Reason string is set to the 33 * given reason string, the SQLState string is set to null and the Error 36 * @param reason 37 * the string to use as the Reason string 39 public SQLTransientException(String reason) { 40 super(reason, null, 0); 44 * Creates an SQLTransientException object. The Reason string is set to the 45 * given reason string, the SQLState string is set to the given SQLState 48 * @param reason [all...] |
SQLClientInfoException.java | 33 * Creates an SQLClientInfoException object. The Reason string is set to 41 * Creates an SQLClientInfoException object. The Reason string is set to the 42 * given reason string, the SQLState string is set to null and the Error 55 * Creates an SQLClientInfoException object. The Reason string is set to the 64 * the Throwable object for the underlying reason this 74 * Creates an SQLClientInfoException object. The Reason string is set to 75 * reason, and the Map<String,ClientInfoStatus> object is set to the failed 78 * @param reason 79 * the string to use as the Reason string 84 public SQLClientInfoException(String reason, [all...] |
SQLWarning.java | 30 * Creates an {@code SQLWarning} object. The reason string is set to {@code 38 * Creates an {@code SQLWarning} object. The reason string is set to the 39 * given reason string, the {@code SQLState} string is set to {@code null} 43 * the reason why this warning is issued. 50 * Creates an {@code SQLWarning} object. The reason string is set to the 51 * given reason string, the {@code SQLState} string is set to the given 55 * the reason why this warning is issued. 64 * Creates an {@code SQLWarning} object. The reason string is set to the 65 * given reason string, the {@code SQLState} string is set to the given 70 * the reason why this warning is issued [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
AlertException.java | 30 private final SSLException reason; field in class:AlertException 38 * @param reason The SSLException to be thrown to application side after alert processing 42 protected AlertException(byte description, SSLException reason) { 43 super(reason); 44 this.reason = reason; 49 * Returns the reason of alert. This reason should be rethrown after alert processing. 51 * @return the reason of alert. 54 return reason; [all...] |
Message.java | 57 * @param reason 59 protected void fatalAlert(byte description, String reason) { 60 throw new AlertException(description, new SSLHandshakeException(reason)); 66 * @param reason 69 protected void fatalAlert(byte description, String reason, Throwable cause) { 70 throw new AlertException(description, new SSLException(reason, cause));
|
/external/icu4c/tools/icuinfo/ |
testplug.c | 30 #define DECLARE_PLUGIN(x) U_CAPI UPlugTokenReturn U_EXPORT2 x (UPlugData *data, UPlugReason reason, UErrorCode *status) 47 UPlugReason reason, 50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 52 if(reason==UPLUG_REASON_QUERY) { 64 UPlugReason reason, 66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 68 if(reason==UPLUG_REASON_QUERY) { 82 UPlugReason reason, [all...] |
/libcore/luni/src/main/java/java/net/ |
URISyntaxException.java | 39 * @param reason 40 * the reason why the exception occurred. 44 * if one of the arguments {@code input} or {@code reason} is 49 public URISyntaxException(String input, String reason, int index) { 50 super(reason); 52 if (input == null || reason == null) { 70 * @param reason 71 * the reason why the exception occurred. 73 * if one of the arguments {@code input} or {@code reason} is 76 public URISyntaxException(String input, String reason) { 125 String reason = super.getMessage(); local [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
CRLReason.java | 86 int reason) 88 super(reason); 92 DEREnumerated reason) 94 super(reason.getValue().intValue()); 100 int reason = getValue().intValue(); local 101 if (reason < 0 || reason > 10) 107 str = reasonString[reason];
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogTimeoutEvent.java | 34 public enum Reason {AckNotReceived, AckNotSent,ReInviteTimeout}; 42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { 45 m_reason = reason; 62 * The reason for the Dialog Timeout Event being delivered to the application. 64 * @return the reason for the timeout event. 66 public Reason getReason() { 72 private Reason m_reason = null;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.5-2.js | 51 var EVAL_STRING = 'if ( Object == null ) { testcases[0].reason += " Object == null" ; }' + 52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' + 53 'if ( String == null ) { testcases[0].reason += " String == null"; }' + 54 'if ( Array == null ) { testcases[0].reason += " Array == null"; }' + 55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' + 56 'if ( Math == null ) { testcases[0].reason += " Math == null"; }' + 57 'if ( Boolean == null ) { testcases[0].reason += " Boolean == null"; }' + 58 'if ( Date == null ) { testcases[0].reason += " Date == null"; }' + 59 'if ( eval == null ) { testcases[0].reason += " eval == null"; }' + 60 'if ( parseInt == null ) { testcases[0].reason += " parseInt == null"; }' [all...] |
10.1.5-3.js | 54 testcases[0].reason += " Object == null" ; 57 testcases[0].reason += " Function == null"; 60 testcases[0].reason += " String == null"; 63 testcases[0].reason += " Array == null"; 66 testcases[0].reason += " Function == null"; 69 testcases[0].reason += " Math == null"; 72 testcases[0].reason += " Boolean == null"; 75 testcases[0].reason += " Date == null"; 79 testcases[0].reason += " NaN == null"; 82 testcases[0].reason += " Infinity == null" [all...] |