HomeSort by relevance Sort by last modified time
    Searched defs:shapes (Results 1 - 25 of 45) sorted by null

1 2

  /art/test/044-proxy/src/
BasicTest.java 42 Shapes shapes = (Shapes) proxy; local
43 shapes.circle(3);
44 shapes.rectangle(10, 20);
45 shapes.blob();
58 shapes.upChuck();
64 shapes.upCheck();
101 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),
129 interface Shapes {
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
ArcShape.java 17 package android.graphics.drawable.shapes;
OvalShape.java 17 package android.graphics.drawable.shapes;
RectShape.java 17 package android.graphics.drawable.shapes;
Shape.java 17 package android.graphics.drawable.shapes;
PathShape.java 17 package android.graphics.drawable.shapes;
RoundRectShape.java 17 package android.graphics.drawable.shapes;
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 17 package android.graphics.drawable.shapes.cts;
25 import android.graphics.drawable.shapes.ArcShape;
OvalShapeTest.java 17 package android.graphics.drawable.shapes.cts;
25 import android.graphics.drawable.shapes.OvalShape;
PathShapeTest.java 17 package android.graphics.drawable.shapes.cts;
26 import android.graphics.drawable.shapes.PathShape;
RectShapeTest.java 17 package android.graphics.drawable.shapes.cts;
26 import android.graphics.drawable.shapes.RectShape;
RoundRectShapeTest.java 17 package android.graphics.drawable.shapes.cts;
26 import android.graphics.drawable.shapes.RoundRectShape;
ShapeTest.java 17 package android.graphics.drawable.shapes.cts;
26 import android.graphics.drawable.shapes.RoundRectShape;
27 import android.graphics.drawable.shapes.Shape;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 151 GLShape[] shapes; local
156 shapes = layer.mShapes;
158 shapes[i] = mCubes[mPermutation[i]];
162 shapes = layer.mShapes;
164 shapes[k++] = mCubes[mPermutation[i]];
168 shapes = layer.mShapes;
171 shapes[k++] = mCubes[mPermutation[i + j]];
175 shapes = layer.mShapes;
178 shapes[k++] = mCubes[mPermutation[i + j]];
182 shapes = layer.mShapes
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 302 shapes : [],
312 this.shapes = new Array();
685 for(var i=0; i<scene.shapes.length; i++){
686 var shape = scene.shapes[i];
862 scene.shapes.push(plane);
863 scene.shapes.push(sphere);
864 scene.shapes.push(sphere1);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 303 shapes : [],
313 this.shapes = new Array();
711 for(var i=0; i<scene.shapes.length; i++){
712 var shape = scene.shapes[i];
888 scene.shapes.push(plane);
889 scene.shapes.push(sphere);
890 scene.shapes.push(sphere1);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 303 shapes : [],
313 this.shapes = new Array();
711 for(var i=0; i<scene.shapes.length; i++){
712 var shape = scene.shapes[i];
888 scene.shapes.push(plane);
889 scene.shapes.push(sphere);
890 scene.shapes.push(sphere1);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 297 shapes : [],
307 this.shapes = new Array();
680 for(var i=0; i<scene.shapes.length; i++){
681 var shape = scene.shapes[i];
857 scene.shapes.push(plane);
858 scene.shapes.push(sphere);
859 scene.shapes.push(sphere1);
  /external/chromium_org/v8/benchmarks/
raytrace.js 302 shapes : [],
312 this.shapes = new Array();
685 for(var i=0; i<scene.shapes.length; i++){
686 var shape = scene.shapes[i];
862 scene.shapes.push(plane);
863 scene.shapes.push(sphere);
864 scene.shapes.push(sphere1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
168 ((d)->shape_ndx= (s)-&(g)->shapes[0])
182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx])
218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0])
293 XkbShapePtr shapes; member in struct:_XkbGeometry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
168 ((d)->shape_ndx= (s)-&(g)->shapes[0])
182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx])
218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0])
293 XkbShapePtr shapes; member in struct:_XkbGeometry
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 2228 DWRITE_SCRIPT_SHAPES shapes; member in struct:DWRITE_SCRIPT_ANALYSIS
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 533 DWRITE_SCRIPT_SHAPES shapes; member in struct:DWRITE_SCRIPT_ANALYSIS
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 

Completed in 219 milliseconds

1 2