HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 1 - 25 of 3392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dhcpcd/dhcpcd-hooks/
01-test 3 if [ "${reason}" = "TEST" ]; then
4 set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
  /libcore/luni/src/main/java/java/sql/
SQLDataException.java 30 * Creates an SQLDataException object. The Reason string is set to null, the
38 * Creates an SQLDataException object. The Reason string is set to the given
39 * reason string, the SQLState string is set to null and the Error Code is
42 * @param reason
43 * the string to use as the Reason string
45 public SQLDataException(String reason) {
46 super(reason, null, 0);
50 * Creates an SQLDataException object. The Reason string is set to the given
51 * reason string, the SQLState string is set to the given SQLState string
54 * @param reason
    [all...]
SQLFeatureNotSupportedException.java 29 * Creates an SQLFeatureNotSupportedException object. The Reason string is
38 * Creates an SQLFeatureNotSupportedException object. The Reason string is
39 * set to the given reason string, the SQLState string is set to null and
42 * @param reason
43 * the string to use as the Reason string
45 public SQLFeatureNotSupportedException(String reason) {
46 super(reason, null, 0);
50 * Creates an SQLFeatureNotSupportedException object. The Reason string is
51 * set to the given reason string, the SQLState string is set to the given
54 * @param reason
    [all...]
SQLIntegrityConstraintViolationException.java 31 * Creates an SQLIntegrityConstraintViolationException object. The Reason
40 * Creates an SQLIntegrityConstraintViolationException object. The Reason
41 * string is set to the given reason string, the SQLState string is set to
44 * @param reason
45 * the string to use as the Reason string
47 public SQLIntegrityConstraintViolationException(String reason) {
48 super(reason, null, 0);
52 * Creates an SQLIntegrityConstraintViolationException object. The Reason
53 * string is set to the given reason string, the SQLState string is set to
56 * @param reason
    [all...]
SQLInvalidAuthorizationSpecException.java 31 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
40 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
41 * is set to the given reason string, the SQLState string is set to null and
44 * @param reason
45 * the string to use as the Reason string
47 public SQLInvalidAuthorizationSpecException(String reason) {
48 super(reason, null, 0);
52 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
53 * is set to the given reason string, the SQLState string is set to the
56 * @param reason
    [all...]
SQLNonTransientConnectionException.java 31 * Creates an SQLNonTransientConnectionException object. The Reason string
40 * Creates an SQLNonTransientConnectionException object. The Reason string
41 * is set to the given reason string, the SQLState string is set to null and
44 * @param reason
45 * the string to use as the Reason string
47 public SQLNonTransientConnectionException(String reason) {
48 super(reason, null, 0);
52 * Creates an SQLNonTransientConnectionException object. The Reason string
53 * is set to the given reason string, the SQLState string is set to the
56 * @param reason
    [all...]
SQLNonTransientException.java 25 * Creates an SQLNonTransientException object. The Reason string is set to
33 * Creates an SQLNonTransientException object. The Reason string is set to
34 * the given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLNonTransientException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLNonTransientException object. The Reason string is set to
46 * the given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLRecoverableException.java 25 * Creates an SQLRecoverableException object. The Reason string is set to
33 * Creates an SQLRecoverableException object. The Reason string is set to
34 * the given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLRecoverableException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLRecoverableException object. The Reason string is set to
46 * the given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLSyntaxErrorException.java 25 * Creates an SQLSyntaxErrorException object. The Reason string is set to
33 * Creates an SQLSyntaxErrorException object. The Reason string is set to
34 * the given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLSyntaxErrorException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLSyntaxErrorException object. The Reason string is set to
46 * the given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLTimeoutException.java 25 * Creates an SQLTimeoutException object. The Reason string is set to null,
33 * Creates an SQLTimeoutException object. The Reason string is set to the
34 * given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLTimeoutException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLTimeoutException object. The Reason string is set to the
46 * given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLTransactionRollbackException.java 25 * Creates an SQLTransactionRollbackException object. The Reason string is
34 * Creates an SQLTransactionRollbackException object. The Reason string is
35 * set to the given reason string, the SQLState string is set to null and
38 * @param reason
39 * the string to use as the Reason string
41 public SQLTransactionRollbackException(String reason) {
42 super(reason, null, 0);
46 * Creates an SQLTransactionRollbackException object. The Reason string is
47 * set to the given reason string, the SQLState string is set to the given
50 * @param reason
    [all...]
SQLTransientConnectionException.java 25 * Creates an SQLTransientConnectionException object. The Reason string is
34 * Creates an SQLTransientConnectionException object. The Reason string is
35 * set to the given reason string, the SQLState string is set to null and
38 * @param reason
39 * the string to use as the Reason string
41 public SQLTransientConnectionException(String reason) {
42 super(reason, null, 0);
46 * Creates an SQLTransientConnectionException object. The Reason string is
47 * set to the given reason string, the SQLState string is set to the given
50 * @param reason
    [all...]
SQLTransientException.java 25 * Creates an SQLTransientException object. The Reason string is set to
33 * Creates an SQLTransientException object. The Reason string is set to the
34 * given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLTransientException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLTransientException object. The Reason string is set to the
46 * given reason string, the SQLState string is set to the given SQLState
49 * @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
39 * Creates an {@code SQLWarning} object. The reason string is set to the
40 * given reason string, the {@code SQLState} string is set to {@code null}
44 * the reason why this warning is issued.
51 * Creates an {@code SQLWarning} object. The reason string is set to the
52 * given reason string, the {@code SQLState} string is set to the given
56 * the reason why this warning is issued.
65 * Creates an {@code SQLWarning} object. The reason string is set to the
66 * given reason string, the {@code SQLState} string is set to the given
71 * 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/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...]
10.1.5-1.js 52 testcases[0].reason += " Object == null" ;
55 testcases[0].reason += " Function == null";
58 testcases[0].reason += " String == null";
61 testcases[0].reason += " Array == null";
64 testcases[0].reason += " Function == null";
67 testcases[0].reason += " Math == null";
70 testcases[0].reason += " Boolean == null";
73 testcases[0].reason += " Date == null";
77 testcases[0].reason += " NaN == null";
80 testcases[0].reason += " Infinity == null"
    [all...]
10.1.5-4.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...]

Completed in 249 milliseconds

1 2 3 4 5 6 7 8 91011>>