Home
last modified time | relevance | path

Searched defs:Cell (Results 1 – 14 of 14) sorted by relevance

/external/ceres-solver/internal/ceres/
Dblock_structure.h58 struct Cell { struct
59 Cell() : block_id(-1), position(-1) {} in Cell() function
60 Cell(int block_id_, int position_) in Cell() function
70 bool CellLessThan(const Cell& lhs, const Cell& rhs); argument
/external/clang/test/Analysis/inlining/
Dassume-super-init-does-not-return-nil.m17 @interface Cell : NSObject { interface
24 @implementation Cell implementation
Dretain-count-self-init.m27 @interface Cell : ParentOfCell{ interface
34 @implementation Cell implementation
DRetainCountExamples.m42 @interface Cell : ParentOfCell{ interface
50 @implementation Cell implementation
/external/clang/test/Analysis/diagnostics/
Dundef-value-param.m19 @interface Cell : NSObject interface
33 @implementation Cell implementation
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java87 private static class Cell extends IElement.Factory.ElementImpl class in HTMLTable
97 Cell (Tag tag) in Cell() method in HTMLTable.Cell
/external/chromium_org/v8/tools/
Dconsarray.js89 ConsArray.Cell = function(data, next) { class in ConsArray
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h46 struct Cell { struct
54 Cell cells[1]; // variable len argument
/external/guava/guava/src/com/google/common/collect/
DTable.java263 interface Cell<R, C, V> { interface
/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.h72 Cell, enumerator
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1843 class Cell { class
3483 struct Cell { struct
3484 T dummy_;
3485 Mutex* mu_;
3815 class Cell { class
4173 class Cell { class
/external/bzip2/
Dbzip2.c1699 Cell; typedef
/external/clang/lib/CodeGen/
DTargetInfo.cpp39 llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I); in AssignToArrayRange() local
/external/chromium_org/v8/src/
Dobjects.h4916 class Cell; variable