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

  /external/v8/test/webkit/fast/js/kde/
Prototype.js 27 function Square(x)
32 new Square(0); // create prototype
35 Square.prototype.area = Square_area;
36 var s = new Square(3);
  /external/clang/test/PCH/
enum.h 10 Square,
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
Square.java 26 * A two-dimensional square for use as a drawn object in OpenGL ES 1.0/1.1.
28 public class Square {
48 public Square() {
  /external/slf4j/slf4j-simple/src/test/java/org/slf4j/
DetectLoggerNameMismatchTest.java 115 Square square = new Square(); local
116 assertEquals("org.slf4j.Square", square.logger.getName());
133 class Square extends ShapeBase {
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
Square.java 26 * A two-dimensional square for use as a drawn object in OpenGL ES 2.0.
28 public class Square {
73 public Square() {
142 // Draw the square
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
Square.java 27 * A two-dimensional square for use as a drawn object in OpenGL ES 2.0.
30 public class Square {
80 public Square() {
148 // Draw the square
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 63 private Square mSquare;
83 mSquare = new Square();
300 private final static class Square {
355 public Square() {

Completed in 188 milliseconds