Home
last modified time | relevance | path

Searched defs:maxBytes (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/
H A DLeastRecentlyUsedCacheEvictorTest.java36 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 DLeastRecentlyUsedCacheEvictorTest.java36 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/
DILogcatReceiver.java34 public InputStreamSource getLogcatData(int maxBytes); in getLogcatData()
43 public default InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData()
DLargeOutputReceiver.java103 public synchronized InputStreamSource getData(final int maxBytes) { in getData()
115 public synchronized InputStreamSource getData(final int maxBytes, final int offset) { in getData()
DLogcatReceiver.java82 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 DThrottledInputStream.java12 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/
DByteArrayRingBuffer.java34 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/
DBlobCache.java133 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 DLeastRecentlyUsedCacheEvictor.java24 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 DLeastRecentlyUsedCacheEvictor.java24 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor
29 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
/aosp_15_r20/frameworks/av/services/audioflinger/afutils/
H A DBufLog.cpp66 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 DSkImageFilterCache.cpp34 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/
DFileUtils.java544 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 Damidi.cpp320 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 DBandwidthController.cpp311 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 DResourceCache.cpp28 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 DNuCachedSource2.cpp115 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/
DAdServicesHttpsClient.java124 long maxBytes) { in AdServicesHttpsClient()
158 long maxBytes, in AdServicesHttpsClient()
/aosp_15_r20/external/mtools/
H A Ddevice.c23 mt_off_t maxBytes, in check_if_sectors_fit()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilter.java46 Utf8ByteLengthFilter(int maxBytes) { in Utf8ByteLengthFilter()
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DUtf8ByteLengthFilter.java44 Utf8ByteLengthFilter(int maxBytes) { in Utf8ByteLengthFilter()
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dcollationweights.h104 uint32_t maxBytes[5]; variable
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcollationweights.h104 uint32_t maxBytes[5]; variable
/aosp_15_r20/system/timezone/apex/tests/src/java/android/tzdata/mts/
H A DTimeZoneVersionTest.java105 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 Dcollationweights.h104 uint32_t maxBytes[5]; variable

12345678910>>...14