Home
last modified time | relevance | path

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

/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/libchrome/sandbox/linux/bpf_dsl/
Dcons.h58 class Cell; variable
76 Cell(const T& head, List<T> tail) : head_(head), tail_(std::move(tail)) {} in Cell() function
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.h143 struct Cell { struct
145 Cell* next; argument
156 Cell** p_prev; argument
/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/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/cache/
DStriped64.java95 static final class Cell { class in Striped64
101 Cell(long x) { value = x; } in Cell() method in Striped64.Cell
/external/libtextclassifier/common/
Dregistry.h176 Cell(const char *key, T *value, Cell *next) in Cell() function
/external/guava/guava/src/com/google/common/collect/
DTable.java264 interface Cell<R, C, V> { interface
/external/gemmlowp/internal/
Dkernel.h144 typedef tCellFormat Cell; typedef
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py26 Cell = Point variable
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1891 class Cell { class
3540 struct Cell { struct
3541 T dummy_;
3542 Mutex* mu_;
3872 class Cell { class
4230 class Cell { class
/external/bzip2/
Dbzip2.c1699 Cell; typedef
/external/toolchain-utils/cros_utils/
Dtabulator.py702 class Cell(object): class
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiInternalFormRepresentation.h154 EFI_HII_GLYPH_INFO Cell; member
185 EFI_HII_GLYPH_INFO Cell; member
217 EFI_HII_GLYPH_INFO Cell; member
223 EFI_HII_GLYPH_INFO Cell; member
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc209 typedef tCellFormat Cell; typedef
/external/v8/src/
Dobjects.h926 class Cell; variable
Dobjects-inl.h1994 ACCESSORS(Cell, value, Object, kValueOffset) in ACCESSORS() argument
/external/clang/lib/CodeGen/
DTargetInfo.cpp66 llvm::Value *Cell = in AssignToArrayRange() local