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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
comment.css 2 color: blue;
comment.css.min 1 html>/**/body p{color:blue
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
comment.out 1 html>/**/body p{color:blue
comment.out.b 1 html>/**/body p{color:blue
  /external/mesa3d/src/compiler/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/parameter-framework/upstream/test/xml-generator/PFConfig/
criteria.txt 1 InclusiveCriterion Colors : Red Green Blue
  /external/snakeyaml/src/test/resources/pyyaml/
spec-05-03.data 6 : blue
spec-05-04.data 2 mapping: { sky: blue, sea: green }
spec-10-15.data 2 - ? earth: blue
  /external/robolectric/v1/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;
  /external/turbine/javatests/com/google/turbine/lower/testdata/
enum1.test 5 RED, GREEN, BLUE
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 48 private IParcelFileDescriptorPeer blue; field in class:ParcelFileDescriptorProcessTest
95 "android.os.cts", "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...]
  /external/python/cpython2/Tools/pynche/
namedcolors.txt 5 Blue #0000FF
12 Blue Violet #9F5F9F
18 Cadet Blue #5F9F9F
22 Corn Flower Blue #42426F
29 Dark Slate Blue #6B238E
47 Light Blue #C0D9D9
49 Light Steel Blue #8F8FBD
55 Medium Blue #3232CD
60 Medium Slate Blue #7F00FF
65 Midnight Blue #2F2F4
    [all...]
  /external/python/cpython3/Tools/pynche/
namedcolors.txt 5 Blue #0000FF
12 Blue Violet #9F5F9F
18 Cadet Blue #5F9F9F
22 Corn Flower Blue #42426F
29 Dark Slate Blue #6B238E
47 Light Blue #C0D9D9
49 Light Steel Blue #8F8FBD
55 Medium Blue #3232CD
60 Medium Slate Blue #7F00FF
65 Midnight Blue #2F2F4
    [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/flatbuffers/tests/MyGame/Example/
Color.py 8 Blue = 8
Color.java 9 public static final byte Blue = 8;
11 public static final String[] names = { "Red", "Green", "", "", "", "", "", "Blue", };
  /external/llvm/test/YAMLParser/
spec-05-03.test 8 : blue
spec-05-04.test 4 mapping: { sky: blue, sea: green }
spec-10-15.test 4 - ? earth: blue
  /external/parameter-framework/upstream/test/xml-generator/testVector/
second.pfw 9 confGroup: Blue
10 Colors Includes Blue
12 # Inherits from "EddGroup" domainGroup, "Blue" confGroup
17 # Inherits from "EddGroup" domainGroup and "Blue" confGroup

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011>>