HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 176 - 200 of 1142) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/docs/
relnotes-7.5.html 64 <li><a href="cell.html">Cell</a> - IBM/Sony/Toshiba Cell processor driver
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 59 * access-info = cgi-3gpp / utran-cell-id-3gpp / extension-access-info
62 * utran-cell-id-3gpp = "utran-cell-id-3gpp" EQUAL (token / quoted-string)
  /external/v8/src/
circular-queue.cc 39 : record_size_(record_size_in_bytes / sizeof(Cell)),
42 chunk_size_(chunk_size_in_bytes_ / sizeof(Cell)),
48 buffer_(NewArray<Cell>(buffer_size_ + 1)) {
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableRowElement11.js 78 The insertCell() method inserts an empty TD cell into this row.
84 insertCell() which will create an empty TD cell at the
86 cell and make sure it is null and also the numbers of cells
HTMLTableRowElement12.js 78 The insertCell() method inserts an empty TD cell into this row.
84 insertCell() which will append the empty cell to the end of the list.
85 Check the value of the newly created cell and make sure it is null
HTMLTableRowElement13.js 78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
85 Check the value of the cell at the zero index and also check
HTMLTableRowElement14.js 78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
85 Check the value of the third cell(index 2) and also check
HTMLTableElement13.js 79 between cell content and cell borders.
table37.js 78 Specifies the horizontal and vertical space between cell content and cell borders. The value of attribute cellpadding of the table element is read and checked against the expected value.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement11.js 78 The insertCell() method inserts an empty TD cell into this row.
84 insertCell() which will create an empty TD cell at the
86 cell and make sure it is null and also the numbers of cells
HTMLTableRowElement12.js 78 The insertCell() method inserts an empty TD cell into this row.
84 insertCell() which will append the empty cell to the end of the list.
85 Check the value of the newly created cell and make sure it is null
HTMLTableRowElement13.js 78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
85 Check the value of the cell at the zero index and also check
HTMLTableRowElement14.js 78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
85 Check the value of the third cell(index 2) and also check
HTMLTableElement13.js 79 between cell content and cell borders.
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 65 inline void Recompiler::operator()(JSCell* cell)
67 if (!cell->inherits(&JSFunction::s_info))
70 JSFunction* function = asFunction(cell);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridRow.cpp 133 AccessibilityObject* cell = rowChildren[i].get(); local
134 if (cell->ariaRoleAttribute() == RowHeaderRole)
135 return cell;
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 123 int cell = mGameView.getSelection(); local
124 mButtonNext.setEnabled(cell >= 0);
138 int cell = mGameView.getSelection(); local
139 if (cell >= 0) {
141 mGameView.setCell(cell, player);
152 // Pick a non-used cell at random. That's about all the AI you need for this game.
  /external/freetype/src/smooth/
ftgrays.c 48 /* coverage of the outline on each pixel cell. */
70 /* each pixel cell. */
295 /* determine the type used to store cell areas. This normally takes at */
465 /* Record the current cell in the table. */
470 PCell *pcell, cell; local
480 cell = *pcell;
481 if ( cell == NULL || cell->x > x )
484 if ( cell->x == x )
487 pcell = &cell->next
511 PCell cell = gray_find_cell( RAS_VAR ); local
1340 PCell cell; local
1371 PCell cell = ras.ycells[yindex]; local
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 5 * method through a dedicated chaining cell.
49 bx lr @ return to the callee-chaining cell
  /development/samples/ApiDemos/res/layout/
table_layout_11.xml 46 <!-- Horizontally centers the content of the cell -->
77 <!-- Aligns the content of the cell to the bottom right -->
  /external/chromium/chrome/browser/resources/
reader_out_of_date.html 16 .cell {
79 <td class="cell" valign="middle" align="center">
  /external/chromium/chrome/browser/ui/cocoa/
menu_button_unittest.mm 67 scoped_nsobject<ClickHoldButtonCell> cell(
69 [button_ setCell:cell.get()];
  /external/llvm/lib/Target/CellSPU/
SPU128InstrInfo.td 1 //===-- SPU128InstrInfo.td - Cell SPU 128-bit operations --*- tablegen -*--===//
3 // Cell SPU 128-bit operations
SPUTargetMachine.h 1 //===-- SPUTargetMachine.h - Define TargetMachine for Cell SPU --*- C++ -*-===//
54 \note Cell SPU does not support JIT today. It could support JIT at some
  /external/oprofile/libutil++/
bfd_spu_support.cpp 3 * Special BFD functions for processing a Cell BE SPU profile
102 os << "Attempt to process a Cell Broadband Engine SPU profile without"

Completed in 510 milliseconds

1 2 3 4 5 6 78 91011>>