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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
possible_url_model.cc 111 const GURL& PossibleURLModel::GetURL(int row) {
112 if (row < 0 || row >= RowCount()) {
116 return results_[row].url;
119 const std::wstring& PossibleURLModel::GetTitle(int row) {
120 if (row < 0 || row >= RowCount()) {
124 return results_[row].title;
127 string16 PossibleURLModel::GetText(int row, int col_id) {
128 if (row < 0 || row >= RowCount())
    [all...]
  /external/libpng/
pngwtran.c 2 /* pngwtran.c - transforms the data in a row for PNG writers
37 /* png_uint_32 width; width of row */
38 /* png_uint_32 rowbytes; number of bytes in row */
43 png_ptr->row_buf + 1); /* start of pixel data for row */
92 png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth)
98 row != NULL && row_info != NULL &&
111 sp = row;
112 dp = row;
142 sp = row;
143 dp = row;
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 2 /* pngwtran.c - transforms the data in a row for PNG writers
32 /* png_uint_32 width; width of row */
33 /* png_uint_32 rowbytes; number of bytes in row */
38 png_ptr->row_buf + 1); /* start of pixel data for row */
87 png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth)
92 row != NULL && row_info != NULL &&
105 sp = row;
106 dp = row;
136 sp = row;
137 dp = row;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 55 TableRow row = new TableRow(this); local
66 row.addView(label, new TableRow.LayoutParams(1));
67 row.addView(shortcut, new TableRow.LayoutParams());
69 table.addView(row, new TableLayout.LayoutParams());
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGrid.h 52 virtual AccessibilityTableCell* cellForColumnAndRow(unsigned column, unsigned row);
  /external/webkit/Source/WebCore/platform/chromium/
DragImageChromiumSkia.cpp 79 for (int row = 0; row < image->height(); ++row) {
81 uint32_t* pixel = image->getAddr32(column, row);
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 24 * <li>Keeps track of current cursor position (row, column)</li>
63 public void setSelectedRowColumn(int row, int col) {
64 mRow = row;
74 * depending on whether the selection is in the first or last row.
91 public boolean isSelected(int row, int column) {
92 return (mRow == row) && (mColumn == column);
  /frameworks/base/libs/rs/
rsMatrix4x4.h 28 float get(uint32_t row, uint32_t col) const {
29 return m[row*4 + col];
32 void set(uint32_t row, uint32_t col, float v) {
33 m[row*4 + col] = v;
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 26 * <li>Keeps track of current cursor position (row, column)</li>
65 public void setSelectedRowColumn(int row, int col) {
66 mRow = row;
76 * depending on whether the selection is in the first or last row.
93 public boolean isSelected(int row, int column) {
94 return (mRow == row) && (mColumn == column);
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactLoader.java 68 Object[] row = new Object[mProjection.length]; local
70 for (int i = 0; i < row.length; i++) {
71 row[i] = cursor.getString(i);
73 matrix.addRow(row);
ProfileAndContactsLoader.java 78 Object[] row = new Object[mProjection.length];
80 for (int i = 0; i < row.length; i++) {
81 row[i] = cursor.getString(i);
83 matrix.addRow(row);
  /external/webkit/Source/WebCore/html/
HTMLTableSectionElement.cpp 50 // used by table row groups to share style decls created by the enclosing table.
61 // these functions are rather slow, since we need to get the row at
65 RefPtr<HTMLTableRowElement> row; local
71 row = HTMLTableRowElement::create(trTag, document());
73 appendChild(row, ec);
80 insertBefore(row, n, ec);
83 return row.release();
93 RefPtr<Node> row = children->item(index); local
94 HTMLElement::removeChild(row.get(), ec);
HTMLTableRowsCollection.cpp 40 static bool isInHead(Element* row)
42 return row->parentNode() && static_cast<Element*>(row->parentNode())->hasLocalName(theadTag);
45 static bool isInBody(Element* row)
47 return row->parentNode() && static_cast<Element*>(row->parentNode())->hasLocalName(tbodyTag);
50 static bool isInFoot(Element* row)
52 return row->parentNode() && static_cast<Element*>(row->parentNode())->hasLocalName(tfootTag);
59 // Start by looking for the next row in this section
    [all...]
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 46 static void throwExceptionWithRowCol(JNIEnv* env, jint row, jint column) {
48 msg.appendFormat("Couldn't read row %d, col %d from CursorWindow. "
50 row, column);
157 jint row, jint column) {
159 LOG_WINDOW("returning column type affinity for %d,%d from %p", row, column, window);
161 CursorWindow::FieldSlot* fieldSlot = window->getFieldSlot(row, column);
165 //throwExceptionWithRowCol(env, row, column);
172 jint row, jint column) {
174 LOG_WINDOW("Getting blob for %d,%d from %p", row, column, window);
176 CursorWindow::FieldSlot* fieldSlot = window->getFieldSlot(row, column)
    [all...]
  /external/jpeg/
rdrle.c 59 * then fetch the required row from the virtual array on subsequent calls.
69 JDIMENSION row; /* current row # in the virtual array */ member in struct:_rle_source_struct
71 rle_pixel** rle_row; /* holds a row returned by rle_getrow() */
181 * Read one row of pixels.
191 source->row--;
193 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE);
199 * Read one row of pixels.
215 source->row--;
217 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE)
244 JDIMENSION row, col; local
    [all...]
  /frameworks/base/libs/binder/
CursorWindow.cpp 165 // Fill in the row slot
176 LOG_WINDOW("The row failed, so back out the new row accounting "
183 LOG_WINDOW("Allocated row %u, rowSlot is at offset %u, fieldDir is %d bytes at offset %u\n",
222 CursorWindow::RowSlot* CursorWindow::getRowSlot(uint32_t row) {
223 uint32_t chunkPos = row;
256 CursorWindow::FieldSlot* CursorWindow::getFieldSlot(uint32_t row, uint32_t column) {
257 if (row >= mHeader->numRows || column >= mHeader->numColumns) {
258 LOGE("Failed to read row %d, column %d from a CursorWindow which "
260 row, column, mHeader->numRows, mHeader->numColumns)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 36 // Number of columns in a row of default images.
179 for (int row = 0; row < rows_count; ++row) {
180 views::ColumnSet* column_set = layout->AddColumnSet(row);
204 for (int row = 0; row < rows_count; ++row) {
205 if (row != 0)
207 layout->StartRow(0, row);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 66 def _failures_from_fail_row(self, row):
67 # Look at all anchors in this row, and guess what type
71 for anchor in row.findAll("a"):
82 # FIXME: Its possible the row contained no links due to ORWT brokeness.
87 def _failures_from_row(cls, row, table_title):
89 return cls._failures_from_fail_row(row)
101 def _test_result_from_row(cls, row, table_title):
102 test_name = unicode(row.find("a").string)
103 failures = cls._failures_from_row(row, table_title)
118 # FIXME: We might end with two TestResults object for the same test if it appears in more than one row
    [all...]
  /external/libvpx/vpx_scale/generic/
yv12extend.c 226 int row; local
232 for (row = 0; row < src_ybc->y_height; row++)
242 for (row = 0; row < src_ybc->uv_height; row++)
252 for (row = 0; row < src_ybc->uv_height; row++
265 int row; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 61 // the array refers to the column that the element lies in; the second index refers to the row.
150 // deleting the ith row and jth column from A.
183 // Row column labeling reversed since we transpose rows & columns
359 Vector3 row[3], pdum3; local
363 row[i][0] = localMatrix[i][0];
364 row[i][1] = localMatrix[i][1];
365 row[i][2] = localMatrix[i][2];
368 // Compute X scale factor and normalize first row.
369 result.scaleX = v3Length(row[0]);
370 v3Scale(row[0], 1.0)
    [all...]
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 67 string16 GetText(int row, int column) OVERRIDE;
68 SkBitmap GetIcon(int row) OVERRIDE;
79 // Returns true if resource corresponding to |row| is a background resource.
80 bool IsBackgroundResource(int row);
91 string16 TaskManagerTableModel::GetText(int row, int col_id) {
94 return model_->GetResourceTitle(row);
97 return model_->GetResourceNetworkUsage(row);
100 if (!model_->IsResourceFirstInGroup(row))
102 return model_->GetResourceCPUUsage(row);
105 if (!model_->IsResourceFirstInGroup(row))
467 const char* row = stats->GetRowName(i); local
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 557 String row[] = { "" }; local
558 tr.newrow(row);
567 String row[] = { "" }; local
568 tr.newrow(row);
577 String row[] = new String[1]; local
578 row[0] = "TABLE";
579 tr.newrow(row);
580 row = new String[1];
581 row[0] = "VIEW";
582 tr.newrow(row);
652 String row[] = new String[cols.length]; local
810 String row[] = new String[cols.length]; local
826 String row[] = new String[cols.length]; local
923 String row[] = new String[cols.length]; local
966 String row[] = new String[cols.length]; local
1000 String row[] = new String[out.ncolumns]; local
1343 String row[] = new String[cols.length]; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 86 for (unsigned row = 0; row < pixelsHigh; row++) {
96 for (unsigned row = 0; row < pixelsHigh; row++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 78 Composite row = toolkit.createComposite(parent); local
84 row.setLayoutData(twd);
85 row.setLayout(new GridLayout(3, false /* equal width */));
87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
92 Label label = toolkit.createLabel(row, getDescriptor().getXmlLocalName());
95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 180 /* Now, do second row. */
258 /* Now, do second row. */
334 /* Now, do second row. */
410 /* Now, do second row. */
496 /* Now, do second row. */
583 /* Now, do second row. */
617 unsigned short* row; local
624 row = (unsigned short*) out;
641 *row++ = (unsigned short)(rgb_2_pix[ L + cr_r ] |
646 *row++ = (unsigned short)(rgb_2_pix[ L + cr_r ]
662 unsigned char* row; local
711 unsigned int* row; local
759 unsigned int* row = (unsigned int*) out; local
804 unsigned char* row = out; local
859 unsigned int* row = (unsigned int*) out; local
    [all...]

Completed in 426 milliseconds

1 23 4 5 6 7 8 91011>>