Searched defs:cols_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Dtty_node.h59 int cols_; member in class:nacl_io::TtyNode
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.h106 const int* cols() const { return &cols_[0]; }
107 int* mutable_cols() { return &cols_[0]; }
164 vector<int> cols_; member in class:ceres::internal::CompressedRowSparseMatrix
H A Dtriplet_sparse_matrix.h72 // of rows_, cols_ and values_. If new_max_num_nonzeros is smaller
92 const int* cols() const { return cols_.get(); }
94 int* mutable_cols() { return cols_.get(); }
118 // stored at the location (rows_[i], cols_[i]). If the there are
119 // multiple entries with the same (rows_[i], cols_[i]), the values_
122 scoped_array<int> cols_; member in class:ceres::internal::TripletSparseMatrix
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h78 int cols() const { return cols_; }
249 int tiles_per_page() const { return cols_ * rows_per_page_; }
474 int cols_; member in class:app_list::AppsGridView

Completed in 1060 milliseconds