HomeSort by relevance Sort by last modified time
    Searched defs:rows (Results 1 - 25 of 47) sorted by null

1 2

  /external/webkit/WebCore/storage/
SQLResultSet.cpp 52 // If the query didn't result in any rows being added, raise an INVALID_ACCESS_ERR exception
65 SQLResultSetRowList* SQLResultSet::rows() const function in class:WebCore::SQLResultSet
SQLStatement.cpp 115 SQLResultSetRowList* rows = resultSet->rows(); local
118 rows->addColumn(statement.getColumnName(i));
122 rows->addResult(statement.getColumnValue(i));
145 // sqlite3_total_changes() here instead of sqlite3_changed, because that includes rows modified from within a trigger
  /external/webkit/WebCore/html/
HTMLFrameSetElement.cpp 232 String HTMLFrameSetElement::rows() const function in class:WebCore::HTMLFrameSetElement
HTMLTableSectionElement.cpp 82 RefPtr<HTMLCollection> children = rows();
104 RefPtr<HTMLCollection> children = rows();
117 int rows = 0; local
121 rows++;
125 return rows;
168 PassRefPtr<HTMLCollection> HTMLTableSectionElement::rows() function in class:WebCore::HTMLTableSectionElement
HTMLTextAreaElement.h 41 int rows() const { return m_rows; } function in class:WebCore::HTMLTextAreaElement
HTMLTextAreaElement.cpp 111 int rows = attr->value().toInt(); local
112 if (rows <= 0)
113 rows = defaultRows;
114 if (m_rows != rows) {
115 m_rows = rows;
414 void HTMLTextAreaElement::setRows(int rows)
416 setAttribute(rowsAttr, String::number(rows));
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
  /libcore/sqlite-jdbc/src/main/java/SQLite/
TableResult.java 39 * Number of rows in the result set.
57 * Rows of the result set. Each row is stored as a String array.
60 public Vector rows; field in class:TableResult
63 * Maximum number of rows to hold in the table.
69 * Flag to indicate Maximum number of rows condition.
83 * Create an empty result set with maximum number of rows.
98 rows = new Vector();
130 rows.addElement(rowdata);
150 String row[] = (String[]) rows.elementAt(i);
  /external/openssl/crypto/bio/
b_dump.c 82 int i,j,rows,trc; local
103 rows=(len/dump_width);
104 if ((rows*dump_width)<len)
105 rows++;
106 for(i=0;i<rows;i++)
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 138 Map<String, ContentValues> rows = mContentQueryMap.getRows(); local
139 assertEquals(ORIGINAL_ROW_COUNT, rows.size());
140 assertTrue(rows.containsKey(NAME0));
141 assertEquals(VALUE0, rows.get(NAME0).getAsString(DummyProvider.VALUE));
142 assertTrue(rows.containsKey(NAME1));
143 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE));
148 rows = mContentQueryMap.getRows();
149 assertFalse(rows.containsKey(NAME0));
151 rows = mContentQueryMap.getRows();
152 assertFalse(rows.containsKey(NAME0))
    [all...]
  /external/chromium/third_party/icu/source/common/
propsvec.c 31 int32_t rows; member in struct:UPropsVectors
67 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP);
69 /* set the all-Unicode row and the special-value rows */
71 uprv_memset(row, 0, pv->rows*columns*4);
94 int32_t columns, i, start, limit, prevRow, rows; local
97 rows=limit=pv->rows;
183 /* find the rows whose ranges overlap with the input range */
185 /* find the first and last rows, always successful */
190 * Rows need to be split if they partially overlap with th
199 int32_t count, rows; local
333 int32_t i, columns, valueColumns, rows, count; local
    [all...]
uresdata.c 539 Row *rows; member in struct:TempTable
842 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]);
843 pTempTable->rows[i].sortIndex=i;
847 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);
848 pTempTable->rows[i].sortIndex=i;
851 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
877 oldIndex=pTempTable->rows[i].sortIndex;
892 oldIndex=pTempTable->rows[i].sortIndex;
911 oldIndex=pTempTable->rows[i].sortIndex;
965 Row rows[STACK_ROW_CAPACITY] local
    [all...]
  /external/icu4c/common/
propsvec.c 31 int32_t rows; member in struct:UPropsVectors
67 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP);
69 /* set the all-Unicode row and the special-value rows */
71 uprv_memset(row, 0, pv->rows*columns*4);
94 int32_t columns, i, start, limit, prevRow, rows; local
97 rows=limit=pv->rows;
183 /* find the rows whose ranges overlap with the input range */
185 /* find the first and last rows, always successful */
190 * Rows need to be split if they partially overlap with th
199 int32_t count, rows; local
335 int32_t i, columns, valueColumns, rows, count; local
    [all...]
uresdata.c 649 Row *rows; member in struct:TempTable
833 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]);
834 pTempTable->rows[i].sortIndex=i;
838 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);
839 pTempTable->rows[i].sortIndex=i;
842 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
868 oldIndex=pTempTable->rows[i].sortIndex;
883 oldIndex=pTempTable->rows[i].sortIndex;
902 oldIndex=pTempTable->rows[i].sortIndex;
956 Row rows[STACK_ROW_CAPACITY] local
    [all...]
  /external/libvpx/vpx/
vp8cx.h 166 unsigned int rows; /**< number of rows */ member in struct:vpx_roi_map
183 unsigned int rows; /**< number of rows */ member in struct:vpx_active_map
  /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) {
  /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 )
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 218 // go through all the available sections to pull out the rows
248 // can cause us to mess rows if we just check the first column
296 AccessibilityObject::AccessibilityChildrenVector& AccessibilityTable::rows() function in class:WebCore::AccessibilityTable
400 // first try rows
426 // we didn't find anything between the rows we should have
  /external/freetype/src/sfnt/
ttsbit.c 103 line_buff -= line_incr * ( target->rows - 1 );
988 FT_Int rows, count; local
    [all...]
  /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/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/rendering/
RenderFrameSet.cpp 136 int rows = frameSet()->totalRows(); local
141 for (int r = 0; r < rows; r++) {
217 // Count the total length of all of the fixed columns/rows -> totalFixed
218 // Count the number of columns/rows which are fixed -> countFixed
225 // Count the total percentage of all of the percentage columns/rows -> totalPercent
226 // Count the number of columns/rows which are percentages -> countPercent
233 // Count the total relative of all the relative columns/rows -> totalRelative
234 // Count the number of columns/rows which are relative -> countRelative
243 // Fixed columns/rows are our first priority. If there is not enough space to fit all fixed
244 // columns/rows we need to proportionally adjust their size.
417 int rows = frameSet()->totalRows(); local
438 int rows = frameSet()->totalRows(); local
473 size_t rows = frameSet()->totalRows(); local
525 int rows = frameSet()->totalRows(); local
648 int rows = frameSet()->totalRows(); local
    [all...]
RenderListBox.cpp 208 // Only count fully visible rows. But don't return 0 even if only part of a row shows.
455 int rows = numVisibleItems(); local
461 if (offsetY > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offset + rows))
462 return offset + rows - 1;
  /frameworks/base/tools/aapt/
Images.cpp 36 image_info() : rows(NULL), is9Patch(false), allocRows(NULL) { }
38 if (rows && rows != allocRows) {
39 free(rows);
54 png_bytepp rows; member in struct:image_info
104 outImageInfo->rows = (png_bytepp)malloc(
107 outImageInfo->allocRows = outImageInfo->rows;
109 png_set_rows(read_ptr, read_info, outImageInfo->rows);
113 outImageInfo->rows[i] = (png_bytep)
117 png_read_image(read_ptr, outImageInfo->rows);
938 png_bytepp rows; local
    [all...]

Completed in 734 milliseconds

1 2