Home
last modified time | relevance | path

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

/frameworks/base/media/mca/
Dstructgen.py254 def commandArgAssert(self, linecomps, expectedcount, lineno): argument
256 if foundcount < expectedcount:
258 "but got only %d!" % (linecomps[0], expectedcount, foundcount))
259 elif foundcount > expectedcount + 1:
261 "but got %d!" % (linecomps[0], expectedcount, foundcount))