HomeSort by relevance Sort by last modified time
    Searched refs:RED (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/tools/git/
git-utils.sh 8 RED="$($TPUT setaf 1)"
11 RED=
16 echo "${RED}WARNING:${NORMAL} $@"
  /external/guava/guava-tests/test/com/google/common/collect/
EnumMultisetTest.java 39 BLUE, RED, YELLOW, GREEN, WHITE
44 ms.add(Color.RED);
46 ms.add(Color.RED);
49 assertEquals(2, ms.count(Color.RED));
54 asList(Color.RED, Color.YELLOW, Color.RED));
57 assertEquals(2, ms.count(Color.RED));
72 ms.add(Color.RED, 2);
73 assertEquals("[BLUE x 3, RED x 2, YELLOW]", ms.toString());
79 asList(Color.RED, Color.YELLOW, Color.RED))
    [all...]
  /packages/apps/Gallery2/jni/filters/
negative.c 28 dst[RED] = 255 - dst[RED];
exposure.c 31 rgb[RED] = clamp((255*(rgb[RED]))/m);
bwfilter.c 42 float r = sr *rgb[RED];
50 rgb[RED] = CLAMP(avg);
51 rgb[GREEN] = rgb[RED];
52 rgb[BLUE] = rgb[RED];
contrast.c 50 rgb[RED] = clamp((int)(m*rgb[RED]+c));
gradient.c 40 int r = destination[RED];
42 destination[RED] = r;
hue.c 30 int r = rgb[RED];
38 rgb[RED] = clamp((int)rf);
saturated.c 36 int r = destination[RED];
48 destination[RED] = CLAMP(Rc);
  /cts/tests/tests/animation/src/android/animation/cts/
ArgbEvaluatorTest.java 25 final int RED = 0xffFF8080;
27 int aRED = Color.alpha(RED);
28 int rRED = Color.red(RED);
29 int gRED = Color.green(RED);
30 int bRED = Color.blue(RED);
32 int rBLUE = Color.red(BLUE);
40 result = (Integer) evaluator.evaluate(0.5f, RED, BLUE);
49 int rResult = Color.red(result);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorTest.java 24 assertEquals(0xff, Color.alpha(Color.RED));
30 assertEquals(Color.RED, Color.argb(0xff, 0xff, 0x00, 0x00));
35 assertEquals(0x00, Color.blue(Color.RED));
40 assertEquals(0x00, Color.green(Color.RED));
55 Color.colorToHSV(Color.RED, hsv);
56 assertEquals(Color.RED, Color.HSVToColor(hsv));
70 Color.colorToHSV(Color.RED, hsv);
71 assertEquals(Color.RED, Color.HSVToColor(0xff, hsv));
83 assertEquals(Color.RED, Color.parseColor("#ff0000"));
84 assertEquals(Color.RED, Color.parseColor("#ffff0000"))
    [all...]
PorterDuffXfermodeTest.java 38 b1.eraseColor(Color.RED);
47 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4));
56 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4));
57 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4));
65 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4));
PorterDuffColorFilterTest.java 35 b1.eraseColor(Color.RED);
49 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
51 assertEquals(0x80, Color.red(lowerLeft), TOLERANCE);
62 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
72 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
  /external/bluetooth/bluedroid/test/suite/
main.c 27 #define RED "\x1b[0;31m"
76 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, sanity_suite[i].function_name, RED, GRAY);
84 printf("\n%sSanity suite failed with %d errors.%s\n", RED, fail, GRAY);
97 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, test_suite[i].function_name, RED, GRAY);
  /cts/tests/tests/text/src/android/text/style/cts/
QuoteSpanTest.java 31 QuoteSpan q = new QuoteSpan(Color.RED);
74 QuoteSpan quoteSpan = new QuoteSpan(Color.RED);
79 QuoteSpan quoteSpan = new QuoteSpan(Color.RED);
86 QuoteSpan quoteSpan = new QuoteSpan(Color.RED);
90 assertEquals(Color.RED, q.getColor());
ClickableSpanTest.java 32 tp.linkColor = Color.RED;
37 assertEquals(Color.RED, tp.getColor());
BackgroundColorSpanTest.java 69 BackgroundColorSpan backgroundColorSpan = new BackgroundColorSpan(Color.RED);
74 BackgroundColorSpan backgroundColorSpan = new BackgroundColorSpan(Color.RED);
81 BackgroundColorSpan backgroundColorSpan = new BackgroundColorSpan(Color.RED);
85 assertEquals(Color.RED, b.getBackgroundColor());
ForegroundColorSpanTest.java 71 ForegroundColorSpan foregroundColorSpan = new ForegroundColorSpan(Color.RED);
76 ForegroundColorSpan foregroundColorSpan = new ForegroundColorSpan(Color.RED);
83 ForegroundColorSpan foregroundColorSpan = new ForegroundColorSpan(Color.RED);
87 assertEquals(Color.RED, f.getForegroundColor());
  /cts/tests/tests/content/src/android/content/res/cts/
ColorStateListTest.java 36 final int[] colors = new int[] { Color.RED, Color.BLUE };
39 assertEquals(Color.RED, c.getDefaultColor());
43 assertNotSame(Color.RED, c1.getDefaultColor());
46 assertEquals(Color.RED & 0x00FF0000, c1.getDefaultColor() & 0x00FF0000);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
BitmapVerifier.java 26 protected static final int FAIL_COLOR = Color.RED;
  /cts/tests/tests/uirendering/src/android/uirendering/cts/differencevisualizers/
PassFailVisualizer.java 25 * This method will return a bitmap where white is same red is different
36 output[y] = Color.RED;
  /frameworks/native/services/surfaceflinger/
Colorizer.h 28 RED = 31,
  /frameworks/base/core/java/android/hardware/camera2/params/
RggbChannelVector.java 30 /** Red color channel in a bayer Raw pattern. */
31 public static final int RED = 0;
51 * @param red red pixel
58 public RggbChannelVector(final float red, final float greenEven, final float greenOdd,
60 mRed = checkArgumentFinite(red, "red");
67 * Get the red component.
105 * <p>{@code colorChannel} must be one of {@link #RED}, {@link #GREEN_EVEN}, {@link #GREEN_ODD},
119 case RED
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 78 c.drawColor(Color.RED);
81 c.drawColor(Color.RED);
84 c.drawColor(Color.RED);
87 c.drawColor(Color.RED);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MockEnum.java 29 RED, BLUE, YELLO

Completed in 183 milliseconds

1 2 3 4 5 6 7 8 9