Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx1157 oslSocketError seBind = sSocket.getError( ); in TEST_F()
1160 …ASSERT_TRUE(osl_Socket_E_None == sSocket.getError( ) && seBind != osl_Socket_E_None) << "test for … in TEST_F()
1167 class getError : public ::testing::Test class
1183 TEST_F(getError, getError_001) in TEST_F() argument
1189 …ASSERT_TRUE(osl_Socket_E_None == sSocket.getError( )) << "test for getError function: should get n… in TEST_F()
1192 TEST_F(getError, getError_002) in TEST_F() argument
1201 …ASSERT_TRUE(osl_Socket_E_InvalidError == sSocket.getError( )) << "trick an error called sSocket.ge… in TEST_F()
1205 …ASSERT_TRUE(osl_Socket_E_AddrNotAvail == sSocket.getError( )) << "trick an error called sSocket.ge… in TEST_F()
H A Dosl_Socket.cxx2356 oslSocketError seBind = sSocket.getError( ); in TEST_F()
2359 …ASSERT_TRUE(osl_Socket_E_None == sSocket.getError( ) && seBind != osl_Socket_E_None) << "test for … in TEST_F()
2366 class getError : public ::testing::Test class
2382 TEST_F(getError, getError_001) in TEST_F() argument
2388 …ASSERT_TRUE(osl_Socket_E_None == sSocket.getError( )) << "test for getError function: should get n… in TEST_F()
2391 TEST_F(getError, getError_002) in TEST_F() argument
2400 …ASSERT_TRUE(osl_Socket_E_InvalidError == sSocket.getError( )) << "trick an error called sSocket.ge… in TEST_F()
2404 …ASSERT_TRUE(osl_Socket_E_AddrNotAvail == sSocket.getError( )) << "trick an error called sSocket.ge… in TEST_F()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XCell.java65 if (oObj.getError() != 0) { in _getError()
68 oObj.getError()) ; in _getError()
71 if (oObj.getError() == 0) { in _getError()
/trunk/main/sal/inc/osl/
H A Dpipe.hxx140 return getError(); in accept()
144 inline oslPipeError SAL_CALL Pipe::getError() const in getError() function in osl::Pipe
H A Dpipe_decl.hxx136 inline oslPipeError SAL_CALL getError() const;
H A Dsocket_decl.hxx491 inline oslSocketError getError() const;
/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx99 oslPipeError nError = aPipe.getError( ); in printPipeError()
489 oslPipeError nError = aPipe.getError( ); in TEST()
500 oslPipeError nError = aPipe.getError( ); in TEST()
/trunk/main/vos/source/
H A Dpipe.cxx226 return getError(); in accept()
259 OPipe::TPipeError OPipe::getError() const in getError() function in OPipe
H A Dsocket.cxx1143 void OSocket::getError( rtl::OUString& pBuffer ) const in getError() function in OSocket
1156 OSocket::TSocketError OSocket::getError() const in getError() function in OSocket
/trunk/main/tools/inc/tools/
H A Dinetmime.hxx1007 virtual ErrCode getError() const;
1194 virtual ErrCode getError() const;
1230 virtual ErrCode getError() const;
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx689 if ( e.getError() == DAVException::DAV_HTTP_REDIRECT ) in POST()
752 if ( e.getError() == DAVException::DAV_HTTP_REDIRECT ) in POST()
1178 switch ( e.getError() ) in handleException()
H A Dwebdavcontent.cxx3295 switch ( e.getError() ) in MapDAVException()
3430 buf.append( (sal_Int32) e.getError() ); in MapDAVException()
3464 ( e.getError() == DAVException::DAV_HTTP_LOOKUP ) || in shouldAccessNetworkAfterException()
3465 ( e.getError() == DAVException::DAV_HTTP_CONNECT ) || in shouldAccessNetworkAfterException()
3466 ( e.getError() == DAVException::DAV_HTTP_AUTH ) || in shouldAccessNetworkAfterException()
3467 ( e.getError() == DAVException::DAV_HTTP_AUTHPROXY ) ) in shouldAccessNetworkAfterException()
3594 if ( e.getError() == DAVException::DAV_HTTP_NOAUTH ) in getResourceType()
H A DDAVException.hxx185 const ExceptionCode & getError() const { return mExceptionCode; } in getError() function in http_dav_ucp::DAVException
/trunk/main/vos/inc/vos/
H A Dsocket.hxx796 void SAL_CALL getError(::rtl::OUString& strError) const;
803 TSocketError SAL_CALL getError() const;
H A Dpipe.hxx184 TPipeError SAL_CALL getError() const;
/trunk/main/extensions/source/scanner/
H A Dscanner.hxx89 …virtual ScanError SAL_CALL getError( const ScannerContext& scanner_context ) throw( ScannerExce…
/trunk/main/offapi/com/sun/star/scanner/
H A DXScannerManager.idl88 …com::sun::star::scanner::ScanError getError( [in] com::sun::star::scanner::ScannerContext scanner_…
/trunk/main/io/source/connector/
H A Dctr_socket.cxx141 if(i != nBytesToRead && m_socket.getError() != osl_Socket_E_None) in read()
H A Dconnector.cxx120 sMessage += OUString::valueOf( (sal_Int32 ) pConn->m_pipe.getError() ); in connect()
/trunk/main/dbaccess/inc/
H A Ddbsubcomponentcontroller.hxx132 const ::dbtools::SQLExceptionInfo& getError() const;
/trunk/main/offapi/com/sun/star/table/
H A DXCell.idl103 long getError();
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs84 bool bValid = (xCell.getError() == 0); in doSampleFunction()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.hxx132 int getError() const;
H A Dsaxparser.cxx199 int err = rootNode->getError(); in endDocument()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java84 boolean bValid = (xCell.getError() == 0); in doSampleFunction()

Completed in 179 milliseconds

12