HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 151 - 175 of 732) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/libvpx/vp8/encoder/
pickinter.c 61 bestmv->row <<= 3;
77 int yoffset = d->bmi.mv.as_mv.row & 7;
79 in_what += (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
623 if(mvp.row > best_ref_mv.row + MAX_FULL_PEL_VAL)
624 mvp.row = best_ref_mv.row + MAX_FULL_PEL_VAL;
625 else if(mvp.row < best_ref_mv.row - MAX_FULL_PEL_VAL)
626 mvp.row = best_ref_mv.row - MAX_FULL_PEL_VAL
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 190 CalendarRow row = (CalendarRow) view.getTag(); local
191 row.synced = !row.synced;
194 if (row.synced) {
202 cb.setChecked(row.synced);
206 mChanges.put(row.id, row);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 226 HashMap<String, Object> row = new HashMap<String, Object>(); local
227 listViewData.add(row);
244 row.put("feature", f.name);
245 row.put("icon", statusIcon);
252 HashMap<String, Object> row = new HashMap<String, Object>(); local
253 listViewData.add(row);
254 row.put("feature", feature);
258 row.put("icon", R.drawable.fs_error);
262 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/libyuv/files/source/
row_table.cc 11 #include "row.h"
338 SIMD_ALIGNED(uint8 row[kMaxStride]);
339 BG24ToARGBRow_C(src_argb, row, pix);
340 ARGBToYRow_C(row, dst_y, pix);
344 SIMD_ALIGNED(uint8 row[kMaxStride]);
345 RAWToARGBRow_C(src_argb, row, pix);
346 ARGBToYRow_C(row, dst_y, pix);
351 SIMD_ALIGNED(uint8 row[kMaxStride * 2]);
352 BG24ToARGBRow_C(src_argb, row, pix);
353 BG24ToARGBRow_C(src_argb + src_stride_argb, row + kMaxStride, pix)
    [all...]
  /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...]
history_notifications.h 34 URLRow row; member in struct:history::URLVisitedDetails
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_sad16x16_armv6.asm 31 ; 1st row
45 add r0, r0, r1 ; set src pointer to next row
46 add r2, r2, r3 ; set dst pointer to next row
55 ; 2nd row
67 add r0, r0, r1 ; set src pointer to next row
68 add r2, r2, r3 ; set dst pointer to next row
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 85 struct Row {
86 Row(bool default_is_stmt = false) { reset(default_is_stmt); }
87 /// Called after a row is appended to the matrix.
130 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); }
140 std::vector<Row> Rows;
143 struct State : public Row, public LineTable {
144 // Special row codes.
150 State() : row(StartParsingLineTable) {}
154 virtual void finalize(uint32_t offset) { row = DoneParsingLineTable; }
155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt);
159 unsigned row; member in struct:llvm::DWARFDebugLine::State
    [all...]
  /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/base/libs/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);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.c 270 u32 row, col; local
275 row = mbNum / width;
278 tmp = row * width;
  /prebuilt/sdk/14/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 159 // Compute x/y offsets for each row/column index
238 * Initializes the column and row indices, as well as any column span and row span
243 // Now initialize table view row, column and spans
268 Integer row = yToRow.get(view.getTopEdge()); local
269 assert row != null;
273 view.mRow = row;
274 view.mRowSpan = end - row;
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
GridLayoutDetector.java 34 * row/column numbers outside the declared dimensions of the grid.
102 int row = getInt(child, ATTR_LAYOUT_ROW, -1); local
103 if (row > declaredRowCount) {
106 String.format("Row attribute (%1$d) exceeds declared grid row count (%2$d)",
107 row, declaredRowCount));
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 69 setElementDisplay("errormsg-1-password", 'table-row');
73 setElementDisplay("errormsg-0-connection", 'table-row');
107 setElementDisplay("password-row", "none");
108 setElementDisplay("email-row", "none");
112 setElementDisplay("access-code-label-row", "table-row");
113 setElementDisplay("access-code-input-row", "table-row");
114 setElementDisplay("access-code-help-row", "table-row");
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 503 int row = pos / mColumns; local
504 int col = pos - (row * mColumns);
508 int top = row * mBlockHeight;
523 int row = (mScrollY + y - spacing) / (mSpec.mCellHeight + spacing); local
526 return (row * mColumns) + col;
696 int row = mCurrentSelection / mColumns; local
697 int col = mCurrentSelection - (row * mColumns);
702 int yTop = spacing + (row * mBlockHeight);
720 // mCache maps from row number to the ImageBlock.
725 private final Runnable mRedrawCallback; // Called after a row is loaded
794 int row = pos \/ mColumns; local
880 int row = index \/ mColumns; local
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 167 void Max_LCD::setCursor(uint8_t col, uint8_t row)
170 if ( row > _numlines ) {
171 row = _numlines-1; // we count rows starting w/0
174 command(LCD_SETDDRAMADDR | (col + row_offsets[row]));

Completed in 794 milliseconds

1 2 3 4 5 67 8 91011>>