/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | PVecToTrieCompactHandler.java | 27 public void setRowIndexForErrorValue(int rowIndex) { in setRowIndexForErrorValue() 31 public void setRowIndexForInitialValue(int rowIndex) { in setRowIndexForInitialValue() 36 public void setRowIndexForRange(int start, int end, int rowIndex) { in setRowIndexForRange() 41 public void startRealValues(int rowIndex) { in startRealValues()
|
D | PropsVectors.java | 300 public int[] getRow(int rowIndex) { in getRow() 322 public int getRowStart(int rowIndex) { in getRowStart() 341 public int getRowEnd(int rowIndex) { in getRowEnd() 564 public void setRowIndexForRange(int start, int end, int rowIndex); in setRowIndexForRange() 565 public void setRowIndexForInitialValue(int rowIndex); in setRowIndexForInitialValue() 566 public void setRowIndexForErrorValue(int rowIndex); in setRowIndexForErrorValue() 567 public void startRealValues(int rowIndex); in startRealValues()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PVecToTrieCompactHandler.java | 23 public void setRowIndexForErrorValue(int rowIndex) { in setRowIndexForErrorValue() 27 public void setRowIndexForInitialValue(int rowIndex) { in setRowIndexForInitialValue() 32 public void setRowIndexForRange(int start, int end, int rowIndex) { in setRowIndexForRange() 37 public void startRealValues(int rowIndex) { in startRealValues()
|
D | PropsVectors.java | 298 public int[] getRow(int rowIndex) { in getRow() 320 public int getRowStart(int rowIndex) { in getRowStart() 339 public int getRowEnd(int rowIndex) { in getRowEnd() 559 public void setRowIndexForRange(int start, int end, int rowIndex); in setRowIndexForRange() 560 public void setRowIndexForInitialValue(int rowIndex); in setRowIndexForInitialValue() 561 public void setRowIndexForErrorValue(int rowIndex); in setRowIndexForErrorValue() 562 public void startRealValues(int rowIndex); in startRealValues()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 232 Index rowIndex, colIndex, otherIndex; in operator() local 243 Index rowIndex, colIndex, otherIndex; in operator() local 250 Index rowIndex, colIndex, otherIndex; in loadPacket() local 259 Index rowIndex, colIndex, otherIndex; in loadPacket() local 289 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index rowIndex, in loadCoeff() 322 EIGEN_STRONG_INLINE Scalar loadCoeffStandard(Index patchId, Index rowIndex, in loadCoeffStandard() 346 EIGEN_ALWAYS_INLINE Packet loadPacket(Index patchId, Index rowIndex, in loadPacket() 370 Index rowIndex, Index colIndex, Index otherIndex, Index patchId, in loadPartialPacketStandard() 415 Index patchId, Index rowIndex, Index colIndex, Index otherIndex, in loadPacketStandardFromTwoColumns() 451 Index patchId, Index rowIndex, Index colIndex, Index otherIndex, in loadPacketStandardFromSingleColumn() [all …]
|
D | eigen_cuboid_convolution.h | 295 Index planeIndex, rowIndex, colIndex, otherIndex; in operator() local 305 Index planeIndex, rowIndex, colIndex, otherIndex; in operator() local 312 Index planeIndex, rowIndex, colIndex, otherIndex; in loadPacket() local 321 Index planeIndex, rowIndex, colIndex, otherIndex; in loadPacket() local 354 Index rowIndex, Index colIndex, in loadCoeff() 403 Index rowIndex, Index colIndex, in loadCoeffStandard() 438 Index rowIndex, Index colIndex, in loadPacket() 465 Index planeIndex, Index rowIndex, Index colIndex, Index otherIndex, in loadPartialPacketStandard() 514 Index patchId, Index planeIndex, Index rowIndex, Index colIndex, in loadPacketStandardFromSingleColumnTwoRows() 555 Index patchId, Index planeIndex, Index rowIndex, Index colIndex, in loadPacketStandardFromSingleColumnSingleRow() [all …]
|
D | eigen_volume_patch.h | 284 const Index rowIndex = in coeff() local 381 const Index rowIndex = in packet() local 493 const Index rowIndex = in coeff() local
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | DenseImmutableTable.java | 67 int rowIndex = rowKeyToIndex.get(rowKey); in DenseImmutableTable() local 142 private final int rowIndex; field in Row 144 Row(int rowIndex) { in Row() 249 Integer rowIndex = rowKeyToIndex.get(rowKey); in get() local 261 int rowIndex = cellRowIndices[index]; in getCell() local
|
D | SparseImmutableTable.java | 47 Map<R, Integer> rowIndex = Maps.indexMap(rowSpace); in SparseImmutableTable() local 109 int rowIndex = cellRowIndices[index]; in getCell() local 119 int rowIndex = cellRowIndices[index]; in getValue() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | DenseImmutableTable.java | 67 int rowIndex = rowKeyToIndex.get(rowKey); in DenseImmutableTable() local 141 private final int rowIndex; field in Row 143 Row(int rowIndex) { in Row() 248 Integer rowIndex = rowKeyToIndex.get(rowKey); in get() local 260 int rowIndex = cellRowIndices[index]; in getCell() local
|
D | SparseImmutableTable.java | 47 Map<R, Integer> rowIndex = Maps.indexMap(rowSpace); in SparseImmutableTable() local 109 int rowIndex = cellRowIndices[index]; in getCell() local 119 int rowIndex = cellRowIndices[index]; in getValue() local
|
/external/dng_sdk/source/ |
D | dng_gain_map.h | 93 real32 & Entry (uint32 rowIndex, in Entry() 108 const real32 & Entry (uint32 rowIndex, in Entry()
|
D | dng_gain_map.cpp | 317 for (int32 rowIndex = 0; rowIndex < fPoints.v; rowIndex++) in PutStream() local 419 for (int32 rowIndex = 0; rowIndex < mapPoints.v; rowIndex++) in GetStream() local
|
D | dng_jpeg_image.cpp | 129 uint32 rowIndex = tileIndex / tilesAcross; in Process() local
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | DataTable.java | 47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick); in onRowClicked() 212 public void removeRow(int rowIndex) { in removeRow() 231 public JSONObject getRow(int rowIndex) { in getRow() 293 protected void notifyListenersClicked(int rowIndex, boolean isRightClick) { in notifyListenersClicked()
|
D | TableDecorator.java | 121 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick) {} in onRowClicked()
|
/external/skia/tests/ |
D | PDFTaggedTableTest.cpp | 69 for (int rowIndex = 0; rowIndex < kRowCount; rowIndex++) { in DEF_TEST() local 120 for (int rowIndex = 0; rowIndex < kRowCount; rowIndex++) { in DEF_TEST() local
|
/external/angle/src/compiler/translator/ |
D | ShaderStorageBlockFunctionHLSL.cpp | 84 for (int rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOLoadFunctionBody() local 169 for (int rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOStoreFunctionBody() local
|
/external/angle/src/compiler/translator/tree_ops/ |
D | ScalarizeVecAndMatConstructorArgs.cpp | 34 TIntermBinary *ConstructMatrixIndexBinaryNode(TIntermSymbol *symbolNode, int colIndex, int rowIndex) in ConstructMatrixIndexBinaryNode() 163 int colIndex = 0, rowIndex = 0; in scalarizeArgs() local
|
/external/webrtc/rtc_tools/loopback_test/ |
D | stat_tracker.js | 45 samplingFunctions[varName] = function (report, rowIndex) { argument
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 112 StorageIndex* rowIndex() { return m_rowind; } in rowIndex() function 114 const StorageIndex* rowIndex() const in rowIndex() function
|
/external/icu/icu4c/source/common/ |
D | propsvec.cpp | 293 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex, in upvec_getRow() 500 int32_t rowIndex, uint32_t *row, int32_t columns, in upvec_compactToUTrie2Handler()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 574 for(size_t rowIndex = 0; rowIndex < m_dt.getNumRows(); rowIndex++) in getRequiredExtensions() local 595 for(size_t rowIndex = 0; rowIndex < m_dt.getNumRows(); rowIndex++) in isImagesRequired() local 617 for(size_t rowIndex = 0; rowIndex < m_dt.getNumRows(); rowIndex++) in isImages3DRequired() local
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | TablePrinter.java | 460 private int findIdentical(Comparable[][] sortedFlat, int rowIndex, int colIndex) { in findIdentical() 488 private boolean breakSpans(Comparable[][] sortedFlat, int rowIndex, int colIndex2) { in breakSpans()
|
/external/angle/src/common/ |
D | matrix_utils.h | 66 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at()
|