Searched refs:CellInfo (Results 1 - 22 of 22) 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,
H A Dblock_random_access_dense_matrix.h66 virtual CellInfo* GetCell(int row_block_id,
90 scoped_array<CellInfo> cell_infos_;
H A Dblock_random_access_dense_matrix.cc53 cell_infos_.reset(new CellInfo[num_blocks * num_blocks]);
66 CellInfo* BlockRandomAccessDenseMatrix::GetCell(const int row_block_id,
H A Dblock_random_access_diagonal_matrix.h62 virtual CellInfo* GetCell(int row_block_id,
84 vector<CellInfo*> layout_;
H A Dblock_random_access_sparse_matrix.h67 virtual CellInfo* GetCell(int row_block_id,
97 typedef HashMap<long int, CellInfo* > LayoutType;
H A Dblock_random_access_diagonal_matrix.cc74 layout_.push_back(new CellInfo(values + pos));
91 CellInfo* BlockRandomAccessDiagonalMatrix::GetCell(int row_block_id,
H A Dblock_random_access_dense_matrix_test.cc57 CellInfo* cell =
87 CellInfo* cell = m.GetCell(
H A Dblock_random_access_sparse_matrix.cc92 new CellInfo(values + pos);
128 CellInfo* BlockRandomAccessSparseMatrix::GetCell(int row_block_id,
H A Dblock_random_access_diagonal_matrix_test.cc64 CellInfo* cell = m.GetCell(row_block_id, col_block_id,
H A Dblock_random_access_sparse_matrix_test.cc75 CellInfo* cell = m.GetCell(row_block_id, col_block_id,
H A Dschur_eliminator_impl.h192 CellInfo* cell_info = lhs->GetCell(block_id, block_id,
534 CellInfo* cell_info = lhs->GetCell(block1, block2,
608 CellInfo* cell_info = lhs->GetCell(block1, block1,
627 CellInfo* cell_info = lhs->GetCell(block1, block2,
661 CellInfo* cell_info = lhs->GetCell(block1, block1,
680 CellInfo* cell_info = lhs->GetCell(block1, block2,
H A Dvisibility_based_preconditioner.cc412 CellInfo* cell_info = m_->GetCell(block1, block2,
/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h447 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
448 struct CellInfo { struct
491 CellInfo info; /* A parse of the cell we are pointing at */
H A Dbtree.c878 ** Parse a cell content block and fill in the CellInfo structure. There
889 CellInfo *pInfo /* Fill in this structure */
957 CellInfo *pInfo /* Fill in this structure */
974 ** the (CellInfo.nSize) value found by doing a full parse of the
977 CellInfo debuginfo;
1036 CellInfo info;
2736 CellInfo info;
3598 CellInfo info;
5159 CellInfo info;
5247 CellInfo inf
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h119 struct CellInfo { uint32 hash; Addr address; }; struct in namespace:disk_cache
120 typedef std::vector<CellInfo> CellList;
H A Dindex_table_v3_unittest.cc283 disk_cache::CellInfo info = { hash, addr };
344 disk_cache::CellInfo info = { hash, addr };
485 disk_cache::CellInfo info = { hash, addr };
600 disk_cache::CellInfo info = { hash, addr };
634 disk_cache::CellInfo info = { hash, addr };
654 disk_cache::CellInfo info = { hash, addr };
H A Dindex_table_v3.cc18 using disk_cache::CellInfo;
248 CellInfo cell_info = { cell.hash(), cell.GetAddress() };
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46649 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
46650 struct CellInfo { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51052 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
51053 struct CellInfo { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51072 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
51073 struct CellInfo { struct
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 5616 milliseconds