/external/perfetto/ui/src/tracks/android_log/ |
D | controller.ts | 53 const rowCount = +rawResult.numRecords; constant 59 timestamps: new Float64Array(rowCount), 60 priorities: new Uint8Array(rowCount), 63 for (let i = 0; i < rowCount; i++) {
|
/external/skia/src/core/ |
D | SkConvertPixels.h | 20 size_t trimRowBytes, int rowCount) { in SkRectMemcpy() argument 24 memcpy(dst, src, trimRowBytes * rowCount); in SkRectMemcpy() 28 for (int i = 0; i < rowCount; ++i) { in SkRectMemcpy()
|
/external/skqp/src/core/ |
D | SkConvertPixels.h | 20 size_t trimRowBytes, int rowCount) { in SkRectMemcpy() argument 24 memcpy(dst, src, trimRowBytes * rowCount); in SkRectMemcpy() 28 for (int i = 0; i < rowCount; ++i) { in SkRectMemcpy()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BigMatrixImpl.java | 280 final int rowCount = getRowDimension(); in add() 282 final BigDecimal[][] outData = new BigDecimal[rowCount][columnCount]; in add() 283 for (int row = 0; row < rowCount; row++) { in add() 306 final int rowCount = getRowDimension(); in add() local 308 final BigDecimal[][] outData = new BigDecimal[rowCount][columnCount]; in add() 309 for (int row = 0; row < rowCount; row++) { in add() 335 final int rowCount = getRowDimension(); in subtract() 337 final BigDecimal[][] outData = new BigDecimal[rowCount][columnCount]; in subtract() 338 for (int row = 0; row < rowCount; row++) { in subtract() 361 final int rowCount = getRowDimension(); in subtract() local [all …]
|
D | AbstractRealMatrix.java | 83 final int rowCount = getRowDimension(); in add() local 85 final RealMatrix out = createMatrix(rowCount, columnCount); in add() 86 for (int row = 0; row < rowCount; ++row) { in add() 102 final int rowCount = getRowDimension(); in subtract() local 104 final RealMatrix out = createMatrix(rowCount, columnCount); in subtract() 105 for (int row = 0; row < rowCount; ++row) { in subtract() 118 final int rowCount = getRowDimension(); in scalarAdd() local 120 final RealMatrix out = createMatrix(rowCount, columnCount); in scalarAdd() 121 for (int row = 0; row < rowCount; ++row) { in scalarAdd() 134 final int rowCount = getRowDimension(); in scalarMultiply() local [all …]
|
D | AbstractFieldMatrix.java | 175 final int rowCount = getRowDimension(); in add() local 177 final FieldMatrix<T> out = createMatrix(rowCount, columnCount); in add() 178 for (int row = 0; row < rowCount; ++row) { in add() 194 final int rowCount = getRowDimension(); in subtract() local 196 final FieldMatrix<T> out = createMatrix(rowCount, columnCount); in subtract() 197 for (int row = 0; row < rowCount; ++row) { in subtract() 210 final int rowCount = getRowDimension(); in scalarAdd() local 212 final FieldMatrix<T> out = createMatrix(rowCount, columnCount); in scalarAdd() 213 for (int row = 0; row < rowCount; ++row) { in scalarAdd() 226 final int rowCount = getRowDimension(); in scalarMultiply() local [all …]
|
D | Array2DRowRealMatrix.java | 196 final int rowCount = getRowDimension(); in add() local 198 final double[][] outData = new double[rowCount][columnCount]; in add() 199 for (int row = 0; row < rowCount; row++) { in add() 236 final int rowCount = getRowDimension(); in subtract() local 238 final double[][] outData = new double[rowCount][columnCount]; in subtract() 239 for (int row = 0; row < rowCount; row++) { in subtract()
|
D | RealMatrixImpl.java | 197 final int rowCount = getRowDimension(); in add() local 199 final double[][] outData = new double[rowCount][columnCount]; in add() 200 for (int row = 0; row < rowCount; row++) { in add() 237 final int rowCount = getRowDimension(); in subtract() local 239 final double[][] outData = new double[rowCount][columnCount]; in subtract() 240 for (int row = 0; row < rowCount; row++) { in subtract()
|
D | Array2DRowFieldMatrix.java | 188 final int rowCount = getRowDimension(); in add() local 190 final T[][] outData = buildArray(getField(), rowCount, columnCount); in add() 191 for (int row = 0; row < rowCount; row++) { in add() 228 final int rowCount = getRowDimension(); in subtract() local 230 final T[][] outData = buildArray(getField(), rowCount, columnCount); in subtract() 231 for (int row = 0; row < rowCount; row++) { in subtract()
|
/external/perfetto/ui/src/tracks/vsync/ |
D | controller.ts | 52 const rowCount = +rawResult.numRecords; constant 57 vsyncs: new Float64Array(rowCount), 60 for (let i = 0; i < rowCount; i++) {
|
/external/skqp/gm/ |
D | drawminibitmaprect.cpp | 90 int rowCount = 0; in onDraw() local 119 ++rowCount; in onDraw() 120 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw() 124 rowCount = 0; in onDraw()
|
D | textblobmixedsizes.cpp | 116 int rowCount = 0; in onDraw() local 150 ++rowCount; in onDraw() 151 if ((bounds.width() + 2 * kPadX) * rowCount > kWidth) { in onDraw() 155 rowCount = 0; in onDraw()
|
D | drawbitmaprect.cpp | 182 int rowCount = 0; in onDraw() local 203 ++rowCount; in onDraw() 204 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw() 208 rowCount = 0; in onDraw()
|
/external/skia/gm/ |
D | drawminibitmaprect.cpp | 90 int rowCount = 0; in onDraw() local 119 ++rowCount; in onDraw() 120 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw() 124 rowCount = 0; in onDraw()
|
D | textblobmixedsizes.cpp | 115 int rowCount = 0; in onDraw() local 149 ++rowCount; in onDraw() 150 if ((bounds.width() + 2 * kPadX) * rowCount > kWidth) { in onDraw() 154 rowCount = 0; in onDraw()
|
D | drawbitmaprect.cpp | 182 int rowCount = 0; in onDraw() local 203 ++rowCount; in onDraw() 204 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw() 208 rowCount = 0; in onDraw()
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
D | ImmutableTable_CustomFieldSerializerBase.java | 32 int rowCount = reader.readInt(); in instantiate() local 33 for (int i = 0; i < rowCount; i++) { in instantiate()
|
/external/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 352 int32_t rowCount, colCount; in test4117335() local 353 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335() 356 for (int32_t i = 0; i < rowCount; ++i) { in test4117335()
|
D | tsdtfmsy.cpp | 370 int32_t rowCount = 0, columnCount = 0; in TestSymbols() local 371 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount); in TestSymbols() 372 fr.setZoneStrings(strings, rowCount, columnCount); in TestSymbols() 373 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols() 374 for(int32_t i = 0; i < rowCount; i++) { in TestSymbols()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 572 int rowCount; // number of rows in 2D image member 898 m_initialPackProperties.rowCount = 0; in resetInitialStorageModes() 907 m_initialUnpackProperties.rowCount = 0; in resetInitialStorageModes() 933 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, up.rowCount); in applyInitialStorageModes() 938 gl.pixelStorei(GL_PACK_IMAGE_HEIGHT, pp.rowCount); in applyInitialStorageModes() 1203 int rowCount = m_unpackProperties.rowCount; in makeGradient() local 1204 if (rowCount == 0) in makeGradient() 1205 rowCount = GRADIENT_HEIGHT + m_unpackProperties.skipRows; in makeGradient() 1232 m_unpackProperties.rowCount = rowCount; in makeGradient() 1240 std::size_t bufferSize = elementSize * elementsInRow * rowCount * depth; in makeGradient() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 427 if (model.rowCount() > 0) { in add_station() 561 if (model.rowCount() == 0) in remove_bss() 781 if (model.rowCount() == 0) in find_addr() 794 if (model.rowCount() == 0) in find_addr_type() 810 if (model.rowCount() == 0) in find_uuid() 880 if (model.rowCount() == 0) in event_notify() 995 if (model.rowCount() == 0) in event_notify() 1151 if (model.rowCount() == 0) in event_notify() 1569 if (model.rowCount() == 0) in remove_enrollee_uuid() 1769 if (model.rowCount() == 0) in ctx_hide_ap() [all …]
|
D | eventhistory.h | 24 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 261 int rowCount = VariableRowCount(varying.type); in getFragDataLocation() local 264 return varying.registerIndex + (rowCount > 1 ? colCount * subscript : subscript); in getFragDataLocation() 1243 int rowCount = VariableRowCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback() local 1245 int nbRegs = rowCount > 1 ? colCount * size : size; in applyTransformFeedback() 1246 int nbComponentsPerReg = rowCount > 1 ? rowCount : colCount; in applyTransformFeedback() 1247 int componentStride = rowCount * colCount * size; in applyTransformFeedback() 1276 int rowCount = VariableRowCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback() local 1278 int nbRegs = rowCount > 1 ? colCount * size : size; in applyTransformFeedback() 1279 int nbComponentsPerReg = rowCount > 1 ? rowCount : colCount; in applyTransformFeedback() 1284 totalComponents += rowCount * colCount * size; in applyTransformFeedback() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LevelTree.java | 219 final int rowCount = levels.size(); in updateCompletedState() local 220 for (int x = 0; x < rowCount; x++) { in updateCompletedState()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 549 const UnicodeString** getZoneStrings(int32_t& rowCount, int32_t& columnCount) const; 563 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
|