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

/external/chromium_org/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/ceres-solver/internal/ceres/
H A Dblock_structure.h58 struct Cell { struct in namespace:ceres::internal
59 Cell() : block_id(-1), position(-1) {} function in struct:ceres::internal::Cell
60 Cell(int block_id_, int position_) function in struct:ceres::internal::Cell
70 bool CellLessThan(const Cell& lhs, const Cell& rhs);
74 vector<Cell> cells;
/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/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.h72 Cell, enumerator in enum:blink::Cursor::Type
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h46 struct Cell { struct in class:__sanitizer::AddrHashMap
54 Cell cells[1]; // variable len
62 Cell cells[kBucketSize];
83 Cell *cell_;
175 Cell *c = &b->cells[i];
188 Cell *c = &add->cells[i];
204 Cell *c = &b->cells[i];
220 Cell *c = &add->cells[i];
244 Cell *c = &b->cells[i];
277 Cell *
[all...]
/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/chromium_org/v8/src/
H A Dfactory.cc909 Handle<Cell> Factory::NewCell(Handle<Object> value) {
914 Cell); local
H A Dobjects.h117 // - Cell
981 V(Cell) \
4916 class Cell;
5950 inline Cell* RetrieveDescriptorsPointer();
9422 class Cell: public HeapObject { class in class:v8::internal::String::FlatContent
9427 DECLARE_CAST(Cell)
9429 static inline Cell* FromValueAddress(Address value) {
9432 return static_cast<Cell*>(result);
9440 DECLARE_PRINTER(Cell)
9441 DECLARE_VERIFIER(Cell)
[all...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp39 llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I); local
40 Builder.CreateStore(Value, Cell);
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1843 class Cell { class in namespace:TestTemplateAttributeInstantiation
1886 Cell<int> cell;
3483 struct Cell { struct in namespace:TemplateFunctionParamRemapTest
3491 void elr(Cell<T>* c) __attribute__((exclusive_locks_required(c->mu_)));
3497 void Foo::elr(Cell<T>* c1) { }
3500 Cell<int> cell;
3507 void globalELR(Cell<T>* c) __attribute__((exclusive_locks_required(c->mu_)));
3510 void globalELR(Cell<T>* c1) { }
3513 Cell<int> cell;
3520 void globalELR2(Cell<
3815 class Cell { class in namespace:GuardedNonPrimitive_MemberAccess
4173 class Cell { class in namespace:PtGuardedByTest
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1566 milliseconds