/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
D | ChunkBuffer.java | 41 private final Long totalBytes; field in ChunkBuffer 43 private ChunkBuffer(Long totalBytes, Integer bufferSize) { in ChunkBuffer() 169 Builder totalBytes(long totalBytes); in totalBytes() method 175 private Long totalBytes; field in ChunkBuffer.DefaultBuilder 189 public Builder totalBytes(long totalBytes) { in totalBytes() argument
|
D | ChecksumCalculatingAsyncRequestBody.java | 53 private final long totalBytes; field in ChecksumCalculatingAsyncRequestBody 174 String trailerHeader, long totalBytes) { in ChecksumCalculatingSubscriber() 242 SynchronousChunkBuffer(long totalBytes) { in SynchronousChunkBuffer()
|
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/progress/ |
D | DefaultTransferProgressSnapshot.java | 39 private final Long totalBytes; field in DefaultTransferProgressSnapshot 70 public OptionalLong totalBytes() { in totalBytes() method in DefaultTransferProgressSnapshot 136 private Long totalBytes; field in DefaultTransferProgressSnapshot.Builder 157 public Builder totalBytes(Long totalBytes) { in totalBytes() argument
|
/external/armnn/src/backends/cl/test/ |
D | ClDefaultAllocatorTests.cpp | 42 size_t totalBytes = numElements * sizeof(float); variable 68 size_t totalBytes = numElements * sizeof(float); variable 107 size_t totalBytes = 1 * sizeof(float); variable 143 size_t totalBytes = numElements * sizeof(float); variable 169 size_t totalBytes = numElements * sizeof(float); variable
|
D | ClImportTensorHandleTests.cpp | 42 const size_t totalBytes = tensor.info()->total_size(); variable 82 const size_t totalBytes = tensor.info()->total_size(); variable 137 size_t totalBytes = numElements * sizeof(float); variable 235 const size_t totalBytes = tensor.info()->total_size(); variable 261 const size_t totalBytes = tensor.info()->total_size(); variable 308 size_t totalBytes = numElements * sizeof(float); variable 884 size_t totalBytes = numElements * sizeof(float); variable 1109 size_t totalBytes = numElements * sizeof(float); variable
|
D | ICLTensorProxyTests.cpp | 123 const size_t totalBytes = importTensor.info()->total_size(); variable
|
D | ClCustomAllocatorTests.cpp | 134 size_t totalBytes = numElements * sizeof(float); variable
|
D | ClFallbackTests.cpp | 109 size_t totalBytes = numElements * sizeof(float); variable 391 size_t totalBytes = numElements * sizeof(float); variable
|
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/async/ |
D | ChunkBufferTest.java | 46 void numberOfChunk_Not_MultipleOfTotalBytes_KnownLength(int totalBytes) { in numberOfChunk_Not_MultipleOfTotalBytes_KnownLength() 84 void numberOfChunk_Not_MultipleOfTotalBytes_UnknownLength(int totalBytes) { in numberOfChunk_Not_MultipleOfTotalBytes_UnknownLength() 154 int totalBytes = 17; in emptyAllocatedBytes_returnSameNumberOfEmptyBytes_knownLength() local 179 int totalBytes = 17; in emptyAllocatedBytes_returnSameNumberOfEmptyBytes_unknownLength() local 237 int totalBytes = 17; in concurrentTreads_calling_bufferAndCreateChunks_knownLength() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowStorageStatsManager.java | 45 public void setStorageDeviceFreeAndTotalBytes(UUID storageUuid, long freeBytes, long totalBytes) { in setStorageDeviceFreeAndTotalBytes() 178 UUID storageUuid, long freeBytes, long totalBytes) { in createFreeAndTotalBytesMapWithSingleEntry() 194 abstract long totalBytes(); in totalBytes() method in ShadowStorageStatsManager.FreeAndTotalBytesPair 197 static FreeAndTotalBytesPair create(long freeBytes, long totalBytes) { in create()
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
D | BundleCallSender.java | 50 abstract void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall() 60 long callId, int blockId, int totalBytes, byte[] bytes, int retries) throws RemoteException { in prepareCallAndRetry() 285 int totalBytes = ByteBuffer.wrap(returnBytes).getInt(/* index= */ 1); in fetchResponseParcel() local 301 private byte[] fetchReturnBytes(int totalBytes, long callId, byte[] initialBytes) in fetchReturnBytes()
|
D | CrossProfileCallbackExceptionBundleCallSender.java | 36 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
|
D | CrossProfileCallbackBundleCallSender.java | 39 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
|
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/progress/ |
D | TransferProgressSnapshot.java | 69 OptionalLong totalBytes(); in totalBytes() method
|
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/decoder/ |
D | Decoder.java | 75 int totalBytes = 0; in decode() local
|
/external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/ |
D | Decoder.java | 141 int totalBytes = 0; in decode() local
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/ |
D | ShadowUtils.java | 78 public static void setStatFs(File dir, int totalBytes, int freeBytes) { in setStatFs()
|
/external/armnn/samples/ |
D | CustomMemoryAllocatorSample.cpp | 118 size_t totalBytes = numElements * sizeof(float); in main() local
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/internal/ |
D | BundleCallSenderTest.java | 45 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonLocation.java | 61 public JsonLocation(Object sourceRef, long totalBytes, long totalChars, in JsonLocation()
|
/external/zlib/contrib/minizip/ |
D | mztools.c | 37 uLong totalBytes = 0; in unzRepair() local
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | PipeTest.kt | 60 val totalBytes = 16L * 1024L * 1024L in largeDataset() constant
|
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/util/ |
D | MetricUtils.java | 178 public static double bytesPerSec(long totalBytes, long nanoStart, long nanoEnd) { in bytesPerSec()
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestStringByteConverter.java | 207 static int totalBytes = 0; field in TestStringByteConverter
|
/external/cronet/tot/components/cronet/android/java/src/org/chromium/net/impl/ |
D | JavaUploadDataSinkBase.java | 319 protected abstract void initializeStart(long totalBytes); in initializeStart()
|