Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 25 of 34) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheetSelectionManager.java20 public void onCellsSelected(List<CellInfo> cells); in onCellsSelected()
21 public void onCellsDeselected(List<CellInfo> cells); in onCellsDeselected()
59 List<CellInfo> cells = getSelectedCells(); in clearSelection() local
80 private void notifyDeselected(List<CellInfo> cells) { in notifyDeselected()
DSpreadsheet.java272 private CellInfo getCellInfo(CellInfo[][] cells, int row, int column) { in getCellInfo()
308 private void fillHeaderCells(CellInfo[][] cells, Header fields, List<Header> headerValues, in fillHeaderCells()
529 CellInfo[][] cells; in handleEvent() local
/external/ceres-solver/internal/ceres/
Dblock_sparse_matrix.cc67 const vector<Cell>& cells = block_structure_->rows[i].cells; in BlockSparseMatrix() local
95 const vector<Cell>& cells = block_structure_->rows[i].cells; in RightMultiply() local
115 const vector<Cell>& cells = block_structure_->rows[i].cells; in LeftMultiply() local
133 const vector<Cell>& cells = block_structure_->rows[i].cells; in SquaredColumnNorm() local
150 const vector<Cell>& cells = block_structure_->rows[i].cells; in ScaleColumns() local
172 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToDenseMatrix() local
195 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTripletSparseMatrix() local
225 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTextFile() local
Dpartitioned_matrix_view_impl.h64 const vector<Cell>& cells = bs->rows[r].cells; in PartitionedMatrixView() local
134 const vector<Cell>& cells = bs->rows[r].cells; in RightMultiplyF() local
149 const vector<Cell>& cells = bs->rows[r].cells; in RightMultiplyF() local
200 const vector<Cell>& cells = bs->rows[r].cells; in LeftMultiplyF() local
215 const vector<Cell>& cells = bs->rows[r].cells; in LeftMultiplyF() local
342 const vector<Cell>& cells = bs->rows[r].cells; in UpdateBlockDiagonalFtF() local
361 const vector<Cell>& cells = bs->rows[r].cells; in UpdateBlockDiagonalFtF() local
Dvisibility.cc63 const vector<Cell>& cells = block_structure.rows[i].cells; in ComputeVisibility() local
Dblock_structure.h74 vector<Cell> cells; member
Dblock_jacobi_preconditioner.cc78 const vector<Cell>& cells = bs->rows[r].cells; in UpdateImpl() local
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DTable.java55 private final Array<Cell> cells = new Array(4); field in Table
205 Array<Cell> cells = this.cells; in add() local
306 Array<Cell> cells = this.cells; in clearChildren() local
355 Array<Cell> cells = this.cells; in endRow() local
386 Array<Cell> cells = this.cells; in getCell() local
678 Array<Cell> cells = this.cells; in getRow() local
732 Array<Cell> cells = this.cells; in layout() local
765 Array<Cell> cells = this.cells; in computeSize() local
932 Array<Cell> cells = this.cells; in layout() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h54 Cell cells[1]; // variable len member
62 Cell cells[kBucketSize]; member
/external/valgrind/memcheck/tests/
Dleak-pool.c101 struct cell **cells = static_roots ? cells_static : cells_local; in main() local
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
DTiledMapTileLayer.java30 private Cell[][] cells; field in TiledMapTileLayer
/external/iproute2/tc/
Dtc_core.c81 int linksize, cells; in tc_align_to_atm() local
/external/libvorbis/vq/
Dvqgen.c98 FILE *cells; in vqgen_cellmetric() local
350 FILE *cells; in vqgen_iterate() local
/external/guava/guava/src/com/google/common/cache/
DStriped64.java130 transient volatile Cell[] cells; field in Striped64
/external/guava/guava/src/com/google/common/collect/
DImmutableTable.java158 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in ImmutableTable.Builder
/external/opencv/cvaux/src/
Dcvdpstereo.cpp111 _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/
DConfigTab.java296 Iterator cells = this.toolTips.keySet().iterator(); in disposeTable() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSparseSDF.h68 btAlignedObjectArray<Cell*> cells; member
/external/v8/src/heap/
Dslot-set.h196 uint32_t* cells = bucket[bucket_index]; in MaskCell() local
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetView.java374 private TestSet getTestSet(List<CellInfo> cells) { in getTestSet()
/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp313 vector<IVec4> cells; in iterate() local
/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.h335 const cell_aa* const* cells = m_outline.scanline_cells(m_cur_y); in sweep_scanline() local
/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp316 vector<IVec4> cells; in iterate() local
/external/freetype/src/smooth/
Dftgrays.c441 PCell cells; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
Dftgrays.c449 PCell cells; member

12