Searched defs:maxRows (Results 1 - 21 of 21) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
H A DTableRenderer.java24 int startRow, int maxRows, boolean renderNull) {
27 for (int rowIndex = startRow; rowIndex < startRow + maxRows && rowIndex < rows.length;
23 renderRowsAndAppend(HTMLTable tableObject, CellInfo[][] rows, int startRow, int maxRows, boolean renderNull) argument
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DSelectionArea.java33 private int maxRows; field in class:SelectionArea
51 maxRows = rows - 1;
93 this.top = bottom = checkBounds(top, maxRows);
101 this.bottom = checkBounds(bottom, maxRows);
192 buffer.append(", maxRows=");
193 buffer.append(maxRows);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPropsVectors.java44 private int maxRows; field in class:PropsVectors
153 maxRows = INITIAL_ROWS;
217 if ((rows + rowsToExpand) > maxRows) {
218 if (maxRows < MEDIUM_ROWS) {
220 } else if (maxRows < MAX_ROWS) {
230 maxRows = newMaxRows;
/external/icu/icu4c/source/common/
H A Dpropsvec.c33 int32_t maxRows; member in struct:UPropsVectors
69 pv->maxRows=UPVEC_INITIAL_ROWS;
205 if((rows+splitFirstRow+splitLastRow)>pv->maxRows) {
209 if(pv->maxRows<UPVEC_MEDIUM_ROWS) {
211 } else if(pv->maxRows<UPVEC_MAX_ROWS) {
228 pv->maxRows=newMaxRows;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPropsVectors.java42 private int maxRows; field in class:PropsVectors
151 maxRows = INITIAL_ROWS;
215 if ((rows + rowsToExpand) > maxRows) {
216 if (maxRows < MEDIUM_ROWS) {
218 } else if (maxRows < MAX_ROWS) {
228 maxRows = newMaxRows;
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417.cpp448 int32_t maxRows,
452 m_maxRows = maxRows;
446 setDimensions(int32_t maxCols, int32_t minCols, int32_t maxRows, int32_t minRows) argument
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp1508 int32_t row, maxRows; local
1510 maxRows = ures_getSize(transIDs);
1511 for (row = 0; row < maxRows; row++) {
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 417 milliseconds