Home
last modified time | relevance | path

Searched refs:getRows (Results 1 – 25 of 28) sorted by relevance

12

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java83 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/
DCompactConstructorErrorsTest.java97 List<Row> rows = table.getRows(); in test4()
111 List<Row> rows = table.getRows(); in test5()
DTable.java31 public List<Row> getRows() { in getRows() method in Table
DManyListsTable.java29 public List<Row> getRows() { in getRows() method in ManyListsTable
DCompactConstructorExampleTest.java158 List<Row> rows = table.getRows(); in test12withList()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DMath.h146 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) {
DGraph.h131 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()
DHeuristicSolver.h312 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/
DMath.h162 unsigned getRows() const { in getRows() function
249 assert((M.getRows() != 0) && "Zero-row matrix badness.");
250 for (unsigned i = 0; i < M.getRows(); ++i)
DReductionRules.h106 YLen = YXECosts->getRows(), in applyR2()
107 ZLen = ZXECosts->getRows(); in applyR2()
DGraph.h411 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge()
437 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h104 YLen = YXECosts->getRows(), in applyR2()
105 ZLen = ZXECosts->getRows(); in applyR2()
DMath.h225 unsigned getRows() const { in getRows() function
390 assert((M.getRows() != 0) && "Zero-row matrix badness.");
391 for (unsigned i = 0; i < M.getRows(); ++i)
DGraph.h417 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge()
443 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h86 ArrayRef<Entry> getRows() const { in getRows() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h98 ArrayRef<Entry> getRows() const { in getRows() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp510 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/
DRegAllocPBQP.cpp485 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/
DRegAllocPBQP.h55 : UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata()
59 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h46 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/
DRegAllocPBQP.cpp321 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/
DVerifyAttributeValues.java54 public Iterable<R3<String, AttributeValueSpec, String>> getRows() { in getRows() method in VerifyAttributeValues.Errors
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp204 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/
Dllvm-dwp.cpp215 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/
DConsoleActivity.java679 int height = buffer.getRows(); in doEmailTranscript()
712 area.setBounds(copySource.getVDUBuffer().getColumns(), copySource.getVDUBuffer().getRows()); in onContextItemSelected()

12