Searched refs:Cell (Results 1 – 10 of 10) sorted by relevance
/external/webkit/JavaScriptCore/jit/ |
D | JITStubCall.h | 40 , m_returnType(Cell) in JITStubCall() 48 , m_returnType(Cell) in JITStubCall() 192 ASSERT(m_returnType == Value || m_returnType == Cell); in call() 203 ASSERT(m_returnType == VoidPtr || m_returnType == Cell); in call() 213 …T(m_returnType == Value || m_returnType == VoidPtr || m_returnType == Int || m_returnType == Cell); in call() 215 ASSERT(m_returnType == VoidPtr || m_returnType == Int || m_returnType == Cell); in call() 228 enum { Void, VoidPtr, Int, Value, Cell } m_returnType; enumerator
|
/external/v8/tools/ |
D | consarray.js | 40 this.tail_ = new ConsArray.Cell(null, null); 56 this.tail_ = this.tail_.next = new ConsArray.Cell(null, null); 89 ConsArray.Cell = function(data, next) { class in ConsArray
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLTable.java | 87 private static class Cell extends IElement.Factory.ElementImpl class in HTMLTable 97 Cell (Tag tag) in Cell() method in HTMLTable.Cell 110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); in newCell()
|
/external/bzip2/ |
D | bzip2.c | 1699 Cell; typedef 1716 Cell *mkCell ( void ) in mkCell() 1718 Cell *c; in mkCell() 1720 c = (Cell*) myMalloc ( sizeof ( Cell ) ); in mkCell() 1729 Cell *snocString ( Cell *root, Char *name ) in snocString() 1732 Cell *tmp = mkCell(); in snocString() 1737 Cell *tmp = root; in snocString() 1747 void addFlagsFromEnvVar ( Cell** argList, Char* varName ) in addFlagsFromEnvVar() 1780 Cell *argList; in main() 1781 Cell *aa; in main() [all …]
|
/external/webkit/JavaScriptCore/runtime/ |
D | Collector.h | 245 typedef CollectorCell Cell;
|
D | Collector.cpp | 392 typedef HeapConstants::Cell Cell; in allocate() typedef 415 Cell* cell = block->cells + m_heap.nextCell; in allocate()
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 627 Cell | Cell
|
/external/libpcap/doc/ |
D | pcap.txt | 1351 | Cell Size | | 1365 o Cell size: the size of the blocks contained in the data field.
|
/external/webkit/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 68 // Cell Tables
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 36837 ** and the preceding pointer are combined to form a "Cell". Each 36944 ** Cell content is stored at the very end of the page and grows toward the 36965 ** Cell content makes use of variable length integers. A variable 38735 ** Compute the total number of bytes that a Cell needs in the cell 42791 ** Free any overflow pages associated with the given Cell. 43960 /* Cell i is the cell immediately following the last cell on old 43983 /* Cell i is the cell immediately following the last cell on new 108822 RtreeCell *pCell, /* Cell to insert into rtree */
|