Home
last modified time | relevance | path

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

/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/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dpause-play.js32 var newCell = this.row.insertCell(-1);
35 newCell.appendChild(element);
/external/sqlite/dist/orig/
Dsqlite3.c67282 unsigned char *newCell = 0;
67367 newCell = pBt->pTmpSpace;
67368 assert( newCell!=0 );
67369 rc = fillInCell(pPage, newCell, pX, &szNew);
67371 assert( szNew==pPage->xCellSize(pPage, newCell) );
67383 memcpy(newCell, oldCell, 4);
67400 memcpy(oldCell, newCell, szNew);
67412 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);
/external/sqlite/dist/
Dsqlite3.c67282 unsigned char *newCell = 0;
67367 newCell = pBt->pTmpSpace;
67368 assert( newCell!=0 );
67369 rc = fillInCell(pPage, newCell, pX, &szNew);
67371 assert( szNew==pPage->xCellSize(pPage, newCell) );
67383 memcpy(newCell, oldCell, 4);
67400 memcpy(oldCell, newCell, szNew);
67412 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);