/external/icu/icu4j/main/core/src/main/java/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/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/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 233 Index rowIndex, colIndex, otherIndex; in operator() local 244 Index rowIndex, colIndex, otherIndex; in operator() local 251 Index rowIndex, colIndex, otherIndex; in loadPacket() local 260 Index rowIndex, colIndex, otherIndex; in loadPacket() local 290 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index rowIndex, in loadCoeff() 323 EIGEN_STRONG_INLINE Scalar loadCoeffStandard(Index patchId, Index rowIndex, in loadCoeffStandard() 347 EIGEN_ALWAYS_INLINE Packet loadPacket(Index patchId, Index rowIndex, in loadPacket() 371 Index rowIndex, Index colIndex, Index otherIndex, Index patchId, in loadPartialPacketStandard() 416 Index patchId, Index rowIndex, Index colIndex, Index otherIndex, in loadPacketStandardFromTwoColumns() 452 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 …]
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | DenseImmutableTable.java | 75 int rowIndex = requireNonNull(rowKeyToIndex.get(rowKey)); in DenseImmutableTable() local 161 private final int rowIndex; field in Row 163 Row(int rowIndex) { in Row() 307 Integer rowIndex = rowKeyToIndex.get(rowKey); in get() local 319 int rowIndex = cellRowIndices[index]; in getCell() local
|
D | SparseImmutableTable.java | 52 Map<R, Integer> rowIndex = Maps.indexMap(rowSpace); in SparseImmutableTable() local 118 int rowIndex = cellRowIndices[index]; in getCell() local 128 int rowIndex = cellRowIndices[index]; in getValue() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | DenseImmutableTable.java | 75 int rowIndex = requireNonNull(rowKeyToIndex.get(rowKey)); in DenseImmutableTable() local 161 private final int rowIndex; field in Row 163 Row(int rowIndex) { in Row() 307 Integer rowIndex = rowKeyToIndex.get(rowKey); in get() local 319 int rowIndex = cellRowIndices[index]; in getCell() local
|
D | SparseImmutableTable.java | 52 Map<R, Integer> rowIndex = Maps.indexMap(rowSpace); in SparseImmutableTable() local 118 int rowIndex = cellRowIndices[index]; in getCell() local 128 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
|
/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 | 85 for (int rowIndex = 0; rowIndex < kRowCount; rowIndex++) { in DEF_TEST() local 136 for (int rowIndex = 0; rowIndex < kRowCount; rowIndex++) { in DEF_TEST() local
|
/external/angle/src/compiler/translator/hlsl/ |
D | ShaderStorageBlockFunctionHLSL.cpp | 84 for (uint8_t rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOLoadFunctionBody() local 174 for (uint8_t rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOStoreFunctionBody() local
|
/external/angle/src/compiler/translator/tree_ops/msl/ |
D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 22 int rowIndex, in AppendMatrixElementArgument() 82 uint8_t rowIndex = 0; in AppendValuesFromMultipleArguments() local
|
/external/angle/src/common/ |
D | matrix_utils.h | 123 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at() 448 float at(const unsigned int rowIndex, const unsigned int columnIndex) const in at()
|
/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/angle/src/compiler/translator/tree_ops/glsl/ |
D | ScalarizeVecAndMatConstructorArgs.cpp | 327 for (uint8_t rowIndex = 0; rowIndex < type.getRows(); ++rowIndex) in createConstructorMatrixFromScalar() local 361 for (uint8_t rowIndex = 0; rowIndex < type.getRows(); ++rowIndex) in createConstructorMatrixFromMatrix() local
|
/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/cronet/stable/third_party/icu/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/cronet/tot/third_party/icu/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 | 579 for(size_t rowIndex = 0; rowIndex < m_dt.getNumRows(); rowIndex++) in getRequiredExtensions() local 600 for(size_t rowIndex = 0; rowIndex < m_dt.getNumRows(); rowIndex++) in isImagesRequired() local 622 for(size_t rowIndex = 0; rowIndex < m_dt.getNumRows(); rowIndex++) in isImages3DRequired() local
|
/external/skia/src/gpu/graphite/precompile/ |
D | PrecompileRuntimeEffect.cpp | 133 for (size_t rowIndex = 0; rowIndex < fChildOptions.size(); ++rowIndex) { in addToKey() local
|