HomeSort by relevance Sort by last modified time
    Searched refs:rows (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /external/chromium/third_party/libevent/
libevent_main.scons 303 rows = (len(items) + cols - 1) / cols
306 for row in xrange(0, rows):
308 for i in xrange(row, len(items), rows):
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 303 rows = (len(items) + cols - 1) / cols
306 for row in xrange(0, rows):
308 for i in xrange(row, len(items), rows):
  /external/chromium/third_party/zlib/
zlib_main.scons 303 rows = (len(items) + cols - 1) / cols
306 for row in xrange(0, rows):
308 for i in xrange(row, len(items), rows):
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframeyonly_neon.asm 37 ; copy two rows at one time
106 ;Do four rows at one time
245 ;Do four rows at one time
414 ; copy two rows at one time
vp8_vpxyv12_copysrcframe_func_neon.asm 45 ; copy two rows at one time
159 ;copy two rows at one time
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 214 this->info.current_h = si.rows ;
224 SDL_modelist [0] -> h = si.rows ;
SDL_nximage.c 170 OffsetY = (si.rows - screen -> h) / 2 ;
  /libcore/luni/src/main/java/java/sql/
ResultSet.java 33 * ahead of the first row. To move the cursor to the first and consecutive rows,
35 * long as there are more rows in the {@code ResultSet}, otherwise it returns
39 * only advance forward through the rows of data. This means that it is only
42 * be <i>scrolled</i> forward and backward through the rows of data. How such a
72 * either to modify the data of an existing row or to insert new data rows into
76 * method. For insertion of new rows, the cursor is first moved to a special row
111 * A constant used to indicate processing of the rows of a {@code ResultSet}
117 * A constant used to indicate processing of the rows of a {@code ResultSet}
123 * A constant used to indicate that the order of processing of the rows of a
231 * false} if the {@code ResultSet} contains no rows
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 245 XkbRowPtr rows; member in struct:_XkbSection
268 XkbOverlayRowPtr rows; member in struct:_XkbOverlay
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 360 // Get the numer of rows and columns for this menu
371 inline void menu_format(int& rows,int& ncols) {
372 ::menu_format(menu,&rows,&ncols);
menu.h 94 short rows; /* Nr. of items high */ member in struct:tagMENU
105 short spc_rows; /* Spacing for rows */
  /external/freetype/src/raster/
ftrend1.c 196 bitmap->rows = height;
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 301 them here, one per line:<br /><textarea rows="4" cols="20" name="extra-langs"></textarea><br />
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 147 ;# we need to convert 16 rows of 4 pels each into 4 registers of 16 pels
163 ;# into a temporary array, reading the rows of the array into vector registers,
413 sub r6, r3, r5 ;# r6 -> 2 rows back
417 sub r0, r6, r5 ;# r0 -> 4 rows back (temp)
425 add r0, r3, r5 ;# r0 -> 2 rows fwd (temp)
996 neg r5, r5 ;# Write rows back in reverse order
1125 lvx v0, r6, r3 ;# v0 = P1 = 16 pels two rows above edge
1128 lvx v3, r4, r3 ;# v3 = Q1 = 16 pels two rows below edge
    [all...]
recon_altivec.asm 65 stvx v2, 0, r10 ;# 2 rows to dst from buf
  /external/webkit/WebCore/html/
HTMLFrameSetElement.cpp 232 String HTMLFrameSetElement::rows() const function in class:WebCore::HTMLFrameSetElement
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/WebKit/win/Interfaces/
DOMHTML.idl 887 - (int)rows;
889 HRESULT rows([out, retval] int* result);
892 - (void)setRows:(int)rows;
894 HRESULT setRows([in] int rows);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 88 * used to access the corresponding database rows.
95 /** Operate on existing rows. */
123 /** Insert new rows (no where clause allowed). */
301 int rows = 0; local
303 rows++;
308 if (rows > MAX_CACHE_ENTRIES) {
314 Log.d(TAG, "cache for settings table '" + table + "' rows=" + rows + "; fullycached=" +
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 297 ContentValues[] rows = new ContentValues[c.getCount()]; local
316 rows[i++] = values;
322 int numValues = rows.length;
324 if (db.insert(TABLE_FAVORITES, null, rows[i]) < 0) {
    [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...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp     [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...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 671 private static ArrayList<ArrayList> createTestList(int rows, int cols) {
675 for (int i = 0; i < rows; i++) {

Completed in 599 milliseconds

1 2 3 45 6 7