Home
last modified time | relevance | path

Searched defs:byteLimit (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkResourceCache.cpp98 SkResourceCache::SkResourceCache(size_t byteLimit) { in SkResourceCache()
202 size_t byteLimit; in purgeAsNeeded() local
/external/skqp/src/core/
DSkResourceCache.cpp98 SkResourceCache::SkResourceCache(size_t byteLimit) { in SkResourceCache()
202 size_t byteLimit; in purgeAsNeeded() local
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java478 public int pushLimit(int byteLimit) throws InvalidProtocolBufferNanoException { in pushLimit()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs930 internal int PushLimit(int byteLimit) in PushLimit()
/external/skqp/tests/
DSkResourceCacheTest.cpp128 const size_t byteLimit = 100 * 1024; in DEF_TEST() local
/external/skia/tests/
DSkResourceCacheTest.cpp128 const size_t byteLimit = 100 * 1024; in DEF_TEST() local
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java535 public int pushLimit(int byteLimit) throws InvalidProtocolBufferMicroException { in pushLimit()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java978 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit()