Home
last modified time | relevance | path

Searched defs:totalBytes (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/
H A DChunkBuffer.java41 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
H A DChecksumCalculatingAsyncRequestBody.java53 private final long totalBytes; field in ChecksumCalculatingAsyncRequestBody
174 String trailerHeader, long totalBytes) { in ChecksumCalculatingSubscriber()
242 SynchronousChunkBuffer(long totalBytes) { in SynchronousChunkBuffer()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/progress/
H A DDefaultTransferProgressSnapshot.java39 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() method in DefaultTransferProgressSnapshot.Builder
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClDefaultAllocatorTests.cpp42 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
H A DClImportTensorHandleTests.cpp42 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
H A DClFallbackTests.cpp109 size_t totalBytes = numElements * sizeof(float); variable
391 size_t totalBytes = numElements * sizeof(float); variable
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/async/
H A DChunkBufferTest.java46 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
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowStorageStatsManager.java45 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()
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
H A DBundleCallSender.java50 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()
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DStorageUtilities.kt31 val totalBytes = ssm.getTotalBytes(StorageManager.UUID_PRIVATE_INTERNAL, context.opPackageName) in getStorageInfo() constant
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DPrivateStorageInfo.java34 public final long totalBytes; field in PrivateStorageInfo
36 public PrivateStorageInfo(long freeBytes, long totalBytes) { in PrivateStorageInfo()
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DStorageStatsSource.java73 public long totalBytes; field in StorageStatsSource.ExternalStorageStats
82 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSessionTest.java101 int totalBytes = 1023; in startThenStop_startsAndStopsClientThread() local
169 int totalBytes = 1023; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() local
DBluetoothOppObexServerSessionTest.java142 int totalBytes = 1023; in addShare_updatesShareInfo() local
255 int totalBytes = 1023; in onPut_returnsObexHttpOk() local
/aosp_15_r20/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java132 public final long totalBytes; field in InstallationAsyncTask.Progress
140 long totalBytes, in Progress()
368 private void initPartitionProgress(String partitionName, long totalBytes, boolean readonly) { in initPartitionProgress()
/aosp_15_r20/packages/modules/OnDevicePersonalization/common/java/com/android/odp/module/common/http/
DHttpClientUtils.java132 long totalBytes = 0; in getTotalSentBytes() local
153 long totalBytes = 0; in getTotalReceivedBytes() local
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DNetworkPolicy.java182 public boolean isOverWarning(long totalBytes) { in isOverWarning()
191 public boolean isOverLimit(long totalBytes) { in isOverLimit()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1664 final long totalBytes = getTotalBytes(policy.template, cycleStart, cycleEnd); local
1752 long totalBytes = 0; in findRapidBlame() local
1836 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes, in enqueueNotification()
2212 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledNL() local
/aosp_15_r20/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java308 public int getRequiredNetworkType(long totalBytes) { in getRequiredNetworkType()
376 public boolean isMeteredAllowed(long totalBytes) { in isMeteredAllowed()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java204 final long totalBytes = file.getTotalSpace(); in checkLow() local
229 usableBytes, totalBytes); in checkLow() local
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DPipeTest.kt60 val totalBytes = 16L * 1024L * 1024L in largeDataset() constant
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorkerExoV2.java597 long totalBytes, in insertRecordedProgram()
622 private void updateRecordedProgramStateFinished(long endTime, long totalBytes) { in updateRecordedProgramStateFinished()
DTunerRecordingSessionWorker.java594 long totalBytes, in insertRecordedProgram()
619 private void updateRecordedProgramStateFinished(long endTime, long totalBytes) { in updateRecordedProgramStateFinished()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/progress/
H A DTransferProgressSnapshot.java69 OptionalLong totalBytes(); in totalBytes() method
/aosp_15_r20/out/target/common/obj/APPS/DynamicSystemInstallationService_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12345678910>>...31