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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
xabcx.inp 2 violets are blue
4 your feet are blue
xabcx.sed 2 \xfeetxs/blue/too/
xabcx.good 2 violets are blue
  /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 2 foo(one fish, blue fish)
  /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 2 foo(one fish, blue fish)
  /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/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;
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 48 private IParcelFileDescriptorPeer blue; field in class:ParcelFileDescriptorProcessTest
95 "com.android.cts.os", "android.os.cts.ParcelFileDescriptorPeer$Blue"));
103 blue = blueConn.get();
104 red.setPeer(blue);
105 blue.setPeer(red);
124 // red <-- blue
126 blue.doGet();
128 blue.write(1);
131 blue.close();
137 // red --> blue
    [all...]
  /sdk/eclipse/scripts/
_mk_icons.sh 9 icon S blue sharedUserId
19 icon U blue uses-permission
22 icon L blue label
24 icon A blue application
26 icon P blue persistent
29 icon T blue theme
38 icon S blue service
40 icon C blue clearOnBackground
45 icon F blue intent-filter
54 icon P blue pat
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLColor.java 23 public final int blue; field in class:GLColor
26 public GLColor(int red, int green, int blue, int alpha) {
29 this.blue = blue;
33 public GLColor(int red, int green, int blue) {
36 this.blue = blue;
46 blue == color.blue &&
  /external/clang/test/PCH/
enum.h 6 Blue
  /external/clang/www/demo/
syntax.css 4 .llvm_keyword { font-weight: bold; color: blue }
  /external/llvm/test/YAMLParser/
spec-05-03.data 8 : blue
spec-05-04.data 4 mapping: { sky: blue, sea: green }
spec-10-15.data 4 - ? earth: blue
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateColor-repeat-indefinite.svg 3 <animateColor attributeName="fill" values='blue; green' dur='2s' repeatCount='indefinite' />
5 <text x='10' y='120'>The rect should animate from blue to green over 2 seconds, repeatedly.</text>
animateColor-to-from.svg 3 <animateColor attributeName="fill" from='blue' to='green' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
animateColor-to.svg 2 <rect width='100' height='100' fill='blue'>
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
animateColor-values-simple.svg 3 <animateColor attributeName="fill" values='blue; green' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
popup.html 34 #blue {
35 border: 1px solid blue;
36 color: blue;
51 <div id="blue">blue</div>
  /cts/tests/tests/animation/src/android/animation/cts/
ArgbEvaluatorTest.java 26 final int BLUE = 0xff8080FF;
30 int bRED = Color.blue(RED);
31 int aBLUE = Color.alpha(BLUE);
32 int rBLUE = Color.red(BLUE);
33 int gBLUE = Color.green(BLUE);
34 int bBLUE = Color.blue(BLUE);
40 result = (Integer) evaluator.evaluate(0.5f, RED, BLUE);
51 int bResult = Color.blue(result);
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
big-page.html 2 <div style="width: 400px; height: 400px; background-color: blue"></div>
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
large-table-with-collapsed-borders.css 10 border : 1px solid blue;

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>