Home
last modified time | relevance | path

Searched refs:getConfigOption (Results 1 – 4 of 4) 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()])
/external/llvm-project/clang/tools/scan-view/share/
DReporter.py45 def getValue(self,r,bugtype,getConfigOption): argument
46 return getConfigOption(r.getName(),self.getName())
51 def getHTML(self,r,bugtype,getConfigOption): argument
56 </tr>"""%(self.getName(),r.getName(),self.getName(),self.getValue(r,bugtype,getConfigOption))
63 def getHTML(self,r,bugtype,getConfigOption): argument
64 default = self.getValue(r,bugtype,getConfigOption)
167 def getValue(self,r,bugtype,getConfigOption): argument
DScanView.py511 def getConfigOption(section, field): function
540 active = int(getConfigOption('ScanView','reporter'))
550 options = '\n'.join([ o.getHTML(r,title,getConfigOption) for o in r.getParameters()])