/external/libpng/ |
pngrtran.c | 2 /* pngrtran.c - transforms the data in a row for PNG readers [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrtran.c | 2 /* pngrtran.c - transforms the data in a row for PNG readers [all...] |
/cts/apps/CtsVerifier/include/colorchecker/ |
imagetesthandler.h | 42 void drawPoint(int row, int column, const Vec3i &color);
|
/cts/tools/dasm/src/java_cup/runtime/ |
lr_parser.java | 379 * Within each row, a list of index, value pairs are given (as sequential 381 * (denoted with a symbol index of -1). To find the proper entry in a row 382 * we do a linear or binary search (depending on the size of the row). 391 short[] row = action_tab[state]; local 394 if (row.length < 20) 395 for (probe = 0; probe < row.length; probe++) 398 tag = row[probe++]; 402 return row[probe]; 409 last = (row.length-1)/2 - 1; /* leave out trailing default entry */ 413 if (sym == row[probe*2] 445 short[] row = reduce_tab[state]; local [all...] |
/external/ceres-solver/internal/ceres/ |
block_random_access_crs_matrix_test.cc | 71 int row; local 76 &row, &col, 79 EXPECT_EQ(row, 0); 84 row, col, blocks[row_block_id], blocks[col_block_id]) =
|
block_random_access_sparse_matrix_test.cc | 71 int row; local 76 &row, &col, 79 EXPECT_EQ(row, 0); 86 row, col, blocks[row_block_id], blocks[col_block_id]) =
|
polynomial.cc | 65 // 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/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model.h | 31 // parent, and it has children, the row in model will be updated to have 42 virtual string16 GetText(int row, int column_id) OVERRIDE;
|
/external/chromium/chrome/browser/ |
language_order_table_model.cc | 42 string16 LanguageOrderTableModel::GetText(int row, int column_id) { 43 DCHECK(row >= 0 && row < RowCount()); 45 return l10n_util::GetDisplayNameForLocale(languages_.at(row),
|
/external/chromium/chrome/browser/notifications/ |
notification_exceptions_table_model.h | 30 virtual string16 GetText(int row, int column_id) OVERRIDE;
|
/external/chromium_org/chrome/browser/history/ |
history_notifications.h | 25 URLRow row; member in struct:history::URLVisitedDetails
|
/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_popup_view_android.h | 40 virtual void InvalidateRow(size_t row) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/ |
domwalk.js | 58 for (var row = 0; row < height; row++) { 62 var text = document.createTextNode(row.toString() + "." + column.toString());
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/ |
PNGImageEncoder.cpp | 74 Vector<unsigned char> row; local 101 row.resize(imageSize.width() * sizeof(SkPMColor)); 105 preMultipliedBGRAtoRGBA(pixels, imageSize.width(), row.data()); 106 png_write_row(png, row.data());
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
failures_unittests.js | 60 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/ |
jpeg_codec.cc | 148 // 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 lengths as we do for the compressor [all...] |
/external/eigen/Eigen/src/Core/ |
BooleanRedux.h | 22 row = (UnrollCount-1) % Derived::RowsAtCompileTime enumerator in enum:Eigen::internal::all_unroller::__anon19292 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::__anon19293 53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
|
CwiseUnaryOp.h | 101 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const 103 return derived().functor()(derived().nestedExpression().coeff(row, col)); 107 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const 109 return derived().functor().packetOp(derived().nestedExpression().template packet<LoadMode>(row, col));
|
Diagonal.h | 100 inline Scalar& coeffRef(Index row, Index) 103 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset()); 106 inline const Scalar& coeffRef(Index row, Index) const 108 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset()); 111 inline CoeffReturnType coeff(Index row, Index) const 113 return m_matrix.coeff(row+rowOffset(), row+colOffset());
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 89 /** \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(1) * other.coeff(0)).conjugate() [all...] |
/external/jpeg/ |
wrrle.c | 131 /* 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, (JDIMENSION) 1, FALSE) [all...] |
/external/linux-tools-perf/util/ui/browsers/ |
hists.c | 365 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, 590 unsigned row = 0; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
wrrle.c | 131 /* 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, (JDIMENSION) 1, FALSE) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpNotificationView.java | 77 mHeadsUp.row.setExpanded(false); 86 mContentHolder.addView(mHeadsUp.row); 184 return mHeadsUp == null ? null : mHeadsUp.row; 189 return mHeadsUp != null && mHeadsUp.row == v && mHeadsUp.row.isExpandable(); 194 if (mHeadsUp != null && mHeadsUp.row == v) { 195 mHeadsUp.row.setUserExpanded(userExpanded); 201 if (mHeadsUp != null && mHeadsUp.row == v) { 202 mHeadsUp.row.setUserLocked(userLocked);
|
/external/chromium/chrome/browser/resources/net_internals/ |
util.js | 135 * single header row. The header row appears at the top of an HTML formatted 137 * from the table body by a partial row of dashes. 140 * the header row. In HTML tables, it uses the title class and in ascii tables 163 * Starts a new row. 170 * Adds a column to the current row, setting its value to cellText. 186 * Adds a header row, if not already present, and adds a new column to it, 192 // Insert empty new row at start of |rows_| if currently no header row. 220 var row = this.rows_[rowIndex] [all...] |