HomeSort by relevance Sort by last modified time
    Searched full:nextcell (Results 1 - 6 of 6) 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 899 final Cell nextCell = pattern.get(numCircles);
901 (getCenterXForColumn(nextCell.column) - centerX);
903 (getCenterYForRow(nextCell.row) - centerY);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 81 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM }; variable
82 Cell *jnext = &nextcell;
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2010-05-24     [all...]
ChangeLog-2011-02-16 702 Also changed to reset nextCell to 0 at the end of a block, since that
    [all...]

Completed in 101 milliseconds