Home
last modified time | relevance | path

Searched defs:tsm (Results 1 – 9 of 9) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
DTestMenu.java52 TestSubMenu tsm = new TestSubMenu(); in addSubMenu() local
62 TestSubMenu tsm = new TestSubMenu(); in addSubMenu() local
72 TestSubMenu tsm = new TestSubMenu(); in addSubMenu() local
83 TestSubMenu tsm = new TestSubMenu(); in addSubMenu() local
/external/ceres-solver/internal/ceres/
Dblock_random_access_diagonal_matrix_test.cc87 const TripletSparseMatrix* tsm = m.matrix(); in TEST() local
Dblock_random_access_sparse_matrix_test.cc91 const TripletSparseMatrix* tsm = m.matrix(); in TEST() local
Dcxsparse.cc179 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) { in CreateSparseMatrix()
Ddense_sparse_matrix_test.cc87 scoped_ptr<TripletSparseMatrix> tsm; member in ceres::internal::DenseSparseMatrixTest
Ddynamic_compressed_row_sparse_matrix_test.cc168 scoped_ptr<TripletSparseMatrix> tsm; member in ceres::internal::DynamicCompressedRowSparseMatrixTest
Dcompressed_col_sparse_matrix_utils_test.cc133 TripletSparseMatrix tsm(5, 8, 18); in TEST() local
Dcompressed_row_sparse_matrix_test.cc95 scoped_ptr<TripletSparseMatrix> tsm; member in ceres::internal::CompressedRowSparseMatrixTest
465 TripletSparseMatrix tsm(num_rows, num_cols, num_nonzeros); in CreateRandomCompressedRowSparseMatrix() local
Dprogram.cc387 TripletSparseMatrix* tsm = in CreateJacobianBlockSparsityTranspose() local