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

  /external/llvm/lib/Support/
GraphWriter.cpp 58 /// from a reasonable number of colors.
61 static const char* Colors[NumColors] = {
65 return Colors[ColorNumber % NumColors];
  /external/chromium_org/cc/test/
layer_tree_pixel_test.h 86 // Common CSS colors defined for tests to use.
87 enum Colors {
  /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();
  /art/test/044-proxy/src/
BasicTest.java 49 Colors colors = (Colors) proxy; local
50 colors.red(1.0f);
51 colors.blue(777);
52 colors.mauve("sorry");
53 colors.blob();
99 new Class[] { Quads.class, Colors.class });
148 interface Colors {
170 class Mix implements Quads, Colors {
    [all...]
  /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 64 enum Colors {
215 /// change only the bold attribute, and keep colors untouched
219 virtual raw_ostream &changeColor(enum Colors Color,
228 /// Resets the colors to terminal defaults. Call this when you are done
232 /// Reverses the forground and background colors.
240 /// This function determines if this stream is displayed and supports colors.
376 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /external/giflib/
gif_lib.h 43 GifColorType *Colors; /* on malloc(3) heap */
72 GifWord 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/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 197 milliseconds