HomeSort by relevance Sort by last modified time
    Searched defs:Cell (Results 1 - 12 of 12) sorted by null

  /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/Source/JavaScriptCore/jit/
JITStubCall.h 40 , m_returnType(Cell)
48 , m_returnType(Cell)
194 ASSERT(m_returnType == Value || m_returnType == Cell);
205 ASSERT(m_returnType == VoidPtr || m_returnType == Cell);
215 ASSERT(m_returnType == Value || m_returnType == VoidPtr || m_returnType == Int || m_returnType == Cell);
217 ASSERT(m_returnType == VoidPtr || m_returnType == Int || m_returnType == Cell);
230 enum { Void, VoidPtr, Int, Value, Cell } m_returnType;
  /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;
  /external/v8/src/
circular-queue.h 69 typedef AtomicWord Cell;
70 // Reserved values for the first cell of a record.
71 static const Cell kClear = 0; // Marks clean (processed) chunks.
72 static const Cell kEnd = -1; // Marks the end of the buffer.
76 Cell* enqueue_pos;
79 Cell* dequeue_chunk_pos;
80 Cell* dequeue_chunk_poll_pos;
81 Cell* dequeue_pos;
82 Cell* dequeue_end_pos;
85 INLINE(void WrapPositionIfNeeded(Cell** pos))
    [all...]
  /external/webkit/Source/WebCore/platform/
Cursor.h 139 Cell,
  /external/clang/lib/CodeGen/
TargetInfo.cpp 34 llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I);
35 Builder.CreateStore(Value, Cell);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 76 /* Cell: all information about a variable or constant */
78 typedef struct Cell {
85 struct Cell *cnext; /* ptr to next if chained */
86 } Cell;
91 Cell **tab; /* hash table pointers */
97 extern Cell *nrloc; /* NR */
98 extern Cell *fnrloc; /* FNR */
99 extern Cell *nfloc; /* NF */
100 extern Cell *rstartloc; /* RSTART */
101 extern Cell *rlengthloc; /* RLENGTH *
    [all...]
  /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/bzip2/
bzip2.c     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 359 static Operand Cell(Handle<JSGlobalPropertyCell> cell) {
360 return Operand(reinterpret_cast<int32_t>(cell.location()),
    [all...]
  /external/emma/lib/
emma.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 3230 milliseconds