Searched refs:printAll (Results 1 – 1 of 1) sorted by relevance
/system/extras/perf_tools/bats/ |
D | lcan.py | 255 def print(self, min, printAll): argument 267 if printAll: 315 def printSorted(self, printAll): argument 320 item[1].print(1, printAll) 594 lCItemSetMap.printSorted(printAll) 597 def compareFiles(self, fileName1, fileName2, printAll): argument 624 lCItemSetMap.printSorted(printAll) 642 def compareDirs(self, buildId1, buildId2, printAll): argument 644 print("lcan.py -cmpd {} {} {}".format(buildId1, buildId2, printAll)) 679 printAll = False variable [all …]
|