/frameworks/base/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;
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKeyboard.java | 84 * Rows in this soft keyboard. Each row has a id. Only matched rows will be 214 for (int row = 0; row < mKeyRows.size(); row++) { 215 KeyRow keyRow = mKeyRows.get(row); 279 public KeyRow getKeyRowForDisplay(int row) { 280 if (null != mKeyRows && mKeyRows.size() > row) { 281 KeyRow keyRow = mKeyRows.get(row); 290 public SoftKey getKey(int row, int location) { 291 if (null != mKeyRows && mKeyRows.size() > row) { [all...] |
/external/chromium/chrome/browser/ui/views/ |
generic_info_view.cc | 27 void GenericInfoView::SetNameByStringId(int row, int name_string_id) { 28 SetName(row, UTF16ToWide(l10n_util::GetStringUTF16(name_string_id))); 31 void GenericInfoView::SetName(int row, const string16& name) { 33 DCHECK(row >= 0 && row < number_of_rows_); 34 name_views_[row]->SetText(name); 37 void GenericInfoView::SetValue(int row, const string16& name) { 39 DCHECK(row >= 0 && row < number_of_rows_); 40 value_views_[row]->SetText(name) [all...] |
generic_info_view.h | 37 void SetNameByStringId(int row, int id); 38 void SetName(int row, const string16& name); 39 void SetValue(int row, const string16& value);
|
/frameworks/base/core/java/android/text/ |
PackedObjectVector.java | 44 getValue(int row, int column) 46 if (row >= mRowGapStart) 47 row += mRowGapLength; 49 Object value = mValues[row * mColumns + column]; 55 setValue(int row, int column, E value) 57 if (row >= mRowGapStart) 58 row += mRowGapLength; 60 mValues[row * mColumns + column] = value; 64 insertAt(int row, E[] values) 66 moveRowGapTo(row); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 75 /** Height assigned to a newly added row with the Add Row action */ 100 * Array of positions (indexed by row) of the top edge of table cells; this 101 * corresponds to the row positions in the grid 113 * Array of positions (indexed by row) of the maximum bottom bounds of a node in the 114 * given row; this represents the visual edge of a row even when the actual row is 187 * should be positioned at the given row and column. This will skip over any nodes 191 * @param row the target row of the new nod 356 int row = declaredRowCount; local 410 int row = 0; local 423 assert nextRow > row; local 446 assert nextRow > row; local 454 int row = 0; local 580 int row = view.row; local 652 int row = view.row; local 1076 int row = Arrays.binarySearch(mTop, y); local 1113 int row = Arrays.binarySearch(mTop, y); local 1555 int row = view.row; local 1601 public int row; field in class:GridModel.ViewData [all...] |
/packages/apps/Launcher2/ |
print_db.py | 46 for row in c: 47 rows.append(row) 124 data = [dict(zip(columns,row)) for row in rows] 154 for row in rows: 157 for i in range(0,len(row)): 158 cell = row[i] 159 # row[0] is always _id 161 print_functions[i](out, row[0], row, cell [all...] |
/external/libvpx/vp8/encoder/ |
mcomp.c | 43 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col) >> 1]) * Weight) >> 7; 49 //return ((mvcost[0][(mv->row - ref->row)>>1] + mvcost[1][(mv->col - ref->col)>>1] + 128) * error_per_bit) >> 8; 53 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col) >> 1]) * error_per_bit + 128) >> 8; 62 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col)>> 1]) + 128) >> 8; 74 x->ss[search_site_count].mv.row = 0; 83 x->ss[search_site_count].mv.row = -Len [all...] |
/cts/libs/vogar-expect/src/vogar/util/ |
MarkResetConsole.java | 27 private int row; field in class:MarkResetConsole 41 row++; 57 private final int markRow = row; 74 for (int r = row; r > markRow; r--) { 84 row = markRow;
|
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.cc | 134 string16 CustomHomePagesTableModel::GetText(int row, int column_id) { 136 DCHECK(row >= 0 && row < RowCount()); 137 return entries_[row].title.empty() ? FormattedURL(row) : entries_[row].title; 140 SkBitmap CustomHomePagesTableModel::GetIcon(int row) { 141 DCHECK(row >= 0 && row < RowCount()); 142 return entries_[row].icon.isNull() ? *default_favicon_ : entries_[row].icon [all...] |
custom_home_pages_table_model.h | 51 virtual string16 GetText(int row, int column_id) OVERRIDE; 52 virtual SkBitmap GetIcon(int row) OVERRIDE; 53 virtual string16 GetTooltip(int row) OVERRIDE; 68 const history::URLRow* row, 82 // Returns the URL for a particular row, formatted for display to the user. 83 string16 FormattedURL(int row) const;
|
/external/libvpx/vp8/common/ |
findnearmv.h | 33 xmv.row *= -1; 49 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) 50 mv->row = xd->mb_to_top_edge - LEFT_TOP_MARGIN; 51 else if (mv->row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) 52 mv->row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
|
/external/webp/src/dec/ |
alpha.c | 26 int row, int num_rows) { 29 if (row < 0 || row + num_rows > dec->pic_hdr_.height_) { 32 if (row == 0) { 62 return output + row * stride;
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTable.cpp | 150 for (int row = 0; row < numRows; ++row) { 154 RenderTableCell* cell = firstBody->primaryCellAt(row, col); 169 // If the first row is comprised of all <th> tags, assume it is a data table. 170 if (!row && isTHCell) 203 if (row < 5 && row == alternatingRowColorCount) { 216 if (!row && headersInFirstRowCount == numCols && numCols > 1) 236 // Check if there is an alternating row background color indicating a zebra striped style pattern 328 AccessibilityTableRow* row = static_cast<AccessibilityTableRow*>(rowObject); local [all...] |
AccessibilityARIAGrid.cpp | 67 AccessibilityTableRow* row = static_cast<AccessibilityTableRow*>(child); 68 if (appendedRows.contains(row)) 72 unsigned rowCellCount = row->children().size(); 76 row->setRowIndex((int)m_rows.size()); 77 m_rows.append(row); 79 // Try adding the row if it's not ignoring accessibility, 81 if (!row->accessibilityIsIgnored()) 82 m_children.append(row); 84 m_children.append(row->children()); 86 appendedRows.add(row); [all...] |
AccessibilityARIAGridRow.cpp | 66 // have an aria-level of plus 1 from this row. 72 // Only take the subsequent rows from this one that are +1 from this row's level. 81 AccessibilityObject* row = allRows[k].get(); local 82 // Stop at the first row that doesn't match the correct level. 83 if (row->hierarchicalLevel() != level + 1) 86 disclosedRows.append(row); 92 // The row that discloses this one is the row in the table 93 // that is aria-level subtract 1 from this row. 98 // If the level is 1 or less, than nothing discloses this row 111 AccessibilityObject* row = allRows[k].get(); local [all...] |
/external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/ |
cells.js | 5 var row = document.createElement("tr"); 8 row.appendChild(container); 10 return row.cells.length; 15 var row = document.createElement("tr"); 18 row.appendChild(container); 20 return row.cells.length;
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserException.java | 13 protected int row = -1; field in class:XmlPullParserException 29 public XmlPullParserException(String s, int row, int column) { 31 this.row = row; 42 this.row = parser.getLineNumber(); 50 public int getLineNumber() { return row; }
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ProfilesTableModel.java | 39 public Object getValueAt(int row, int column) { 43 return NAMES[row]; 47 return formatter.format(profiles[row]) + "";
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLTable.java | 56 final Row row = new Row (true); local 57 add (row); 59 return row; 64 final Row row = new Row (false); local 65 add (row); 67 return row; [all...] |
/external/skia/src/core/ |
SkFilterProc.h | 58 inline SkFilterProc SkGetBilinearFilterProc22RowProc(const SkFilterProc* row, 61 SkASSERT(row); 63 return row[x << 30 >> 30]; 92 inline SkFilter32Proc SkGetFilter32Proc22RowProc(const SkFilter32Proc* row, 95 SkASSERT(row); 97 return row[x << 30 >> 30];
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_matrix.h | 37 EAPI Ewk_Tile *ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom); 38 EAPI Eina_Bool ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom); 39 EAPI Ewk_Tile *ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom); 40 EAPI Ewk_Tile *ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom); 43 EAPI Eina_Bool ewk_tile_matrix_tile_update(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, const Eina_Rectangle *update); 44 EAPI Eina_Bool ewk_tile_matrix_tile_update_full(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row);
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaByDayAdapter.java | 98 RowInfo row = mRowInfo.get(i); local 99 if (row != null && row.mType == TYPE_DAY) 129 RowInfo row = mRowInfo.get(position); local 130 if (row.mType == TYPE_DAY) { 131 return row; 133 return mAgendaAdapter.getItem(row.mPosition); 141 RowInfo row = mRowInfo.get(position); local 142 if (row.mType == TYPE_DAY) { 145 return mAgendaAdapter.getItemId(row.mPosition) 172 RowInfo row = mRowInfo.get(position); local 515 RowInfo row = mRowInfo.get(index); local 578 RowInfo row = mRowInfo.get(headerPos); local 600 RowInfo row = mRowInfo.get(index); local 618 RowInfo row = mRowInfo.get(position); local 633 RowInfo row = mRowInfo.get(listPos); local 657 RowInfo row = mRowInfo.get(position); local [all...] |
/external/skia/gpu/include/ |
GrMesh.h | 24 SkPoint& pt(int row, int col) { 25 return fPts[row * (fRows + 1) + col];
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
MoreSuggestions.java | 70 int row = 0; local 82 if ((row + 1) >= maxRow) { 85 mNumColumnsInRow[row] = pos - rowStartPos; 87 row++; 90 mRowNumbers[pos] = row; 93 mNumColumnsInRow[row] = pos - rowStartPos; 94 mNumRows = row + 1; 112 for (int row = 0; row < mNumRows; row++) 147 final int row = mRowNumbers[pos]; local 157 final int row = mRowNumbers[pos]; local [all...] |