HomeSort by relevance Sort by last modified time
    Searched full:cube (Results 26 - 50 of 80) sorted by null

12 3 4

  /development/samples/CubeLiveWallpaper/res/values/
shapes.xml 23 <item>"Cube"</item>
28 <item>"cube"</item>
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 90 // Create a Paint to draw the lines for our cube
107 String shape = prefs.getString("cube2_shape", "cube");
171 // store the center of the surface, so we can draw the cube in the right spot
214 * here. This example draws a wireframe cube.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchRotateActivity.java 105 * Render a cube.
109 mCube = new Cube();
173 private Cube mCube;
FrameBufferObjectActivity.java 49 private Cube mCube;
93 mCube = new Cube();
  /bionic/libm/src/
s_cbrtf.c 25 * Return cube root of x
s_cbrt.c 23 * Return cube root of x
  /external/dropbear/libtommath/
bn_mp_n_root.c 26 * find huge roots [square and cube, etc].
  /external/fdlibm/
s_cbrt.c 18 * Return cube root of x
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-8.js 94 array[item++] = new TestCase( "SECTION", "with MyObject, eval should cube INPUT: " );
  /packages/wallpapers/MusicVisualization/
AndroidManifest.xml 40 <meta-data android:name="android.service.wallpaper" android:resource="@xml/cube" />
  /development/samples/CubeLiveWallpaper/
_index.html 35 wire-frame cube to a <a
  /frameworks/base/opengl/tests/angeles/
README.txt 72 * Toni L?nnberg (!Cube) created the music for original version, which
  /ndk/samples/san-angeles/jni/
README.txt 72 * Toni L?nnberg (!Cube) created the music for original version, which
  /bionic/libm/man/
math.3 82 cbrt cube root
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/
SHA224Digest.java 277 * cube roots of the first sixty-four prime numbers)
SHA256Digest.java 279 * cube roots of the first sixty-four prime numbers)
LongDigest.java 351 * cube roots of the first sixty-four prime numbers)
  /external/kernel-headers/original/linux/
videodev.h 95 #define VIDEO_PALETTE_HI240 2 /* High 240 cube (BT848) */
  /external/skia/include/core/
SkMath.h 51 /** Return the integer cube root of value, with a bias of bitBias
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 130 * - create a buffer of floats that are the coordinates for the points that define the cube
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 905 // If we didn't have to hack GL_TEXTURE_WRAP_R for cube maps,
919 // of cube maps.
    [all...]
  /frameworks/base/docs/html/resources/articles/
glsurfaceview.jd 207 <li>Kube - a cube puzzle demo</li>
  /external/quake/quake/src/QW/progs/
models.qc 212 $modelname cube
213 $cd /raid/quake/id1/models/cube
  /dalvik/libcore/luni/src/main/java/java/lang/
Math.java 213 * Returns the closest double approximation of the cube root of the
226 * the value whose cube root has to be computed.
227 * @return the cube root of the argument.
    [all...]
StrictMath.java 226 * Returns the closest double approximation of the cube root of the
239 * the value whose cube root has to be computed.
240 * @return the cube root of the argument.
    [all...]

Completed in 68 milliseconds

12 3 4