/frameworks/opt/vcard/tests/res/raw/ |
v21_complicated.vcf | 11 TEL;CELL:0311111111
21 EMAIL;CELL:cell@example.com
|
/cts/tests/tests/webkitsecurity/assets/ |
table-section-node-at-point-crash.html | 7 display: table-cell;
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_cell_unittest.mm | 35 // Make sure this is wide enough to play games with the cell 39 scoped_nsobject<FindBarTextFieldCell> cell( 41 cell_ = cell; 69 // Test display of various cell configurations.
|
/external/chromium/net/base/ |
dir_header.html | 48 var cell = document.createElement("td"); 49 cell.setAttribute("class", "detailsColumn"); 50 cell.innerText = text; 51 return cell;
|
/external/kernel-headers/original/asm-mips/sn/ |
types.h | 21 typedef unsigned char clusterid_t; /* Clusterid of the cell */
|
/external/llvm/lib/Target/CellSPU/ |
SPURegisterNames.h | 13 // Define symbolic names for Cell registers. This defines a mapping from
|
SPU.h | 1 //===-- SPU.h - Top-level interface for Cell SPU Target ---------*- C++ -*-===// 11 // Cell SPU back-end.
|
SPUHazardRecognizers.h | 1 //===-- SPUHazardRecognizers.h - Cell SPU Hazard Recognizer -----*- C++ -*-===// 10 // This file defines hazard recognizers for scheduling on the Cell SPU
|
SPUMachineFunction.h | 10 // This file declares the IBM Cell SPU specific subclass of MachineFunctionInfo. 21 /// SPUFunctionInfo - Cell SPU target-specific information for each
|
/external/markdown/markdown/extensions/ |
tables.py | 12 Content Cell | Content Cell 13 Content Cell | Content Cell
|
/external/srec/config/en.us/grammars/ |
phone_type_choice.grxml | 10 <item>cell <tag>MEANING='M'</tag></item>
|
/external/v8/tools/ |
consarray.js | 40 this.tail_ = new ConsArray.Cell(null, null); 56 this.tail_ = this.tail_.next = new ConsArray.Cell(null, null); 85 * A cell object used for constructing a list in ConsArray. 89 ConsArray.Cell = function(data, next) {
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableRowElement20.js | 78 The insertCell() method inserts an empty TD cell into this row. 79 If index is -1 or equal to the number of cells, the new cell is 87 which will append the empty cell to the end of the list. 88 Check the value of the newly created cell and make sure it is null
|
HTMLTableRowElement21.js | 78 The deleteCell() method deletes a cell from the currtent row. If 79 the index is -1 the last cell in the row is deleted. 86 which will delete the last cell in the row. 87 Check the value of the of the last cell
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableRowElement20.js | 78 The insertCell() method inserts an empty TD cell into this row. 79 If index is -1 or equal to the number of cells, the new cell is 87 which will append the empty cell to the end of the list. 88 Check the value of the newly created cell and make sure it is null
|
HTMLTableRowElement21.js | 78 The deleteCell() method deletes a cell from the currtent row. If 79 the index is -1 the last cell in the row is deleted. 86 which will delete the last cell in the row. 87 Check the value of the of the last cell
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTableRow.cpp | 110 AccessibilityObject* cell = rowChildren[0].get(); 111 if (!cell->isTableCell()) 114 RenderObject* cellRenderer = static_cast<AccessibilityTableCell*>(cell)->renderer(); 122 return cell;
|
AccessibilityARIAGridCell.h | 44 // fills in the start location and row span of cell 46 // fills in the start location and column span of cell
|
/external/guava/guava/src/com/google/common/collect/ |
Table.java | 113 * equal when their cell views, as returned by {@link #cellSet}, are equal. 120 * as the hash code of its cell view, as returned by {@link #cellSet}. 194 * returned set will update the underlying table, and vice versa. The cell set 200 Set<Cell<R, C, V>> cellSet(); 263 interface Cell<R, C, V> { 265 * Returns the row key of this cell. 270 * Returns the column key of this cell. 275 * Returns the value of this cell. 280 * Compares the specified object with this cell for equality. Two cells are 287 * Returns the hash code of this cell [all...] |
/external/webkit/Source/WebCore/rendering/ |
FixedTableLayout.cpp | 37 table's width, the width of the columns, and borders or cell 50 2. Otherwise, a cell in the first row with a value other than 52 the cell spans more than one column, the width is divided over the 56 table space (minus borders or cell spacing). 60 widths (plus cell spacing or borders). If the table is wider than 66 not affect column widths. Any cell that has content that overflows 155 RenderTableCell* cell = toRenderTableCell(child); local 156 if (cell->preferredLogicalWidthsDirty()) 157 cell->computePreferredLogicalWidths(); 159 Length w = cell->styleOrColLogicalWidth() [all...] |
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.mm | 120 BrowserActionCell* cell = [[[BrowserActionCell alloc] init] autorelease]; 126 [self setCell:cell]; 127 [cell setTabId:tabId]; 128 [cell setExtensionAction:extension->browser_action()]; 159 [[self cell] setHighlighted:YES]; 208 [[self cell] setHighlighted:NO]; 257 [[self cell] setTabId:tabId_]; 291 [[self cell] drawBadgeWithinFrame:bounds];
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainGridListener.java | 44 public void tileAttached( Vector3f cell, TerrainQuad quad ); 46 public void tileDetached( Vector3f cell, TerrainQuad quad );
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button.mm | 94 // This button's cell may not have received a mouseExited event, and 96 // sure the cell's sense of mouse-inside matches the local sense, to prevent 98 id cell = [self cell]; 99 if ([cell respondsToSelector:@selector(setMouseInside:animate:)]) 100 [cell setMouseInside:[self isMouseInside] animate:NO];
|
/external/chromium/chrome/common/extensions/docs/examples/api/cookies/ |
manager.html | 205 var cell = row.insertCell(-1);
206 cell.innerText = cookies.length;
207 cell.setAttribute("class", "cookie_count");
216 var cell = row.insertCell(-1);
217 cell.appendChild(button);
218 cell.setAttribute("class", "button");
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLTable.java | 87 private static class Cell extends IElement.Factory.ElementImpl 97 Cell (Tag tag) 110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); local 111 add (cell); 113 return cell;
|