/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mb_utils.cpp | 28 int row; local 29 row = MB_SIZE; 32 while (row) 76 row -= 4; 89 int row; local 91 row = B_SIZE; 92 while (row) 129 row -= 4;
|
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
BrowseAnimationFragment.java | 25 import android.support.v17.leanback.widget.Row; 83 createRandomRow(new HeaderItem(i, "Row " + i))); 95 RowPresenter.ViewHolder rowViewHolder, Row row) { 96 ArrayObjectAdapter adapter = ((ArrayObjectAdapter) ((ListRow) row) 110 RowPresenter.ViewHolder rowViewHolder, Row row) { 111 ArrayObjectAdapter adapter = ((ArrayObjectAdapter) ((ListRow) row) 125 RowPresenter.ViewHolder rowViewHolder, Row row) { [all...] |
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
ScheduleRowPresenter.java | 73 /** An action to create schedule for the row. */ 341 ScheduleRow row = (ScheduleRow) item; local 342 @ScheduleRowAction int[] actions = getAvailableActions(row); 347 if (isInfoClickable(row)) { 348 onInfoClicked(row); 356 onActionClicked(actions[0], row); 363 onActionClicked(actions[1], row); 367 viewHolder.mTimeView.setText(onGetRecordingTimeText(row)); 368 String programInfoText = onGetProgramInfoText(row); 370 int durationMins = Math.max(1, Utils.getRoundOffMinsFromMs(row.getDuration())) [all...] |
ScheduleRowAdapter.java | 84 * Starts schedule row adapter. 130 * Stops schedules row adapter. 137 ScheduleRow row = (ScheduleRow) get(i); local 138 if (row.isScheduleCanceled()) { 139 dvrManager.removeScheduledRecording(row.getSchedule()); 169 ScheduleRow row = (ScheduleRow) item; local 170 if (row.getSchedule() != null && row.isStartRecordingRequested() 171 && row.matchSchedule(schedule)) { 172 return row; 254 ScheduleRow row = findRowWithStartRequest(schedule); local 271 ScheduleRow row = findRowByScheduledRecording(schedule); local 284 ScheduleRow row = findRowByScheduledRecording(schedule); local 339 ScheduleRow row = (ScheduleRow) item; local 387 ScheduleRow row = (ScheduleRow) item; local 405 ScheduleRow row = (ScheduleRow) item; local [all...] |
/external/libhevc/common/arm/ |
ihevc_intra_pred_chroma_planar.s | 147 mov r8, #1 @row+1 (row is first 0) 148 sub r9, r4, r8 @nt-1-row (row is first 0) 150 vdup.s8 d5, r8 @row + 1 151 vdup.s8 d6, r9 @nt - 1 - row 152 vmov d7, d5 @mov #1 to d7 to used for inc for row+1 and dec for nt-1-row 154 add r12, r11, #1 @coeffs (to be reloaded after every row) 155 mov r1, r4 @nt (row counter) (dec after every row [all...] |
/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_region.cc | 23 DesktopRegion::Row::Row(int32_t top, int32_t bottom) 27 DesktopRegion::Row::~Row() {} 51 // Copy each row. 52 Row* row = it->second; local 53 it->second = new Row(*row); 59 // Iterate over rows of the tow regions and compare each row 98 Rows::iterator row = rows_.upper_bound(top); local 374 Row* row = it->second; local [all...] |
/external/autotest/site_utils/rpm_control_system/ |
setup_rpms.py | 12 atlantis_rpm_name_format = 'chromeos2-row%d-rack%d-rpm1' 68 for row in range(1,6): 70 if ((row == 1 and rack == 1) or (row == 1 and rack == 2) or 71 (row == 5 and rack == 6) or (row ==5 and rack == 7)): 74 setup_rpm(atlantis_rpm_name_format % (row, rack))
|
/external/libhevc/common/ |
ihevc_weighted_pred.c | 117 WORD32 row, col; local 120 for(row = 0; row < ht; row++) 202 WORD32 row, col; local 205 for(row = 0; row < ht; row++) 308 WORD32 row, col; local 311 for(row = 0; row < ht; row++ 413 WORD32 row, col; local 500 WORD32 row, col; local 583 WORD32 row, col; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
SparseFieldMatrix.java | 38 * row dimension 59 * Create a new SparseFieldMatrix<T> with the supplied row and column dimensions. 64 * @throws IllegalArgumentException if row or column dimension is not positive 104 public void addToEntry(int row, int column, T increment) 106 checkRowIndex(row); 108 final int key = computeKey(row, column); 139 public T getEntry(int row, int column) throws MatrixIndexException { 140 checkRowIndex(row); 142 return entries.get(computeKey(row, column)); 153 public void multiplyEntry(int row, int column, T factor [all...] |
OpenMapRealMatrix.java | 45 * Build a sparse matrix with the supplied row and column dimensions. 111 final int row = iterator.key() / columns; local 112 final int col = iterator.key() - row * columns; 113 out.setEntry(row, col, getEntry(row, col) + iterator.value()); 146 final int row = iterator.key() / columns; local 147 final int col = iterator.key() - row * columns; 148 out.setEntry(row, col, getEntry(row, col) - iterator.value()); 226 public double getEntry(int row, int column) throws MatrixIndexException [all...] |
/external/autotest/frontend/client/src/autotest/common/table/ |
FragmentedTable.java | 23 public Element getElement(int row, int column) { 24 checkCellBounds(row, column); 25 Element bodyElem = bodyElems.get(getFragmentIndex(row)); 26 return getCellElement(bodyElem, getRowWithinFragment(row), column); 33 private native Element getCellElement(Element tbody, int row, int col) /*-{ 34 return tbody.rows[row].cells[col]; 70 private int getRowWithinFragment(int row) { 71 return row % rowsPerFragment; 74 private int getFragmentIndex(int row) { 75 return row / rowsPerFragment 89 int row = fragmentIndex * rowsPerFragment + rowWithinFragment; local [all...] |
/frameworks/base/packages/Shell/src/com/android/shell/ |
BugreportStorageProvider.java | 61 final RowBuilder row = result.newRow(); local 62 row.add(Root.COLUMN_ROOT_ID, DOC_ID_ROOT); 63 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_ADVANCED); 64 row.add(Root.COLUMN_ICON, android.R.mipmap.sym_def_app_icon); 65 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.bugreport_storage_title)); 66 row.add(Root.COLUMN_DOCUMENT_ID, DOC_ID_ROOT); 134 RowBuilder row = super.includeFile(result, docId, file); local 135 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); 136 return row; 140 final RowBuilder row = result.newRow() local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
VolumeDialogImpl.java | 337 VolumeRow row = new VolumeRow(); local 338 initRow(row, stream, iconRes, iconMuteRes, important); 344 mDialogRowsView.addView(row.view, viewSize - 2); 345 mRows.add(rowSize - 2, row); 347 mDialogRowsView.addView(row.view); 348 mRows.add(row); 355 final VolumeRow row = mRows.get(i); local 356 initRow(row, row.stream, row.iconRes, row.iconMuteRes, row.important) 672 final VolumeRow row = mRows.get(i); local [all...] |
/external/libavc/common/ |
ih264_chroma_intra_pred_filters.c | 128 WORD32 col, row; /*loop variables*/ local 211 for(row = 0; row < 4; row++) 216 *(pu1_dst + row * dst_strd + col) = val_u1; 217 *(pu1_dst + row * dst_strd + col + 1) = val_v1; 222 *(pu1_dst + row * dst_strd + col) = val_u2; 223 *(pu1_dst + row * dst_strd + col + 1) = val_v2; 248 for(row = 4; row < 8; row++ 372 WORD32 row;\/*loop variable*\/ local [all...] |
/external/webp/src/dsp/ |
filters.c | 28 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \ 46 int row, int num_rows, 49 const size_t start_offset = row * stride; 50 const int last_row = row + num_rows; 56 if (row == 0) { 60 row = 1; 67 while (row < last_row) { 71 ++row; 83 int row, int num_rows [all...] |
/external/python/cpython2/Demo/turtle/ |
tdemo_nim.py | 66 def move(self, row, col): 67 maxspalte = self.sticks[row] 68 self.sticks[row] = col 69 self.game.view.notify_move(row, col, maxspalte, self.player) 76 row, col = computerzug(self.sticks) 77 self.move(row, col) 83 def notify_move(self, row, col): 84 if self.sticks[row] <= col: 86 self.move(row, col) 90 def __init__(self, row, col, game) [all...] |
/external/syslinux/gpxe/src/hci/tui/ |
settings_ui.c | 70 /** Screen row */ 71 unsigned int row; member in struct:setting_widget 90 unsigned int row, unsigned int col ) __nonnull; 96 static void vmsg ( unsigned int row, const char *fmt, va_list args ) __nonnull; 97 static void msg ( unsigned int row, const char *fmt, ... ) __nonnull; 122 sizeof ( widget->value ), NULL, widget->row, 143 * @v row Screen row 149 unsigned int row, unsigned int col ) { 155 widget->row = row 168 struct setting_row row; local [all...] |
/external/deqp/framework/common/ |
tcuMatrix.hpp | 68 inline const T& operator() (int row, int col) const { return m_data[col][row]; } 69 inline T& operator() (int row, int col) { return m_data[col][row]; } 88 // Vec * Mat (row vector). 314 for (int row = 0; row < Rows; row++) 316 (*this)(row, col) = (row == col) ? T(1) : T(0) [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
StaggeredGridDefault.java | 19 * This implementation tries to fill items in consecutive row order. The next 20 * item is always in same row or in the next row. 25 * Returns the max edge value of item (visible or cached) in a row. This 34 if (getLocation(mFirstVisibleIndex).row == rowIndex) { 40 if (loc.row == rowIndex) { 47 if (loc.row == rowIndex) { 53 if (loc.row == rowIndex) { 62 * Returns the min edge value of item (visible or cached) in a row. This 72 if (loc.row == rowIndex) 107 int row = loc.row; local 159 int row = loc.row; local 206 int row = getLocation(index).row; local 215 int row = getLocation(index).row; local [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
HbpcdLookupDatabaseHelper.java | 201 ContentValues row = null; local 203 row = getTableMccIddRow(parser); 205 row = getTableMccLookupTableRow(parser); 207 row = getTableMccSidConflictRow(parser); 209 row = getTableMccSidRangeRow(parser); 211 row = getTableNanpAreaCodeRow(parser); 214 row = getTableArbitraryMccSidMatch(parser); 219 if (row != null) { 220 db.insert(tableName, null, row); 232 ContentValues row = new ContentValues() local 253 ContentValues row = new ContentValues(); local 288 ContentValues row = new ContentValues(); local 309 ContentValues row = new ContentValues(); local 332 ContentValues row = new ContentValues(); local 351 ContentValues row = new ContentValues(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 91 /** Height assigned to a newly added row with the Add Row action */ 119 * Array of positions (indexed by row) of the top edge of table cells; this 120 * corresponds to the row positions in the grid 132 * Array of positions (indexed by row) of the maximum bottom bounds of a node in the 133 * given row; this represents the visual edge of a row even when the actual row is 231 * should be positioned at the given row and column. This will skip over any nodes 235 * @param row the target row of the new nod 449 int row = declaredRowCount; local 503 int row = 0; local 516 assert nextRow > row; local 539 assert nextRow > row; local 547 int row = 0; local 644 int row = minField.getInt(rowInterval); local 762 int row = view.row; local 836 int row = view.row; local 1310 int row = Arrays.binarySearch(mTop, y); local 1347 int row = Arrays.binarySearch(mTop, y); local 1791 int row = view.row; local 1840 public int row; field in class:GridModel.ViewData [all...] |
/external/libhevc/common/x86/ |
ihevc_inter_pred_filters_sse42_intr.c | 117 WORD32 row, col; local 125 for(row = 0; row < ht; row += 4) 130 src0_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src)); /* row =0 */ 131 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ 132 src2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ 133 src3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ 146 _mm_storeu_si128((__m128i *)(pi2_dst), src0_16x8b); /* row =0 */ 147 _mm_storeu_si128((__m128i *)(pi2_dst + 1 * dst_strd), src1_16x8b); /* row =1 * 244 WORD32 row, col, wdx2; local 465 WORD32 row, col, wdx2; local [all...] |
/frameworks/base/core/java/android/text/ |
PackedObjectVector.java | 46 getValue(int row, int column) 48 if (row >= mRowGapStart) 49 row += mRowGapLength; 51 Object value = mValues[row * mColumns + column]; 57 setValue(int row, int column, E value) 59 if (row >= mRowGapStart) 60 row += mRowGapLength; 62 mValues[row * mColumns + column] = value; 66 insertAt(int row, E[] values) 68 moveRowGapTo(row); [all...] |
/external/autotest/frontend/client/src/autotest/common/ui/ |
RightClickTable.java | 18 int row; field in class:RightClickTable.RowColumn 21 public RowColumn(int row, int column) { 22 this.row = row; 52 return new HTMLTable.Cell(position.row, position.column) { 63 int row = DOM.getChildIndex(body, tr); 65 return new RowColumn(row, column);
|
/external/eigen/Eigen/src/Core/ |
Swap.h | 38 void assignPacket(Index row, Index col) 40 PacketType tmp = m_src.template packet<LoadMode,PacketType>(row,col); 41 const_cast<SrcEvaluatorTypeT&>(m_src).template writePacket<LoadMode>(row,col, m_dst.template packet<StoreMode,PacketType>(row,col)); 42 m_dst.template writePacket<StoreMode>(row,col,tmp); 57 Index row = Base::rowIndexByOuterInner(outer, inner); local 59 assignPacket<StoreMode,LoadMode,PacketType>(row, col);
|