/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PropsVectors.java | 183 int firstRow, lastRow; in setValue() local 192 firstRow = findRow(start); in setValue() 200 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask)); in setValue() 242 count = lastRow - firstRow + columns; in setValue() 243 System.arraycopy(v, firstRow, v, firstRow + columns, count); in setValue() 247 v[firstRow + 1] = v[firstRow + columns] = start; in setValue() 248 firstRow += columns; in setValue() 265 firstRow += column; in setValue() 269 v[firstRow] = (v[firstRow] & mask) | value; in setValue() 270 if (firstRow == lastRow) { in setValue() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | PropsVectors.java | 185 int firstRow, lastRow; in setValue() local 194 firstRow = findRow(start); in setValue() 202 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask)); in setValue() 244 count = lastRow - firstRow + columns; in setValue() 245 System.arraycopy(v, firstRow, v, firstRow + columns, count); in setValue() 249 v[firstRow + 1] = v[firstRow + columns] = start; in setValue() 250 firstRow += columns; in setValue() 267 firstRow += column; in setValue() 271 v[firstRow] = (v[firstRow] & mask) | value; in setValue() 272 if (firstRow == lastRow) { in setValue() [all …]
|
/external/icu/icu4c/source/common/ |
D | propsvec.c | 157 uint32_t *firstRow, *lastRow; in upvec_setValue() local 187 firstRow=_findRow(pv, start); in upvec_setValue() 195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); in upvec_setValue() 222 firstRow=newVectors+(firstRow-pv->v); in upvec_setValue() 242 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue() 243 uprv_memmove(firstRow+columns, firstRow, count*4); in upvec_setValue() 247 firstRow[1]=firstRow[columns]=(uint32_t)start; in upvec_setValue() 248 firstRow+=columns; in upvec_setValue() 265 firstRow+=column; in upvec_setValue() 269 *firstRow=(*firstRow&mask)|value; in upvec_setValue() [all …]
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417DetectionResultRowIndicatorColumn.cpp | 59 int32_t firstRow = imageRowToCodewordIndex((int32_t)top->GetY()); in adjustCompleteIndicatorColumnRowNumbers() local 62 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustCompleteIndicatorColumnRowNumbers() 66 for (int32_t codewordsRow = firstRow; codewordsRow < lastRow; in adjustCompleteIndicatorColumnRowNumbers() 135 int32_t firstRow = imageRowToCodewordIndex((int32_t)top->GetY()); in adjustIncompleteIndicatorColumnRowNumbers() local 138 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustIncompleteIndicatorColumnRowNumbers() 143 for (int32_t codewordsRow = firstRow; codewordsRow < lastRow; in adjustIncompleteIndicatorColumnRowNumbers()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 293 const GLuint firstRow = (GLuint) state[2]; in _mesa_fetch_state() local 298 ASSERT(firstRow >= 0); in _mesa_fetch_state() 299 ASSERT(firstRow < 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() 1003 const GLuint firstRow = (GLuint) state[2]; in _mesa_program_state_string() local 1012 if (firstRow == lastRow) in _mesa_program_state_string() 1013 sprintf(tmp, ".row[%d]", firstRow); 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/linear/ |
D | BlockRealMatrix.java | 863 final int firstRow = iBlock * BLOCK_SIZE; in setSubMatrix() local 864 final int iStart = FastMath.max(row, firstRow); in setSubMatrix() 865 final int iEnd = FastMath.min(endRow + 1, firstRow + iHeight); in setSubMatrix() 878 block, (i - firstRow) * jWidth + (jStart - firstColumn), in setSubMatrix()
|
D | BlockFieldMatrix.java | 837 final int firstRow = iBlock * BLOCK_SIZE; in setSubMatrix() local 838 final int iStart = FastMath.max(row, firstRow); in setSubMatrix() 839 final int iEnd = FastMath.min(endRow + 1, firstRow + iHeight); in setSubMatrix() 852 block, (i - firstRow) * jWidth + (jStart - firstColumn), in setSubMatrix()
|
/external/opencv3/modules/imgproc/src/ |
D | demosaicing.cpp | 1594 T* firstRow = dst.ptr<T>(); in Bayer2RGB_EdgeAware_T() local 1601 firstRow[x] = (firstRow+dstep)[x]; in Bayer2RGB_EdgeAware_T() 1607 firstRow[x] = lastRow[x] = 0; in Bayer2RGB_EdgeAware_T()
|
/external/opencv3/modules/imgproc/test/ |
D | test_color.cpp | 2038 uchar* firstRow = dst.ptr(), *lastRow = dst.ptr(size.height); in test_Bayer2RGB_EdgeAware_8u() local 2042 firstRow[x] = firstRow[dst.step + x]; in test_Bayer2RGB_EdgeAware_8u()
|
/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 | 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/ ... |
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |