/external/perfetto/ui/src/tracks/android_log/ |
D | controller.ts | 46 const rowCount = slowlyCountRows(rawResult); constant 51 length: rowCount, 53 timestamps: new Float64Array(rowCount), 54 priorities: new Uint8Array(rowCount), 57 for (let i = 0; i < rowCount; i++) {
|
/external/skia/src/core/ |
D | SkConvertPixels.h | 21 size_t trimRowBytes, int rowCount) { in SkRectMemcpy() argument 25 memcpy(dst, src, trimRowBytes * rowCount); in SkRectMemcpy() 29 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 | 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 | 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 | 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/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 | 102 int rowCount = 0; in onDraw() local 132 ++rowCount; in onDraw() 133 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw() 137 rowCount = 0; in onDraw()
|
D | textblobmixedsizes.cpp | 130 int rowCount = 0; in onDraw() local 164 ++rowCount; in onDraw() 165 if ((bounds.width() + 2 * kPadX) * rowCount > kWidth) { in onDraw() 169 rowCount = 0; in onDraw()
|
D | drawbitmaprect.cpp | 205 int rowCount = 0; in onDraw() local 227 ++rowCount; in onDraw() 228 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw() 232 rowCount = 0; in onDraw()
|
/external/angle/src/common/ |
D | utilities.h | 148 int rowCount, 164 int rowCount; member 181 int rowCount, in UniformTypeInfo() argument 196 rowCount(rowCount), in UniformTypeInfo()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/ |
D | Cea708Decoder.java | 745 int rowCount = serviceBlockPacket.readBits(4); in handleDefineWindow() local 762 rowCount, in handleDefineWindow() 907 private int rowCount; field in Cea708Decoder.CueInfoBuilder 943 rowCount = MAXIMUM_ROW_COUNT; in reset() 977 boolean relativePositioning, int verticalAnchor, int horizontalAnchor, int rowCount, in defineWindow() argument 989 if (this.rowCount != rowCount + 1) { in defineWindow() 990 this.rowCount = rowCount + 1; in defineWindow() 993 while ((rowLock && (rolledUpCaptions.size() >= this.rowCount)) in defineWindow() 1133 while ((rowLock && (rolledUpCaptions.size() >= rowCount)) in append()
|
/external/perfetto/ui/src/tracks/cpu_slices/ |
D | controller.ts | 49 const rowCount = rawResult.columns[1].longValues![0]; constant 50 const bucketNs = this.cachedBucketSizeNs(rowCount);
|
/external/perfetto/ui/src/tracks/process_scheduling/ |
D | controller.ts | 54 const rowCount = result.columns[1].longValues![0]; constant 55 const bucketNs = this.cachedBucketSizeNs(rowCount);
|
/external/perfetto/ui/src/tracks/cpu_freq/ |
D | controller.ts | 51 const rowCount = result.columns[2].longValues![0]; constant 52 const bucketNs = this.cachedBucketSizeNs(rowCount);
|
/external/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 349 int32_t rowCount, colCount; in test4117335() local 350 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335() 353 for (int32_t i = 0; i < rowCount; ++i) { in test4117335()
|
D | tsdtfmsy.cpp | 371 int32_t rowCount = 0, columnCount = 0; in TestSymbols() local 372 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount); in TestSymbols() 373 fr.setZoneStrings(strings, rowCount, columnCount); in TestSymbols() 374 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols() 375 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() 563 if (model.rowCount() == 0) in remove_bss() 783 if (model.rowCount() == 0) in find_addr() 796 if (model.rowCount() == 0) in find_addr_type() 812 if (model.rowCount() == 0) in find_uuid() 882 if (model.rowCount() == 0) in event_notify() 997 if (model.rowCount() == 0) in event_notify() 1153 if (model.rowCount() == 0) in event_notify() 1571 if (model.rowCount() == 0) in remove_enrollee_uuid() 1771 if (model.rowCount() == 0) in ctx_hide_ap() [all …]
|
D | eventhistory.h | 24 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|