Home
last modified time | relevance | path

Searched refs:maxRows (Results 1 – 25 of 27) sorted by relevance

12

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java33 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java42 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/
DPropsVectors.java44 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/eigen/test/
Dspqr_support.cpp15 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()
Dsparseqr.cpp13 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/icu4c/source/common/
Dpropsvec.cpp33 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/
DTableRenderer.java24 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/
DBC_PDF417.cpp449 int32_t maxRows, in setDimensions() argument
453 m_maxRows = maxRows; in setDimensions()
DBC_PDF417.h29 int32_t maxRows,
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterator.java1922 int row, maxRows;
1923 maxRows = transIDs.getSize();
1924 for (row = 0; row < maxRows; row++) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterator.java1870 int row, maxRows;
1871 maxRows = transIDs.getSize();
1872 for (row = 0; row < maxRows; row++) {
/external/icu/icu4c/source/i18n/
Dtranslit.cpp1508 int32_t row, maxRows; in initializeRegistry() local
1510 maxRows = ures_getSize(transIDs); in initializeRegistry()
1511 for (row = 0; row < maxRows; row++) { in initializeRegistry()
/external/guice/extensions/struts2/lib/
Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v1/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2706maxRows:4,log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function()… property
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12