Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/trunk/main/extensions/test/stm/
H A Dmarktest.cxx228 rInput->readBytes( seqRead , rInput->available() ); in testSimple()
252 ERROR_ASSERT( 0 == rInput->available() , "bytes available though mark is holded" ); in testSimple()
261 ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" ); in testSimple()
273 ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" ); in testSimple()
302 ERROR_ASSERT( 256 == rInput->available(), "in between mark failure" ); in testSimple()
344 ERROR_ASSERT( rInput->available() == 1 , "wrong number of bytes flushed" ); in testSimple()
348 ERROR_ASSERT( rInput->available() == 4 , "wrong number of bytes flushed" ); in testSimple()
590 ERROR_ASSERT( 256 == rInput->available() , "basic read/write failure" ); in testSimple()
598 ERROR_ASSERT( 256-10-50 == rInput->available() , "marking error" ); in testSimple()
602 ERROR_ASSERT( 256-10 == rInput->available() , "marking error" ); in testSimple()
[all …]
H A Dpipetest.cxx264 input->readBytes( seqRead , input->available() ); in testSimple()
268 ERROR_ASSERT( 0 == input->available() , in testSimple()
273 ERROR_ASSERT( 0 == input->available() , "wrong available after skip" ); in testSimple()
277 ERROR_ASSERT( 5 == input->available() , "wrong available after skip/write " ); in testSimple()
287 ERROR_ASSERT( seqWrite.getLen() == input->available(), "wrong available() after write" ); in testSimple()
/trunk/main/io/test/stm/
H A Dmarktest.cxx227 rInput->readBytes( seqRead , rInput->available() ); in testSimple()
251 ERROR_ASSERT( 0 == rInput->available() , "bytes available though mark is holded" ); in testSimple()
260 ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" ); in testSimple()
273 ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" ); in testSimple()
302 ERROR_ASSERT( 256 == rInput->available(), "in between mark failure" ); in testSimple()
344 ERROR_ASSERT( rInput->available() == 1 , "wrong number of bytes flushed" ); in testSimple()
348 ERROR_ASSERT( rInput->available() == 4 , "wrong number of bytes flushed" ); in testSimple()
589 ERROR_ASSERT( 256 == rInput->available() , "basic read/write failure" ); in testSimple()
597 ERROR_ASSERT( 256-10-50 == rInput->available() , "marking error" ); in testSimple()
601 ERROR_ASSERT( 256-10 == rInput->available() , "marking error" ); in testSimple()
[all …]
H A Dpipetest.cxx261 input->readBytes( seqRead , input->available() ); in testSimple()
265 ERROR_ASSERT( 0 == input->available() , in testSimple()
270 ERROR_ASSERT( 0 == input->available() , "wrong available after skip" ); in testSimple()
274 ERROR_ASSERT( 5 == input->available() , "wrong available after skip/write " ); in testSimple()
284 ERROR_ASSERT( seqWrite.getLength() == input->available(), "wrong available() after write" ); in testSimple()
313 input->available( ); in testSimple()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DMyInputStream.java97 public synchronized int available() in available() method in MyInputStream
129 int available; in readBytes() local
131 available = bigbuffer.length - read; in readBytes()
133 available = p1; in readBytes()
136 while( available != 0 ) { in readBytes()
138 --available; in readBytes()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java53 public int available() throws in available() method in InputStreamToXInputStreamAdapter
60 bytesAvail = iIn.available(); in available()
118 if (len >iIn.available()) { in readSomeBytes()
119 bytesRead = iIn.read(b[0], 0, iIn.available()); in readSomeBytes()
153 avail = iIn.available(); in skipBytes()
H A DXInputStreamToInputStreamAdapter.java55 public int available() throws IOException { in available() method in XInputStreamToInputStreamAdapter
60 bytesAvail = xin.available(); in available()
122 int av = xin.available(); in read()
156 avail = xin.available(); in skip()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastAttributeList.idl59 /** checks if an attribute is available.<br>
72 <TRUE/>, if the attribute is available
92 if the attribute is not available
111 This value will be returned if the attribute is not available
114 If the attribute is available it returns the integer token of the value
137 if the attribute is not available
157 attribute is not available.
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.src41 …Text [ en-US ] = "%PRODUCTNAME %NEXTVERSION is available.\n\nThe installed version is %PRODUCTNAME…
71 …Text [ en-US ] = "The automatic download of the update is currently not available.\n\nClick 'Downl…
181 Text [ en-US ] = "%PRODUCTNAME update available" ;
191 Text [ en-US ] = "%PRODUCTNAME update available" ;
201 Text [ en-US ] = "%PRODUCTNAME update available" ;
251 Text [ en-US ] = "Updates for extensions available" ;
/trunk/main/offapi/com/sun/star/graphic/
H A DGraphicDescriptor.idl34 /** This service describes all graphic properties that are available
57 case the original mime type is not available anymore</p>
94 <p> This property may not be available in case of
103 <p> This property may not be available in case of
112 <p> This property is not available for vector
113 graphics and may not be available for some kinds
/trunk/main/udkapi/com/sun/star/beans/
H A DPropertyState.idl37 <li>whether a value is available or void, </li>
51 <p>The property value must be available and of the specified type.
60 /** The value of the property is available from a master (e.g., template).
65 value must be available and of the specified type. If the
80 property value must be available and of the specified type.
/trunk/main/offapi/com/sun/star/text/
H A DCell.idl83 <li>TopBorder: already available.</li>
84 <li>BottomBorder: already available.</li>
85 <li>LeftBorder: already available.</li>
86 <li>RightBorder: already available.</li>
87 <li>NumberFormat: already available.</li>
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl62 available or the EOF is reached. </p>
100 /** reads the available number of bytes, at maximum
105 The method blocks as long as at least 1 byte is available or
108 Otherwise, after the call, aData contains the available,
138 // DocMerge from xml: method com::sun::star::io::XInputStream::available
144 long available()
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk44 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
79 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
88 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
132 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
136 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
176 /// The target on with to depend to make sure the rsc executable is available.
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnection2.idl40 with <code>available</code> and <code>readSomeBytes</code>
45 /** Gives the number of bytes available via <code>read</code>
48 long available() raises(com::sun::star::io::IOException);
50 /** Blocks if no data is available otherwise reads at
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DUIText.ulf35 en-US = "This feature will not be available."
83 en-US = "This feature will be available to run from CD."
89 en-US = "This feature will be available to run from the network."
119 en-US = "This feature will be removed from your local hard drive but will still be available to run…
125 en-US = "This feature will be removed from your local hard drive, but will be still available to ru…
/trunk/main/comphelper/source/streaming/
H A Dmemorystream.cxx63 …virtual sal_Int32 SAL_CALL available() throw (NotConnectedException, IOException, RuntimeException…
115 nBytesToRead = std::min( nBytesToRead, available() ); in readBytes()
140 mnCursor += std::min( nBytesToSkip, available() ); in skipBytes()
143 sal_Int32 SAL_CALL UNOMemoryStream::available() throw (NotConnectedException, IOException, RuntimeE… in available() function in comphelper::UNOMemoryStream
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java204 while (zis.available() != 0) { in getFileStreamFromJarStream()
232 if ( xInputStream.available() > 0 ) in getFileStreamFromUCB()
234 sz = xInputStream.available(); in getFileStreamFromUCB()
238 LogUtils.DEBUG("available = " + xInputStream.available() ); in getFileStreamFromUCB()
H A DXInputStreamImpl.java73 int availableBytes = available(); in readSomeBytes()
95 … public int available( ) throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException in available() method in XInputStreamImpl
100 bytesAvail = is.available(); in available()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl86 <p>If true: If the exact locale that should be set is not available
88 quired but not available, en would be the next choice. Finally
91 <p>If false: If the exact locale that should be set is not available
95 <p>If false: If the exact locale that should be set is not available
111 If this locale is not available a
300 if the next available id exceeds the range of type long.
/trunk/main/
H A DLICENSE_category_b35 Covered Code available to a third party.
92 well known, available Covered Code of the Contributor's choice. The
189 Executable version available; and if made available via Electronic
260 the Covered Code is available under the terms of this License,
1023 governed by the Mozilla Public License (MPL). The MPL is available
1157 available; and if made available via Electronic Distribution Mechanism,
1524 When the Program is made available in source code form:
1526 a) it must be made available under this Agreement; and
1743 When the Program is made available in source code form:
1745 a) it must be made available under this Agreement; and
[all …]
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt38 # Use postrun command on Solaris where available (OpenSolaris)
51 # No postrun available, try running unopkg directly
67 # Use postrun command on Solaris where available (OpenSolaris)
76 # No postrun available, try running unopkg directly
/trunk/main/desktop/source/app/
H A Ddesktop.src59 Text [ en-US ] = "The installation path is not available." ;
89 Text [ en-US ] = "The component manager is not available." ;
94 Text [ en-US ] = "The configuration service is not available." ;
224 Text [ en-US ] = "The path manager is not available.\n" ;
/trunk/main/offapi/com/sun/star/ucb/
H A DXInteractionSupplyAuthentication.idl96 /** Specifies the available modes of how long to remember the password.
102 A sequence of available modes to hand back. Each individual mode
141 /** Specifies the available modes of how long to remember the account.
146 @returns A sequence of available modes to hand back. Each individual
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLinguServiceManager.idl53 available (for specific languages or in general).
135 the list of implementation names of the available services.
138 the name of the service requesting the list of available
142 the language used to query the list of available implementations.

Completed in 78 milliseconds

12345678910>>...24