Home
last modified time | relevance | path

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

/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DDeferredFileOutputStreamTest.java69 public void testAboveThreshold(final int initialBufferSize) throws IOException { in testAboveThreshold()
94 …public void testAboveThresholdGetInputStream(final int initialBufferSize, final @TempDir Path temp… in testAboveThresholdGetInputStream()
116 public void testAtThreshold(final int initialBufferSize) throws IOException { in testAtThreshold()
133 public void testBelowThreshold(final int initialBufferSize) throws IOException { in testBelowThreshold()
150 public void testBelowThresholdGetInputStream(final int initialBufferSize) throws IOException { in testBelowThresholdGetInputStream()
167 public void testTempFileAboveThreshold(final int initialBufferSize) throws IOException { in testTempFileAboveThreshold()
196 … public void testTempFileAboveThresholdPrefixOnly(final int initialBufferSize) throws IOException { in testTempFileAboveThresholdPrefixOnly()
224 public void testTempFileBelowThreshold(final int initialBufferSize) throws IOException { in testTempFileBelowThreshold()
257 public void testThresholdReached(final int initialBufferSize) throws IOException { in testThresholdReached()
283 public void testWriteToLarge(final int initialBufferSize) throws IOException { in testWriteToLarge()
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DDeferredFileOutputStream.java101 final String suffix, final File directory, final int initialBufferSize) { in DeferredFileOutputStream()
122 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final File outpu… in DeferredFileOutputStream()
141 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final String pre… 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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DOpenTypeTableWriter.java74 public OpenTypeTableWriter(int initialBufferSize) in OpenTypeTableWriter()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DTimedValueQueue.java37 public TimedValueQueue(int initialBufferSize) { in TimedValueQueue()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DTimedValueQueue.java37 public TimedValueQueue(int initialBufferSize) { in TimedValueQueue()
/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/android/guava/src/com/google/common/io/
DByteStreams.java177 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local
/external/guava/guava/src/com/google/common/io/
DByteStreams.java177 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local