Home
last modified time | relevance | path

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

12

/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/sfx2/qa/complex/sfx2/
H A DGlobalEventBroadcaster.java219 boolean failure = false; in proveExpectation()
231 failure = true; in proveExpectation()
235 return !failure; in proveExpectation()
/AOO42X/main/offapi/com/sun/star/ucb/
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 DInteractiveNetworkWriteException.idl36 /** A network error specifying a write failure.
41 /** Any diagnostic message about the failure (which will typically be an
H A DInteractiveNetworkReadException.idl36 /** A network error specifying a read failure.
41 /** Any diagnostic message about the failure (which will typically be an
H A DInteractiveNetworkResolveNameException.idl36 /** A network error specifying a name resolution failure.
H A DInteractiveNetworkConnectException.idl36 /** A network error specifying a connection failure.
H A DInteractiveNetworkGeneralException.idl36 /** A network error specifying a general failure.
H A DTransferResult.idl47 exception indicating the kind of failure.
/AOO42X/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>
/AOO42X/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
/AOO42X/main/offapi/com/sun/star/document/
H A DXUndoAction.idl38 …verting the action failed. In this case, the caller should assume that this is a permanent failure,
49 …peating the action failed. In this case, the caller should assume that this is a permanent failure,
/AOO42X/main/sw/source/filter/ww8/
H A Dww8scan.cxx2382 bool failure = false; in ReadPLCF() local
2390 failure = pSt->GetError(); in ReadPLCF()
2392 if (!failure) in ReadPLCF()
2395 failure = pSt->GetError(); in ReadPLCF()
2398 if (!failure) in ReadPLCF()
2411 ASSERT( !failure, "Document has corrupt PLCF, ignoring it" ); in ReadPLCF()
2413 if (failure) in ReadPLCF()
2430 bool failure = false; in GeneratePLCF() local
2434 failure = true; in GeneratePLCF()
2436 if (!failure) in GeneratePLCF()
[all …]
/AOO42X/main/offapi/com/sun/star/auth/
H A DPersistenceFailureException.idl33 /** indicates an underlying persistence implementation failure.
H A DAuthenticationFailedException.idl33 /** indicates failure to authenticate using the specified security context.
/AOO42X/main/offapi/com/sun/star/ldap/
H A DLdapConnectionException.idl34 Indicates failure to connect to an LDAP server, usually because
/AOO42X/main/offapi/com/sun/star/scanner/
H A DScannerException.idl47 /** Error: contains the specific reason for failure
/AOO42X/main/offapi/com/sun/star/task/
H A DXJobListener.idl51 It provides information about success or failure of job execution. It's possible too,
/AOO42X/main/offapi/com/sun/star/logging/
H A DLogLevel.idl48 /// denotes a serious failure to be logged
/AOO42X/main/offapi/com/sun/star/linguistic2/
H A DXSpellAlternatives.idl46 a failure-type that may specify why the word was not correct.
/AOO42X/main/udkapi/com/sun/star/beans/
H A DTolerantPropertySetResultType.idl32 /** specifies the possible failure types when using the

12