Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java95 int totalAllocIndex = p.indexOf(pattern) + pattern.length(); in testMemoryAllocationLimit() local
96 totalAllocated = Integer.parseInt(p.substring(totalAllocIndex)); in testMemoryAllocationLimit()