HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 201 - 225 of 1110) sorted by null

1 2 3 4 5 6 7 891011>>

  /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_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]) =
  /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),
plugin_exceptions_table_model.h 38 virtual string16 GetText(int row, int column_id) OVERRIDE;
42 virtual int GetGroupID(int row) OVERRIDE;
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 30 virtual string16 GetText(int row, int column_id) OVERRIDE;
  /external/chromium-trace/trace-viewer/src/
timeline_analysis_view.css 31 .analysis-table-row {
35 .analysis-table-row:nth-child(2n+0) {
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 22 row = (UnrollCount-1) % Derived::RowsAtCompileTime enumerator in enum:Eigen::internal::all_unroller::__anon7275
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::__anon7276
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...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableCell.cpp 107 rowRange.first = renderCell->row();
110 // since our table might have multiple sections, we have to offset our row appropriately
143 // Try to find if the first cell in this row is a <th>. If it is,
162 int row = renderCell->row(); local
168 RenderTableCell* headerCell = section->primaryCellAt(row, 0);
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 76 Vector<unsigned char> row; local
103 row.resize(imageSize.width() * sizeof(SkPMColor));
106 preMultipliedBGRAtoRGBA(pixels, imageSize.width(), row.data());
107 png_write_row(png, row.data());
  /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...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 104 private Object[] row; field in class:ExchangeDirectoryProvider.GalContactRow
110 row = new Object[projection.size];
130 return row;
136 row[integer] = value;
203 Object[] row; local
215 row = new Object[projection.length];
220 row[i] = account.name;
222 row[i] = account.type;
235 row[i] = exchangeName;
244 row[i] = firstLetter + accountName.substring(atIndex + 2)
365 Object[] row = new Object[projection.length]; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 97 // y row
100 // construct u row and v row
119 for (int row = 0; row < numRows; ++row) {
120 int offset = ((rowIndex >> 1) + row) * fStrides[1];
123 int index = row * (width >> 1) + i;
172 // y row
175 // construct u row and v ro
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 2 /* pngrtran.c - transforms the data in a row for PNG readers
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp 102 int TestingImage::getPixelValue(int row, int column, int channel) const {
103 assert ((row >= 0) && (row < mHeight));
106 return (int)mImage[row * mRowSpan + column * mChannels + channel];
109 Vec3i TestingImage::getPixelValue(int row, int column) const {
110 Vec3i current_color(getPixelValue(row, column, 0),
111 getPixelValue(row, column, 1),
112 getPixelValue(row, column, 2));
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 14 #info-view .row-title {
  /external/chromium/chrome/browser/ui/cocoa/
task_manager_mac.h 98 // Lazily converts the image at the given row and caches it in |icon_cache_|.
99 NSImage* GetImageForRow(int row);
105 bool IsBackgroundRow(int row) const;
  /external/eigen/Eigen/src/SparseCore/
MappedSparseMatrix.h 66 inline Scalar coeff(Index row, Index col) const
68 const Index outer = IsRowMajor ? row : col;
69 const Index inner = IsRowMajor ? col : row;
85 inline Scalar& coeffRef(Index row, Index col)
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/
eigen2_product_large.cpp 41 MatrixXf result = mat1.row(2)*mat2.transpose();
42 VERIFY_IS_APPROX(result, (mat1.row(2)*mat2.transpose()).eval());

Completed in 704 milliseconds

1 2 3 4 5 6 7 891011>>