Searched defs:initialBufferSize (Results 1 – 11 of 11) sorted by relevance
| /external/apache-commons-io/src/test/java/org/apache/commons/io/output/ |
| D | DeferredFileOutputStreamTest.java | 69 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/ |
| D | DeferredFileOutputStream.java | 101 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/ |
| D | JSilverOptions.java | 39 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/ |
| D | OpenTypeTableWriter.java | 74 public OpenTypeTableWriter(int initialBufferSize) in OpenTypeTableWriter()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | TimedValueQueue.java | 37 public TimedValueQueue(int initialBufferSize) { in TimedValueQueue()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | TimedValueQueue.java | 37 public TimedValueQueue(int initialBufferSize) { in TimedValueQueue()
|
| /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
| D | CommonTreeNodeStream.js | 19 initialBufferSize) argument
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
| D | BufferedTreeNodeStream.cs | 161 public BufferedTreeNodeStream(ITreeAdaptor adaptor, object tree, int initialBufferSize) { in BufferedTreeNodeStream()
|
| /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
| D | BufferedTreeNodeStream.java | 133 public BufferedTreeNodeStream(TreeAdaptor adaptor, Object tree, int initialBufferSize) { in BufferedTreeNodeStream()
|
| /external/guava/android/guava/src/com/google/common/io/ |
| D | ByteStreams.java | 177 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local
|
| /external/guava/guava/src/com/google/common/io/ |
| D | ByteStreams.java | 177 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local
|