Home
last modified time | relevance | path

Searched refs:newCell (Results 1 – 9 of 9) 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/audio_WebRtcAudioLoopback/
Daudio_loopback_test.js30 var newCell = this.row.insertCell(-1);
33 newCell.appendChild(audio);
/external/cldr/tools/java/org/unicode/cldr/util/
DStateDictionary.java629 String newCell = row.toStringCells(); in flatten() local
630 if (!newCell.equals(oldCell)) { in flatten()
635 oldCell = newCell; in flatten()
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/sqlite/dist/orig/
Dsqlite3.c68586 unsigned char *newCell = 0;
68671 newCell = pBt->pTmpSpace;
68672 assert( newCell!=0 );
68673 rc = fillInCell(pPage, newCell, pX, &szNew);
68675 assert( szNew==pPage->xCellSize(pPage, newCell) );
68687 memcpy(newCell, oldCell, 4);
68704 memcpy(oldCell, newCell, szNew);
68716 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);
/external/sqlite/dist/
Dsqlite3.c68602 unsigned char *newCell = 0;
68687 newCell = pBt->pTmpSpace;
68688 assert( newCell!=0 );
68689 rc = fillInCell(pPage, newCell, pX, &szNew);
68691 assert( szNew==pPage->xCellSize(pPage, newCell) );
68703 memcpy(newCell, oldCell, 4);
68720 memcpy(oldCell, newCell, szNew);
68732 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);