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

  /external/srec/portable/src/
pmalloc.c 478 register _Cell *nextCell;
483 while ((nextCell = qp->_Next) != 0
484 && _PTR_NORM(nextCell) < _PTR_NORM(q))
495 while ((nextCell = qp->_Next) != 0
496 && _PTR_NORM(nextCell) < _PTR_NORM(q))
522 while ((nextCell = qp->_Next) != 0
523 && _PTR_NORM(nextCell) < _PTR_NORM(q))
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 475 RenderTableCell* nextCell = table->cellAfter(this);
476 if (nextCell && nextCell->style()) {
477 CollapsedBorderValue startBorder = CollapsedBorderValue(&nextCell->style()->borderStart(), nextCell->style()->visitedDependentColor(start), BCELL);
616 RenderTableCell* nextCell = table->cellBelow(this);
617 if (nextCell) {
619 result = chooseBorder(result, CollapsedBorderValue(&nextCell->style()->borderBefore(), nextCell->style()->visitedDependentColor(before), BCELL));
630 if (nextCell) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 835 final Cell nextCell = pattern.get(numCircles);
837 (getCenterXForColumn(nextCell.column) - centerX);
839 (getCenterYForRow(nextCell.row) - centerY);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 54 milliseconds