Searched defs:Cell (Results 1 - 11 of 11) sorted by relevance

/external/v8/tools/
H A Dconsarray.js40 this.tail_ = new ConsArray.Cell(null, null);
56 this.tail_ = this.tail_.next = new ConsArray.Cell(null, null);
89 ConsArray.Cell = function(data, next) {
/external/v8/src/
H A Dcircular-queue.h69 typedef AtomicWord Cell; typedef in class:v8::internal::SamplingCircularQueue
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));
92 Cell* buffer
[all...]
H A Dobjects-inl.h4811 JSGlobalPropertyCell* TypeFeedbackCells::Cell(int index) { function in class:TypeFeedbackCells
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java87 private static class Cell extends IElement.Factory.ElementImpl class in class:HTMLTable
97 Cell (Tag tag) method in class:HTMLTable.Cell
110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD);
/external/guava/guava/src/com/google/common/collect/
H A DTable.java200 Set<Cell<R, C, V>> cellSet();
263 interface Cell<R, C, V> { interface in interface:Table
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubCall.h40 , 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; enumerator in enum:JSC::JITStubCall::__anon13009
/external/webkit/Source/WebCore/platform/
H A DCursor.h139 Cell, enumerator in enum:WebCore::Cursor::Type
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp34 llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I); local
35 Builder.CreateStore(Value, Cell);
/external/bzip2/
H A Dbzip2.c1699 Cell; typedef in typeref:struct:zzzz
1716 Cell *mkCell ( void )
1718 Cell *c;
1720 c = (Cell*) myMalloc ( sizeof ( Cell ) );
1729 Cell *snocString ( Cell *root, Char *name )
1732 Cell *tmp = mkCell();
1737 Cell *tmp = root;
1747 void addFlagsFromEnvVar ( Cell** argLis
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1773 class Cell { class in namespace:TestTemplateAttributeInstantiation
1815 Cell<int> cell;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 225 milliseconds