/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
D | SelectionArea.java | 33 private int maxRows; field in SelectionArea 51 maxRows = rows - 1; in setBounds() 93 this.top = bottom = checkBounds(top, maxRows); in setTop() 101 this.bottom = checkBounds(bottom, maxRows); in setBottom() 193 buffer.append(maxRows); in toString()
|
/external/eigen/test/ |
D | spqr_support.cpp | 15 int generate_sparse_rectangular_problem(MatrixType& A, DenseMat& dA, int maxRows = 300, int maxCols… in generate_sparse_rectangular_problem() argument 17 eigen_assert(maxRows >= maxCols); in generate_sparse_rectangular_problem() 19 int rows = internal::random<int>(1,maxRows); in generate_sparse_rectangular_problem()
|
D | sparseqr.cpp | 13 int generate_sparse_rectangular_problem(MatrixType& A, DenseMat& dA, int maxRows = 300, int maxCols… in generate_sparse_rectangular_problem() argument 15 eigen_assert(maxRows >= maxCols); in generate_sparse_rectangular_problem() 17 int rows = internal::random<int>(1,maxRows); in generate_sparse_rectangular_problem()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PropsVectors.java | 42 private int maxRows; field in PropsVectors 151 maxRows = INITIAL_ROWS; in PropsVectors() 215 if ((rows + rowsToExpand) > maxRows) { in setValue() 216 if (maxRows < MEDIUM_ROWS) { in setValue() 218 } else if (maxRows < MAX_ROWS) { in setValue() 228 maxRows = newMaxRows; in setValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | PropsVectors.java | 44 private int maxRows; field in PropsVectors 153 maxRows = INITIAL_ROWS; in PropsVectors() 217 if ((rows + rowsToExpand) > maxRows) { in setValue() 218 if (maxRows < MEDIUM_ROWS) { in setValue() 220 } else if (maxRows < MAX_ROWS) { in setValue() 230 maxRows = newMaxRows; in setValue()
|
/external/cronet/third_party/icu/source/common/ |
D | propsvec.cpp | 33 int32_t maxRows; member 69 pv->maxRows=UPVEC_INITIAL_ROWS; in upvec_open() 205 if((rows+splitFirstRow+splitLastRow)>pv->maxRows) { in upvec_setValue() 209 if(pv->maxRows<UPVEC_MEDIUM_ROWS) { in upvec_setValue() 211 } else if(pv->maxRows<UPVEC_MAX_ROWS) { in upvec_setValue() 228 pv->maxRows=newMaxRows; in upvec_setValue()
|
/external/icu/icu4c/source/common/ |
D | propsvec.cpp | 33 int32_t maxRows; member 69 pv->maxRows=UPVEC_INITIAL_ROWS; in upvec_open() 205 if((rows+splitFirstRow+splitLastRow)>pv->maxRows) { in upvec_setValue() 209 if(pv->maxRows<UPVEC_MEDIUM_ROWS) { in upvec_setValue() 211 } else if(pv->maxRows<UPVEC_MAX_ROWS) { in upvec_setValue() 228 pv->maxRows=newMaxRows; in upvec_setValue()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | TableRenderer.java | 24 int startRow, int maxRows, boolean renderNull) { in renderRowsAndAppend() argument 27 for (int rowIndex = startRow; rowIndex < startRow + maxRows && rowIndex < rows.length; in renderRowsAndAppend()
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417.cpp | 409 int32_t maxRows, in setDimensions() argument 413 m_maxRows = maxRows; in setDimensions()
|
D | BC_PDF417.h | 27 int32_t maxRows,
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Transliterator.java | 2101 int row, maxRows; 2102 maxRows = transIDs.getSize(); 2103 for (row = 0; row < maxRows; row++) {
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | Transliterator.java | 2175 int row, maxRows; 2176 maxRows = transIDs.getSize(); 2177 for (row = 0; row < maxRows; row++) {
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
D | ExtractICUData.java | 258 int maxRows = transIDs.getSize(); in getTranslitIndex() local 259 for (int row = 0; row < maxRows; row++) { in getTranslitIndex()
|
/external/icu/icu4c/source/i18n/ |
D | translit.cpp | 1532 int32_t row, maxRows; in initializeRegistry() local 1540 maxRows = ures_getSize(transIDs); in initializeRegistry() 1541 for (row = 0; row < maxRows; row++) { in initializeRegistry()
|
/external/cronet/third_party/icu/source/i18n/ |
D | translit.cpp | 1532 int32_t row, maxRows; in initializeRegistry() local 1540 maxRows = ures_getSize(transIDs); in initializeRegistry() 1541 for (row = 0; row < maxRows; row++) { in initializeRegistry()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2706 …maxRows:4,log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function()… property
|