Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DFixedLengthBlockOutputStreamTest.java64 int blockSize = 4; in testWriteSingleBytes() local
70 try (FixedLengthBlockOutputStream out = new FixedLengthBlockOutputStream(mock, blockSize)) { in testWriteSingleBytes() argument
92 int blockSize = 13; in testMultiWriteBuf() local
98 try (FixedLengthBlockOutputStream out = new FixedLengthBlockOutputStream(mock, blockSize)) { in testMultiWriteBuf() argument
164 int blockSize = 512; in getClosedFLBOS() local
176 int blockSize = 2; in testWriteFailsAfterDestClosedThrowsException() local
204 int blockSize = 512; in testWithFileOutputStream() local
208 os, blockSize)) { in testWithFileOutputStream() argument
227 private void testBuf(int blockSize, String text) throws IOException { in testBuf()
233 try (FixedLengthBlockOutputStream out = new FixedLengthBlockOutputStream(mock, blockSize)) { in testBuf() argument
[all …]
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DReversedLinesFileReaderTestSimple.java39 final int blockSize = 10; in testFileSizeIsExactMultipleOfBlockSize() local
41 …edLinesFileReader reversedLinesFileReader = new ReversedLinesFileReader(testFile20Bytes, blockSize, in testFileSizeIsExactMultipleOfBlockSize() argument
50 final int blockSize = 10; in testLineCount() local
52 …edLinesFileReader reversedLinesFileReader = new ReversedLinesFileReader(testFile20Bytes, blockSize, in testLineCount() argument
66 final int blockSize = 10; in testToString() local
68 …edLinesFileReader reversedLinesFileReader = new ReversedLinesFileReader(testFile20Bytes, blockSize, in testToString() argument
/external/armnn/src/backends/backendsCommon/test/
DSpaceToDepthEndToEndTestImpl.cpp28 unsigned int blockSize, in CreateSpaceToDepthNetwork()
67 const unsigned int blockSize) in SpaceToDepthEndToEnd()
102 const unsigned int blockSize = 2; in SpaceToDepthNhwcEndToEndTest1() local
133 const unsigned int blockSize = 2; in SpaceToDepthNchwEndToEndTest1() local
164 const unsigned int blockSize = 2; in SpaceToDepthNhwcEndToEndTest2() local
195 const unsigned int blockSize = 2; in SpaceToDepthNchwEndToEndTest2() local
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DHeapDisk.java38 private final int blockSize; field in HeapDisk
68 public HeapDisk(int blockSize, int maxBlockCount, int maxCachedBlockCount) { in HeapDisk()
80 private static int toBlockCount(long size, int blockSize) { in toBlockCount()
89 public int blockSize() { in blockSize() method in HeapDisk
/external/armnn/delegate/test/
DSpaceDepthTest.cpp18 void DepthToSpaceFp32Test(std::vector<armnn::BackendId>& backends, int blockSize) in DepthToSpaceFp32Test()
44 void DepthToSpaceUint8Test(std::vector<armnn::BackendId>& backends, int blockSize) in DepthToSpaceUint8Test()
66 void SpaceToDepthFp32Test(std::vector<armnn::BackendId>& backends, int blockSize) in SpaceToDepthFp32Test()
85 void SpaceToDepthUint8Test(std::vector<armnn::BackendId>& backends, int blockSize) in SpaceToDepthUint8Test()
/external/lzma/C/
DBwtSort.h15 #define BLOCK_SORT_EXTERNAL_SIZE(blockSize) ((((blockSize) + 31) >> 5)) argument
20 #define BLOCK_SORT_BUF_SIZE(blockSize) ((blockSize) * 2 + BLOCK_SORT_EXTERNAL_SIZE(blockSize) + (1 … argument
DSha3.h19 UInt32 blockSize; // <= SHA3_NUM_STATE_WORDS * 8 member
28 #define Sha3_SET_blockSize(p, blockSize) { (p)->blockSize = (blockSize); } argument
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DFramedLZ4CompressorOutputStream.java89 private final BlockSize blockSize; field in FramedLZ4CompressorOutputStream.Parameters
107 public Parameters(BlockSize blockSize) { in Parameters()
119 public Parameters(BlockSize blockSize, in Parameters()
135 … public Parameters(BlockSize blockSize, boolean withContentChecksum, boolean withBlockChecksum, in Parameters()
156 … public Parameters(BlockSize blockSize, boolean withContentChecksum, boolean withBlockChecksum, in Parameters()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/
DCTSBlockCipher.java19 private int blockSize; field in CTSBlockCipher
134 int blockSize = getBlockSize(); in processBytes() local
201 int blockSize = cipher.getBlockSize(); in doFinal() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/
DCTSBlockCipher.java19 private int blockSize; field in CTSBlockCipher
134 int blockSize = getBlockSize(); in processBytes() local
201 int blockSize = cipher.getBlockSize(); in doFinal() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DCTSBlockCipher.java17 private int blockSize; field in CTSBlockCipher
132 int blockSize = getBlockSize(); in processBytes() local
199 int blockSize = cipher.getBlockSize(); in doFinal() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DReversedLinesFileReader.java269 private final int blockSize; field in ReversedLinesFileReader
321 …public ReversedLinesFileReader(final File file, final int blockSize, final Charset charset) throws… in ReversedLinesFileReader()
342 …public ReversedLinesFileReader(final File file, final int blockSize, final String charsetName) thr… in ReversedLinesFileReader()
374 …public ReversedLinesFileReader(final Path file, final int blockSize, final Charset charset) throws… in ReversedLinesFileReader()
448 …public ReversedLinesFileReader(final Path file, final int blockSize, final String charsetName) thr… in ReversedLinesFileReader()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavFormat.java33 public final int blockSize; field in WavFormat
44 int blockSize, in WavFormat()
/external/armnn/src/backends/neon/workloads/
DNeonSpaceToDepthWorkload.cpp27 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_BlockSize); in NeonSpaceToDepthWorkloadValidate() local
49 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_Parameters.m_BlockSize); in NeonSpaceToDepthWorkload() local
DNeonDepthToSpaceWorkload.cpp27 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_BlockSize); in NeonDepthToSpaceWorkloadValidate() local
50 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_Parameters.m_BlockSize); in NeonDepthToSpaceWorkload() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavFormat.java33 public final int blockSize; field in WavFormat
44 int blockSize, in WavFormat()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveInputStream.java57 private final int blockSize; field in TarArchiveInputStream
107 public TarArchiveInputStream(final InputStream is, final int blockSize) { in TarArchiveInputStream()
118 public TarArchiveInputStream(final InputStream is, final int blockSize, in TarArchiveInputStream()
129 public TarArchiveInputStream(final InputStream is, final int blockSize, final int recordSize) { in TarArchiveInputStream()
141 public TarArchiveInputStream(final InputStream is, final int blockSize, final int recordSize, in TarArchiveInputStream()
/external/armnn/src/backends/cl/workloads/
DClDepthToSpaceWorkload.cpp29 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_BlockSize); in ClDepthToSpaceWorkloadValidate() local
58 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_Parameters.m_BlockSize); in ClDepthToSpaceWorkload() local
DClSpaceToDepthWorkload.cpp37 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_Parameters.m_BlockSize); in ClSpaceToDepthWorkload() local
61 int32_t blockSize = armnn::numeric_cast<int32_t>(descriptor.m_BlockSize); in ClSpaceToDepthWorkloadValidate() local
/external/okio/okio/src/jvmTest/kotlin/okio/
DCipherFactory.kt24 val blockSize constant in okio.CipherFactory
/external/conscrypt/common/src/main/java/org/conscrypt/
DScryptKeySpec.java30 private final int blockSize; field in ScryptKeySpec
38 int blockSize, in ScryptKeySpec()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DScryptKeySpec.java32 private final int blockSize; field in ScryptKeySpec
40 int blockSize, in ScryptKeySpec()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DFixedLengthBlockOutputStream.java53 private final int blockSize; field in FixedLengthBlockOutputStream
62 public FixedLengthBlockOutputStream(OutputStream os, int blockSize) { in FixedLengthBlockOutputStream()
78 public FixedLengthBlockOutputStream(WritableByteChannel out, int blockSize) { in FixedLengthBlockOutputStream()
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp214 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() local
231 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() local
372 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() local
453 const uint32_t blockSize = valueInfo.arrayStride * (uint32_t)m_numValues; in iterate() local
718 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() local
735 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() local
848 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK, bl… in iterate() local
876 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK, bl… in iterate() local
962 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() local
979 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() local
[all …]
/external/gptfdisk/
Ddiskio-windows.cc127 DWORD blockSize = 0, retBytes; in GetBlockSize() local
223 int blockSize = 512, i, numBlocks; in Read() local
267 int blockSize = 512, i, numBlocks, retval = 0; in Write() local

12345678910>>...14