Searched refs:table (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | _anritsu_utils.py | 180 table = {' ': '%20', '!': '%21', '\"': '%22', '#': '%23', '$': '%24', 187 if char in table: 188 coded_str += table[char] 195 table = {'%20': ' ', '%21': '!', '%22': '\"', '%23': '#', '%24': '$', 201 for char in table: 203 coded_str = coded_str.replace(char, table[char]) 208 table = {' ': '%20', '!': '%21', '\"': '%22', '#': '%23', '$': '%24', 215 if char in table: 216 coded_str += table[char]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TableFormatter.java | 46 public void displayTable(List<List<String>> table, PrintWriter writer) { in displayTable() argument 47 if (table.size() <= 0) { in displayTable() 51 List<Integer> maxColumnSizes = getColumnSizes(table); in displayTable() 52 for (List<String> rowData : table) { in displayTable() 68 private List<Integer> getColumnSizes(List<List<String>> table) { in getColumnSizes() argument 70 for (List<String> rowData : table) { in getColumnSizes()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/metricregression/ |
D | DetectRegression.java | 173 TableBuilder table = new TableBuilder(TABLE_HEADER.length); in logResult() local 174 table.addTitle(TITLE).addLine(TABLE_HEADER).addDoubleLineSeparator(); in logResult() 183 table.addLine(runResult).addSingleLineSeparator(); in logResult() 184 runMetricsResult.stream().map(TableRow::toStringArray).forEach(table::addLine); in logResult() 186 table.addSingleLineSeparator(); in logResult() 202 table.addLine(testResult).addSingleLineSeparator(); in logResult() 204 table.addLine("> " + test); in logResult() 209 .forEach(table::addLine); in logResult() 210 table.addBlankLineSeparator(); in logResult() 212 table.addDoubleLineSeparator(); in logResult() [all …]
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
/tools/tradefederation/core/atest/ |
D | README.md | 52 <table> 79 </table>
|
/tools/external/fat32lib/ |
D | NOTICE | 66 …table of data to be supplied by an application program that uses the facility, other than as an ar… 67 …erefore, Subsection 2d requires that any application-supplied function or table used by this funct…
|