/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAttributeValues.java | 83 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in TestSingleFile() 111 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in TestCoreValidity() 123 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in TestCoreValidity()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | CompactConstructorErrorsTest.java | 97 List<Row> rows = table.getRows(); in test4() 111 List<Row> rows = table.getRows(); in test5()
|
D | Table.java | 31 public List<Row> getRows() { in getRows() method in Table
|
D | ManyListsTable.java | 29 public List<Row> getRows() { in getRows() method in ManyListsTable
|
D | CompactConstructorExampleTest.java | 158 List<Row> rows = table.getRows(); in test12withList()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/ |
D | Math.h | 146 unsigned getRows() const { return rows; } in getRows() function 277 assert((m.getRows() != 0) && "Zero-row matrix badness."); 279 for (unsigned i = 0; i < m.getRows(); ++i) {
|
D | Graph.h | 131 assert((n1.getCosts().getLength() == ne.getCosts().getRows()) && in addConstructedEdge() 178 assert(getNodeCosts(n1Itr).getLength() == costs.getRows() && in addEdge() 378 for (unsigned i = 0; i < edgeCosts.getRows(); ++i) { in printDot()
|
D | HeuristicSolver.h | 312 yLen = yxeCosts->getRows(), in applyR2() 313 zLen = zxeCosts->getRows(); in applyR2() 511 for (unsigned r = 0; r < edgeCosts.getRows(); ++r) { in tryNormaliseEdgeMatrix() 532 for (unsigned r = 0; r < edgeCosts.getRows(); ++r) { in tryNormaliseEdgeMatrix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Math.h | 162 unsigned getRows() const { in getRows() function 249 assert((M.getRows() != 0) && "Zero-row matrix badness."); 250 for (unsigned i = 0; i < M.getRows(); ++i)
|
D | ReductionRules.h | 106 YLen = YXECosts->getRows(), in applyR2() 107 ZLen = ZXECosts->getRows(); in applyR2()
|
D | Graph.h | 411 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge() 437 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 104 YLen = YXECosts->getRows(), in applyR2() 105 ZLen = ZXECosts->getRows(); in applyR2()
|
D | Math.h | 225 unsigned getRows() const { in getRows() function 390 assert((M.getRows() != 0) && "Zero-row matrix badness."); 391 for (unsigned i = 0; i < M.getRows(); ++i)
|
D | Graph.h | 417 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge() 443 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 86 ArrayRef<Entry> getRows() const { in getRows() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 98 ArrayRef<Entry> getRows() const { in getRows() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 510 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 902 assert(M.getRows() != 0 && "No rows in matrix."); in dump() 904 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump() 929 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 485 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 853 assert(M.getRows() != 0 && "No rows in matrix."); in dump() 855 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump() 877 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 55 : UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata() 59 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 46 UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata() 51 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 321 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Matrix height mismatch."); in addInterferenceCosts() 432 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | VerifyAttributeValues.java | 54 public Iterable<R3<String, AttributeValueSpec, String>> getRows() { in getRows() method in VerifyAttributeValues.Errors
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 204 for (const DWARFUnitIndex::Entry &E : TUIndex.getRows()) { in addAllTypesFromDWP() 549 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 215 for (const DWARFUnitIndex::Entry &E : TUIndex.getRows()) { in addAllTypesFromDWP() 581 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 679 int height = buffer.getRows(); in doEmailTranscript() 712 area.setBounds(copySource.getVDUBuffer().getColumns(), copySource.getVDUBuffer().getRows()); in onContextItemSelected()
|