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

  /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/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);
AnimationActivity.java 187 public static final int RED = 0xffFF8080;
202 colorAnimator = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
252 int red = (int)(Math.random() * 255); local
255 int color = 0xff000000 | red << 16 | green << 8 | blue;
256 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /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...]
MultimapsTest.java 530 private enum Color {BLUE, RED, YELLOW, GREEN}
561 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
582 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
602 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
604 assertEquals("{BLUE=[3, 1, 4, 1], RED=[2, 7, 1, 8]}", multimap.toString());
617 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
636 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
647 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
668 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
680 multimap.putAll(Color.RED, asList(2, 7, 1, 8))
    [all...]
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.cc 32 RED,
99 case RED:
164 case RED:
259 color = SimpleConsole::RED;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 91 private static final int RED = 0xffFF8080;
133 int red = (int)(100 + Math.random() * 155); local
136 int color = 0xff000000 | red << 16 | green << 8 | blue;
138 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
BouncingBalls.java 55 private static final int RED = 0xffFF8080;
70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
159 int red = (int)(Math.random() * 255); local
162 int color = 0xff000000 | red << 16 | green << 8 | blue;
164 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc 352 // have we configured RED? use its payload type
374 if (_REDPayloadType >= 0 && // Have we configured RED?
380 // we only support 2 codecs when using RED
398 // copy the RED data
487 RTPSenderAudio::RED(int8_t& payloadType) const
rtp_sender.cc 324 - video_->FECPacketOverhead() // FEC/ULP/RED overhead.
373 if (audio_->RED(red_pl_type) == 0) {
374 // We have configured RED.
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 71 RED,
  /external/ltrace/testsuite/ltrace.main/
parameters.c 30 RED,
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 21 #define RED(node) (node->xdata)
252 return (node != NULL) && (RED(node) == 1);
265 RED(root) = 1;
266 RED(save) = 0;
321 /* Simple red violation: color flip */
322 RED(q) = 1;
323 RED(q->link[0]) = 0;
324 RED(q->link[1]) = 0;
328 /* Hard red violation: rotations necessary */
364 RED(root) = 0
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 66 static final Color RED = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_RED);
336 this.gc.setForeground(RED);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 60 static final Color RED = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_RED);
382 item.setForeground(col, RED);
404 // delta < -10%: failure shown by an red-cross icon + text in red
406 item.setForeground(col, RED);
408 // negative delta over 5% shown in red
409 item.setForeground(col, RED);
PerformancesView.java 83 static final Color RED = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_RED);
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 36 // 3. red,
41 RED = 1,
318 // The huffman data is stored in red and green bytes.
716 // call to ReadSymbol() for red/blue/alpha channels.
719 if (htrees[RED].num_nodes_ > 1) return 0;
855 int red, green, blue, alpha; local
856 red = ReadSymbol(&htree_group->htrees_[RED], br);
861 *src = ((uint32_t)alpha << 24) | (red << 16) | (green << 8) | blue;
    [all...]
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 37 #define RED "31"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 525 milliseconds