Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp209 void FileExists(const char* filename, uint32_t minsize, uint32_t maxsize) { in FileExists() argument
213 EXPECT_LT(entry.uncompressed_length, maxsize); in FileExists()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp4149 std::string::size_type maxsize = in valueToQuotedString() local
4152 result.reserve(maxsize); // to avoid lots of mallocs in valueToQuotedString()
4226 std::string::size_type maxsize = in valueToQuotedStringN() local
4229 result.reserve(maxsize); // to avoid lots of mallocs in valueToQuotedStringN()