Searched refs:row (Results 276 - 300 of 1138) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
H A Dfailures_unittests.js60 var row = grid._rowByResult('TEXT');
70 equal(row.outerHTML, '<tr class="TEXT"><td><span>TEXT</span></td><td></td><td></td></tr>');
/external/chromium_org/ui/gfx/codec/
H A Djpeg_codec.cc148 // libjpeg. This converts one row of data in rgba with the given width in
163 // alpha. This converts one row of data in rgba with the given width in
289 const unsigned char* row = &input[cinfo.next_scanline * row_byte_width]; local
290 jpeg_write_scanlines(&cinfo, const_cast<unsigned char**>(&row), 1);
296 const unsigned char* row = &input[cinfo.next_scanline * row_byte_width]; local
297 jpeg_write_scanlines(&cinfo, const_cast<unsigned char**>(&row), 1);
313 // output row after converting
406 // Converts one row of rgb data to rgba data by adding a fully-opaque alpha
419 // Converts one row of RGB data to BGRA by reordering the color components and
552 // how to align row length
[all...]
/external/chromium_org/ui/oak/
H A Doak_aura_window_display.h25 virtual base::string16 GetText(int row, int column_id) OVERRIDE;
/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h22 row = (UnrollCount-1) % Derived::RowsAtCompileTime enumerator in enum:Eigen::internal::all_unroller::__anon16897
27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
48 row = (UnrollCount-1) % Derived::RowsAtCompileTime enumerator in enum:Eigen::internal::any_unroller::__anon16898
53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
H A DDiagonal.h100 inline Scalar& coeffRef(Index row, Index) argument
103 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
106 inline const Scalar& coeffRef(Index row, Index) const argument
108 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
111 inline CoeffReturnType coeff(Index row, Index) const argument
113 return m_matrix.coeff(row+rowOffset(), row+colOffset());
/external/ceres-solver/internal/ceres/
H A Dpolynomial.cc65 // Greedily scale row/column pairs until there is no change.
71 const double row_norm = companion_matrix_offdiagonal.row(i).lpNorm<1>();
89 companion_matrix_offdiagonal.row(i) *= std::ldexp(1.0, -exponent);
274 int row = 0; local
279 lhs(row, j) = pow(sample.x, degree - j);
281 rhs(row) = sample.value;
282 ++row;
287 lhs(row, j) = (degree - j) * pow(sample.x, degree - j - 1);
289 rhs(row) = sample.gradient;
290 ++row;
[all...]
/external/eigen/Eigen/src/Geometry/
H A DOrthoMethods.h89 /** \returns a matrix expression of the cross product of each column or row
111 res.row(0) = (_expression().row(1) * other.coeff(2) - _expression().row(2) * other.coeff(1)).conjugate();
112 res.row(1) = (_expression().row(2) * other.coeff(0) - _expression().row(0) * other.coeff(2)).conjugate();
113 res.row(2) = (_expression().row(0) * other.coeff(1) - _expression().row(
[all...]
/external/jpeg/
H A Dwrrle.c131 /* Set the output buffer to the first row */
179 int row, col; local
223 for (row = cinfo->output_height-1; row >= 0; row--) {
226 (JDIMENSION) row, (JDIMENSION) 1, FALSE);
236 for (row = cinfo->output_height-1; row >= 0; row--) {
240 (JDIMENSION) row, (JDIMENSIO
[all...]
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c365 unsigned short row,
370 int first_row = row, width, offset = level * LEVEL_OFFSET_STEP;
421 if (ui_browser__is_current_entry(&self->b, row)) {
428 ui_browser__gotorc(&self->b, row, 0);
434 if (++row == self->b.height)
443 row += hist_browser__show_callchain_node_rb_tree(self, child, new_total,
444 new_level, row, row_offset,
447 if (row == self->b.height)
452 return row - first_row;
457 int level, unsigned short row,
362 hist_browser__show_callchain_node_rb_tree(struct hist_browser *self, struct callchain_node *chain_node, u64 total, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
455 hist_browser__show_callchain_node(struct hist_browser *self, struct callchain_node *node, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
506 hist_browser__show_callchain(struct hist_browser *self, struct rb_root *chain, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
528 hist_browser__show_entry(struct hist_browser *self, struct hist_entry *entry, unsigned short row) argument
590 unsigned row = 0; local
1006 perf_evsel_menu__write(struct ui_browser *browser, void *entry, int row) argument
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dwrrle.c131 /* Set the output buffer to the first row */
179 int row, col; local
223 for (row = cinfo->output_height-1; row >= 0; row--) {
226 (JDIMENSION) row, (JDIMENSION) 1, FALSE);
236 for (row = cinfo->output_height-1; row >= 0; row--) {
240 (JDIMENSION) row, (JDIMENSIO
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dfile_types.css14 tree:focus .tree-item[selected] > .tree-row > [file-type-icon],
28 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='archive'],
42 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='audio'],
56 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='excel'],
70 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='folder'],
84 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='form'],
98 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gdoc'],
112 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gdraw'],
126 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='glink'],
140 tree:focus .tree-item[selected] > .tree-row > [fil
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexgetimage.c82 GLint img, row; local
100 for (row = 0; row < height; row++) {
103 img, row, 0);
104 const GLubyte *src = srcMap + row * srcRowStride;
132 GLint img, row; local
144 for (row = 0; row < height; row
177 GLint img, row; local
238 GLuint row; local
330 GLuint img, row; local
506 GLuint row; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexgetimage.c82 GLint img, row; local
100 for (row = 0; row < height; row++) {
103 img, row, 0);
104 const GLubyte *src = srcMap + row * srcRowStride;
132 GLint img, row; local
144 for (row = 0; row < height; row
177 GLint img, row; local
238 GLuint row; local
330 GLuint img, row; local
506 GLuint row; local
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java312 // Otherwise it represents a SQLite row id, so 0 is invalid.
408 // Otherwise it represents a SQLite row id, so 0 is invalid.
465 // Otherwise it represents a SQLite row id, so 0 is invalid.
1009 BookmarkRow row = BookmarkRow.fromContentValues(values);
1010 if (row.url == null) {
1014 row.url, row.created, row.isBookmark, row.date, row
[all...]
/external/chromium/chrome/browser/
H A Dplugin_exceptions_table_model.h38 virtual string16 GetText(int row, int column_id) OVERRIDE;
42 virtual int GetGroupID(int row) OVERRIDE;
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dinfo_view.css14 #info-view .row-title {
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.cc129 const SearchTermRow& row) {
135 statement.BindString16(0, row.term);
136 statement.BindInt64(1, ToDatabaseTime(row.last_visit_time));
143 SearchTermRow* row) {
157 if (row) {
158 row->id = statement.ColumnInt64(0);
159 row->term = statement.ColumnString16(1);
160 row->last_visit_time = FromDatabaseTime(statement.ColumnInt64(2));
128 UpdateSearchTerm(SearchTermID id, const SearchTermRow& row) argument
142 GetSearchTerm(const string16& term, SearchTermRow* row) argument
H A Dbookmark_model_sql_handler.h25 virtual bool Update(const HistoryAndBookmarkRow& row,
28 virtual bool Insert(HistoryAndBookmarkRow* row) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dsimple_grid_layout.h19 // Each row has exactly one ColumnSet, ColumnSets can be shared between rows.
31 // The id is later used when starting a new row.
39 // Adds a padding row. Padding rows typically don't have any views, but are
41 // |size| specifies the height of the row.
44 // Starts a new row with the specified column set.
47 // This is a convenience function that starts a new row,
56 // TODO(groby): This currently *must* be called after a StartRow for the row
69 // Returns the column set of the last non-padding row.
72 // Get the height of a given row.
73 float GetRowHeight(int row);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_clear.c86 TYPE *row = (TYPE *) map; \
89 row[j] = (row[j] & pixelMask) | pixel; \
94 row[j] = pixel; \
116 TYPE *row = (TYPE *) map; \
120 row[j * N + k] = \
121 (row[j * N + k] & pixelMask[k]) | pixel[k]; \
128 row[j * N + k] = pixel[k]; \
/external/chromium_org/ui/views/examples/
H A Dtable_example.h44 virtual string16 GetText(int row, int column_id) OVERRIDE;
45 virtual gfx::ImageSkia GetIcon(int row) OVERRIDE;
/external/eigen/Eigen/src/SparseCore/
H A DMappedSparseMatrix.h66 inline Scalar coeff(Index row, Index col) const argument
68 const Index outer = IsRowMajor ? row : col;
69 const Index inner = IsRowMajor ? col : row;
85 inline Scalar& coeffRef(Index row, Index col) argument
87 const Index outer = IsRowMajor ? row : col;
88 const Index inner = IsRowMajor ? col : row;
133 inline Index row() const { return IsRowMajor ? m_outer : index(); } function in class:Eigen::MappedSparseMatrix::InnerIterator
164 inline Index row() const { return IsRowMajor ? m_outer : index(); } function in class:Eigen::MappedSparseMatrix::ReverseInnerIterator
/external/eigen/test/eigen2/
H A Deigen2_product_large.cpp41 MatrixXf result = mat1.row(2)*mat2.transpose();
42 VERIFY_IS_APPROX(result, (mat1.row(2)*mat2.transpose()).eval());
H A Deigen2_submatrices.cpp72 //check row() and col()
73 VERIFY_IS_APPROX(m1.col(c1).transpose(), m1.transpose().row(c1));
74 VERIFY_IS_APPROX(square.row(r1).eigen2_dot(m1.col(c1)), (square.lazy() * m1.conjugate())(r1,c1));
75 //check operator(), both constant and non-constant, on row() and col()
76 m1.row(r1) += s1 * m1.row(r2);
84 VERIFY_IS_APPROX(m1.row(r1), br1);
132 VERIFY(ei_real(ones.row(r1).sum()) == RealScalar(cols));
135 VERIFY(ei_real(ones.row(r1).eigen2_dot(ones.row(r
[all...]
/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.cc68 /* Drop first row while empty */
81 /* Drop last row while empty */
85 const uint32_t *row = data + (height - 1) * stride / 4; local
88 if (row[i] != bg_color)
95 height++; /* Add one last blank row for padding. */

Completed in 1229 milliseconds

<<11121314151617181920>>