/external/jpeg/ |
jdcoefct.c | 34 int MCU_vert_offset; /* counts MCU rows within iMCU row */ 35 int MCU_rows_per_iMCU_row; /* number of such rows needed */ 85 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows. 239 * ie, v_samp_factor block rows for each component in the scan. 347 /* Count non-dummy DCT block rows in this iMCU row. */ 504 /* Count non-dummy DCT block rows in this iMCU row. */
|
change.log | 131 routines now take a count of the number of rows to access this time. The 133 maximum number of rows that may be accessed at once, but not necessarily
|
jidctflt.c | 176 /* Pass 2: process rows from work array, store into output array. */ 182 /* Rows of zeroes can be exploited in the same way as we did with columns.
|
jpegint.h | 98 boolean need_context_rows; /* TRUE if need rows above & below */ 242 boolean need_context_rows; /* TRUE if need rows above & below */
|
/external/webkit/WebCore/html/ |
HTMLTableElement.cpp | 412 else if (equalIgnoringCase(attr->value(), "rows")) 525 static const AtomicString* cellBorderNames[] = { new AtomicString("none"), new AtomicString("solid"), new AtomicString("inset"), new AtomicString("solid-cols"), new AtomicString("solid-rows") }; 607 void HTMLTableElement::addSharedGroupDecls(bool rows, Vector<CSSMutableStyleDeclaration*>& results) 612 AtomicString rulesValue = rows ? "rowgroups" : "colgroups"; 620 if (rows) { 652 PassRefPtr<HTMLCollection> HTMLTableElement::rows() function in class:WebCore::HTMLTableElement
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
AccessibilityUIElementMac.mm | 285 NSArray* rows = [m_element accessibilityAttributeValue:NSAccessibilityDisclosedRowsAttribute]; 286 if (index < [rows count]) 287 return [rows objectAtIndex:index]; 294 NSArray* rows = [m_element accessibilityAttributeValue:NSAccessibilitySelectedRowsAttribute]; 295 if (index < [rows count]) 296 return [rows objectAtIndex:index];
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 31 * <p>A layout that arranges its children into rows and columns. 35 * their rows, columns, or cells. Each row has zero or more cells; each cell can 479 // wider rows as we go through the children 509 // the current row is wider than the previous rows, so 521 // rows, so we find the maximum width for each column 578 // Column's widths are changed: force child table rows to re-measure.
|
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/ |
JDBCDatabaseMetaData.java | 634 String r0[] = (String [])(rs0.tr.rows.elementAt(i)); 761 String r0[] = (String [])(rs0.tr.rows.elementAt(i)); 788 String r2[] = (String [])(rs2.tr.rows.elementAt(k)); 792 String r1[] = (String [])(rs1.tr.rows.elementAt(m)); 875 String r0[] = (String [])(rs0.tr.rows.elementAt(i)); 902 String r1[] = (String [])(rs1.tr.rows.elementAt(k)); 934 String r0[] = (String [])(rs0.tr.rows.elementAt(i)); 969 String r0[] = (String [])(in.tr.rows.elementAt(i)); [all...] |
/external/webkit/WebCore/rendering/ |
RenderTableSection.cpp | 131 // make sure we have enough rows 221 // make sure we have enough rows 308 // rows don't push a coordinate transform, that's not necessary. 376 // rows don't push a coordinate transform, that's not necessary. 508 // Set the width of our section now. The rows will also be this width. 1211 int rows = m_gridRows; local [all...] |
/frameworks/base/core/java/android/content/ |
ContentResolver.java | 225 * @param selection A filter declaring which rows to return, formatted as an 227 * return all rows for the given URI. 231 * @param sortOrder How to order the rows, formatted as an SQL ORDER BY 629 * Inserts multiple rows into a table at the given URL. 634 * @param values The initial values for the newly inserted rows. The key is the column name for 636 * @return the number of newly created rows. 663 * @param where A filter to apply to rows before deleting, formatted as an SQL WHERE clause 665 * @return The number of rows deleted. 694 * @param where A filter to apply to rows before updating, formatted as an SQL WHERE clause 696 * @return The number of rows updated [all...] |
ContentProviderOperation.java | 203 * row if this was an insert otherwise the number of rows affected. 205 * if the number of rows affected didn't match the expected count 227 // Assert that all rows match expected values 265 throw new OperationApplicationException("wrong number of rows: " + numRows); 577 * If set then if the number of rows affected by this operation do not match
|
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 371 * @param height The number of rows 386 * @param height The number of rows 481 * @param stride Number of colors in the array between rows (must be >= 668 * Return the number of bytes between rows in the bitmap's pixels. Note that 673 * @return number of bytes between rows of the native bitmap pixels. 748 * rows. For normal packed results, just pass width for the stride value. 753 * rows (must be >= bitmap's width). Can be negative. 759 * @param height The number of rows to read 859 * @param stride The number of colors in pixels[] to skip between rows. [all...] |
/dalvik/libcore/sql/src/main/java/javax/sql/ |
RowSet.java | 98 * command, read only, maximum field size, maximum rows, escape processing, 160 * Gets the maximum number of rows for this {@code RowSet}. Excess rows are 163 * @return the previous maximum number of rows. 0 implies no row limit. 578 * Sets the maximum number of rows which can be held by the {@code RowSet}. 579 * Any additional rows are silently discarded. 582 * the maximum number of rows which can be held in the {@code [all...] |
/external/quake/quake/src/QW/client/ |
gl_warp.c | 493 int columns, rows, numPixels; local 520 rows = targa_header.height; 521 numPixels = columns * rows; 529 for(row=rows-1; row>=0; row--) { 560 for(row=rows-1; row>=0; row--) { 587 if (column==columns) { // run spans across rows 621 if (column==columns) { // pixel packet run spans across rows
|
console.c | 543 int rows; local 558 rows = (lines-22)>>3; // rows of text to draw 570 rows--; 574 for (i=0 ; i<rows ; i++, y-=8, row--)
|
/external/quake/quake/src/WinQuake/ |
gl_warp.cpp | 542 int columns, rows, numPixels; local 569 rows = targa_header.height; 570 numPixels = columns * rows; 578 for(row=rows-1; row>=0; row--) { 609 for(row=rows-1; row>=0; row--) { 636 if (column==columns) { // run spans across rows 670 if (column==columns) { // pixel packet run spans across rows
|
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
DatabaseTest.java | 336 String row[] = (String[]) res.rows.elementAt(0); 358 String[] s = (String[]) res.rows.elementAt(0); 493 int rows = (int) db.changes(); local 790 String row[] = (String[]) res.rows.elementAt(0); 825 String[] s = (String[]) res.rows.elementAt(0); 905 String[] s = (String[]) res.rows.elementAt(0); [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursorTest.java | 635 private static ArrayList<ArrayList> createTestList(int rows, int cols) { 639 for (int i = 0; i < rows; i++) { 686 public TestAbstractCursor(String[] columnNames, ArrayList<ArrayList> rows) { 706 int rowCount = rows.size(); 710 mRows[i] = rows.get(i);
|
/external/freetype/src/sfnt/ |
ttsbit0.c | 268 map->rows = (int)height; 297 size = map->rows * map->pitch; 392 bit_height = bitmap->rows; 531 bit_height = bitmap->rows; 683 decoder->metrics->height = (FT_UInt)decoder->bitmap->rows;
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CyclicBarrier.java | 67 * barrier until all rows have been processed. When all rows are processed 69 * rows. If the merger
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccProvider.java | 48 public ArrayListCursor(String[] columnNames, ArrayList<ArrayList> rows) { 66 int rowCount = rows.size(); 70 mRows[i] = rows.get(i);
|
/external/clearsilver/imd/ |
imdm.py | 110 def albumdisplay(basedir,album,columns=7,rows=5): 116 imgcount = columns * rows
|
/frameworks/base/core/java/android/app/ |
ListActivity.java | 83 * You can specify the layout of individual rows in the list. You do this by 163 * rows).
|
/frameworks/base/core/java/android/provider/ |
LiveFolders.java | 80 * <table border="2" width="85%" align="center" frame="hsides" rules="rows"> 120 * <table border="2" width="85%" align="center" frame="hsides" rules="rows">
|
/frameworks/base/docs/html/guide/topics/providers/ |
content-providers.jd | 282 <li><p>A filter detailing which rows to return, formatted as an SQL {@code WHERE} 284 all rows (unless the URI limits the query to a single record).</p></li> 288 <li><p>A sorting order for the rows that are returned, formatted as an SQL 317 null, // Which rows to return (all rows) 350 is the same for all rows. 636 To delete multiple rows, call <code>{@link 639 clause defining which rows to delete. (<i><b>Caution</b>: [all...] |