/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 79 private ArrayList<Cell> mPattern = new ArrayList<Cell>(9); 133 * Represents a cell in the 3 X 3 matrix of the unlock pattern view. 135 public static class Cell { 140 static Cell[][] sCells = new Cell[3][3]; 144 sCells[i][j] = new Cell(i, j); 150 * @param row The row of the cell. 151 * @param column The column of the cell. 153 private Cell(int row, int column) 517 final Cell cell = checkForNewHit(x, y); local [all...] |
/external/webkit/Source/JavaScriptCore/heap/ |
MarkedBlock.cpp | 74 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[i]); local 76 if (cell->structure() && cell->structure() != dummyMarkableCellStructure && !cell->isZombie()) { 77 const ClassInfo* info = cell->classInfo(); 78 cell->~JSCell(); 79 new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get()); 83 cell->~JSCell(); 84 new (cell) JSCell(*m_heap->globalData(), dummyMarkableCellStructure);
|
/external/chromium/chrome/browser/ui/cocoa/ |
menu_button.mm | 54 - (void)setCell:(NSCell*)cell { 55 [super setCell:cell]; 67 [[self cell] setEnableClickHold:(menu != nil)]; 73 [[self cell] setClickHoldTimeout:0.0]; // Make menu trigger immediately. 74 [[self cell] setAction:@selector(clickShowMenu:)]; 75 [[self cell] setTarget:self]; 77 [[self cell] setClickHoldTimeout:0.25]; // Default value. 88 ClickHoldButtonCell* cell = [self cell]; 89 DCHECK([cell isKindOfClass:[ClickHoldButtonCell class]]) [all...] |
styled_text_field_unittest.mm | 25 // Make sure this is wide enough to play games with the cell 29 scoped_nsobject<StyledTextFieldTestCell> cell( 31 cell_ = cell.get(); 63 // Test that we get the same cell from -cell and 65 TEST_F(StyledTextFieldTest, Cell) { 66 StyledTextFieldCell* cell = [field_ styledTextFieldCell]; 67 EXPECT_EQ(cell, [field_ cell]); 68 EXPECT_TRUE(cell != nil) [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.h | 14 // A button cell that handles drawing/highlighting of buttons in the 15 // bookmark bar. This cell forwards mouseEntered/mouseExited events 20 BOOL empty_; // is this an "empty" button placeholder button cell? 37 // Create a button cell which draws with a theme. 43 // Initialize a button cell which draws with a theme. 60 // Set the color of text in this cell.
|
bookmark_button_unittest.mm | 76 scoped_nsobject<BookmarkButtonCell> cell; 79 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]); 80 [button setCell:cell]; 93 [cell setBookmarkNode:node]; 100 [cell setBookmarkNode:node]; 110 scoped_nsobject<BookmarkButtonCell> cell; 114 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]); 115 [button setCell:cell]; 135 scoped_nsobject<BookmarkButtonCell> cell; 139 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]) [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
TablesTest.java | 21 import com.google.common.collect.Table.Cell; 37 Cell<String, Integer, Character> entry 43 Cell<String, Integer, Character> entry 47 Cell<String, Integer, Character> nullEntry 53 Cell<String, Integer, Character> entry 66 Cell<String, Integer, Character> entry
|
/external/webkit/Tools/QueueStatusServer/stylesheets/ |
dashboard.css | 75 .status-cell { 81 .status-cell:hover { 84 .status-cell.pass { 89 .status-cell.fail { 94 .status-cell.pending { 99 .status-cell.error {
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTableColumn.cpp | 97 AccessibilityObject* cell = rowChildren[i].get(); local 98 if (cell->ariaRoleAttribute() == ColumnHeaderRole) 99 return cell; 136 RenderTableCell* cell = 0; 143 // we've reached a cell that doesn't even overlap our column 155 cell = testCell; 158 if (!cell) 161 return m_parentTable->axObjectCache()->getOrCreate(cell); 187 AccessibilityTableCell* cell = m_parentTable->cellForColumnAndRow(m_columnIndex, i); local 188 if (!cell) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableTable.java | 43 private final ImmutableSet<Cell<R, C, V>> cellSet; 45 private RegularImmutableTable(ImmutableSet<Cell<R, C, V>> cellSet) { 49 private static final Function<Cell<Object, Object, Object>, Object> 51 new Function<Cell<Object, Object, Object>, Object>() { 52 @Override public Object apply(Cell<Object, Object, Object> from) { 58 private Function<Cell<R, C, V>, V> getValueFunction() { 85 @Override public final ImmutableSet<Cell<R, C, V>> cellSet() { 90 List<Cell<R, C, V>> cells, 103 Comparator<Cell<R, C, V>> comparator = new Comparator<Cell<R, C, V>>() [all...] |
SingletonImmutableTable.java | 29 * An implementation of {@link ImmutableTable} that holds a single cell. 45 SingletonImmutableTable(Cell<R, C, V> cell) { 46 this(cell.getRowKey(), cell.getColumnKey(), cell.getValue()); 49 @Override public ImmutableSet<Cell<R, C, V>> cellSet() { 125 Cell<?, ?, ?> thatCell = that.cellSet().iterator().next();
|
/cts/tests/tests/webkitsecurity/assets/ |
use-non-existing-symbol-crash.svg | 13 var cell = document.getElementById('foo'); 14 cell.setAttributeNS(null, 'visibility','display');
|
crash-on-tr.html | 15 There should also be a table cell with a gradient below.<p>
|
update-midpoints-for-trailing-boxes-crash.html | 6 display: table-cell;
|
/device/samsung/crespo4g/crespo4g_overlay/frameworks/base/packages/SettingsProvider/res/values/ |
defaults.xml | 20 <!-- Comma-separated list of bluetooth, wifi, and cell. --> 21 <string name="def_airplane_mode_radios" translatable="false">cell,bluetooth,wifi,wimax,nfc</string>
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field.h | 14 // Extends StyledTextField to use a custom cell class (FindBarTextFieldCell). 18 // Convenience method to return the cell, casted appropriately.
|
find_bar_text_field_cell.h | 12 // results label rooted at the right edge of the cell. 15 // Set if there is a results label to display on the right side of the cell.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
chevron_menu_button.h | 14 // Overrides cell class with |ChevronMenuButtonCell|.
|
chevron_menu_button_cell.h | 14 // Adds a gradient border to the RHS of the cell when not hovered.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_cell.h | 17 // A button cell that implements the weird button/popup button hybrid that is 20 // The button represented by this cell consists of a button part on the left 56 // Returns if the mouse is over the button part of the cell.
|
/external/webkit/Tools/QueueStatusServer/templates/ |
dashboard.html | 27 <td class="status-cell"> 30 <td class="status-cell"> 34 <td class="status-cell {{ bubble.status_class }}"
|
/external/webkit/Source/WebCore/rendering/ |
AutoTableLayout.cpp | 60 RenderTableCell* cell = current.primaryCell(); local 62 bool cellHasContent = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding()); 66 if (current.inColSpan || !cell) 69 if (cell->colSpan() == 1) { 70 // A cell originates in this column. Ensure we have 74 if (cell->preferredLogicalWidthsDirty()) 75 cell->computePreferredLogicalWidths() 208 RenderTableCell* cell = toRenderTableCell(cb); local 292 RenderTableCell* cell = m_spanCells[i]; local [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 42 void tempfree(Cell *p) { 44 WARNING("bad csub %d in Cell %d %s", 71 Cell *tmps; /* free temporary cells for execution */ 73 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM }; 74 Cell *True = &truecell; 75 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM }; 76 Cell *False = &falsecell; 77 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM }; 78 Cell *jbreak = &breakcell; 79 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM } [all...] |
/external/tcpdump/ |
l2vpn.c | 34 { 0x03, "ATM transparent cell transport"}, 40 { 0x09, "ATM n-to-one VCC cell transport"}, 41 { 0x0a, "ATM n-to-one VPC cell transport"}, 43 { 0x0c, "ATM one-to-one VCC Cell Mode"}, 44 { 0x0d, "ATM one-to-one VPC Cell Mode"},
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
info.html | 63 * Quick template rendering function. For each cell passed to it, check 64 * to see if the cell's text content is a key in the supplied data array. 65 * If yes, replace the cell's contents with the corresponding value and 66 * unhide the cell. If no, then remove the cell's parent (tr) from the 71 var cell = cells[i]; 72 var key = cell.innerText; 74 cell.innerText = data[key]; 75 cell.parentElement.className = "rendered"; 77 cell.parentElement.parentElement.removeChild(cell.parentElement) [all...] |