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

1 23 4 5 6 7

  /external/jpeg/
jmemmgr.c 154 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
170 JDIMENSION maxaccess; /* max rows accessed by access_virt_barray */
338 * deliberately bunch rows together to ensure a large request size.
386 * blocks, we allocate the sample rows in groups of as many rows as possible
389 * this chunking of rows. The rowsperchunk value is left in the mem manager
405 /* Calculate max # of rows allowed in one allocation chunk */
420 /* Get the rows themselves (large objects) */
453 /* Calculate max # of rows allowed in one allocation chunk */
468 /* Get the rows themselves (large objects) *
693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
    [all...]
  /external/webkit/WebCore/html/
HTMLFrameSetElement.h 65 String rows() const;
HTMLTextAreaElement.h 41 int rows() const { return m_rows; } function in class:WebCore::HTMLTextAreaElement
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 330 @SuppressWarnings({"unchecked"}) ArrayList<ArrayList> rows = new ArrayList<ArrayList>(); local
331 rows.add(dialNumber);
332 rows.add(createContact);
334 return new ArrayListCursor(SEARCH_SUGGESTIONS_BASED_ON_PHONE_NUMBER_COLUMNS, rows);
432 @SuppressWarnings({"unchecked"}) ArrayList<ArrayList> rows = new ArrayList<ArrayList>(); local
434 rows.add(suggestionList.get(i).asList(projection));
438 : SEARCH_SUGGESTIONS_BASED_ON_NAME_COLUMNS, rows);
  /external/qemu/
dcache.c 35 int rows; member in struct:Dcache
76 // The number of rows in the table = size / (line_size * ways)
83 dcache.rows = 1 << log_rows;
97 int rows = dcache.rows; local
98 for (ii = 0; ii < rows; ++ii) {
  /libcore/luni/src/test/java/tests/SQLite/
StmtTest.java 291 String[] row0 = (String[]) count.rows.elementAt(0);
342 String[] row0 = (String[]) r.rows.elementAt(0);
345 String[] row1 = (String[]) r.rows.elementAt(1);
348 String[] row2 = (String[]) r.rows.elementAt(2);
395 String[] row0 = (String[]) r.rows.elementAt(0);
398 String[] row1 = (String[]) r.rows.elementAt(1);
401 String[] row2 = (String[]) r.rows.elementAt(2);
464 String[] row0 = (String[]) r.rows.elementAt(0);
467 String[] row1 = (String[]) r.rows.elementAt(1);
472 String[] row2 = (String[]) r.rows.elementAt(2)
    [all...]
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...]
  /external/libvpx/vp8/common/
alloccommon.c 24 void vp8_update_mode_info_border(MODE_INFO *mi, int rows, int cols)
29 for (i = 0; i < rows; i++)
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 158 private static ArrayList<ArrayList> createTestList(int rows, int cols) {
162 for (int i = 0; i < rows; i++) {
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 36 Mesh(int which, int rows, int cols) {
38 mRows = rows;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 126 NCursesFormField (int rows,
135 field = ::new_field(rows, ncols, first_row, first_col,
191 inline void info(int& rows, int& ncols,
194 OnError(::field_info(field, &rows, &ncols,
542 void scale(int& rows, int& ncols) const {
543 OnError(::scale_form(form,&rows,&ncols));
634 NCursesUserField (int rows,
641 : NCursesFormField (rows, ncols,
  /external/quake/quake/src/QW/client/
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/
console.cpp 583 int rows; local
603 rows = (lines-16)>>3; // rows of text to draw
604 y = lines - 16 - (rows<<3); // may start slightly negative
606 for (i= con_current - rows + 1 ; i<=con_current ; i++, y+=8 )
  /libcore/luni/src/main/java/java/sql/
Statement.java 22 * The resulting table rows are returned as {@code ResultSet}s. For any given
75 * but a count of the number of rows it affected is unavailable.
246 * count</i> (the number of rows in the database affected by the
249 * completed successfully but the number of rows affected is
281 * @return the count of updated rows, or 0 for a statement that returns
302 * @return the number of updated rows, or 0 if the statement returns
322 * @return the count of updated rows, or 0 for a statement that returns
342 * @return the count of updated rows, or 0 for a statement that returns
362 * Gets the default direction for fetching rows for {@code ResultSet}s
376 * Gets the default number of rows for a fetch for the {@code ResultSet
    [all...]
  /build/tools/droiddoc/templates/assets/
search_autocomplete.js 39 set_row_selected(this.rows[gSelectedIndex], false);
76 r = filtered.rows[i];
84 //start hiding rows that are no longer matches
86 r = filtered.rows[i];
91 r = filtered.rows[ROW_COUNT];
96 filtered.rows[ROW_COUNT].className = "hide-row";
  /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/webkit/WebCore/inspector/front-end/
StoragePanel.js 280 dataGridForResult: function(rows)
282 if (!rows.length)
288 for (var columnIdentifier in rows[0]) {
298 var length = rows.length;
302 var row = rows[i];
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 109 String rd[] = (String []) pk.tr.rows.elementAt(i);
138 System.arraycopy((String []) tr.rows.elementAt(row), 0,
158 throw new SQLException("no rows");
223 String rd[] = (String []) tr.rows.elementAt(row);
245 String rd[] = (String []) tr.rows.elementAt(row);
289 String rd[] = (String []) tr.rows.elementAt(row);
314 String rd[] = (String []) tr.rows.elementAt(row);
363 String rd[] = (String []) tr.rows.elementAt(row);
414 String rd[] = (String []) tr.rows.elementAt(row);
464 String rd[] = (String []) tr.rows.elementAt(row)
    [all...]
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
55 ;# a/A are the even rows 0,2 b/B are the odd rows 1,3
76 ;# Vertical xf on two rows. DCT values in comments are for inverse transform;
92 vpkuwum v8, v10, v8 ;# v8 = rows 0,1 or 2,3
  /external/webkit/WebCore/rendering/
RenderTextControlMultiLine.cpp 91 setHeight(height() + lineHeight * static_cast<HTMLTextAreaElement*>(node())->rows());
  /external/clearsilver/imd/
imdm.py 110 def albumdisplay(basedir,album,columns=7,rows=5):
116 imgcount = columns * rows
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 68 private ArrayList<ArrayList> createTestList(int rows, int cols) {
72 for (int i = 0; i < rows; i++) {
91 // Now see if we can pull 2 rows from the adapter
102 // The adapter should report zero rows
113 // Now see if we can pull 2 rows from the adapter
116 // now put in a different cursor (5 rows)
121 // Now see if we can pull 5 rows from the adapter
132 // Now see if we can pull 2 rows from the adapter
138 // The adapter should report zero rows
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageListUnitTests.java 172 HashMap<Long, Map<String, Object>> rows) {
175 mUpdatedRows = rows;
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 637 private static ArrayList<ArrayList> createTestList(int rows, int cols) {
641 for (int i = 0; i < rows; i++) {
688 public TestAbstractCursor(String[] columnNames, ArrayList<ArrayList> rows) {
708 int rowCount = rows.size();
712 mRows[i] = rows.get(i);
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 57 int rows,
78 mov ecx, DWORD PTR rows
409 int rows,
428 mov ecx, DWORD PTR rows
709 void vp8_mbpost_proc_down_mmx(unsigned char *dst, int pitch, int rows, int cols, int flimit)
722 rows += 8;
865 cmp edx, rows
873 void vp8_mbpost_proc_down_xmm(unsigned char *dst, int pitch, int rows, int cols, int flimit)
886 rows += 8;
1029 cmp edx, rows
    [all...]

Completed in 986 milliseconds

1 23 4 5 6 7