/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417Dimensions.cpp | 28 int32_t maxRows) {
32 m_maxRows = maxRows;
|
BC_PDF417Dimensions.h | 14 int32_t maxRows);
|
BC_PDF417.h | 23 int32_t maxRows,
|
BC_PDF417.cpp | 454 int32_t maxRows,
458 m_maxRows = maxRows;
[all...] |
/external/eigen/test/ |
spqr_support.cpp | 13 int generate_sparse_rectangular_problem(MatrixType& A, DenseMat& dA, int maxRows = 300, int maxCols = 300) 15 eigen_assert(maxRows >= maxCols); 17 int rows = internal::random<int>(1,maxRows);
|
sparseqr.cpp | 13 int generate_sparse_rectangular_problem(MatrixType& A, DenseMat& dA, int maxRows = 300) 16 int rows = internal::random<int>(1,maxRows);
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
SelectionArea.java | 34 private int maxRows; 52 maxRows = rows - 1; 94 this.top = bottom = checkBounds(top, maxRows); 102 this.bottom = checkBounds(bottom, maxRows); 193 buffer.append(", maxRows="); 194 buffer.append(maxRows);
|
/external/skia/src/utils/ |
SkPatchGrid.cpp | 154 int* maxRows = new int[fRows]; 156 memset(maxRows, 0, fRows * sizeof(int)); 166 maxRows[y] = SkMax32(maxRows[y], lod.height()); 180 maxCols[x], maxRows[y])) { 188 delete[] maxRows;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
PropsVectors.java | 42 private int maxRows; 151 maxRows = INITIAL_ROWS; 215 if ((rows + rowsToExpand) > maxRows) { 216 if (maxRows < MEDIUM_ROWS) { 218 } else if (maxRows < MAX_ROWS) { 228 maxRows = newMaxRows;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
PropsVectors.java | 40 private int maxRows; 149 maxRows = INITIAL_ROWS; 213 if ((rows + rowsToExpand) > maxRows) { 214 if (maxRows < MEDIUM_ROWS) { 216 } else if (maxRows < MAX_ROWS) { 226 maxRows = newMaxRows;
|
/external/autotest/frontend/client/src/autotest/common/table/ |
TableRenderer.java | 24 int startRow, int maxRows, boolean renderNull) { 27 for (int rowIndex = startRow; rowIndex < startRow + maxRows && rowIndex < rows.length;
|
/external/icu/icu4c/source/common/ |
propsvec.c | 31 int32_t maxRows; 67 pv->maxRows=UPVEC_INITIAL_ROWS; 203 if((rows+splitFirstRow+splitLastRow)>pv->maxRows) { 207 if(pv->maxRows<UPVEC_MEDIUM_ROWS) { 209 } else if(pv->maxRows<UPVEC_MAX_ROWS) { 226 pv->maxRows=newMaxRows;
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SearchRecentSuggestionsProviderTest.java | 312 * @param maxRows The maximum number of matching rows that must be found. 316 private void checkResultCounts(String queryString, int minRows, int maxRows, 341 assertTrue(foundRows <= maxRows);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
PagedTileLayout.java | 285 public void setMaxRows(int maxRows) { 286 mMaxRows = maxRows;
|
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 554 const size_t maxRows = 5; 560 size_t rows = testRandMod(maxRows) + 1;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Transliterator.java | [all...] |
/external/icu/icu4c/source/i18n/ |
translit.cpp | [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
Transliterator.java | [all...] |
/frameworks/base/core/java/android/widget/ |
SimpleMonthView.java | 533 final int maxRows = (maxDay / DAYS_IN_WEEK) - ((maxDay % DAYS_IN_WEEK == 0) ? 1 : 0); 535 row = MathUtils.constrain(row, 0, maxRows); [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/ |
groovy-all-2.3.6.jar | |
/libcore/benchmarks/src/benchmarks/regression/ |
R.java | [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/ |
groovy-all-2.2.1.jar | |
/external/zxing/core/ |
core.jar | |
/external/guice/extensions/struts2/lib/ |
jsp-api-2.1.jar | |