HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 351 - 375 of 1530) sorted by null

<<11121314151617181920>>

  /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...]
  /external/chromium_org/chrome/browser/resources/file_manager/css/
file_types.css 14 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 > [file-type-icon='gsheet']
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 133 final RowBuilder row = result.newRow(); local
134 row.add(Root.COLUMN_ROOT_ID, MY_ROOT_ID);
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE);
136 row.add(Root.COLUMN_TITLE, "_Test title which is really long");
137 row.add(Root.COLUMN_SUMMARY,
139 row.add(Root.COLUMN_DOCUMENT_ID, MY_DOC_ID);
140 row.add(Root.COLUMN_AVAILABLE_BYTES, 1024);
394 final RowBuilder row = result.newRow(); local
395 row.add(Document.COLUMN_DOCUMENT_ID, docId);
396 row.add(Document.COLUMN_DISPLAY_NAME, docId)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 51 const int subpel_y = mv->row & SUBPEL_MASK;
53 src += (mv->row >> SUBPEL_BITS) * src_stride + (mv->col >> SUBPEL_BITS);
69 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
83 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
84 mi->bmi[1].as_mv[idx].as_mv.row +
85 mi->bmi[2].as_mv[idx].as_mv.row +
86 mi->bmi[3].as_mv[idx].as_mv.row),
105 src_mv->row * (1 << (1 - ss_y)),
178 scaled_mv.row = mv_q4.row
    [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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c 82 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/
texgetimage.c 82 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...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 2 /* pngrtran.c - transforms the data in a row for PNG readers
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java 312 // 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); local
1033 BookmarkRow row = BookmarkRow.fromContentValues(values); local
1060 SearchRow row = SearchRow.fromContentValues(values); local
1069 SearchRow row = SearchRow.fromContentValues(values); local
1166 BookmarkRow row = new BookmarkRow(); local
1205 SearchRow row = new SearchRow(); local
    [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/
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/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/chromium_org/chrome/browser/history/android/
android_cache_database.cc 129 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));
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.h 15 class Row;
19 // 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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_clear.c 86 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/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());
eigen2_submatrices.cpp 42 Row.h Column.h Block.h Minor.h DiagonalCoeffs.h
72 //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(r2))) == RealScalar(cols))
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 68 /* 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. */
  /external/linux-tools-perf/util/ui/
browser.h 22 void (*write)(struct ui_browser *self, void *entry, int row);
30 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row);
  /external/mesa3d/src/mesa/swrast/
s_clear.c 86 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]; \
  /frameworks/base/core/java/android/database/
MatrixCursor.java 62 * Gets value at the given column for the current row.
70 throw new CursorIndexOutOfBoundsException("Before first row.");
73 throw new CursorIndexOutOfBoundsException("After last row.");
79 * Adds a new row to the end and returns a builder for that row. Not safe
83 * row
86 final int row = rowCount++; local
89 return new RowBuilder(row);
93 * Adds a new row to the end with the given column values. Not safe
114 * Adds a new row to the end with the given column values. Not saf
196 private final int row; field in class:MatrixCursor.RowBuilder
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 178 Object[] row = new Object[CalendarAppWidgetService.EVENT_PROJECTION.length]; local
179 row[CalendarAppWidgetService.INDEX_ALL_DAY] = new Integer(allDay);
180 row[CalendarAppWidgetService.INDEX_BEGIN] = new Long(begin);
181 row[CalendarAppWidgetService.INDEX_END] = new Long(end);
182 row[CalendarAppWidgetService.INDEX_TITLE] = new String(title);
183 row[CalendarAppWidgetService.INDEX_EVENT_LOCATION] = new String(location);
184 row[CalendarAppWidgetService.INDEX_EVENT_ID] = new Long(eventId);
185 return row;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 114 // Row matches:
115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1); local
116 int rowY = mGrid.getRowY(row);
117 addTopMatch(y1, rowMatches, max, row, rowY);
118 addBaselineMatch(feedback.dragBaseline, y1, rowMatches, max, row, rowY);
179 int row = mGrid.getRow(y1); local
183 int topDistance = mGrid.getRowDistance(row, y1);
184 int bottomDistance = mGrid.getRowDistance(row + 1, y1);
193 row = Math.min(row + 1, mGrid.actualRowCount)
476 int row = mRowMatch.cellIndex; local
775 int row = mRowMatch.cellIndex; local
    [all...]

Completed in 983 milliseconds

<<11121314151617181920>>