| /external/webkit/LayoutTests/dom/html/level2/html/ |
| table35.js | 78 Cell background color.
|
| /external/webkit/LayoutTests/dom/xhtml/level2/html/ |
| table22.js | 78 Cell background color.
|
| table35.js | 78 Cell background color.
|
| /external/webkit/Source/WebCore/platform/mac/ |
| CursorMac.mm | 157 case Cursor::Cell:
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
| KeyguardPatternView.java | 251 public void onPatternCellAdded(List<LockPatternView.Cell> pattern) { 262 public void onPatternDetected(List<LockPatternView.Cell> pattern) {
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ArrayTableTest.java | 23 import com.google.common.collect.Table.Cell; 409 Cell<String, Integer, Character> cell = table.cellSet().iterator().next(); local 410 assertEquals(Tables.immutableCell("foo", 1, 'a'), cell); 412 assertEquals(Tables.immutableCell("foo", 1, 'd'), cell);
|
| ImmutableTableTest.java | 97 Table.Cell<Character, Integer, String> mutableCell = 110 // Add the mutable cell to the builder
|
| /external/ceres-solver/internal/ceres/ |
| schur_eliminator_impl.h | 129 const Cell& cell = row.cells[c]; local 131 &(chunk.buffer_layout), cell.block_id, buffer_size)) { 132 buffer_size += e_block_size * bs->cols[cell.block_id].size; 313 const Cell& e_cell = row.cells.front(); 370 const Cell& e_cell = row.cells.front(); 448 const Cell& e_cell = row.cells.front();
|
| schur_complement_solver.cc | 214 const Cell& cell = row.cells[c]; local 215 f_blocks.push_back(cell.block_id - num_eliminate_blocks);
|
| visibility_based_preconditioner.cc | 229 // matrix. For each pair of cameras contributing a non-zero cell to 230 // the schur complement, determine if that cell is present in the 233 // A pair of cameras contribute a cell to the preconditioner if they 241 // The cell corresponding to (i,j) is present in the preconditioner 291 const Cell& cell = row.cells[c]; local 292 const int f_block_id = cell.block_id - num_eliminate_blocks; 419 << "Cell missing for block pair (" << block1 << "," << block2 << ")"
|
| /external/webkit/Source/WebCore/platform/chromium/ |
| CursorChromium.cpp | 357 COMPILE_ASSERT_MATCHING_ENUM(Cell, TypeCell);
|
| /external/webkit/Source/WebCore/platform/gtk/ |
| CursorGtk.cpp | 149 case Cursor::Cell:
|
| /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
| markdown.php | [all...] |
| /external/webkit/Source/WebCore/platform/win/ |
| CursorWin.cpp | 140 case Cursor::Cell:
|
| /external/marisa-trie/lib/marisa/ |
| trie-search.cc | 615 Cell cell; local 616 cell.set_louds_pos(get_child(node)); 617 if (!louds_[cell.louds_pos()]) { 620 cell.set_node(louds_pos_to_node(cell.louds_pos(), node)); 621 cell.set_key_id(node_to_key_id(cell.node())); 622 Vector<Cell> stack; 623 stack.push_back(cell); [all...] |
| /external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
| trie-search.cc | 642 Cell cell; local 643 cell.set_louds_pos(get_child(node)); 644 if (!louds_[cell.louds_pos()]) { 647 cell.set_node(louds_pos_to_node(cell.louds_pos(), node)); 648 cell.set_key_id(node_to_key_id(cell.node())); 649 Vector<Cell> stack; 650 stack.push_back(cell); [all...] |
| /external/marisa-trie/tests/ |
| unit-test.cc | 13 #include <marisa/cell.h> 422 marisa::Cell cell; local 424 ASSERT(cell.louds_pos() == 0); 425 ASSERT(cell.node() == 0); 426 ASSERT(cell.key_id() == 0); 427 ASSERT(cell.length() == 0); 429 cell.set_louds_pos(1); 430 cell.set_node(2); 431 cell.set_key_id(3) [all...] |
| /external/marisa-trie/v0_1_5/tests/ |
| unit-test.cc | 13 #include <marisa_alpha/cell.h> 426 marisa_alpha::Cell cell; local 428 ASSERT(cell.louds_pos() == 0); 429 ASSERT(cell.node() == 0); 430 ASSERT(cell.key_id() == 0); 431 ASSERT(cell.length() == 0); 433 cell.set_louds_pos(1); 434 cell.set_node(2); 435 cell.set_key_id(3) [all...] |
| /external/v8/src/ |
| type-info.cc | 697 Object* value = cache->Cell(i)->value();
|
| /external/v8/src/ia32/ |
| assembler-ia32.h | 350 static Operand Cell(Handle<JSGlobalPropertyCell> cell) { 351 return Operand(reinterpret_cast<int32_t>(cell.location()), [all...] |
| stub-cache-ia32.cc | 827 // Generate code to check that a global property cell is empty. Create 828 // the property cell at compilation time if no cell exists for the 835 Handle<JSGlobalPropertyCell> cell = local 837 ASSERT(cell->value()->IsTheHole()); 840 __ mov(scratch, Immediate(cell)); 844 __ cmp(Operand::Cell(cell), Immediate(the_hole)); [all...] |
| lithium-codegen-ia32.cc | 4162 Handle<JSGlobalPropertyCell> cell = local [all...] |
| macro-assembler-ia32.cc | 2252 Handle<JSGlobalPropertyCell> cell = local 2263 Handle<JSGlobalPropertyCell> cell = local [all...] |
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| DatabaseHelper.java | [all...] |
| /external/clang/lib/CodeGen/ |
| TargetInfo.cpp | 34 llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I); 35 Builder.CreateStore(Value, Cell); [all...] |