| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/ |
| D | FixedLengthBlockOutputStreamTest.java | 64 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/ |
| D | ReversedLinesFileReaderTestSimple.java | 39 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
|
| D | ReversedLinesFileReaderTestParamFile.java | 90 …tegrityWithBufferedReader(final String fileName, final String charsetName, final Integer blockSize, in testDataIntegrityWithBufferedReader() 102 …try (ReversedLinesFileReader reversedLinesFileReader = blockSize == null ? new ReversedLinesFileRe… in testDataIntegrityWithBufferedReader() argument
|
| /external/armnn/src/backends/backendsCommon/test/ |
| D | SpaceToDepthEndToEndTestImpl.cpp | 28 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/ |
| D | HeapDisk.java | 38 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/ |
| D | SpaceDepthTest.cpp | 18 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/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
| D | ReversedLinesFileReader.java | 208 private final int blockSize; field in ReversedLinesFileReader 256 …public ReversedLinesFileReader(final File file, final int blockSize, final Charset charset) throws… in ReversedLinesFileReader() 275 …public ReversedLinesFileReader(final File file, final int blockSize, final String charsetName) thr… in ReversedLinesFileReader() 303 …public ReversedLinesFileReader(final Path file, final int blockSize, final Charset charset) throws… in ReversedLinesFileReader() 380 …public ReversedLinesFileReader(final Path file, final int blockSize, final String charsetName) thr… in ReversedLinesFileReader()
|
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
| D | FramedLZ4CompressorOutputStream.java | 89 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/ |
| D | CTSBlockCipher.java | 19 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/ |
| D | CTSBlockCipher.java | 17 private int blockSize; field in CTSBlockCipher 132 int blockSize = getBlockSize(); in processBytes() local 199 int blockSize = cipher.getBlockSize(); in doFinal() local
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/ |
| D | CTSBlockCipher.java | 19 private int blockSize; field in CTSBlockCipher 134 int blockSize = getBlockSize(); in processBytes() local 201 int blockSize = cipher.getBlockSize(); in doFinal() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
| D | WavFormat.java | 33 public final int blockSize; field in WavFormat 44 int blockSize, in WavFormat()
|
| /external/armnn/src/backends/neon/workloads/ |
| D | NeonDepthToSpaceWorkload.cpp | 27 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
|
| D | NeonSpaceToDepthWorkload.cpp | 27 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
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
| D | WavFormat.java | 33 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/ |
| D | TarArchiveInputStream.java | 57 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/ |
| D | ClDepthToSpaceWorkload.cpp | 29 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
|
| D | ClSpaceToDepthWorkload.cpp | 37 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/ |
| D | CipherFactory.kt | 24 val blockSize constant
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fBasicComputeShaderTests.cpp | 199 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() local 214 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local 337 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local 406 const deUint32 blockSize = valueInfo.arrayStride*(deUint32)m_numValues; in iterate() local 650 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() local 665 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local 766 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local 792 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK… in iterate() local 869 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() local 884 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local [all …]
|
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
| D | FixedLengthBlockOutputStream.java | 53 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/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | CodedInputStreamTest.java | 63 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 69 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 75 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 84 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 90 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 107 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 127 abstract CodedInputStream newDecoder(byte[] data, int blockSize); in newDecoder() 147 private final int blockSize; field in CodedInputStreamTest.SmallBlockInputStream 151 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream()
|
| /external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | CodedInputStreamTest.java | 63 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 69 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 75 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 84 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 90 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 107 CodedInputStream newDecoder(byte[] data, int blockSize) { in newDecoder() 127 abstract CodedInputStream newDecoder(byte[] data, int blockSize); in newDecoder() 147 private final int blockSize; field in CodedInputStreamTest.SmallBlockInputStream 151 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream()
|
| /external/gptfdisk/ |
| D | diskio-windows.cc | 127 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
|
| D | diskio-unix.cc | 158 int err = -1, blockSize = 0; in GetBlockSize() local 340 int blockSize, numBlocks, retval = 0; in Read() local 383 int blockSize, i, numBlocks, retval = 0; in Write() local
|