Home
last modified time | relevance | path

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

/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/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/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/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/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/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java678 int height = buffer.getRows(); in doEmailTranscript()
711 area.setBounds(copySource.getVDUBuffer().getColumns(), copySource.getVDUBuffer().getRows()); in onContextItemSelected()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h316 unsigned numRegs = eCosts.getRows() - 1, in computeEdgeContributions()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h656 int getRows() const in getRows() function
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DVDUBuffer.java880 public int getRows() { in getRows() method