/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/autotest/client/site_tests/audio_WebRtcAudioLoopback/ |
D | audio_loopback_test.js | 30 var newCell = this.row.insertCell(-1); 33 newCell.appendChild(audio);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StateDictionary.java | 629 String newCell = row.toStringCells(); in flatten() local 630 if (!newCell.equals(oldCell)) { in flatten() 635 oldCell = newCell; in flatten()
|
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/sqlite/dist/orig/ |
D | sqlite3.c | 68586 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/ |
D | sqlite3.c | 68602 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);
|