/external/ceres-solver/internal/ceres/ |
D | block_sparse_matrix.cc | 67 const vector<Cell>& cells = block_structure_->rows[i].cells; in BlockSparseMatrix() local 121 const vector<Cell>& cells = block_structure_->rows[i].cells; in RightMultiply() local 142 const vector<Cell>& cells = block_structure_->rows[i].cells; in LeftMultiply() local 160 const vector<Cell>& cells = block_structure_->rows[i].cells; in SquaredColumnNorm() local 177 const vector<Cell>& cells = block_structure_->rows[i].cells; in ScaleColumns() local 199 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToDenseMatrix() local 222 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTripletSparseMatrix() local 267 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTextFile() local
|
D | partitioned_matrix_view.cc | 63 const vector<Cell>& cells = bs->rows[r].cells; in PartitionedMatrixView() local 128 const vector<Cell>& cells = bs->rows[r].cells; in RightMultiplyF() local 180 const vector<Cell>& cells = bs->rows[r].cells; in LeftMultiplyF() local 296 const vector<Cell>& cells = bs->rows[r].cells; in UpdateBlockDiagonalFtF() local
|
D | visibility.cc | 56 const vector<Cell>& cells = block_structure.rows[i].cells; in ComputeVisibility() local
|
D | block_structure.h | 76 vector<Cell> cells; member
|
D | block_jacobi_preconditioner.cc | 78 const vector<Cell>& cells = bs->rows[r].cells; in Update() local
|
D | matrix.proto | 55 repeated CellProto cells = 1; field
|
/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableTable.java | 90 List<Cell<R, C, V>> cells, in forCells() 121 Iterable<Cell<R, C, V>> cells) { in forCells() 130 forCellsInternal(Iterable<Cell<R, C, V>> cells, in forCellsInternal()
|
D | ImmutableTable.java | 149 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in ImmutableTable.Builder
|
/external/valgrind/main/memcheck/tests/ |
D | leak-pool.c | 101 struct cell **cells = static_roots ? cells_static : cells_local; in main() local
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTable.cpp | 422 void AccessibilityTable::cells(AccessibilityObject::AccessibilityChildrenVector& cells) in cells() argument
|
/external/webkit/Source/WebCore/html/ |
D | HTMLTableRowElement.cpp | 157 PassRefPtr<HTMLCollection> HTMLTableRowElement::cells() in cells() function in WebCore::HTMLTableRowElement
|
/external/iproute2/tc/ |
D | tc_core.c | 81 int linksize, cells; in tc_align_to_atm() local
|
/external/libvorbis/vq/ |
D | vqgen.c | 98 FILE *cells; in vqgen_cellmetric() local 350 FILE *cells; in vqgen_iterate() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTableSection.h | 57 Vector<RenderTableCell*, 1> cells; member
|
D | RenderTableSection.cpp | 1139 Vector<RenderTableCell*> cells; in setCellLogicalWidths() local
|
/external/opencv/cvaux/src/ |
D | cvdpstereo.cpp | 109 _CvDPCell* cells = (_CvDPCell*)cvAlloc(sizeof(_CvDPCell)*imgW*MAX(dispH,(imgH+1)/2)); in icvFindStereoCorrespondenceByBirchfieldDP() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | ConfigTab.java | 296 Iterator cells = this.toolTips.keySet().iterator(); in disposeTable() local
|
/external/qemu/ |
D | console.c | 171 TextCell *cells; member 550 TextCell *cells, *c, *c1; in text_console_resize() local
|
/external/v8/src/ |
D | mark-compact.cc | 1982 MarkBit::CellType* cells = p->markbits()->cells(); in DiscoverGreyObjectsOnPage() local 2911 MarkBit::CellType* cells = p->markbits()->cells(); in EvacuateLiveObjectsFromPage() local 3075 MarkBit::CellType* cells = p->markbits()->cells(); in SweepPrecisely() local 3728 MarkBit::CellType* cells = p->markbits()->cells(); in SweepConservatively() local
|
D | spaces.h | 206 INLINE(MarkBit::CellType* cells()) { in INLINE()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 342 PCell cells; member
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 528 I::V &cells = B ? x : y; in f() local
|