/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PropsVectors.java | 183 int firstRow, lastRow; in setValue() local 193 lastRow = findRow(end); in setValue() 201 splitLastRow = (limit != v[lastRow + 1] && value != (v[lastRow + column] & mask)); in setValue() 231 int count = (rows * columns) - (lastRow + columns); in setValue() 233 System.arraycopy(v, lastRow + columns, v, lastRow in setValue() 242 count = lastRow - firstRow + columns; in setValue() 244 lastRow += columns; in setValue() 254 System.arraycopy(v, lastRow, v, lastRow + columns, columns); in setValue() 257 v[lastRow + 1] = v[lastRow + columns] = limit; in setValue() 262 prevRow = lastRow / columns; in setValue() [all …]
|
/external/icu/icu4c/source/common/ |
D | propsvec.c | 157 uint32_t *firstRow, *lastRow; in upvec_setValue() local 188 lastRow=_findRow(pv, end); in upvec_setValue() 196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask)); in upvec_setValue() 223 lastRow=newVectors+(lastRow-pv->v); in upvec_setValue() 230 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns)); in upvec_setValue() 233 lastRow+(1+splitFirstRow+splitLastRow)*columns, in upvec_setValue() 234 lastRow+columns, in upvec_setValue() 242 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue() 244 lastRow+=columns; in upvec_setValue() 254 uprv_memcpy(lastRow+columns, lastRow, columns*4); in upvec_setValue() [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | DynamicTableModel.java | 185 int lastRow = 0; // most recent row iterated field in DynamicTableModel.TableModelIterator 251 lastRow++; in next() 259 … if (dynamicTableModel.getNumRows() > 0 && lastRow >= (dynamicTableModel.getNumRows() - 1)) { in next() 262 lastRow = 0; in next() 267 lastRow++; in next()
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 144 var lastRow = (j - 1) * rowSize; 150 …lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * i… 181 var lastRow = (j - 1) * rowSize; 188 …lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) *… 189 …Y = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow]))…
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 294 const GLuint lastRow = (GLuint) state[3]; in _mesa_fetch_state() local 300 ASSERT(lastRow >= 0); in _mesa_fetch_state() 301 ASSERT(lastRow < 4); in _mesa_fetch_state() 335 for (i = 0, row = firstRow; row <= lastRow; row++) { in _mesa_fetch_state() 343 for (i = 0, row = firstRow; row <= lastRow; row++) { in _mesa_fetch_state() 1004 const GLuint lastRow = (GLuint) state[3]; in _mesa_program_state_string() local 1012 if (firstRow == lastRow) in _mesa_program_state_string() 1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow); in _mesa_program_state_string()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | AdamsBashforthIntegrator.java | 219 final int lastRow = nordsieck.getRowDimension() - 1; in integrate() local 241 final double ratio = nordsieck.getEntry(lastRow, i) / tol; in integrate()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |