Home
last modified time | relevance | path

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

12

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/
DLeastRecentlyUsedCacheEvictorTest.java36 int maxBytes = 100; in contentBiggerThanMaxSizeDoesNotThrowException() local
39 evictor.onStartFile(Mockito.mock(Cache.class), "key", 0, maxBytes + 1); in contentBiggerThanMaxSizeDoesNotThrowException() local
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/testsupport/
DThrottledInputStream.java12 public ThrottledInputStream(byte[] data, int maxBytes) in ThrottledInputStream()
17 public ThrottledInputStream(InputStream in, int maxBytes) in ThrottledInputStream()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DLeastRecentlyUsedCacheEvictor.java25 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor
30 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
/external/skia/src/core/
DSkImageFilterCache.cpp33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl()
154 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create()
/external/skqp/src/core/
DSkImageFilterCache.cpp33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl()
157 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create()
/external/icu/libicu/cts_headers/
Dcollationweights.h104 uint32_t maxBytes[5]; variable
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
/external/icu/icu4c/source/i18n/
Dcollationweights.h104 uint32_t maxBytes[5]; variable
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java316 int maxBytes = min(bytes, writableWindow()); in writeBytes() local
416 Frame split(int maxBytes) { in split()
/external/icu/icu4c/source/common/
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DTzDataSetVersion.java299 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes()
/external/skia/tests/
DTextureProxyTest.cpp257 size_t maxBytes = dContext->getResourceCacheLimit(); in invalidation_test() local
DDrawOpAtlasTest.cpp246 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()
/external/skqp/tests/
DTextureProxyTest.cpp247 size_t maxBytes; in invalidation_test() local
DDrawOpAtlasTest.cpp236 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()
DResourceAllocatorTest.cpp274 size_t maxBytes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skqp/third_party/gif/
DSkGifImageReader.cpp908 const size_t maxBytes = SK_MAX_DICTIONARY_ENTRIES - 1; in prepareToDecode() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java557 private int[] maxBytes = new int[5]; field in CollationWeights
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java555 private int[] maxBytes = new int[5]; field in CollationWeights
/external/llvm-project/flang/runtime/
Dfile.cpp189 std::size_t maxBytes, IoErrorHandler &handler) { in Read()
/external/dng_sdk/source/
Ddng_string.cpp913 uint32 maxBytes, in DecodeUTF8()
1328 void dng_string::Truncate (uint32 maxBytes) in Truncate()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccSignature.c290 UINT16 maxBytes = (UINT16)BITS_TO_BYTES(BnSizeInBits(reference)); in SchnorrReduce() local
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp602 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig()
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp645 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig()
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java959 int maxBytes = ((l + 7) >> 3); in computeSignature() local
977 int maxBytes = ((l + 7) >> 3); in installSignature() local

12