/external/opencv3/modules/ts/misc/ |
D | perf_tests_timing.py | 126 tbl.newCell('module', suit['module']) 127 tbl.newCell('name', suit['name']) 128 tbl.newCell('time', formatValue(suit['time'], '', ''), suit['time']) 129 tbl.newCell('num', suit['num']) 131 tbl.newCell('failed', suit['failed']) 133 tbl.newCell('failed', ' ') 145 tbl.newCell('module', suit['module']) 146 tbl.newCell('name', suit['name']) 147 tbl.newCell('failed', suit['failed'])
|
D | summary.py | 183 tbl.newCell("name", name) 198 tbl.newCell(str(i), "-") 202 tbl.newCell(str(i), status, color="red") 207 tbl.newCell(str(i), formatValue(val, options.metric, options.units), val) 218 tbl.newCell(tblCellID + "%", "-") 220 tbl.newCell(tblCellID + "$", "-") 222 tbl.newCell(tblCellID + "$", "-") 226 tbl.newCell(str(i), status, color="red") 230 tbl.newCell(tblCellID + "%", "-", color="red") 232 tbl.newCell(tblCellID + "$", "-", color="red") [all …]
|
D | report.py | 80 tbl.newCell(m, str(case)) 82 tbl.newCell(m, status, color = "red") 88 tbl.newCell(m, "%.2f %s" % (val, options.units), val) 90 tbl.newCell(m, val, val)
|
D | chart.py | 213 tbl.newCell("x", row) 219 tbl.newCell(col, status, color = "red") 223 tbl.newCell(col, "%.2f %s" % (val, options.units), val) 225 tbl.newCell(col, val, val) 227 tbl.newCell(col, "-")
|
D | table_formatter.py | 82 def newCell(self, col_name, text, value = None, **properties): member in table 759 tbl.newCell("name", str(t)) 763 tbl.newCell("value", status) 768 tbl.newCell("value", "%.2f" % val, val) 770 tbl.newCell("value", "%.3f %s" % (val, options.units), val) 772 tbl.newCell("value", "-")
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 191 final HTMLTable.ICell headercell = header.newCell (); in visit() 201 final HTMLTable.ICell cell = coverage.newCell (); in visit() 217 row.newCell ().setText ("total packages:", true); in visit() 218 row.newCell ().setText ("" + item.getChildCount (), false); in visit() 223 row.newCell ().setText ("total executable files:", true); in visit() 224 … row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), false); in visit() 228 row.newCell ().setText ("total classes:", true); in visit() 229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true); in visit() 231 row.newCell ().setText ("total methods:", true); in visit() 232 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true); in visit() [all …]
|
/external/clang/test/Analysis/inlining/ |
D | assume-super-init-does-not-return-nil.m | 37 Cell *newCell = [[Cell alloc] init]; 38 newCell->x = 5; // no-warning 39 [newCell release];
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLTable.java | 28 ICell newCell (); in newCell() method 108 public ICell newCell () in newCell() method in HTMLTable.Row
|
/external/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/sqlite/dist/ |
D | sqlite3.c | 62442 unsigned char *newCell = 0; 62508 newCell = pBt->pTmpSpace; 62509 assert( newCell!=0 ); 62510 rc = fillInCell(pPage, newCell, pKey, nKey, pData, nData, nZero, &szNew); 62512 assert( szNew==pPage->xCellSize(pPage, newCell) ); 62524 memcpy(newCell, oldCell, 4); 62535 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 62424 unsigned char *newCell = 0; 62490 newCell = pBt->pTmpSpace; 62491 assert( newCell!=0 ); 62492 rc = fillInCell(pPage, newCell, pKey, nKey, pData, nData, nZero, &szNew); 62494 assert( szNew==pPage->xCellSize(pPage, newCell) ); 62506 memcpy(newCell, oldCell, 4); 62517 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |