Home
last modified time | relevance | path

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

/external/clang/tools/scan-view/share/
DReporter.py48 def getHTML(self,r,bugtype,getConfigOption): member in TextParameter
60 def getHTML(self,r,bugtype,getConfigOption): member in SelectionParameter
DScanView.py533 options = '\n'.join([ o.getHTML(r,title,getConfigOption) for o in r.getParameters()])
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java933 public abstract String getHTML(Map<String, String> postArguments) throws Exception; in getHTML() method in CheckCLDR.SimpleDemo
938 public final String getHTML(String path, String fullPath, String value) throws Exception { in getHTML() method in CheckCLDR.SimpleDemo
939 return getHTML(internalPostArguments); in getHTML()
975 public String getHTML(Map<String, String> postArguments) throws Exception { in getHTML() method in CheckCLDR.FormatDemo
/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java286 data[i] = table.getHTML(row, i); in getRowData()