/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
H A 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
|
H A D | ChecksumCalculatingAsyncRequestBody.java | 53 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 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() method in DefaultTransferProgressSnapshot.Builder
|
/aosp_15_r20/external/armnn/src/backends/cl/test/ |
H A 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
|
H A 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
|
H A D | ClFallbackTests.cpp | 109 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 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
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A 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()
|
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
H A 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()
|
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/ |
D | StorageUtilities.kt | 31 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 D | PrivateStorageInfo.java | 34 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 D | StorageStatsSource.java | 73 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/ |
D | BluetoothOppObexClientSessionTest.java | 101 int totalBytes = 1023; in startThenStop_startsAndStopsClientThread() local 169 int totalBytes = 1023; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() local
|
D | BluetoothOppObexServerSessionTest.java | 142 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 D | InstallationAsyncTask.java | 132 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/ |
D | HttpClientUtils.java | 132 long totalBytes = 0; in getTotalSentBytes() local 153 long totalBytes = 0; in getTotalReceivedBytes() local
|
/aosp_15_r20/frameworks/base/core/java/android/net/ |
H A D | NetworkPolicy.java | 182 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 D | NetworkPolicyManagerService.java | 1664 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/ |
D | DownloadInfo.java | 308 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 D | DeviceStorageMonitorService.java | 204 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 D | PipeTest.kt | 60 val totalBytes = 16L * 1024L * 1024L in largeDataset() constant
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerRecordingSessionWorkerExoV2.java | 597 long totalBytes, in insertRecordedProgram() 622 private void updateRecordedProgramStateFinished(long endTime, long totalBytes) { in updateRecordedProgramStateFinished()
|
D | TunerRecordingSessionWorker.java | 594 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 D | TransferProgressSnapshot.java | 69 OptionalLong totalBytes(); in totalBytes() method
|
/aosp_15_r20/out/target/common/obj/APPS/DynamicSystemInstallationService_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |