Searched defs:RED (Results 1 - 25 of 35) sorted by relevance

12

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumMultisetTest.java50 BLUE, RED, YELLOW, GREEN, WHITE enum constant in enum:EnumMultisetTest.Color
59 ms.add(Color.RED);
61 ms.add(Color.RED);
64 assertEquals(2, ms.count(Color.RED));
69 asList(Color.RED, Color.YELLOW, Color.RED));
72 assertEquals(2, ms.count(Color.RED));
85 ms.add(Color.RED);
100 ms.add(Color.RED, 2);
101 assertEquals("[BLUE x 3, RED
[all...]
H A DMultimapsTest.java454 private enum Color {BLUE, RED, YELLOW, GREEN} enum constant in enum:MultimapsTest.Color
509 multimap.put(Color.RED, 1);
518 Maps.immutableEntry(Color.RED, 1),
531 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
562 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
564 assertEquals("{BLUE=[3, 1, 4, 1], RED=[2, 7, 1, 8]}", multimap.toString());
586 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
608 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
/external/iptables/
H A Diptables-test.py38 RED = '\033[91m' variable in class:Colors
46 print (filename + ": " + Colors.RED + "ERROR" +
/external/guava/guava-tests/test/com/google/common/collect/
H A DEnumMultisetTest.java76 BLUE, RED, YELLOW, GREEN, WHITE enum constant in enum:EnumMultisetTest.Color
85 ms.add(Color.RED);
87 ms.add(Color.RED);
90 assertEquals(2, ms.count(Color.RED));
95 asList(Color.RED, Color.YELLOW, Color.RED));
98 assertEquals(2, ms.count(Color.RED));
111 ms.add(Color.RED);
126 ms.add(Color.RED, 2);
127 assertEquals("[BLUE x 3, RED
[all...]
H A DMultimapsTest.java555 private enum Color {BLUE, RED, YELLOW, GREEN} enum constant in enum:MultimapsTest.Color
610 multimap.put(Color.RED, 1);
619 Maps.immutableEntry(Color.RED, 1),
632 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
653 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
673 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
675 assertEquals("{BLUE=[3, 1, 4, 1], RED=[2, 7, 1, 8]}", multimap.toString());
688 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
707 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
718 multimap.putAll(Color.RED, asLis
[all...]
/external/linux-kselftest/tools/testing/selftests/futex/include/
H A Dlogging.h38 #define RED '3', '1' macro
42 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND
/external/llvm/utils/abtest/
H A Dabtest.py53 RED=ESCAPE % "31" variable
55 FAILED=RED+"failed"+NORMAL
/external/snakeyaml/src/test/java/examples/collections/
H A DTypeSafeMap2Test.java36 data.put(new Developer2("Lisa", "owner"), Color.RED);
54 data.put(new Developer2("Lisa", "owner"), Color.RED);
58 developers.put(Color.RED, new SuperMan("Jason", "contributor", true));
77 assertEquals(new SuperMan("Jason", "contributor", true), parsedDevelopers.get(Color.RED));
96 assertEquals(Color.RED, data.get(second));
114 WHITE, BLACK, RED; enum constant in enum:TypeSafeMap2Test.Color
/external/guice/core/test/com/googlecode/guice/
H A DJsr330Test.java84 bind(D.class).annotatedWith(RED).toInstance(d);
102 bind(D.class).annotatedWith(RED).toInstance(d);
373 public static final Red RED = new Red() { field in class:Jsr330Test
/external/libdrm/tests/util/
H A Dpattern.c542 #define RED 2 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h65 RED, enumerator in enum:llvm::raw_ostream::Colors
/external/wayland/tests/
H A Dtest-runner.c257 #define RED "\033[31m" macro
399 stderr_set_color(RED);
413 stderr_set_color(success ? GREEN : RED);
423 stderr_set_color(success ? GREEN : RED);
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
H A DFactoryModuleBuilderTest.java53 private enum Color { BLUE, GREEN, RED, GRAY, BLACK } enum constant in enum:FactoryModuleBuilderTest.Color
205 assertTrue(factory.create(Color.RED) instanceof Mustang);
306 Mustang mustang = factory.getMustang(Color.RED);
307 assertEquals(Color.RED, mustang.color);
H A DFactoryProviderTest.java52 private enum Color { BLUE, GREEN, RED, GRAY, BLACK, ORANGE, PINK } enum constant in enum:FactoryProviderTest.Color
69 Mustang redMustang = (Mustang) carFactory.create(Color.RED);
70 assertEquals(Color.RED, redMustang.color);
108 Camaro redCamaro = (Camaro) carFactory.create(Color.RED);
109 assertEquals(Color.RED, redCamaro.color);
170 Corvette redCorvette = (Corvette) carFactory.create(Color.RED, false);
171 assertEquals(Color.RED, redCorvette.color);
479 factory.createCar(Color.RED);
625 Camaro redCamaro = camaroFactory.create(Color.RED);
626 assertEquals(Color.RED, redCamar
[all...]
H A DFactoryProvider2Test.java48 private enum Color { BLUE, GREEN, RED, GRAY, BLACK, ORANGE, PINK } enum constant in enum:FactoryProvider2Test.Color
65 Mustang redMustang = (Mustang) carFactory.create(Color.RED);
66 assertEquals(Color.RED, redMustang.color);
88 Camaro redCamaro = (Camaro) carFactory.create(Color.RED);
89 assertEquals(Color.RED, redCamaro.color);
145 Corvette redCorvette = (Corvette) carFactory.create(Color.RED, false);
146 assertEquals(Color.RED, redCorvette.color);
179 Beetle beetle = (Beetle) factory.create(Color.RED, true);
180 assertSame(Color.RED, beetle.color);
270 Flamingbird flamingbird2 = (Flamingbird) carFactory.create(Color.RED);
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h73 RED, enumerator in enum:llvm::raw_ostream::Colors
/external/python/cpython2/Demo/tkinter/guido/
H A Dsolitaire.py74 RED = 'red' variable
79 COLOR[s] = RED
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h76 RED, enumerator in enum:llvm::raw_ostream::Colors
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc267 // have we configured RED? use its payload type
287 if (red_payload_type >= 0 && // Have we configured RED?
292 // we only support 2 codecs when using RED
310 // copy the RED data
387 int32_t RTPSenderAudio::RED(int8_t* payloadType) const { function in class:webrtc::RTPSenderAudio
H A Drtp_sender.cc394 - video_->FECPacketOverhead() // FEC/ULP/RED overhead.
459 if (audio_->RED(&red_pl_type) == 0) {
460 // We have configured RED.
1777 int32_t RTPSender::RED(int8_t *payload_type) const { function in class:webrtc::RTPSender
1781 return audio_->RED(payload_type);
/external/v8/src/arm64/
H A Dsimulator-arm64.cc38 #define RED "31" macro
/external/webp/src/dec/
H A Dvp8l_dec.c43 RED = 1, enumerator in enum:__anon30400
240 bits >>= AccumulateHCode(htree_group->htrees[RED][bits], 16, huff);
454 const int red = htrees[RED][0].value;
788 if (htrees[RED][0].bits > 0) return 0;
1114 red = ReadSymbol(htree_group->htrees[RED], br);
/external/python/cpython2/Lib/plat-irix5/
H A DGL.py15 RED = 1 variable
/external/python/cpython2/Lib/plat-irix6/
H A DGL.py15 RED = 1 variable
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc241 #define RED "31" macro

Completed in 614 milliseconds

12