| /frameworks/ml/nn/common/operations/ |
| D | Reshape.cpp | 41 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in depthToSpaceGeneric() 59 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in spaceToDepthGeneric() 187 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in batchToSpaceGeneric() 209 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in spaceToBatchGeneric()
|
| /frameworks/opt/net/ike/tests/iketests/src/java/com/android/ike/ikev2/message/ |
| D | IkeEncryptedPayloadBodyTest.java | 147 int blockSize = 16; in testCalculatePaddingPlaintextShorterThanBlockSize() local 158 int blockSize = 16; in testCalculatePaddingPlaintextInBlockSize() local 169 int blockSize = 16; in testCalculatePaddingPlaintextLongerThanBlockSize() local
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| D | CodedInputStreamTest.java | 69 private final int blockSize; field in CodedInputStreamTest.SmallBlockInputStream 71 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() 75 public SmallBlockInputStream(InputStream in, int blockSize) { in SmallBlockInputStream()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
| D | CodedInputStreamTest.cs | 369 private readonly int blockSize; field in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream 371 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
| D | CodedInputStreamTest.java | 73 private final int blockSize; field in CodedInputStreamTest.SmallBlockInputStream 75 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() 79 public SmallBlockInputStream(InputStream in, int blockSize) { in SmallBlockInputStream()
|
| /frameworks/base/core/tests/coretests/src/android/app/ |
| D | DownloadManagerStressTest.java | 159 int blockSize = fs.getBlockSize(); in testDownloadToCacheWithAlmostFullCache() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/ |
| D | DropBoxTest.java | 370 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits() local 472 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits() local
|
| /frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
| D | Reshape.cpp | 34 int32_t blockSize = op->inputs[1]->value<int32_t>(); in spaceToDepthConstructor() local 87 int32_t blockSize = op->inputs[1]->value<int32_t>(); in depthToSpaceConstructor() local
|
| /frameworks/opt/net/ike/src/java/com/android/ike/ikev2/message/ |
| D | IkeEncryptedPayloadBody.java | 238 static byte[] calculatePadding(int dataToEncryptLength, int blockSize) { in calculatePadding()
|
| /frameworks/av/media/libeffects/dynamicsproc/dsp/ |
| D | DPFrequency.cpp | 54 void ChannelBuffer::initBuffers(unsigned int blockSize, unsigned int overlapSize, in initBuffers() 137 void DPFrequency::configure(size_t blockSize, size_t overlapSize, in configure()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | DropBoxManagerService.java | 741 int flags, int blockSize) throws IOException { in EntryFile() 780 public EntryFile(File file, int blockSize) { in EntryFile()
|
| /frameworks/ml/nn/common/ |
| D | CpuExecutor.cpp | 937 int32_t blockSize = getScalarData<int32_t>(mOperands[ins[1]]); in executeOperation() local 995 int32_t blockSize = getScalarData<int32_t>(mOperands[ins[1]]); in executeOperation() local 1174 const RunTimeOperandInfo& blockSize = mOperands[ins[1]]; in executeOperation() local 1238 const RunTimeOperandInfo& blockSize = mOperands[ins[1]]; in executeOperation() local
|
| D | OperationsUtils.cpp | 447 int32_t blockSize, in depthToSpacePrepare() 470 int32_t blockSize, in spaceToDepthPrepare()
|
| /frameworks/base/media/native/midi/ |
| D | amidi.cpp | 405 size_t blockSize = AMIDI_BUFFER_SIZE; in AMidiInputPort_sendWithTimestamp() local
|
| /frameworks/ml/nn/common/include/ |
| D | OperationsUtils.h | 380 int blockSize = 1; in transposeFirstTwoDimensions() local
|
| /frameworks/av/media/codec2/vndk/ |
| D | C2AllocatorIon.cpp | 526 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
|
| D | C2Store.cpp | 138 size_t blockSize = getpagesize(); in UseComponentStoreForIonAllocator() local
|
| /frameworks/av/media/extractors/mkv/ |
| D | MatroskaExtractor.cpp | 2273 size_t blockSize = 0; in findThumbnails() local
|
| /frameworks/base/media/java/android/media/ |
| D | MediaCodecInfo.java | 1709 @NonNull Size blockSize) { in PerformancePoint()
|