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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/remoting/host/win/
core.cc 9 DWORD reason,
12 BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void* reserved) {
13 if (reason == DLL_PROCESS_ATTACH)
17 return PsDllMain(instance, reason, reserved);
  /libcore/crypto/src/main/java/org/conscrypt/
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...]
  /external/chromium_org/third_party/icu/source/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...]
  /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...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 5 name, reason = self.args
7 (self.__class__.__name__, name, reason))
10 def broken(reason, *exceptions):
20 raise BrokenTest(test_method.__name__, reason)
23 replacement.todo = reason
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.m 52 + (id) newException:(NSString *)aName reason:(NSString *)aReason;
54 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason];
57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
59 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo];
65 self = [super initWithName:@"ANTLRRuntimeException" reason:@"UnknownException" userInfo:nil];
71 self = [super initWithName:(NSString *)@"ANTLRRuntimeException" reason:(NSString *)aReason userInfo:(NSDictionary *)nil];
77 self = [super initWithName:@"ANTLRRuntimeException" reason:aReason userInfo:aUserInfo];
81 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason
83 self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)nil];
87 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInf
    [all...]
  /external/chromium_org/chrome/installer/gcapi/
gcapi_test.cc 12 DWORD reason = 0; local
20 FALSE, GCAPI_INVOKED_STANDARD_SHELL, &reason);
22 TRUE, GCAPI_INVOKED_STANDARD_SHELL, &reason);
27 printf("Static call returned result as %d and reason as %d.\n",
28 result_flag_on, reason);
41 DWORD reason = 0; local
46 BOOL result_flag_off = gccfn(FALSE, GCAPI_INVOKED_STANDARD_SHELL, &reason);
47 BOOL result_flag_on = gccfn(TRUE, GCAPI_INVOKED_STANDARD_SHELL, &reason);
52 printf("Dynamic call returned result as %d and reason as %d.\n",
53 result_flag_on, 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);
54 } else if (reason == null) {
55 throw new NullPointerException("reason == null");
72 * @param reason
73 * the reason why the exception occurred.
75 * if one of the arguments {@code input} or {@code reason} i
129 String reason = super.getMessage(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_observer.h 13 enum Reason {
20 virtual void OnRebootScheduled(Reason reason) = 0;

Completed in 1141 milliseconds

1 2 3 4 5 6 7 8 91011>>