/aoo4110/main/sal/inc/rtl/ |
H A D | byteseq.hxx | 40 inline ByteSequence::ByteSequence() SAL_THROW( () ) in ByteSequence() function in rtl::ByteSequence 46 inline ByteSequence::ByteSequence( const ByteSequence & rSeq ) SAL_THROW( () ) in ByteSequence() function in rtl::ByteSequence 52 inline ByteSequence::ByteSequence( sal_Sequence *pSequence) SAL_THROW( () ) in ByteSequence() function in rtl::ByteSequence 58 inline ByteSequence::ByteSequence( const sal_Int8 * pElements, sal_Int32 len ) in ByteSequence() function in rtl::ByteSequence 68 inline ByteSequence::ByteSequence( sal_Int32 len, enum __ByteSequence_NoDefault ) in ByteSequence() function in rtl::ByteSequence 78 inline ByteSequence::ByteSequence( sal_Sequence *pSequence, enum __ByteSequence_NoAcquire ) SAL_THR… in ByteSequence() function in rtl::ByteSequence 83 inline ByteSequence::ByteSequence( sal_Int32 len ) in ByteSequence() function in rtl::ByteSequence 93 inline ByteSequence::~ByteSequence() SAL_THROW( () ) in ~ByteSequence() 98 inline ByteSequence & ByteSequence::operator = ( const ByteSequence & rSeq ) SAL_THROW( () ) in operator =() 104 inline sal_Bool ByteSequence::operator == ( const ByteSequence & rSeq ) const SAL_THROW( () ) in operator ==() [all …]
|
H A D | byteseq.h | 161 class ByteSequence class 185 inline ByteSequence() SAL_THROW( () ); 190 inline ByteSequence( const ByteSequence & rSeq ) SAL_THROW( () ); 195 inline ByteSequence( sal_Sequence *pSequence ) SAL_THROW( () ); 201 inline ByteSequence( const sal_Int8 * pElements, sal_Int32 len ); 206 inline ByteSequence( sal_Int32 len ); 213 inline ByteSequence( sal_Int32 len , enum __ByteSequence_NoDefault nodefault ); 226 inline ~ByteSequence() SAL_THROW( () ); 233 inline ByteSequence & SAL_CALL operator = ( const ByteSequence & rSeq ) SAL_THROW( () ); 286 inline sal_Bool SAL_CALL operator == ( const ByteSequence & rSeq ) const SAL_THROW( () ); [all …]
|
/aoo4110/main/sal/qa/ByteSequence/ |
H A D | ByteSequence.cxx | 39 rtl::ByteSequence s; in test_default() 49 rtl::ByteSequence s(5); in test_size5() 70 rtl::ByteSequence s(0, 0); in test_elem0() 76 rtl::ByteSequence s(a, 5); in test_elem5() 87 rtl::ByteSequence s1(5); in test_copy() 128 rtl::ByteSequence s1(a, 5); in test_getArray() 129 rtl::ByteSequence s2(s1); in test_getArray() 139 rtl::ByteSequence s1; in test_same0() 140 rtl::ByteSequence s2; in test_same0() 149 rtl::ByteSequence s1(a, 5); in test_diffLen() [all …]
|
/aoo4110/main/cppu/source/threadpool/ |
H A D | threadpool.hxx | 40 sal_Int32 operator () ( const ::rtl::ByteSequence &a , const ::rtl::ByteSequence &b ) const in operator ()() 48 sal_Int32 operator () ( const ::rtl::ByteSequence &a ) const in operator ()() 60 ByteSequence, // ThreadID 109 void addJob( const ByteSequence &aThreadId, 114 void prepare( const ByteSequence &aThreadId ); 115 void * enter( const ByteSequence &aThreadId, sal_Int64 nDisposeId ); 120 sal_Bool revokeQueue( const ByteSequence & aThreadId , sal_Bool bAsynchron ); 124 void createThread( JobQueue *pQueue, const ByteSequence &aThreadId, sal_Bool bAsynchron);
|
H A D | threadpool.cxx | 212 const ByteSequence &aThreadId, in createThread() 244 sal_Bool ThreadPool::revokeQueue( const ByteSequence &aThreadId, sal_Bool bAsynchron ) in revokeQueue() 287 const ByteSequence &aThreadId , in addJob() 338 void ThreadPool::prepare( const ByteSequence &aThreadId ) in prepare() 355 void * ThreadPool::enter( const ByteSequence & aThreadId , sal_Int64 nDisposeId ) in enter()
|
H A D | thread.hxx | 47 const ::rtl::ByteSequence &aThreadId, 51 void setTask( JobQueue * , const ::rtl::ByteSequence & aThreadId , sal_Bool bAsynchron ); 64 ::rtl::ByteSequence m_aThreadId;
|
/aoo4110/main/binaryurp/source/ |
H A D | writer.hxx | 69 rtl::ByteSequence const & tid, rtl::OUString const & oid, 77 rtl::ByteSequence const & tid, 83 rtl::ByteSequence const & tid, rtl::OUString const & oid, 89 rtl::ByteSequence const & tid, 107 rtl::ByteSequence const & tid, rtl::OUString const & oid, 114 rtl::ByteSequence const & tid, 126 rtl::ByteSequence const & theTid, rtl::OUString const & theOid, 135 rtl::ByteSequence const & theTid, 143 rtl::ByteSequence tid; // request + reply 170 rtl::ByteSequence lastTid_;
|
H A D | outgoingrequests.hxx | 36 namespace rtl { class ByteSequence; } 46 void push(rtl::ByteSequence const & tid, OutgoingRequest const & request); 48 OutgoingRequest top(rtl::ByteSequence const & tid); 50 void pop(rtl::ByteSequence const & tid) throw (); 53 typedef std::map< rtl::ByteSequence, std::vector< OutgoingRequest > > Map;
|
H A D | writer.cxx | 59 rtl::ByteSequence const & theTid, rtl::OUString const & theOid, in Item() 69 rtl::ByteSequence const & theTid, in Item() 87 rtl::ByteSequence const & tid, rtl::OUString const & oid, in sendDirectRequest() 99 rtl::ByteSequence const & tid, css::uno::TypeDescription const & member, in sendDirectReply() 108 rtl::ByteSequence const & tid, rtl::OUString const & oid, in queueRequest() 120 rtl::ByteSequence const & tid, in queueReply() 207 rtl::ByteSequence const & tid, rtl::OUString const & oid, in sendRequest() 359 rtl::ByteSequence const & tid, in sendReply()
|
H A D | bridge.hxx | 70 namespace rtl { class ByteSequence; } 156 rtl::ByteSequence const & tid, 161 rtl::ByteSequence const & tid, 164 OutgoingRequest lastOutgoingRequest(rtl::ByteSequence const & tid); 213 rtl::ByteSequence const & tid, rtl::OUString const & oid, 254 rtl::ByteSequence protPropTid_;
|
H A D | bridge.cxx | 109 rtl::ByteSequence getTid() throw (); 113 rtl::ByteSequence tid_; 119 tid_ = rtl::ByteSequence(s, rtl::BYTESEQ_NOACQUIRE); in AttachThread() 128 rtl::ByteSequence AttachThread::getTid() throw () { in getTid() 135 OutgoingRequests & requests, rtl::ByteSequence const & tid, 144 rtl::ByteSequence tid_; 149 OutgoingRequests & requests, rtl::ByteSequence const & tid, in PopOutgoingRequest() 660 rtl::ByteSequence const & tid, std::vector< BinaryAny > const & inArguments) in handleRequestChangeRequest() 713 rtl::ByteSequence const & tid, std::vector< BinaryAny > const & inArguments) in handleCommitChangeRequest() 768 OutgoingRequest Bridge::lastOutgoingRequest(rtl::ByteSequence const & tid) { in lastOutgoingRequest() [all …]
|
H A D | lessoperators.hxx | 32 namespace rtl { class ByteSequence; } 46 bool operator <(ByteSequence const & left, ByteSequence const & right);
|
H A D | outgoingrequests.cxx | 47 rtl::ByteSequence const & tid, OutgoingRequest const & request) in push() 53 OutgoingRequest OutgoingRequests::top(rtl::ByteSequence const & tid) { in top() 66 void OutgoingRequests::pop(rtl::ByteSequence const & tid) throw () { in pop()
|
/aoo4110/main/xmlscript/source/xml_helper/ |
H A D | xml_byteseq.cxx | 45 ByteSequence _seq; 49 inline BSeqInputStream( ByteSequence const & rSeq ) 79 ByteSequence aBytes( _seq.getConstArray() + _nPos, nBytesToRead ); in readBytes() 115 ByteSequence * _seq; 118 inline BSeqOutputStream( ByteSequence * seq ) 156 Reference< io::XInputStream > SAL_CALL createInputStream( ByteSequence const & rInData ) in createInputStream() 163 Reference< io::XOutputStream > SAL_CALL createOutputStream( ByteSequence * pOutData ) in createOutputStream()
|
/aoo4110/main/sax/source/tools/ |
H A D | fastserializer.cxx | 53 static rtl::ByteSequence aClosingBracket((const sal_Int8 *)">", 1); 54 static rtl::ByteSequence aSlashAndClosingBracket((const sal_Int8 *)"/>", 2); 55 static rtl::ByteSequence aColon((const sal_Int8 *)":", 1); 56 static rtl::ByteSequence aOpeningBracket((const sal_Int8 *)"<", 1); 57 static rtl::ByteSequence aOpeningBracketAndSlash((const sal_Int8 *)"</", 2); 58 static rtl::ByteSequence aQuote((const sal_Int8 *)"\"", 1); 59 static rtl::ByteSequence aEqualSignAndQuote((const sal_Int8 *)"=\"", 2); 60 static rtl::ByteSequence aSpace((const sal_Int8 *)" ", 1); 61 static rtl::ByteSequence aXmlHeader((const sal_Int8*) "<?xml version=\"1.0\" encoding=\"UTF-8\" sta…
|
/aoo4110/main/jvmfwk/source/ |
H A D | fwkutil.cxx | 131 rtl::ByteSequence encodeBase16(const rtl::ByteSequence& rawData) in encodeBase16() 155 rtl::ByteSequence ret((sal_Int8*) pBuf, lenRaw * 2); in encodeBase16() 160 rtl::ByteSequence decodeBase16(const rtl::ByteSequence& data) in decodeBase16() 195 rtl::ByteSequence ret((sal_Int8*) pBuf, lenBuf ); in decodeBase16()
|
H A D | fwkutil.hxx | 69 rtl::ByteSequence encodeBase16(const rtl::ByteSequence& rawData); 70 rtl::ByteSequence decodeBase16(const rtl::ByteSequence& data);
|
/aoo4110/main/pyuno/source/module/ |
H A D | uno.py | 185 class ByteSequence: class 189 elif isinstance(value, ByteSequence): 198 if isinstance( that, ByteSequence): 215 return ByteSequence( self.value + b ) 216 elif isinstance( b, ByteSequence ): 217 return ByteSequence( self.value + b.value )
|
/aoo4110/main/unoxml/test/ |
H A D | domtest.cxx | 217 mxValidInStream.set( new SequenceInputStream(ByteSequence((sal_Int8*)validTestFile, in setUp() 219 mxWarningInStream.set( new SequenceInputStream(ByteSequence((sal_Int8*)warningTestFile, in setUp() 221 mxErrorInStream.set( new SequenceInputStream(ByteSequence((sal_Int8*)errorTestFile, in setUp() 223 mxFatalInStream.set( new SequenceInputStream(ByteSequence((sal_Int8*)fatalTestFile, in setUp() 328 mxInStream.set( new SequenceInputStream(ByteSequence((sal_Int8*)validTestFile, in setUp()
|
/aoo4110/main/testtools/source/bridgetest/pyuno/ |
H A D | core.py | 342 s = uno.ByteSequence( "ab" ) 343 self.failUnless( s == uno.ByteSequence( "ab" ) ) 344 self.failUnless( uno.ByteSequence( "abc" ) == s + uno.ByteSequence( "c" ) ) 345 self.failUnless( uno.ByteSequence( "abc" ) == s + "c" ) 347 self.failUnless( s == uno.ByteSequence( s ) )
|
/aoo4110/main/sal/qa/osl/socket/ |
H A D | sockethelper.cxx | 209 void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen ) in printByteSequence_IP() 223 ::rtl::ByteSequence UStringIPToByteSequence( ::rtl::OUString aUStr ) in UStringIPToByteSequence() 230 ::rtl::ByteSequence bsByteSequence( IP_VER ); in UStringIPToByteSequence() 279 sal_Bool ifIpv4is( const ::rtl::ByteSequence Ipaddr, sal_Int8 seq1, sal_Int8 seq2, sal_Int8 seq3, s… in ifIpv4is()
|
H A D | sockethelper.hxx | 136 void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen ); 139 ::rtl::ByteSequence UStringIPToByteSequence( ::rtl::OUString aUStr ); 145 sal_Bool ifIpv4is( const ::rtl::ByteSequence Ipaddr, sal_Int8 seq1, sal_Int8 seq2, sal_Int8 seq3, s…
|
/aoo4110/main/desktop/source/deployment/misc/ |
H A D | dp_ucb.cxx | 200 ::rtl::ByteSequence readFile( ::ucbhelper::Content & ucb_content ) in readFile() 202 ::rtl::ByteSequence bytes; in readFile() 218 ::rtl::ByteSequence bytes( readFile( ucb_content ) ); in readLine() 274 ::rtl::ByteSequence bytes( readFile( ucb_content ) ); in readProperties()
|
/aoo4110/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_addfunc.cxx | 48 ByteSequence _bytes; 51 inline InputStreamProvider( ByteSequence const & rBytes ) in InputStreamProvider() 90 ByteSequence aBytes; in exportDialogModel()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | seqstream.hxx | 39 typedef ::com::sun::star::uno::Sequence<sal_Int8> ByteSequence; typedef 51 ByteSequence m_aData; 55 SequenceInputStream(const ByteSequence& rData);
|