Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 42) sorted by relevance

12

/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java86 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
91 public void testFailure(Failure failure) throws Exception { in testFailure() argument
92 if (failure.getException() instanceof AssertionError) { in testFailure()
95 failureEl.setAttribute("message", failure.getMessage()); in testFailure()
96 failureEl.setAttribute("type", failure.getTestHeader()); in testFailure()
97 failureEl.setTextContent(failure.getTrace()); in testFailure()
102 errorEl.setAttribute("message", failure.getMessage()); in testFailure()
103 errorEl.setAttribute("type", failure.getTestHeader()); in testFailure()
104 errorEl.setTextContent(failure.getTrace()); in testFailure()
H A DCSVReporter.java65 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
70 public void testFailure(Failure failure) throws Exception { in testFailure() argument
72 if (failure.getException() instanceof AssertionError) { in testFailure()
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java109 boolean failure = false; in executeWizardFromCommandLine()
138 failure = true; in executeWizardFromCommandLine()
142 failure = true; in executeWizardFromCommandLine()
145 failure = true; in executeWizardFromCommandLine()
147 if ( failure ) in executeWizardFromCommandLine()
/aoo4110/main/uui/source/
H A Diahndl-ssl.cxx194 sal_Int32 const & failure, in executeSSLWarnDialog() argument
214 switch( failure ) in executeSSLWarnDialog()
240 ERRCODE_AREA_UUI_UNKNOWNAUTH + failure + DESCRIPTION_1, in executeSSLWarnDialog()
250 ERRCODE_AREA_UUI_UNKNOWNAUTH + failure + TITLE, &aTitle); in executeSSLWarnDialog()
/aoo4110/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx393 catch (const std::ios::failure&) in read_ulf_file()
423 catch(const std::ios::failure&) in read_file()
444 catch(const std::ios::failure&) in concatenate_files()
586 catch(const std::ios::failure& ex) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DGlobalEventBroadcaster.java219 boolean failure = false; in proveExpectation()
231 failure = true; in proveExpectation()
235 return !failure; in proveExpectation()
/aoo4110/main/offapi/com/sun/star/ucb/
H A DInteractiveNetworkReadException.idl36 /** A network error specifing a read failure.
41 /** Any diagnostic message about the failure (which will typically be an
H A DInteractiveNetworkWriteException.idl36 /** A network error specifing a write failure.
41 /** Any diagnostic message about the failure (which will typically be an
H A DContentResultSet.idl98 which indicates the reason for the failure of the method call.
111 which indicates the reason for the failure of the method call.
125 which indicates the reason for the failure of the method call.
H A DInteractiveNetworkConnectException.idl36 /** A network error specifing a connection failure.
H A DInteractiveNetworkGeneralException.idl36 /** A network error specifing a general failure.
H A DInteractiveNetworkResolveNameException.idl36 /** A network error specifing a name resolution failure.
H A DTransferResult.idl47 exception indicating the kind of failure.
/aoo4110/main/offapi/com/sun/star/configuration/backend/
H A DCannotConnectException.idl41 <li>Communications link failure.</li>
43 <li>Internal failure of the backend access layer.</li>
/aoo4110/main/udkapi/com/sun/star/java/
H A DJavaVMCreationFailureException.idl37 Possible reasons for a failure are that JNI_CreateJavaVM returns
38 an error code that reflects a failure, JNI_CreateJavaVM does not
/aoo4110/main/offapi/com/sun/star/document/
H A DXUndoAction.idl43 …verting the action failed. In this case, the caller should assume that this is a permanent failure,
54 …peating the action failed. In this case, the caller should assume that this is a permanent failure,
/aoo4110/main/sw/source/filter/ww8/
H A Dww8scan.cxx2383 bool failure = false; in ReadPLCF() local
2391 failure = pSt->GetError(); in ReadPLCF()
2393 if (!failure) in ReadPLCF()
2399 if (!failure) in ReadPLCF()
2414 if (failure) in ReadPLCF()
2431 bool failure = false; in GeneratePLCF() local
2435 failure = true; in GeneratePLCF()
2437 if (!failure) in GeneratePLCF()
2455 if (!failure) in GeneratePLCF()
2471 if (!failure) in GeneratePLCF()
[all …]
/aoo4110/main/offapi/com/sun/star/ldap/
H A DLdapConnectionException.idl34 Indicates failure to connect to an LDAP server, usually because
/aoo4110/main/offapi/com/sun/star/auth/
H A DAuthenticationFailedException.idl33 /** indicates failure to authenticate using the specified security context.
H A DPersistenceFailureException.idl33 /** indicates an underlying persistence implementation failure.
/aoo4110/main/testtools/qa/cli/
H A Dreadme.txt26 of the failure in the console.
/aoo4110/main/offapi/com/sun/star/scanner/
H A DScannerException.idl47 /** Error: contains the specific reason for failure
/aoo4110/main/offapi/com/sun/star/task/
H A DXJobListener.idl51 It provides information about success or failure of job execution. It's possible too,
/aoo4110/main/udkapi/com/sun/star/beans/
H A DTolerantPropertySetResultType.idl33 /** specifies the possible failure types when using the
/aoo4110/main/udkapi/com/sun/star/connection/
H A DXConnector.idl58 Couldn't reach a server (e.g. network failure),

Completed in 91 milliseconds

12