HomeSort by relevance Sort by last modified time
    Searched refs:newCell (Results 1 - 9 of 9) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 28 ICell newCell ();
108 public ICell newCell ()
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 191 final HTMLTable.ICell headercell = header.newCell ();
201 final HTMLTable.ICell cell = coverage.newCell ();
217 row.newCell ().setText ("total packages:", true);
218 row.newCell ().setText ("" + item.getChildCount (), false);
223 row.newCell ().setText ("total executable files:", true);
224 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), false);
228 row.newCell ().setText ("total classes:", true);
229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true);
231 row.newCell ().setText ("total methods:", true);
232 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true)
    [all...]
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 134 final View newCell = getChildAt(0);
135 final ImageView imgView = (ImageView)newCell.findViewById(R.id.image_view);
144 TextView textView = (TextView)newCell.findViewById(R.id.text_view);
156 Point childLoc = getLocationOnScreen(newCell);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
btree.c     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 807 milliseconds