/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
D | LeastRecentlyUsedCacheEvictorTest.java | 36 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/ |
D | ThrottledInputStream.java | 12 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/ |
D | LeastRecentlyUsedCacheEvictor.java | 25 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor 30 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
|
/external/skia/src/core/ |
D | SkImageFilterCache.cpp | 33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() 154 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create()
|
/external/skqp/src/core/ |
D | SkImageFilterCache.cpp | 33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() 157 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create()
|
/external/icu/libicu/cts_headers/ |
D | collationweights.h | 104 uint32_t maxBytes[5]; variable
|
D | putilimp.h | 560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
|
/external/icu/icu4c/source/i18n/ |
D | collationweights.h | 104 uint32_t maxBytes[5]; variable
|
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | OutboundFlowController.java | 316 int maxBytes = min(bytes, writableWindow()); in writeBytes() local 416 Frame split(int maxBytes) { in split()
|
/external/icu/icu4c/source/common/ |
D | putilimp.h | 560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | TzDataSetVersion.java | 299 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes()
|
/external/skia/tests/ |
D | TextureProxyTest.cpp | 257 size_t maxBytes = dContext->getResourceCacheLimit(); in invalidation_test() local
|
D | DrawOpAtlasTest.cpp | 246 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()
|
/external/skqp/tests/ |
D | TextureProxyTest.cpp | 247 size_t maxBytes; in invalidation_test() local
|
D | DrawOpAtlasTest.cpp | 236 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()
|
D | ResourceAllocatorTest.cpp | 274 size_t maxBytes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.cpp | 908 const size_t maxBytes = SK_MAX_DICTIONARY_ENTRIES - 1; in prepareToDecode() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationWeights.java | 557 private int[] maxBytes = new int[5]; field in CollationWeights
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 555 private int[] maxBytes = new int[5]; field in CollationWeights
|
/external/llvm-project/flang/runtime/ |
D | file.cpp | 189 std::size_t maxBytes, IoErrorHandler &handler) { in Read()
|
/external/dng_sdk/source/ |
D | dng_string.cpp | 913 uint32 maxBytes, in DecodeUTF8() 1328 void dng_string::Truncate (uint32 maxBytes) in Truncate()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptEccSignature.c | 290 UINT16 maxBytes = (UINT16)BITS_TO_BYTES(BnSizeInBits(reference)); in SchnorrReduce() local
|
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 602 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig()
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 645 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig()
|
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyFactory.java | 959 int maxBytes = ((l + 7) >> 3); in computeSignature() local 977 int maxBytes = ((l + 7) >> 3); in installSignature() local
|