/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
H A D | LeastRecentlyUsedCacheEvictorTest.java | 36 int maxBytes = 100; in contentBiggerThanMaxSizeDoesNotThrowException() local 39 evictor.onStartFile(Mockito.mock(Cache.class), "key", 0, maxBytes + 1); in contentBiggerThanMaxSizeDoesNotThrowException() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
H A D | LeastRecentlyUsedCacheEvictorTest.java | 36 int maxBytes = 100; in contentBiggerThanMaxSizeDoesNotThrowException() local 39 evictor.onStartFile(Mockito.mock(Cache.class), "key", 0, maxBytes + 1); in contentBiggerThanMaxSizeDoesNotThrowException() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ILogcatReceiver.java | 34 public InputStreamSource getLogcatData(int maxBytes); in getLogcatData() 43 public default InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData()
|
D | LargeOutputReceiver.java | 103 public synchronized InputStreamSource getData(final int maxBytes) { in getData() 115 public synchronized InputStreamSource getData(final int maxBytes, final int offset) { in getData()
|
D | LogcatReceiver.java | 82 public InputStreamSource getLogcatData(int maxBytes) { in getLogcatData() 87 public InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData()
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/testsupport/ |
H A D | ThrottledInputStream.java | 12 public ThrottledInputStream(byte[] data, int maxBytes) in ThrottledInputStream() 17 public ThrottledInputStream(InputStream in, int maxBytes) in ThrottledInputStream()
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | ByteArrayRingBuffer.java | 34 public ByteArrayRingBuffer(int maxBytes) { in ByteArrayRingBuffer() 84 public void resize(int maxBytes) { in resize()
|
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 133 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) in BlobCache() 138 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset, in BlobCache() 300 private void resetCache(int maxEntries, int maxBytes) throws IOException { in resetCache()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
H A D | LeastRecentlyUsedCacheEvictor.java | 24 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor 29 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
H A D | LeastRecentlyUsedCacheEvictor.java | 24 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor 29 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
|
/aosp_15_r20/frameworks/av/services/audioflinger/afutils/ |
H A D | BufLog.cpp | 66 int samplingRate, size_t maxBytes, const void *buf, size_t size) { in write() 102 size_t maxBytes = 0) : mId(id), mFormat(format), mChannels(channels), in BufLogStream()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkImageFilterCache.cpp | 34 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() 155 sk_sp<SkImageFilterCache> SkImageFilterCache::Create(size_t maxBytes) { in Create()
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | FileUtils.java | 544 public static String trimFilename(String str, int maxBytes) { in trimFilename() 551 private static void trimFilename(StringBuilder res, int maxBytes) { in trimFilename()
|
/aosp_15_r20/frameworks/base/media/native/midi/ |
H A D | amidi.cpp | 320 ssize_t receive(int32_t *opcodePtr, uint8_t *buffer, size_t maxBytes, in receive() 362 uint8_t *buffer, size_t maxBytes, size_t* numBytesReceivedPtr, int64_t *timestampPtr) { in AMidiOutputPort_receive()
|
/aosp_15_r20/system/netd/server/ |
H A D | BandwidthController.cpp | 311 int BandwidthController::setInterfaceSharedQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceSharedQuota() 411 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ResourceCache.cpp | 28 size_t maxBytes) { in Make() 32 ResourceCache::ResourceCache(SingleOwner* singleOwner, uint32_t recorderID, size_t maxBytes) in ResourceCache()
|
/aosp_15_r20/frameworks/av/media/libdatasource/ |
H A D | NuCachedSource2.cpp | 115 size_t PageCache::releaseFromStart(size_t maxBytes) { in releaseFromStart() 501 size_t maxBytes = mLastAccessPos - mCacheOffset; in restartPrefetcherIfNecessary_l() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/ |
D | AdServicesHttpsClient.java | 124 long maxBytes) { in AdServicesHttpsClient() 158 long maxBytes, in AdServicesHttpsClient()
|
/aosp_15_r20/external/mtools/ |
H A D | device.c | 23 mt_off_t maxBytes, in check_if_sectors_fit()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 46 Utf8ByteLengthFilter(int maxBytes) { in Utf8ByteLengthFilter()
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 44 Utf8ByteLengthFilter(int maxBytes) { in Utf8ByteLengthFilter()
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | collationweights.h | 104 uint32_t maxBytes[5]; variable
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collationweights.h | 104 uint32_t maxBytes[5]; variable
|
/aosp_15_r20/system/timezone/apex/tests/src/java/android/tzdata/mts/ |
H A D | TimeZoneVersionTest.java | 105 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | collationweights.h | 104 uint32_t maxBytes[5]; variable
|