HomeSort by relevance Sort by last modified time
    Searched defs:cell (Results 126 - 150 of 294) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 525 HTMLTable.Cell tableCell = ((RightClickTable) event.getSource()).getCellForDomEvent(event);
541 CellInfo cell = cells[row][column]; local
542 if (cell == null || cell.isEmpty())
545 listener.onCellClicked(cell, isRightClick);
549 * In HTMLTables, a cell with rowspan > 1 won't count in column indices for the extra rows it
560 throw new RuntimeException("Failed to find non-null cell");
567 public void setHighlighted(CellInfo cell, boolean highlighted) {
568 Element cellElement = getCellElement(cell);
  /external/v8/src/
compiler.cc 285 Handle<WeakCell> cell = Code::WeakCellFor(code); local
288 dep = DependentCode::InsertWeakCode(dep, DependentCode::kWeakCodeGroup, cell);
303 RelocInfo::ModeMask(RelocInfo::CELL);
306 if (mode == RelocInfo::CELL &&
    [all...]
code-stubs-hydrogen.cc 1816 HValue* cell = Add<HLoadNamedField>(weak_cell, nullptr, local
    [all...]
factory.cc 1572 Handle<PropertyCell> cell = NewPropertyCell(); local
2332 WeakCell* cell = WeakCell::cast(result); local
2341 Handle<WeakCell> cell = NewWeakCell(map); local
    [all...]
isolate.cc 2949 Handle<WeakCell> cell = factory()->NewWeakCell(context); local
2968 WeakCell* cell = WeakCell::cast(detached_contexts->get(i + 1)); local
2982 WeakCell* cell = WeakCell::cast(detached_contexts->get(i + 1)); local
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 681 WeakCell* cell = WeakCell::cast(retained_maps->Get(i)); local
682 if (cell->cleared()) continue;
685 Map* map = Map::cast(cell->value());
727 // 4) Remove weak cell with live values from the list of weak cells, they
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 758 int [] cell = new int[count]; local
759 System.arraycopy(indices, 0, cell, 0, count);
760 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell;
    [all...]
  /libcore/ojluni/src/main/native/
zip_util.c 710 /* Record the CEN offset and the name hash in our hash cell. */
721 const jzcell* cell = &entries[chain]; local
722 if (cell->hash == entries[i].hash) {
723 const char* cenStart = (const char *) cenbuf + cell->cenpos - cenpos;
732 chain = cell->next;
1012 * Return a new initialized jzentry corresponding to a given hash cell.
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 722 int [] cell = new int[count]; local
723 System.arraycopy(indices, 0, cell, 0, count);
724 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell;
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 525 Object cell = mRows[mPos].get(columnIndex); local
526 return (cell == null) ? null : cell.toString();
  /external/freetype/src/smooth/
ftgrays.c 48 /* coverage of the outline on each pixel cell. */
70 /* each pixel cell. */
392 typedef int TArea; /* cell areas, coordinate products */
488 PCell cell = ras.ycells[y - ras.min_ey]; local
493 for ( ; cell != NULL; cell = cell->next )
495 cell->x, cell->cover, cell->area )
510 PCell *pcell, cell; local
548 PCell cell = gray_find_cell( RAS_VAR ); local
1317 PCell cell = ras.ycells[y - ras.min_ey]; local
    [all...]
  /external/icu/icu4c/source/common/
ubidi.c 1836 uint8_t cell, oldStateSeq, actionSeq; local
2108 uint8_t gprop, resProp, cell; local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 536 // calendar cell contains a given date.
568 * to the cell coordinates on the calendar (0-based)
572 int cell = (date + firstDayInMonth - firstDayOfWeek - minDay); local
574 cell += daysInWeek;
577 pos.x = cell % daysInWeek;
578 pos.y = cell / daysInWeek;
681 // Coordinates of lower-left corner of cell.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 48 /* coverage of the outline on each pixel cell. */
70 /* each pixel cell. */
392 /* determine the type used to store cell areas. This normally takes at */
567 /* Record the current cell in the table. */
572 PCell *pcell, cell; local
582 cell = *pcell;
583 if ( cell == NULL || cell->x > x )
586 if ( cell->x == x )
589 pcell = &cell->next
613 PCell cell = gray_find_cell( RAS_VAR ); local
1518 PCell cell; local
1549 PCell cell = ras.ycells[yindex]; local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 48 /* coverage of the outline on each pixel cell. */
70 /* each pixel cell. */
381 /* determine the type used to store cell areas. This normally takes at */
556 /* Record the current cell in the table. */
561 PCell *pcell, cell; local
571 cell = *pcell;
572 if ( cell == NULL || cell->x > x )
575 if ( cell->x == x )
578 pcell = &cell->next
602 PCell cell = gray_find_cell( RAS_VAR ); local
1369 PCell cell; local
1400 PCell cell = ras.ycells[yindex]; local
    [all...]
  /external/v8/src/ic/
ic.cc 930 // Now update the cell in the feedback vector.
1258 Handle<PropertyCell> cell = lookup->GetPropertyCell(); local
1760 auto cell = isolate()->factory()->NewPropertyCell(); local
1828 auto cell = lookup->GetPropertyCell(); local
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 241 stop("Unaligned cell in write barrier");
309 stop("Unaligned cell in write barrier");
1646 Handle<Cell> cell = isolate()->factory()->NewCell(value); local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 316 public byte[] verifyPattern(List<LockPatternView.Cell> pattern, long challenge, int userId)
345 public boolean checkPattern(List<LockPatternView.Cell> pattern, int userId)
356 public boolean checkPattern(List<LockPatternView.Cell> pattern, int userId,
629 public void saveLockPattern(List<LockPatternView.Cell> pattern, int userId) {
638 public void saveLockPattern(List<LockPatternView.Cell> pattern, String savedPattern, int userId) {
1073 LockPatternView.Cell cell = pattern.get(i); local
1108 LockPatternView.Cell cell = pattern.get(i); local
    [all...]
LockPatternView.java 101 private final ArrayList<Cell> mPattern = new ArrayList<Cell>(9);
147 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
149 public static final class Cell {
154 private static final Cell[][] sCells = createCells();
156 private static Cell[][] createCells() {
157 Cell[][] res = new Cell[3][3];
160 res[i][j] = new Cell(i, j);
167 * @param row The row of the cell
674 final Cell cell = checkForNewHit(x, y); local
1058 final Cell cell = pattern.get(i); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 940 INSTR_T cell = obstack_alloc (&mempool, sizeof (struct bfin_insn)); local
941 memset (cell, 0, sizeof (struct bfin_insn));
942 cell->value = (x);
943 return cell;
    [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/v8/src/arm/
code-stubs-arm.cc 2957 Handle<WeakCell> cell = Map::WeakCellForMap(known_map_); local
4914 Register cell = r1; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 908 Register scratch2, Handle<WeakCell> cell,
916 CmpWeakValue(scratch1, cell, scratch2);
2600 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
2611 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
2622 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 179 Handle<Cell> cell = isolate()->factory()->NewCell(value); local
180 mov(dst, Operand(cell));
181 LoadP(dst, FieldMemOperand(dst, Cell::kValueOffset));
295 stop("Unaligned cell in write barrier");
348 stop("Unaligned cell in write barrier");
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 2673 Handle<WeakCell> cell = Map::WeakCellForMap(known_map_); local
    [all...]

Completed in 1155 milliseconds

1 2 3 4 56 7 8 91011>>