/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityARIAGridRow.cpp | 79 int rowCount = allRows.size(); in disclosedRows() local 80 for (int k = index + 1; k < rowCount; ++k) { in disclosedRows() 106 int rowCount = allRows.size(); in disclosedByRow() local 107 if (index >= rowCount) in disclosedByRow()
|
D | AccessibilityTable.cpp | 397 unsigned rowCount = m_rows.size(); in rowHeaders() local 398 for (unsigned k = 0; k < rowCount; ++k) { in rowHeaders() 443 unsigned AccessibilityTable::rowCount() in rowCount() function in WebCore::AccessibilityTable 463 unsigned rowCount = 0; in cellForColumnAndRow() local 470 rowCount += numRows; in cellForColumnAndRow() 473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) { in cellForColumnAndRow() 507 if (row < rowCount) in cellForColumnAndRow()
|
D | AccessibilityTable.h | 70 unsigned rowCount();
|
D | AccessibilityTableColumn.cpp | 184 int numRows = m_parentTable->rowCount(); in addChildren()
|
D | AccessibilityARIAGrid.cpp | 148 if (column >= columnCount() || row >= rowCount()) in cellForColumnAndRow()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAbstractCursor.java | 26 protected int rowCount; field in ShadowAbstractCursor 32 return rowCount; in getCount() 73 if ((-1 == currentRowNumber) || (rowCount == currentRowNumber)) { in setPosition()
|
D | ShadowMatrixCursor.java | 26 rowCount++; in addRow() 83 if (currentRowNumber >= rowCount) { in get()
|
D | ShadowSQLiteCursor.java | 244 rowCount = count; in fillRows() 250 rowCount = 0; in setResultSet()
|
/external/skia/gm/ |
D | drawbitmaprect.cpp | 124 int rowCount = 0; in onDraw() local 150 ++rowCount; in onDraw() 151 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw() 155 rowCount = 0; in onDraw()
|
/external/skia/src/core/ |
D | SkRegion_rects.cpp | 134 int rowCount = row - rowHead; 139 if (r && (r->fCount == rowCount) && 141 rowCount * sizeof(SkRegion::RunType))) { 148 r->fCount = rowCount; 149 fTotalCount += 1 + rowCount + 1;
|
D | SkAAClip.cpp | 74 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc() 75 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize; in Alloc() 78 head->fRowCount = rowCount; in Alloc()
|
/external/skia/legacy/src/core/ |
D | SkRegion_rects.cpp | 134 int rowCount = row - rowHead; 139 if (r && (r->fCount == rowCount) && 141 rowCount * sizeof(SkRegion::RunType))) { 148 r->fCount = rowCount; 149 fTotalCount += 1 + rowCount + 1;
|
D | SkAAClip.cpp | 74 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc() 75 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize; in Alloc() 78 head->fRowCount = rowCount; in Alloc()
|
/external/icu4c/test/intltest/ |
D | tsdtfmsy.cpp | 332 int32_t rowCount = 0, columnCount = 0; in TestSymbols() local 333 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount); in TestSymbols() 334 fr.setZoneStrings(strings, rowCount, columnCount); in TestSymbols() 335 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols() 336 for(int32_t i = 0; i < rowCount; i++) { in TestSymbols()
|
D | miscdtfm.cpp | 350 int32_t rowCount, colCount; in test4117335() local 351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335() 354 for (int32_t i = 0; i < rowCount; ++i) { in test4117335()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.h | 24 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
D | peers.cpp | 427 if (model.rowCount() > 0) { in add_station() 561 if (model.rowCount() == 0) in remove_bss() 781 if (model.rowCount() == 0) in find_addr() 794 if (model.rowCount() == 0) in find_addr_type() 810 if (model.rowCount() == 0) in find_uuid() 880 if (model.rowCount() == 0) in event_notify() 995 if (model.rowCount() == 0) in event_notify() 1151 if (model.rowCount() == 0) in event_notify() 1569 if (model.rowCount() == 0) in remove_enrollee_uuid() 1769 if (model.rowCount() == 0) in ctx_hide_ap() [all …]
|
D | eventhistory.cpp | 15 int EventListModel::rowCount(const QModelIndex &) const in rowCount() function in EventListModel
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 447 const UnicodeString** getZoneStrings(int32_t& rowCount, int32_t& columnCount) const; 461 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LevelTree.java | 219 final int rowCount = levels.size(); in updateCompletedState() local 220 for (int x = 0; x < rowCount; x++) { in updateCompletedState()
|
/external/webkit/Tools/DumpRenderTree/ |
D | AccessibilityUIElement.h | 170 int rowCount();
|
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 1029 DateFormatSymbols::getZoneStrings(int32_t& rowCount, int32_t& columnCount) const in getZoneStrings() argument 1042 rowCount = fZoneStringsRowCount; in getZoneStrings() 1135 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t co… in setZoneStrings() argument 1142 fZoneStringsRowCount = rowCount; in setZoneStrings()
|
/external/webkit/Tools/CSSTestSuiteHarness/harness/ |
D | harness.js | 1834 var rowCount = 0; 1836 rowCount = results.rows.item(0)[allRowsCount]; 1837 completionHandler(rowCount);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | AccessibilityUIElementGtk.cpp | 79 int AccessibilityUIElement::rowCount() in rowCount() function in AccessibilityUIElement
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | AccessibilityUIElementWin.cpp | 108 int AccessibilityUIElement::rowCount() in rowCount() function in AccessibilityUIElement
|