Searched refs:setBottom (Results 1 – 7 of 7) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
D | SelectionArea.java | 75 setBottom(bottom - 1); in decrementRow() 82 setBottom(bottom + 1); in incrementRow() 89 setBottom(row); in setRow() 100 private void setBottom(int bottom) { in setBottom() method in SelectionArea
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Box.java | 42 public void setBottom(Item bottom) { in setBottom() method in Box
|
/external/proguard/src/proguard/evaluation/ |
D | Stack.java | 202 public void setBottom(int index, Value value) in setBottom() method in Stack
|
/external/skia/src/gpu/ |
D | GrTriangulator.cpp | 696 void GrTriangulator::setBottom(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, in setBottom() function in GrTriangulator 723 this->setBottom(edge, other->fTop, activeEdges, current, c); in mergeEdgesAbove() 727 this->setBottom(other, edge->fTop, activeEdges, current, c); in mergeEdgesAbove() 806 this->setBottom(edge, v, activeEdges, current, c); in splitEdge() 810 this->setBottom(edge, v, activeEdges, current, c); in splitEdge() 874 this->setBottom(edge, dst, nullptr, nullptr, c); in mergeVertices()
|
D | GrTriangulator.h | 143 void setBottom(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 165 bool setBottom() { in setBottom() function in __anoned9efeff0111::LatticeCell 197 Bottom.setBottom(); in MachineConstPropagator() 214 Bottom.setBottom(); in CellMap() 475 setBottom(); in convertToProperty() 525 Changed = setBottom(); in meet() 581 setBottom(); in add() 677 : DefC.setBottom(); in visitPHI()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 166 bool setBottom() { in setBottom() function in __anon4e8e348b0111::LatticeCell 198 Bottom.setBottom(); in MachineConstPropagator() 215 Bottom.setBottom(); in CellMap() 474 setBottom(); in convertToProperty() 524 Changed = setBottom(); in meet() 580 setBottom(); in add() 676 : DefC.setBottom(); in visitPHI()
|