Home
last modified time | relevance | path

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

/external/clang/tools/scan-view/share/
DReporter.py42 def getValue(self,r,bugtype,getConfigOption): argument
43 return getConfigOption(r.getName(),self.getName())
48 def getHTML(self,r,bugtype,getConfigOption): argument
53 </tr>"""%(self.getName(),r.getName(),self.getName(),self.getValue(r,bugtype,getConfigOption))
60 def getHTML(self,r,bugtype,getConfigOption): argument
61 default = self.getValue(r,bugtype,getConfigOption)
164 def getValue(self,r,bugtype,getConfigOption): argument
DScanView.py494 def getConfigOption(section, field): function
523 active = int(getConfigOption('ScanView','reporter'))
533 options = '\n'.join([ o.getHTML(r,title,getConfigOption) for o in r.getParameters()])