Searched defs:initialBufferSize (Results 1 – 13 of 13) sorted by relevance
| /external/apache-commons-io/src/test/java/org/apache/commons/io/output/ |
| D | DeferredFileOutputStreamTest.java | 67 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/ |
| D | DeferredFileOutputStream.java | 185 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/ |
| D | JSilverOptions.java | 39 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/ |
| D | MessageDecoder.java | 63 MessageDecoder(Consumer<Message> messageConsumer, int initialBufferSize) { in MessageDecoder()
|
| /external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/ |
| D | OpenTypeTableWriter.java | 74 public OpenTypeTableWriter(int initialBufferSize) in OpenTypeTableWriter()
|
| /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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | TimedValueQueue.java | 37 public TimedValueQueue(int initialBufferSize) { in TimedValueQueue()
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/ |
| D | InputStreamUtil.java | 75 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArray() local
|
| /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/guava/src/com/google/common/io/ |
| D | ByteStreams.java | 181 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local
|
| /external/guava/android/guava/src/com/google/common/io/ |
| D | ByteStreams.java | 181 int initialBufferSize = min(BUFFER_SIZE, max(128, Integer.highestOneBit(totalLen) * 2)); in toByteArrayInternal() local
|