Home
last modified time | relevance | path

Searched refs:newCell (Results 1 – 19 of 19) sorted by relevance

/external/opencv3/modules/ts/misc/
Dperf_tests_timing.py126 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'])
Dsummary.py183 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 …]
Dreport.py80 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)
Dchart.py213 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, "-")
Dtable_formatter.py82 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/
DReportGenerator.java191 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/
Dassume-super-init-does-not-return-nil.m37 Cell *newCell = [[Cell alloc] init];
38 newCell->x = 5; // no-warning
39 [newCell release];
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java28 ICell newCell (); in newCell() method
108 public ICell newCell () in newCell() method in HTMLTable.Row
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/sqlite/dist/
Dsqlite3.c62442 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/
Dsqlite3.c62424 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/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...