HomeSort by relevance Sort by last modified time
    Searched refs:setPoint (Results 1 - 9 of 9) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
Shape.java 36 public void setPoint(Point point) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
MyBean.java 33 public void setPoint(Point point) {
VelocityTest.java 75 bean.setPoint(p);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 111 public void setPoint(PointF point) {
171 // There must be a method setPoint(PointF) on the animated object.
172 // Because setPoint takes a PointF parameter, no TypeConverter is necessary.
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 444 /// setPoint - Change a constraint to Point.
445 void setPoint(const SCEV *X, const SCEV *Y, const Loop *CurrentLoop);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 434 /// setPoint - Change a constraint to Point.
435 void setPoint(const SCEV *X, const SCEV *Y, const Loop *CurrentLoop);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp 287 void setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, const int pointSize, const int layerNdx, const deUint32 quarter);
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 355 void DependenceInfo::Constraint::setPoint(const SCEV *X, const SCEV *Y,
534 X->setPoint(SE->getConstant(Xq),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 355 void DependenceInfo::Constraint::setPoint(const SCEV *X, const SCEV *Y,
535 X->setPoint(SE->getConstant(Xq),
    [all...]

Completed in 691 milliseconds