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

  /external/javassist/sample/duplicate/
Ball.java 6 public class Ball {
12 public Ball(int x, int y) {
18 public Ball(Ball b) {
Viewer.java 13 private Ball ball; field in class:Viewer
26 ball = new Ball(50, 50);
27 ball.changeColor(colorList[0]);
31 ball.paint(g);
35 ball.move(ev.getX(), ev.getY());
48 ball.changeColor(colorList[++colorNo % colorList.length]);
  /external/eigen/unsupported/test/
BVH.cpp 23 struct Ball
29 Ball() {}
30 Ball(const VectorType &c, double r) : center(c), radius(r) {}
35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b)
41 struct BallPointStuff //this class provides functions to be both an intersector and a minimizer, both for a ball and a point and for two trees
45 typedef Ball<Dim> BallType;
97 typedef Ball<Dim> BallType;
  /prebuilts/go/darwin-x86/src/math/rand/
example_test.go 42 fmt.Println("Magic 8-Ball says:", answers[rand.Intn(len(answers))])
43 // Output: Magic 8-Ball says: As I see it yes
  /prebuilts/go/linux-x86/src/math/rand/
example_test.go 42 fmt.Println("Magic 8-Ball says:", answers[rand.Intn(len(answers))])
43 // Output: Magic 8-Ball says: As I see it yes
  /external/skia/src/sfnt/
SkPanose.h 190 Ball = 5,
  /external/skqp/src/sfnt/
SkPanose.h 190 Ball = 5,

Completed in 450 milliseconds