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

1 2 3 4 56 7 8 91011>>

  /system/core/toolbox/
vmstat.c 241 " -n iterations How many rows of data to print.\n"
242 " -d delay How long to sleep between rows.\n"
243 " -r header_repeat How many rows to print before repeating\n"
  /bootable/recovery/tools/ota/
convert-to-bmp.py 71 for j in range(im.size[1]-1, -1, -1): # rows bottom-to-top
  /dalvik/libcore/luni/src/main/java/java/lang/ref/
package.html 19 all rows, consider the <em>root set</em> to be a set of references that
  /external/clearsilver/python/examples/trans/
trans.py 300 rows = self.tdb.strings.fetchRows( ('string', s) )
301 if len(rows) == 0:
306 elif len(rows) > 1:
309 return rows[0].string_id
400 rows = cursor.fetchall()
401 for row in rows:
418 rows = self.tdb.maps.fetchRows( [('string_id', s_id), ('lang', lang)] )
419 if len(rows) == 0:
429 return rows[0].string
  /external/icu4c/common/
ucnv_io.c 1098 TempRow *rows; member in struct:TempAliasTable
1132 TempRow rows[STACK_ROW_CAPACITY]; local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
chvr_filter.cpp 57 w2 = width << 1; /* Offset to two rows in pixels */
58 w3 = w1 + w2; /* Offset to three rows in pixels */
59 w4 = w2 << 1; /* Offset to four rows in pixels */
62 /* Work through the area hortizontally by two rows per step */
83 /* Loop over two rows of blocks */
130 ptr_c = ptr - w3; /* Points to pixel three rows above */
149 /* Move pointer down one row of pixels (points to pixel two rows
247 /* Loop over two rows of blocks */
404 /* Loop over two rows of blocks */
  /external/webkit/LayoutTests/storage/
sql-data-types.js 34 var rs = result.rows.item(0);
  /external/webkit/WebCore/accessibility/
AccessibilityARIAGridCell.cpp 72 // as far as I can tell, grid cells cannot span rows
AccessibilityTable.h 64 AccessibilityChildrenVector& rows();
  /external/webkit/WebCore/accessibility/mac/
AXObjectCacheMac.mm 67 // An active descendant change for trees means a selected rows change.
  /external/webkit/WebCore/html/
HTMLAttributeNames.in 235 rows
HTMLFrameSetElement.h 65 String rows() const;
  /external/webkit/WebCore/platform/sql/
SQLiteStatement.h 69 // Returns -1 on last-step failing. Otherwise, returns number of rows
  /external/webkit/WebCore/rendering/
RenderTableRow.h 58 // The only time rows get a layer is when they have transparency.
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 57 * Used in temporary provider while syncing, always NULL for rows in persistent providers.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridDelete.java 31 * A grid with vertical spacing between rows
  /frameworks/base/docs/html/sdk/api_diff/3/
changes.html 29 <frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /frameworks/base/docs/html/sdk/api_diff/4/
changes.html 29 <frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /frameworks/base/docs/html/sdk/api_diff/5/
changes.html 29 <frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /frameworks/base/docs/html/sdk/api_diff/6/
changes.html 29 <frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /frameworks/base/docs/html/sdk/api_diff/7/
changes.html 29 <frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /frameworks/base/docs/html/sdk/api_diff/8/
changes.html 29 <frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 57 w2 = width << 1; /* Offset to two rows in pixels */
58 w3 = w1 + w2; /* Offset to three rows in pixels */
59 w4 = w2 << 1; /* Offset to four rows in pixels */
62 /* Work through the area hortizontally by two rows per step */
83 /* Loop over two rows of blocks */
130 ptr_c = ptr - w3; /* Points to pixel three rows above */
149 /* Move pointer down one row of pixels (points to pixel two rows
247 /* Loop over two rows of blocks */
404 /* Loop over two rows of blocks */
  /frameworks/base/core/java/android/content/
ContentProvider.java 466 * @param selection A selection criteria to apply when filtering rows.
467 * If null then all rows are included.
471 * @param sortOrder How the rows in the cursor should be sorted.
507 * Implement this to insert a set of new rows, or the default implementation will
529 * A request to delete one or more rows. The selection clause is applied when performing
530 * the deletion, allowing the operation to affect multiple rows in a
545 * @param selection An optional restriction to apply to rows when deleting.
546 * @return The number of rows affected.
552 * Update a content URI. All rows matching the optionally provided selection
566 * @param selection An optional filter to match rows to update
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 215 public static final String[] ROWS =
619 // We've been removing rows from the list as they've been found in the xml
623 // These rows need to be deleted...
732 * Changes are handled row by row, and only changed/new rows are acted upon
746 // TODO Handle deleted individual rows...
    [all...]

Completed in 80 milliseconds

1 2 3 4 56 7 8 91011>>