/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ArrayTableTest.java | 24 import com.google.common.collect.Table.Cell; 392 Cell<String, Integer, Character> cell = table.cellSet().iterator().next(); local 393 assertEquals(Tables.immutableCell("foo", 1, 'a'), cell); 395 assertEquals(Tables.immutableCell("foo", 1, 'd'), cell);
|
ImmutableTableTest.java | 100 Table.Cell<Character, Integer, String> mutableCell = 113 // Add the mutable cell to the builder
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ArrayTableTest.java | 25 import com.google.common.collect.Table.Cell; 414 Cell<String, Integer, Character> cell = table.cellSet().iterator().next(); local 415 assertEquals(Tables.immutableCell("foo", 1, 'a'), cell); 417 assertEquals(Tables.immutableCell("foo", 1, 'd'), cell);
|
ImmutableTableTest.java | 101 Table.Cell<Character, Integer, String> mutableCell = 114 // Add the mutable cell to the builder
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardPatternView.java | 219 public void onPatternCellAdded(List<LockPatternView.Cell> pattern) { 224 public void onPatternDetected(final List<LockPatternView.Cell> pattern) {
|
/external/ceres-solver/internal/ceres/ |
schur_eliminator_impl.h | 135 const Cell& cell = row.cells[c]; local 137 &(chunk.buffer_layout), cell.block_id, buffer_size)) { 138 buffer_size += e_block_size * bs->cols[cell.block_id].size; 332 const Cell& e_cell = row.cells.front(); 388 const Cell& e_cell = row.cells.front(); 461 const Cell& e_cell = row.cells.front();
|
schur_complement_solver.cc | 217 const Cell& cell = row.cells[c]; local 218 f_blocks.push_back(cell.block_id - num_eliminate_blocks);
|
visibility_based_preconditioner.cc | 226 // matrix. For each pair of cameras contributing a non-zero cell to 227 // the schur complement, determine if that cell is present in the 230 // A pair of cameras contribute a cell to the preconditioner if they 238 // The cell corresponding to (i,j) is present in the preconditioner 288 const Cell& cell = row.cells[c]; local 289 const int f_block_id = cell.block_id - num_eliminate_blocks; 416 << "Cell missing for block pair (" << block1 << "," << block2 << ")"
|
/external/guava/guava/src/com/google/common/collect/ |
StandardTable.java | 213 * <p>Each cell is an immutable snapshot of a row key / column key / value 214 * mapping, taken at the time the cell is returned by a method call to the 217 @Override public Set<Cell<R, C, V>> cellSet() { 221 @Override Iterator<Cell<R, C, V>> cellIterator() { 225 private class CellIterator implements Iterator<Cell<R, C, V>> { 236 @Override public Cell<R, C, V> next() {
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashingTest.java | 26 import com.google.common.collect.Table.Cell; 435 for (Cell<HashFunction, String, String> cell : KNOWN_HASHES.cellSet()) { 436 HashFunction func = cell.getRowKey(); 437 String input = cell.getColumnKey(); 438 String expected = cell.getValue();
|
/external/v8/src/ |
type-info.cc | 42 Cell* cell = Cell::cast(value); local 43 return Handle<Object>(cell->value(), isolate()); 61 WeakCell* cell = WeakCell::cast(obj); local 62 if (cell->cleared()) return undefined; 63 obj = cell->value();
|
assembler.h | 382 CELL, 425 LAST_GCED_ENUM = CELL, 449 static inline bool IsCell(Mode mode) { return mode == CELL; } 556 INLINE(Cell* target_cell()); 557 INLINE(Handle<Cell> target_cell_handle()); 558 INLINE(void set_target_cell(Cell* cell, [all...] |
objects-debug.cc | 130 Cell::cast(this)->CellVerify(); 653 void Cell::CellVerify() { 693 WeakCell* cell = CachedWeakCell(); 704 cell)); 710 ->Contains(DependentCode::kWeakCodeGroup, cell)); [all...] |
objects-body-descriptors-inl.h | 365 RelocInfo::ModeMask(RelocInfo::CELL) | 392 RelocInfo::ModeMask(RelocInfo::CELL) | 492 return Op::template apply<Cell::BodyDescriptor>(p1, p2, p3);
|
/external/autotest/frontend/client/src/autotest/common/table/ |
DataTable.java | 64 public Widget createWidget(int row, int cell, JSONObject rowObject); 264 HTMLTable.Cell tableCell = table.getCellForDomEvent(event); 270 int cell = tableCell.getCellIndex(); local 272 if (isClickableWidgetColumn(cell) && table.getWidget(row, cell) != null) { 276 onCellClicked(row, cell, isRightClick); 279 protected void onCellClicked(int row, int cell, boolean isRightClick) {
|
/packages/apps/Settings/src/com/android/settings/ |
CryptKeeper.java | 67 import com.android.internal.widget.LockPatternView.Cell; 728 public void onPatternDetected(List<LockPatternView.Cell> pattern) { 739 public void onPatternCellAdded(List<Cell> pattern) { [all...] |
/external/v8/src/heap/ |
objects-visiting.h | 76 V(Cell) \
|
objects-visiting-inl.h | 189 &FixedBodyVisitor<StaticVisitor, Cell::BodyDescriptor, void>::Visit); 236 DCHECK(rinfo->rmode() == RelocInfo::CELL); 237 Cell* cell = rinfo->target_cell(); local 238 heap->mark_compact_collector()->RecordRelocSlot(rinfo, cell); 239 if (!rinfo->host()->IsWeakObject(cell)) { 240 StaticVisitor::MarkObject(heap, cell); 336 // Enqueue weak cell in linked list of encountered weak collections.
|
/external/v8/src/ic/arm/ |
handler-compiler-arm.cc | 192 // Generate code to check that a global property cell is empty. Create 193 // the property cell at compilation time if no cell exists for the 198 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local 199 DCHECK(cell->value()->IsTheHole()); 200 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); 371 Handle<WeakCell> cell = Map::WeakCellForMap(transition); local 373 __ LoadWeakValue(map_reg, cell, miss); 436 Handle<Cell> validity_cell = 442 __ ldr(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset)) 453 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map); local 523 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 547 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 616 Handle<WeakCell> cell = local 620 __ GetWeakValue(scratch3(), cell); local 729 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local [all...] |
/external/v8/src/ic/arm64/ |
handler-compiler-arm64.cc | 103 // Generate code to check that a global property cell is empty. Create 104 // the property cell at compilation time if no cell exists for the 109 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local 110 DCHECK(cell->value()->IsTheHole()); 111 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); 342 Handle<PropertyCell> cell, Handle<Name> name, bool is_configurable) { 349 // Get the value from the cell. 351 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); 419 Handle<WeakCell> cell = Map::WeakCellForMap(transition) local 499 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map); local 570 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 594 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 668 Handle<WeakCell> cell = local 672 __ GetWeakValue(scratch3(), cell); local 793 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local [all...] |
/external/v8/src/ic/mips/ |
handler-compiler-mips.cc | 188 // Generate code to check that a global property cell is empty. Create 189 // the property cell at compilation time if no cell exists for the 194 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local 195 DCHECK(cell->value()->IsTheHole()); 196 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); 361 Handle<WeakCell> cell = Map::WeakCellForMap(transition); local 363 __ LoadWeakValue(map_reg, cell, miss); 426 Handle<Cell> validity_cell = 432 __ lw(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset)) 443 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map); local 513 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 537 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 605 Handle<WeakCell> cell = local 609 __ GetWeakValue(scratch3(), cell); local 718 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local [all...] |
/external/v8/src/ic/mips64/ |
handler-compiler-mips64.cc | 188 // Generate code to check that a global property cell is empty. Create 189 // the property cell at compilation time if no cell exists for the 194 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local 195 DCHECK(cell->value()->IsTheHole()); 196 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); 361 Handle<WeakCell> cell = Map::WeakCellForMap(transition); local 363 __ LoadWeakValue(map_reg, cell, miss); 426 Handle<Cell> validity_cell = 432 __ ld(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset)) 443 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map); local 513 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 537 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 605 Handle<WeakCell> cell = local 609 __ GetWeakValue(scratch3(), cell); local 718 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local [all...] |
/external/v8/src/ic/ppc/ |
handler-compiler-ppc.cc | 190 // Generate code to check that a global property cell is empty. Create 191 // the property cell at compilation time if no cell exists for the 196 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local 197 DCHECK(cell->value()->IsTheHole()); 198 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); 370 Handle<WeakCell> cell = Map::WeakCellForMap(transition); local 372 __ LoadWeakValue(map_reg, cell, miss); 435 Handle<Cell> validity_cell = 441 __ LoadP(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset)) 452 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map); local 521 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 545 Handle<WeakCell> cell = Map::WeakCellForMap(current_map); local 614 Handle<WeakCell> cell = local 618 __ GetWeakValue(scratch3(), cell); local 725 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local [all...] |
/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/profiler/ |
heap-snapshot-generator.h | 388 void ExtractCellReferences(int entry, Cell* cell); 389 void ExtractPropertyCellReferences(int entry, PropertyCell* cell);
|