HomeSort by relevance Sort by last modified time
    Searched refs:expectedcount (Results 1 - 2 of 2) sorted by null

  /system/media/mca/
structgen.py 247 def commandArgAssert(self, linecomps, expectedcount, lineno):
249 if foundcount < expectedcount:
251 "but got only %d!" % (linecomps[0], expectedcount, foundcount))
252 elif foundcount > expectedcount + 1:
254 "but got %d!" % (linecomps[0], expectedcount, foundcount))
  /external/icu4c/test/intltest/
rbbitst.cpp 413 int expectedcount)
420 if (expectedcount > 0) {
422 for (k = 0; k < expectedcount; k ++) {
4068 int expectedcount = 0; local
4242 int expectedcount = 0; local
    [all...]

Completed in 755 milliseconds