Searched defs:CellInfo (Results 1 - 11 of 11) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_random_access_matrix.h55 // CellInfo object containing a pointer to an array which contains the
74 // CellInfo* cell = A->GetCell(row_block_id, col_block_id,
86 struct CellInfo { struct in namespace:ceres::internal
87 CellInfo() function in struct:ceres::internal::CellInfo
91 explicit CellInfo(double* ptr) function in struct:ceres::internal::CellInfo
104 // a CellInfo with a pointer to the dense matrix containing it,
112 virtual CellInfo* GetCell(int row_block_id,
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
H A DSpreadsheet.java51 protected CellInfo[][] dataCells, rowHeaderCells, columnHeaderCells;
64 public void onCellClicked(CellInfo cellInfo, boolean isRightClick);
81 public static class CellInfo { class in class:Spreadsheet
90 public CellInfo(Header row, Header column, String contents) { method in class:Spreadsheet.CellInfo
260 dataCells = new CellInfo[rowHeaderValues.size()][columnHeaderValues.size()];
263 public CellInfo getCellInfo(int row, int column) {
267 dataCells[row][column] = new CellInfo(rowHeader, columnHeader, "");
272 private CellInfo getCellInfo(CellInfo[][] cells, int row, int column) {
274 cells[row][column] = new CellInfo(nul
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c53741 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
53975 struct CellInfo { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c53759 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
53993 struct CellInfo { struct
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 722 milliseconds