HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 251 - 275 of 530) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 53 * new rows, or enforcing {@link ContactsSource}.
352 * dictates the structure for various fields. This method ignores rows not
365 * Processing to trim any empty {@link ValuesDelta} rows from the given
367 * the structure for various fields. This method ignores rows not described
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 110 /** The maximum number of rows in the database (FIFO) */
  /dalvik/libcore/sql/src/test/java/tests/sql/
StatementTest.java 588 int rows = 100; local
589 for (int i = 0; i < rows; i++) {
915 notes = "Test fails: dropping table hutch affects at least 2 rows.executeBatch() always returns same result: 1.",
    [all...]
  /external/clearsilver/python/examples/base/
odb.py 49 # # fetch rows (can return empty list)
248 # ask the subclass to def his rows
    [all...]
  /external/libpng/
pngread.c 799 /* Blow up interlaced rows to full size */
833 /* Read one or more rows of image data. If the image is interlaced,
834 * and png_set_interlace_handling() has been called, the rows need to
835 * contain the contents of the rows from the previous pass. If the
837 * called, the rows contents must be initialized to the contents of the
846 * you have not called png_handle_alpha(), you may pass NULL for rows.
849 * rows. In this case, you do not have to provide a display_row buffer
    [all...]
libpng-1.2.44.txt 394 large as 2^31-1 (0x7fffffff), or about 2.147 billion rows and columns.
396 we have imposed an arbitrary 1-million limit on rows and columns.
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 772 /* blow up interlaced rows to full size */
806 /* Read one or more rows of image data. If the image is interlaced,
807 * and png_set_interlace_handling() has been called, the rows need to
808 * contain the contents of the rows from the previous pass. If the
810 * called, the rows contents must be initialized to the contents of the
819 * you have not called png_handle_alpha(), you may pass NULL for rows.
822 * rows. In this case, you do not have to provide a display_row buffer
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 611 * URI parameter and cursor extras that return counts of rows grouped by the
732 * {@link CommonDataKinds.Photo#IS_SUPER_PRIMARY} field of the data rows of
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 465 // Possibly changed again in fillUp if we add rows above this one.
527 // Make sure we are 1) Too high, and 2) Either there are more rows above the
538 // Fill the gap that was opened above mFirstPosition with more rows, if
570 // Make sure we are 1) Too low, and 2) Either there are more rows below the
581 // Fill the gap that was opened below the last position with more rows, if
628 // Possibly changed again in fillUp if we add rows above this one.
785 // Possibly changed again in fillUp if we add rows above this one.
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 220 "_sync_mark INTEGER," + // Used to filter out new rows
251 "_sync_mark INTEGER," + // To filter out new rows
448 // the primary key leading to having the CalendarMetaData with multiple rows instead of
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 237 int rows = db.delete("threads", local
242 if (rows > 0) {
356 int rows = db.delete("sms", "_id=" + message_id, null); local
361 return rows;
376 // table with the rows out of sms and part.
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
Connection.java 32 * reading values from table rows that are not committed.</br></li>
34 * reading table rows more than once in a transaction but getting back different
35 * data because other transactions have altered the rows between the reads.</br></li>
37 * retrieving additional "phantom" rows in the course of repeated table reads
38 * because other transactions have inserted additional rows that satisfy an
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 597 glyph->fHeight = SkToU16(fFace->glyph->bitmap.rows);
703 target.rows = glyph.fHeight;
716 SkASSERT_CONTINUE(glyph.fHeight == fFace->glyph->bitmap.rows);
731 for (int y = fFace->glyph->bitmap.rows - 1; y >= 0; --y) {
741 for (int y = 0; y < fFace->glyph->bitmap.rows; ++y) {
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 601 * Query the table for the number of rows in the table.
604 * @return the number of rows in the table
871 * previously existing rows that would cause a conflict
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 716 // Number of rows we want to cache.
717 // Assume there are 6 rows per page, this caches 5 pages.
766 // Set the window of visible rows. Once set we will start to load them as
808 // Scan the visible rows.
814 // Scan other rows.
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 496 "\t\t combining rows, and expanding interlacing, respectively\n"
1378 static int rows=0, prevpass=(-1); local
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 584 public boolean relative(int rows) throws SQLException {
603 public void setFetchSize(int rows) throws SQLException {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 56 <dd>Demonstrates a TableLayout with column-spanning rows and different child objects. </dd>
59 <dd>Rows have different number of columns and content doesn't fit on screen: column 4 of row 2 shrinks all of the other columns </dd>
  /external/jpeg/
jdinput.c 107 /* Compute number of fully interleaved MCU rows. */
144 * as the number of block rows present in the last iMCU row.
jidctfst.c 277 /* Pass 2: process rows from work array, store into output array. */
284 /* Rows of zeroes can be exploited in the same way as we did with columns.
jidctint.c 272 /* Pass 2: process rows from work array, store into output array. */
279 /* Rows of zeroes can be exploited in the same way as we did with columns.

Completed in 218 milliseconds

<<11121314151617181920>>