HomeSort by relevance Sort by last modified time
    Searched full:red (Results 1 - 25 of 4605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
020-define-func-2-arg-multi.c.expected 2 one fish,two fish,red fish,blue fish
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
  /external/mesa3d/src/glsl/glcpp/tests/
020-define-func-2-arg-multi.c.expected 2 one fish,two fish,red fish,blue fish
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
xabcx.good 1 roses are red
xabcx.inp 1 roses are red
  /external/libnl/lib/route/sch/
red.c 2 * lib/route/sch/red.c RED Qdisc
14 * @defgroup red Random Early Detection (RED)
25 #include <netlink/route/sch/red.h>
57 struct rtnl_red *red; local
71 red = red_alloc(qdisc);
72 if (!red)
77 red->qr_limit = opts->limit;
78 red->qr_qth_min = opts->qth_min
94 struct rtnl_red *red = red_qdisc(qdisc); local
103 struct rtnl_red *red = red_qdisc(qdisc); local
112 struct rtnl_red *red = red_qdisc(qdisc); local
121 struct rtnl_red *red; local
161 struct rtnl_red *red; local
180 struct rtnl_red *red; local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 47 private IParcelFileDescriptorPeer red; field in class:ParcelFileDescriptorProcessTest
92 "com.android.cts.os", "android.os.cts.ParcelFileDescriptorPeer$Red"));
102 red = redConn.get();
104 red.setPeer(blue);
105 blue.setPeer(red);
124 // red <-- blue
125 red.setupReadPipe();
129 assertEquals(1, red.read());
132 assertEquals(-1, red.read());
133 assertEquals(null, red.checkError())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/
manifest.json 3 "description": "Make the current page red",
13 "default_title": "Make this page red"
  /external/chromium_org/content/test/data/accessibility/
input-color-expected-win.txt 3 IA2_ROLE_COLOR_CHOOSER value='100% red 60% green 0% blue' FOCUSABLE
  /external/chromium_org/content/test/data/
rwh_simple.html 2 <head><title>The background is red.</title></head>
  /external/chromium_org/webkit/data/test_shell/iframes/
testiframe2.html 5 <BODY bgcolor=red>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowColor.java 11 public static int rgb(int red, int green, int blue) {
12 return argb(0xff, red, green, blue);
16 public static int argb(int alpha, int red, int green, int blue) {
17 return (alpha << 24) | (red << 16) | (green << 8) | blue;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib.bat 1 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib.bat 1 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLColor.java 21 public final int red; field in class:GLColor
26 public GLColor(int red, int green, int blue, int alpha) {
27 this.red = red;
33 public GLColor(int red, int green, int blue) {
34 this.red = red;
44 return (red == color.red &&
  /external/clang/test/PCH/
enum.h 4 Red,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
popup.html 30 #red {
31 border: 1px solid red;
32 color: red;
50 <div id="red">red</div>
  /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);
  /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...]
  /frameworks/base/packages/CaptivePortalLogin/res/values-es/
strings.xml 5 <string name="action_use_network" msgid="6076184727448466030">"Utilizar esta red tal cual"</string>
6 <string name="action_do_not_use_network" msgid="4577366536956516683">"No utilizar esta red"</string>
7 <string name="action_bar_label" msgid="2573986763322074279">"Iniciar sesión en red"</string>
  /frameworks/base/packages/CaptivePortalLogin/res/values-es-rUS/
strings.xml 5 <string name="action_use_network" msgid="6076184727448466030">"Usar esta red como está"</string>
6 <string name="action_do_not_use_network" msgid="4577366536956516683">"No usar esta red"</string>
7 <string name="action_bar_label" msgid="2573986763322074279">"Acceder a la red"</string>

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>