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

  /external/llvm/lib/Support/
GraphWriter.cpp 57 /// from a reasonable number of colors.
60 static const char* Colors[NumColors] = {
64 return Colors[ColorNumber % NumColors];
  /packages/screensavers/Basic/src/com/android/dreams/basic/
Colors.java 27 * Plays a delightful show of colors.
32 public class Colors extends DreamService implements TextureView.SurfaceTextureListener {
33 static final String TAG = Colors.class.getSimpleName();
  /dalvik/tests/044-proxy/src/
BasicTest.java 48 Colors colors = (Colors) proxy; local
49 colors.red(1.0f);
50 colors.blue(777);
51 colors.mauve("sorry");
52 colors.blob();
89 new Class[] { Quads.class, Colors.class });
138 interface Colors {
160 class Mix implements Quads, Colors {
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 63 enum Colors {
214 /// change only the bold attribute, and keep colors untouched
218 virtual raw_ostream &changeColor(enum Colors Color,
227 /// Resets the colors to terminal defaults. Call this when you are done
231 /// Reverses the forground and background colors.
239 /// This function determines if this stream is displayed and supports colors.
391 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /external/giflib/
gif_lib.h 75 GifColorType *Colors; /* on malloc(3) heap */
86 SColorResolution, /* How many colors can we generate? */
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 282 enum Colors {
290 Colors c1;
291 Colors c2;
292 Colors c3;
293 Colors c4;
294 Colors c5;
295 Colors c6;
301 struct ScalarEnumerationTraits<Colors> {
302 static void enumeration(IO &io, Colors &value) {
  /frameworks/base/core/java/android/provider/
CalendarContract.java 345 * A key for looking up a color from the {@link Colors} table. NULL or
350 * {@link Colors} table. @see Colors
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 862 milliseconds