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

<<11121314151617181920>>

  /external/libpng/contrib/gregbook/
rpng2-win.c 145 static void rpng2_win_display_row(ulg row);
449 " -nommx*\tdisable optimized MMX routines for decoding row filters,\n"
818 ulg i, row; local
853 for (row = 0; row < rpng2_info.height; ++row) {
854 yidx = row % bgscale;
855 even_odd_vert = (row / bgscale) & 1;
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
89 decoded macroblock and concealing the row containing the macroblock
90 in question. After that all macroblocks above the row in question
129 u32 row, col; local
158 i = row = col = 0;
166 row++;
189 /* start from the row containing the first correct macroblock, conceal the
190 * row in question, all rows above that row and then continue downwards */
191 mb = pStorage->mb + row * width
    [all...]
h264bsd_util.c 268 u32 row, col; local
273 row = mbNum / width;
276 tmp = row * width;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 79 * a row-vector (if there is only one row). */
270 for (Index row=0; row<nm.outerSize(); ++row)
273 for (typename NestedCleaned::InnerIterator it(nm.derived(), row); it; ++it)
289 Index row = 0; local
292 for ( ; row<it.index(); ++row)
295 ++row;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
NotificationStation.java 316 final View row = convertView != null ? convertView : createRow(parent); local
317 row.setTag(info);
321 ((ImageView) row.findViewById(android.R.id.icon)).setImageDrawable(info.icon);
324 ((ImageView) row.findViewById(R.id.pkgicon)).setImageDrawable(info.pkgicon);
327 ((DateTimeView) row.findViewById(R.id.timestamp)).setTime(info.timestamp);
330 ((TextView) row.findViewById(android.R.id.title)).setText(info.title);
333 ((TextView) row.findViewById(R.id.pkgname)).setText(info.pkgname);
336 // ((TextView) row.findViewById(R.id.extra)).setText(
339 row.findViewById(R.id.extra).setVisibility(View.GONE);
341 row.setAlpha(info.active ? 1.0f : 0.5f)
381 final View row = mInflater.inflate(R.layout.notification_log_row, parent, false); local
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 9 * Current row to be retrieved.
11 private int row; field in class:JDBCResultSet
62 * Flag for cursor being (not) on insert row.
67 * Row buffer for insert/update row.
79 this.row = -1;
134 if (row < 0) {
138 System.arraycopy((String []) tr.rows.elementAt(row), 0,
147 row++;
148 return row < tr.nrows
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 32 void AddTitle(GtkTable* table, int row, const std::string& text) {
36 row, row + 1);
39 void AddKeyValue(GtkTable* table, int row, const std::string& text,
45 0, 1, row, row + 1);
51 1, 2, row, row + 1);
217 int row = 0; local
220 AddTitle(table, row++
    [all...]
gtk_tree.h 24 // Get the row number corresponding to |path|.
27 // Get the row number corresponding to |iter|.
30 // Get the row number in the child tree model corresponding to |sort_path| in
35 // Select the given row by number.
36 void SelectAndFocusRowNum(int row, GtkTreeView* tree_view);
38 // Remove the row and all its children from the |tree_store|. If there is a
39 // following row, |iter| will be updated to point to the it and the return value
63 // Should fill in the column and row.
64 virtual void SetColumnValues(int row, GtkTreeIter* iter) = 0;
100 // Callback checking whether a row should be drawn as a separator
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 66 int row, col;
169 for ( row=0; row<icon->h; ++row ) {
191 for ( row=0; row<icon->h; ++row ) {
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 149 * @param rowDelay the delay by which each row animation must be offset
188 * row to the other. The delay is expressed as a fraction of the
203 * children's animations are offset from one row to the other.
306 final int row = getTransformedRowIndex(params); local
324 viewDelay = (long) (row * rowDelay + column * rowsCount * rowDelay);
328 viewDelay = (long) (column * columnDelay + row * columnsCount * columnDelay);
333 viewDelay = (long) (column * columnDelay + row * rowDelay);
374 index = params.rowsCount - 1 - params.row;
384 index = params.row;
410 * The view group's row to which the view belongs
412 public int row; field in class:GridLayoutAnimationController.AnimationParameters
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/shims/
MediaSetLoader.java 110 final Object[] row = new Object[AlbumSetLoader.PROJECTION.length]; local
116 row[AlbumSetLoader.INDEX_ID] = i;
117 row[AlbumSetLoader.INDEX_TITLE] = m.getName();
118 row[AlbumSetLoader.INDEX_COUNT] = m.getMediaItemCount();
119 row[AlbumSetLoader.INDEX_SUPPORTED_OPERATIONS] = m.getSupportedOperations();
122 row[AlbumSetLoader.INDEX_TIMESTAMP] = coverItem.getDateInMs();
125 cursor.addRow(row);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 244 HashMap<String, Object> row = new HashMap<String, Object>(); local
245 listViewData.add(row);
262 row.put("feature", f.name);
263 row.put("icon", statusIcon);
270 HashMap<String, Object> row = new HashMap<String, Object>(); local
271 listViewData.add(row);
272 row.put("feature", feature);
276 row.put("icon", R.drawable.fs_error);
280 row.put("icon", R.drawable.fs_warning);
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 165 row("SF:".concat(item.getFullVMName()));
171 row("end_of_record");
244 row("FN:" + method.getFirstLine() + "," + className + "::" + mname);
245 row("FNDA:" + (covered ? 1 : 0) + "," + className + "::" + mname);
276 row("DA:" + l + ",0");
281 row("DA:" + l + ",1");
285 row("DA:" + l + ",1");
317 private void row(final StringBuffer str) method in class:ReportGenerator
335 private void row(final String str) method in class:ReportGenerator
  /external/opencv/cv/src/
cvpyramids.cpp 123 worktype *row = rows[y1]; \
126 row[0] = PD_LT( src[0], src[1], src[2] ); \
127 row[Wd-1] = PD_RB( src[Wd*2-4], src[Wd*2-3], \
132 row[x] = PD_FILTER( src[2*x-2], src[2*x-1], src[2*x], \
146 worktype *row = rows[y1]; \
154 row[c] = PD_LT( src[c], src[3+c], src[6+c] ); \
155 row[Wdn-3+c] = PD_RB( src[Wdn*2-12+c], src[Wdn*2-9+c], \
161 row[x] = PD_FILTER( src[2*x-6], src[2*x-3], src[2*x], \
163 row[x+1] = PD_FILTER( src[2*x-5], src[2*x-2], src[2*x+1], \
165 row[x+2] = PD_FILTER( src[2*x-4], src[2*x-1], src[2*x+2],
    [all...]
  /external/chromium/chrome/browser/history/
url_database.h 68 // Given an already-existing row in the URL table, updates that URL's stats.
76 // row ID. A row with the given URL must not exist. Returns 0 on error.
78 // This does NOT add a row to the full text search database. Use
84 // Delete the row of the corresponding URL. Only the row in the URL table
86 // the row existed and was deleted.
97 // Adds a row to the temporary URL table. This must be called between
101 URLID AddTemporaryURL(const URLRow& row) {
102 return AddURLInternal(row, true)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 83 $row = mysql_fetch_row($result); variable
98 wmysql_query("INSERT INTO `filetags` SELECT $row[0], `tid`, `revision` FROM `tmptags` NATURAL JOIN `tags` ON DUPLICATE KEY UPDATE `filetags`.`revision` = `tmptags`.`revision`");
109 wmysql_query("INSERT INTO `commits` SET `fid` = '$row[0]', `revision` = '$revs[1]', $q ON DUPLICATE KEY UPDATE $q");
116 $bugs = preg_replace("/^(.+)$/", "('$row[0]', '$revs[1]', '$1')", $bugs);
127 while ($row = mysql_fetch_row($result))
129 array_push($tables, $row[0]);
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 37 ; 1st row
51 add r0, r0, r1 ; set src pointer to next row
52 add r2, r2, r3 ; set dst pointer to next row
64 ; 2nd row
76 add r0, r0, r1 ; set src pointer to next row
77 add r2, r2, r3 ; set dst pointer to next row
  /external/quake/quake/src/QW/client/
gl_ngraph.c 64 int row, col; local
69 row = num>>4;
71 source = draw_chars + (row<<10) + (col<<3);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableSectionElement30.js 78 The insertRow() method inserts a new empty table row. The new
79 row is inserted immediately before the current indexth row in this
81 the new row is appended.
85 new row is appended.
86 After the new row is appended the number of rows in the THEAD
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableSectionElement30.js 78 The insertRow() method inserts a new empty table row. The new
79 row is inserted immediately before the current indexth row in this
81 the new row is appended.
85 new row is appended.
86 After the new row is appended the number of rows in the THEAD
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_matrix.c 174 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v) {
175 m->m[row * 4 + col] = v;
179 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col) {
180 return m->m[row * 4 + col];
184 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v) {
185 m->m[row * 3 + col] = v;
189 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col) {
190 return m->m[row * 3 + col];
194 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v) {
195 m->m[row * 2 + col] = v
    [all...]
  /frameworks/rs/scriptc/
rs_matrix.rsh 30 * @param row
37 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v);
42 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v);
47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
53 * @param row
59 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col);
64 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 30 * @param row
37 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v);
42 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v);
47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
53 * @param row
59 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col);
64 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 158 // Compute x/y offsets for each row/column index
237 * Initializes the column and row indices, as well as any column span and row span
242 // Now initialize table view row, column and spans
267 Integer row = yToRow.get(view.getTopEdge()); local
268 assert row != null;
272 view.mRow = row;
273 view.mRowSpan = end - row;
    [all...]

Completed in 6093 milliseconds

<<11121314151617181920>>