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

1 2 3 4

  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableTable_CustomFieldSerializerBase.java 32 int rowCount = reader.readInt();
33 for (int i = 0; i < rowCount; i++) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 15 int EventListModel::rowCount(const QModelIndex &) const
  /external/skia/gm/
drawminibitmaprect.cpp 90 int rowCount = 0;
119 ++rowCount;
120 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) {
124 rowCount = 0;
textblobmixedsizes.cpp 123 int rowCount = 0;
157 ++rowCount;
158 if ((bounds.width() + 2 * kPadX) * rowCount > kWidth) {
162 rowCount = 0;
drawbitmaprect.cpp 182 int rowCount = 0;
206 ++rowCount;
207 if ((dstRect.width() + kPadX) * rowCount > gSize) {
211 rowCount = 0;
  /external/skqp/gm/
drawminibitmaprect.cpp 90 int rowCount = 0;
119 ++rowCount;
120 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) {
124 rowCount = 0;
textblobmixedsizes.cpp 123 int rowCount = 0;
157 ++rowCount;
158 if ((bounds.width() + 2 * kPadX) * rowCount > kWidth) {
162 rowCount = 0;
drawbitmaprect.cpp 182 int rowCount = 0;
206 ++rowCount;
207 if ((dstRect.width() + kPadX) * rowCount > gSize) {
211 rowCount = 0;
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 196 int rowCount = mDb.delete(DATABASE_TABLE_NAME, ID + " = " + uri.getPathLeafId());
200 return rowCount;
  /external/icu/icu4c/source/test/intltest/
miscdtfm.cpp 352 int32_t rowCount, colCount;
353 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount);
356 for (int32_t i = 0; i < rowCount; ++i) {
tsdtfmsy.cpp 370 int32_t rowCount = 0, columnCount = 0;
371 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount);
372 fr.setZoneStrings(strings, rowCount, columnCount);
373 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount);
374 for(int32_t i = 0; i < rowCount; i++) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java 26 protected int rowCount;
32 return rowCount;
73 if ((-1 == currentRowNumber) || (rowCount == currentRowNumber)) {
  /frameworks/base/core/java/android/database/
MatrixCursor.java 30 private int rowCount = 0;
72 if (mPos >= rowCount) {
86 final int row = rowCount++;
87 final int endIndex = rowCount * columnCount;
108 int start = rowCount++ * columnCount;
123 int start = rowCount * columnCount;
150 rowCount++;
161 rowCount++;
244 return rowCount;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRecyclerView.java 90 int rowCount = mAdapter.getItemCount();
91 float pos = rowCount * touchFraction;
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
FrequentContactsCursorBuilderTest.java 29 final int rowCount = expected.getCount();
31 assertEquals(rowCount, actual.getCount());
33 for (int i = 0; i < rowCount; i++) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealMatrix.java 83 final int rowCount = getRowDimension();
85 final RealMatrix out = createMatrix(rowCount, columnCount);
86 for (int row = 0; row < rowCount; ++row) {
102 final int rowCount = getRowDimension();
104 final RealMatrix out = createMatrix(rowCount, columnCount);
105 for (int row = 0; row < rowCount; ++row) {
118 final int rowCount = getRowDimension();
120 final RealMatrix out = createMatrix(rowCount, columnCount);
121 for (int row = 0; row < rowCount; ++row) {
134 final int rowCount = getRowDimension()
    [all...]
Array2DRowFieldMatrix.java 188 final int rowCount = getRowDimension();
190 final T[][] outData = buildArray(getField(), rowCount, columnCount);
191 for (int row = 0; row < rowCount; row++) {
228 final int rowCount = getRowDimension();
230 final T[][] outData = buildArray(getField(), rowCount, columnCount);
231 for (int row = 0; row < rowCount; row++) {
Array2DRowRealMatrix.java 196 final int rowCount = getRowDimension();
198 final double[][] outData = new double[rowCount][columnCount];
199 for (int row = 0; row < rowCount; row++) {
236 final int rowCount = getRowDimension();
238 final double[][] outData = new double[rowCount][columnCount];
239 for (int row = 0; row < rowCount; row++) {
RealMatrixImpl.java 197 final int rowCount = getRowDimension();
199 final double[][] outData = new double[rowCount][columnCount];
200 for (int row = 0; row < rowCount; row++) {
237 final int rowCount = getRowDimension();
239 final double[][] outData = new double[rowCount][columnCount];
240 for (int row = 0; row < rowCount; row++) {
  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 219 final int rowCount = levels.size();
220 for (int x = 0; x < rowCount; x++) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 66 final int rowCount = childCount / mColumnCount + childCount % mColumnCount;
68 for (int row = 0; row < rowCount; row++) {
129 final int rowCount = childCount / mColumnCount + childCount % mColumnCount;
135 for (int row = 0; row < rowCount; row++) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 220 int rowCount = db.delete(CellBroadcastDatabaseHelper.TABLE_NAME,
223 if (rowCount != 0) {
238 int rowCount = db.delete(CellBroadcastDatabaseHelper.TABLE_NAME, null, null);
239 if (rowCount != 0) {
265 int rowCount = db.update(CellBroadcastDatabaseHelper.TABLE_NAME, cv, whereClause, whereArgs);
266 if (rowCount != 0) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java 89 final int rowCount = getRowCount();
90 for (int row = 1; row <= rowCount; row++) {
313 final int rowCount = getRowCount();
314 for (int row = 1; row <= rowCount; row++) {
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
ListContent.java 176 int rowCount = listItems.size();
179 i, rowCount, MODE_LARGE);
206 int rowCount = mRowItems.size();
207 for (int i = 0; i < rowCount; i++) {
209 i, rowCount, MODE_LARGE);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 183 int rowCount = mApps.getNumAppRows();
184 if (rowCount == 0) {

Completed in 951 milliseconds

1 2 3 4