Home
last modified time | relevance | path

Searched defs:initialBufferSize (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DDeferredFileOutputStreamTest.java67 public void testAboveThreshold(final int initialBufferSize) throws IOException { in testAboveThreshold()
99 …public void testAboveThresholdGetInputStream(final int initialBufferSize, final @TempDir Path temp… in testAboveThresholdGetInputStream()
127 public void testAtThreshold(final int initialBufferSize) throws IOException { in testAtThreshold()
150 public void testBelowThreshold(final int initialBufferSize) throws IOException { in testBelowThreshold()
173 public void testBelowThresholdGetInputStream(final int initialBufferSize) throws IOException { in testBelowThresholdGetInputStream()
195 public void testTempFileAboveThreshold(final int initialBufferSize) throws IOException { in testTempFileAboveThreshold()
235 … public void testTempFileAboveThresholdPrefixOnly(final int initialBufferSize) throws IOException { in testTempFileAboveThresholdPrefixOnly()
273 public void testTempFileBelowThreshold(final int initialBufferSize) throws IOException { in testTempFileBelowThreshold()
308 public void testThresholdReached(final int initialBufferSize) throws IOException { in testThresholdReached()
341 public void testWriteToLarge(final int initialBufferSize) throws IOException { in testWriteToLarge()
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DDeferredFileOutputStream.java185 private static int checkBufferSize(final int initialBufferSize) { in checkBufferSize()
260 final int initialBufferSize) { in DeferredFileOutputStream()
280 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final File outpu… in DeferredFileOutputStream()
296 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final String pre… in DeferredFileOutputStream()
312 final int initialBufferSize) { in DeferredFileOutputStream()
/external/jsilver/src/com/google/clearsilver/jsilver/
DJSilverOptions.java39 private int initialBufferSize = 8192; field in JSilverOptions
146 public JSilverOptions setInitialBufferSize(int initialBufferSize) { in setInitialBufferSize()
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
DMessageDecoder.java63 MessageDecoder(Consumer<Message> messageConsumer, int initialBufferSize) { in MessageDecoder()
/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
DOpenTypeTableWriter.java74 public OpenTypeTableWriter(int initialBufferSize) in OpenTypeTableWriter()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DTimedValueQueue.java37 public TimedValueQueue(int initialBufferSize) { in TimedValueQueue()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DTimedValueQueue.java37 public TimedValueQueue(int initialBufferSize) { in TimedValueQueue()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
DInputStreamUtil.java75 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArray() local
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeNodeStream.js19 initialBufferSize) argument
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBufferedTreeNodeStream.cs161 public BufferedTreeNodeStream(ITreeAdaptor adaptor, object tree, int initialBufferSize) { in BufferedTreeNodeStream()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBufferedTreeNodeStream.java133 public BufferedTreeNodeStream(TreeAdaptor adaptor, Object tree, int initialBufferSize) { in BufferedTreeNodeStream()
/external/guava/guava/src/com/google/common/io/
DByteStreams.java181 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local
/external/guava/android/guava/src/com/google/common/io/
DByteStreams.java181 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local