HomeSort by relevance Sort by last modified time
    Searched full:row (Results 476 - 500 of 4359) sorted by null

<<11121314151617181920>>

  /frameworks/av/cmds/stagefright/
jpeg.cpp 73 for (int row = 0; row < height; row++) {
74 uint16_t *src = (uint16_t *)(frame + row * width * 2);
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 39 * The unique ID for a row assigned by the sync source. NULL if the row has never been synced.
45 * The last time, from the sync source's point of view, that this row has been synchronized.
51 * The version of the row, as assigned by the server.
  /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);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
PixelUtils.java 29 * stride (in pixels) between each pixel, and the stride (in pixels) between each row. The row
30 * stride is measured as the number of pixels between the start of each row.</p>
42 * @param rowStride The stride between the start of each row (in pixels)
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
check_dims.rs 9 // each row). If we don't see the pattern that we wrote, we know that we
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Locator2ImplTest.java 31 public static final int ROW = 1;
56 inner.setLineNumber(ROW);
67 assertEquals(ROW, outer.getLineNumber());
78 assertEquals(ROW, outer.getLineNumber());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ProfileAndContactsLoader.java 92 Object[] row = new Object[mProjection.length];
94 for (int i = 0; i < row.length; i++) {
95 row[i] = cursor.getString(i);
97 matrix.addRow(row);
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 97 // Fill in the row in the UI for this caller.
103 // Blank out this row in the UI
110 * Updates a single row of the "Manage conference" UI. (One row in this
113 * @param i the row to update
116 * so hide this row in the UI.
118 * on this row in the UI.
125 // Activate this row of the Manage conference panel:
138 // Disable this row of the Manage conference panel:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 34 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
35 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
44 /** The height of this row. */
50 /** Default width of a key in this row. */
52 /** Default keyLabelFlags in this row. */
54 /** Default backgroundType for this row */
58 * Parse and create key attributes. This constructor is used to parse Row tag.
60 * @param keyAttr an attributes array of Row tag.
78 * @param defaultRowAttr default Row attributes.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 52 * &lt;Row android:keyWidth="32px" &gt;
55 * &lt;/Row&gt;
65 private static final String TAG_ROW = "Row";
164 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
165 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
168 public static class Row {
169 /** Default width of a key in this row. */
171 /** Default height of a key in this row. */
173 /** Default horizontal gap between keys in this row. */
175 /** Vertical gap following this row. *
570 Row row = new Row(this); local
760 int row = 0; local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
PropertiesTableModel.java 62 public Object getValueAt(int row, int column) {
65 if (row < privateProperties.size()) {
66 property = privateProperties.get(row);
68 property = properties.get(row - privateProperties.size());
  /external/jpeg/
jdcoefct.c 33 JDIMENSION MCU_ctr; /* counts MCUs processed in current row */
34 int MCU_vert_offset; /* counts MCU rows within iMCU row */
80 /* Reset within-iMCU-row counters for a new row (input side) */
84 /* In an interleaved scan, an MCU row is the same as an iMCU row.
85 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
138 * Always attempts to emit one fully interleaved MCU row ("iMCU" row).
150 JDIMENSION MCU_col_num; /* index of current MCU within row */
    [all...]
jquant1.c 112 * We can get away with a single array (holding one row's worth of errors)
113 * by using it to store the current row's errors at pixel columns not yet
114 * processed, but the next row's errors at columns already processed. We
159 int row_index; /* cur row's vertical index in dither matrix */
164 boolean on_odd_row; /* flag to remember which row we are on */
292 /* The colors are ordered in the map in standard row-major order, */
467 int row; local
472 for (row = 0; row < num_rows; row++)
497 int row; local
527 int row; local
580 int row; local
630 int row; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcoefct.c 33 JDIMENSION MCU_ctr; /* counts MCUs processed in current row */
34 int MCU_vert_offset; /* counts MCU rows within iMCU row */
80 /* Reset within-iMCU-row counters for a new row (input side) */
84 /* In an interleaved scan, an MCU row is the same as an iMCU row.
85 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
138 * Always attempts to emit one fully interleaved MCU row ("iMCU" row).
150 JDIMENSION MCU_col_num; /* index of current MCU within row */
    [all...]
jquant1.c 112 * We can get away with a single array (holding one row's worth of errors)
113 * by using it to store the current row's errors at pixel columns not yet
114 * processed, but the next row's errors at columns already processed. We
159 int row_index; /* cur row's vertical index in dither matrix */
164 boolean on_odd_row; /* flag to remember which row we are on */
292 /* The colors are ordered in the map in standard row-major order, */
467 int row; local
472 for (row = 0; row < num_rows; row++)
497 int row; local
527 int row; local
580 int row; local
630 int row; local
    [all...]
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 286 var row = addTargetToList(page, pageList, ['name', 'url']);
288 addWebViewDetails(row, page);
290 addFavicon(row, page);
292 addActionLink(row, 'focus tab',
296 addActionLink(row, 'reload',
300 addActionLink(row, 'close',
309 var row = addTargetToList(data, $('pages-list'), ['name', 'url']);
310 addFavicon(row, data);
314 var row = addTargetToList(data, $('extensions-list'), ['name', 'url']);
315 addFavicon(row, data)
    [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...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 48 * &lt;Row android:keyWidth="32px" &gt;
51 * &lt;/Row&gt;
66 private static final String TAG_ROW = "Row";
147 private ArrayList<Row> rows = new ArrayList<Row>();
150 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
151 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
160 public static class Row {
161 /** Default width of a key in this row. */
163 /** Default height of a key in this row. *
581 Row row = new Row(this); local
616 Row row = rows.get(rowIndex); local
783 int row = 0; local
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.cc 27 const predictors::ResourcePrefetchPredictorTables::ResourceRow& row,
31 statement->BindString(1, row.resource_url.spec());
32 statement->BindInt(2, static_cast<int>(row.resource_type));
33 statement->BindInt(3, row.number_of_hits);
34 statement->BindInt(4, row.number_of_misses);
35 statement->BindInt(5, row.consecutive_misses);
36 statement->BindDouble(6, row.average_position);
41 predictors::ResourcePrefetchPredictorTables::ResourceRow* row) {
45 row->primary_key = statement->ColumnString(0);
46 row->resource_url = GURL(statement->ColumnString(1))
265 ResourceRow row; local
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 50 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } function in class:Eigen::SparseInnerVectorSet::InnerIterator
61 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } function in class:Eigen::SparseInnerVectorSet::ReverseInnerIterator
123 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } function in class:Eigen::SparseInnerVectorSet::InnerIterator
134 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } function in class:Eigen::SparseInnerVectorSet::ReverseInnerIterator
287 /** \returns the i-th row of the matrix \c *this. For row-major matrix only. */
289 SparseInnerVectorSet<Derived,1> SparseMatrixBase<Derived>::row(Index i) function in class:Eigen::SparseMatrixBase
295 /** \returns the i-th row of the matrix \c *this. For row-major matrix only.
298 const SparseInnerVectorSet<Derived,1> SparseMatrixBase<Derived>::row(Index i) cons function in class:Eigen::SparseMatrixBase
    [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...]
  /external/chromium_org/chrome/browser/
custom_home_pages_table_model.cc 207 base::string16 CustomHomePagesTableModel::GetText(int row, int column_id) {
209 DCHECK(row >= 0 && row < RowCount());
210 return entries_[row].title.empty() ? FormattedURL(row) : entries_[row].title;
213 base::string16 CustomHomePagesTableModel::GetTooltip(int row) {
214 return entries_[row].title.empty() ? base::string16() :
216 entries_[row].title, FormattedURL(row));
    [all...]
  /external/eigen/doc/
SparseQuickReference.dox 18 i.e either row major or column major. The default is column major. Most arithmetic operations on sparse matrices will assert that they have the same storage order. Moreover, when interacting with external libraries that are not yet supported by Eigen, it is important to know how to send the required matrix pointers.
25 SparseMatrix<std::complex<double>,RowMajor> sm2; // Compressed row major matrix of complex double.
58 The recommended way to insert values is to build a list of triplets (row, col, val) and then call setFromTriplets().
78 sm1.outerSize(); // Number of columns (resp. rows) for a column major (resp. row major )
79 sm1.innerSize(); // Number of rows (resp. columns) for a row major (resp. column major)
161 // Index pointer to get the row indices (resp. column indices) for column major (resp. row major) matrix, size nnz
163 // Index pointer to the beginning of each row (resp. column) in valuePtr() and innerIndexPtr() for column major (row major). The size is outersize()+1;
180 The following functions are useful to extract a block of rows (resp. columns) from a row-major (resp. column major) sparse matrix. Note that because of the particular storage, it is not ? (…)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 40 * Implementation of {@code Table} whose row keys and column keys are ordered
42 * {@code TreeBasedTable}, you may provide comparators for the row keys and
51 * all optional operations are supported. Null row keys, columns keys, and
54 * <p>Lookups by row key are often faster than lookups by column key, because
56 * column(columnKey).get(rowKey)} still runs quickly, since the row key is
58 * iteration across all row keys occurs.
61 * row, both {@code row(rowKey)} and {@code rowMap().get(rowKey)} are {@link
93 * of both row and column keys.
110 * @param rowComparator the comparator that orders the row key
172 public SortedMap<C, V> row(R rowKey) { method in class:TreeBasedTable
    [all...]

Completed in 1596 milliseconds

<<11121314151617181920>>