/external/ceres-solver/internal/ceres/ |
D | block_structure.h | 58 struct Cell { struct 59 Cell() : block_id(-1), position(-1) {} in Cell() argument 60 Cell(int block_id_, int position_) in Cell() argument 70 bool CellLessThan(const Cell& lhs, const Cell& rhs); argument
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSparseSDF.h | 55 struct Cell struct 57 btScalar d[CELLSIZE+1][CELLSIZE+1][CELLSIZE+1]; 58 int c[3]; 59 int puid; 60 unsigned hash; 61 const btCollisionShape* pclient; 62 Cell* next;
|
/external/clang/test/Analysis/inlining/ |
D | assume-super-init-does-not-return-nil.m | 17 @interface Cell : NSObject { interface 24 @implementation Cell implementation
|
D | retain-count-self-init.m | 27 @interface Cell : ParentOfCell{ interface 34 @implementation Cell implementation
|
D | RetainCountExamples.m | 42 @interface Cell : ParentOfCell{ interface 50 @implementation Cell implementation
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | cons.h | 57 class Cell; variable 75 Cell(const T& head, const List<T>& tail) : head_(head), tail_(tail) {} in Cell() function
|
/external/clang/test/Analysis/diagnostics/ |
D | undef-value-param.m | 19 @interface Cell : NSObject interface 33 @implementation Cell implementation
|
/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
|
/external/v8/tools/ |
D | consarray.js | 89 ConsArray.Cell = function(data, next) { class in ConsArray
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_addrhashmap.h | 46 struct Cell { struct 54 Cell cells[1]; // variable len argument
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
D | btSparseSdf3.java | 136 static public class Cell extends BulletBase { class in btSparseSdf3 139 protected Cell(final String className, long cPtr, boolean cMemoryOwn) { in Cell() method in btSparseSdf3.Cell 145 public Cell(long cPtr, boolean cMemoryOwn) { in Cell() method in btSparseSdf3.Cell 230 public Cell() { in Cell() method in btSparseSdf3.Cell
|
/external/guava/guava/src/com/google/common/cache/ |
D | Striped64.java | 95 static final class Cell { class in Striped64 101 Cell(long x) { value = x; } in Cell() method in Striped64.Cell
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | outlier_rejection.hpp | 92 typedef std::vector<int> Cell; typedef in cv::videostab::TranslationBasedLocalOutlierRejector
|
/external/gemmlowp/internal/ |
D | kernel.h | 144 typedef tCellFormat Cell; typedef
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/ |
D | TiledMapTileLayer.java | 88 public static class Cell { class in TiledMapTileLayer
|
/external/guava/guava/src/com/google/common/collect/ |
D | Table.java | 264 interface Cell<R, C, V> { interface
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | Cell.java | 13 public class Cell<T extends Actor> implements Poolable { class 43 public Cell () { in Cell() method in Cell
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 1891 class Cell { class 3540 struct Cell { struct 3541 T dummy_; 3542 Mutex* mu_; 3872 class Cell { class 4230 class Cell { class
|
/external/bzip2/ |
D | bzip2.c | 1699 Cell; typedef
|
/external/v8/src/ |
D | objects.h | 839 class Cell; variable
|
D | objects-inl.h | 2009 ACCESSORS(Cell, value, Object, kValueOffset) in ACCESSORS() argument
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 65 llvm::Value *Cell = in AssignToArrayRange() local
|