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

1 2 3 4 5 6 7 8 91011>>

  /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/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;
  /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...]
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
020-define-func-2-arg-multi.c 2 foo(one fish, blue fish)
  /external/clang/www/demo/
syntax.css 4 .llvm_keyword { font-weight: bold; color: blue }
  /external/slf4j/slf4j-jcl/src/test/java/org/slf4j/
InvocationTest.java 101 Marker blue = MarkerFactory.getMarker("BLUE"); local
102 logger.debug(blue, "hello");
103 logger.info(blue, "hello");
104 logger.warn(blue, "hello");
105 logger.error(blue, "hello");
107 logger.debug(blue, "hello {}", "world");
108 logger.info(blue, "hello {}", "world");
109 logger.warn(blue, "hello {}", "world");
110 logger.error(blue, "hello {}", "world")
    [all...]
  /external/slf4j/slf4j-nop/src/test/java/org/slf4j/
InvocationTest.java 95 Marker blue = MarkerFactory.getMarker("BLUE"); local
96 logger.debug(blue, "hello");
97 logger.info(blue, "hello");
98 logger.warn(blue, "hello");
99 logger.error(blue, "hello");
101 logger.debug(blue, "hello {}", "world");
102 logger.info(blue, "hello {}", "world");
103 logger.warn(blue, "hello {}", "world");
104 logger.error(blue, "hello {}", "world")
    [all...]
  /external/slf4j/slf4j-simple/src/test/java/org/slf4j/
InvocationTest.java 107 Marker blue = MarkerFactory.getMarker("BLUE"); local
108 logger.debug(blue, "hello");
109 logger.info(blue, "hello");
110 logger.warn(blue, "hello");
111 logger.error(blue, "hello");
113 logger.debug(blue, "hello {}", "world");
114 logger.info(blue, "hello {}", "world");
115 logger.warn(blue, "hello {}", "world");
116 logger.error(blue, "hello {}", "world")
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_lut.rs 21 short blue[256];
28 tmp.b = blue[in.b];
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
CompareUtils.java 12 + Math.abs(Color.blue(color) - Color.blue(expectedColor));
22 int average = Color.red(color) + Color.green(color) + Color.blue(color);
26 && Math.abs(Color.blue(color) - average) <= threshold;
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUDisplay.java 38 public void setColor(int index, int red, int green, int blue);
  /external/eigen/blas/testing/
runblastest.sh 7 blue='\E[34m'
22 echo -e $blue
30 echo -e $blue
38 echo -e $blue
  /external/ImageMagick/MagickCore/
gem.c 75 % blue) triple.
80 % const double luma,double *red,double *green,double *blue)
87 % o red, green, blue: A pointer to a pixel component of type Quantum.
91 const double luma,double *red,double *green,double *blue)
107 assert(blue != (double *) NULL);
152 *blue=QuantumRange*(b+m);
168 % blue) triple. Since HCL colorspace is wider than RGB, we instead choose a
174 % const double luma,double *red,double *green,double *blue)
181 % o red, green, blue: A pointer to a pixel component of type Quantum.
185 const double luma,double *red,double *green,double *blue)
    [all...]
colorspace-private.h 36 pixel->blue=((QuantumRange-(QuantumScale*pixel->blue*(QuantumRange-
44 blue, local
55 blue=QuantumScale*pixel->blue;
61 blue=QuantumScale*DecodePixelGamma(pixel->blue);
65 (fabs((double) blue) < MagickEpsilon))
72 yellow=(MagickRealType) (1.0-blue);
84 pixel->blue=QuantumRange*yellow
    [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/slf4j/slf4j-log4j12/src/test/java/org/slf4j/
InvocationTest.java 123 Marker blue = MarkerFactory.getMarker("BLUE"); local
124 logger.trace(blue, "hello");
125 logger.debug(blue, "hello");
126 logger.info(blue, "hello");
127 logger.warn(blue, "hello");
128 logger.error(blue, "hello");
130 logger.debug(blue, "hello {}", "world");
131 logger.info(blue, "hello {}", "world");
132 logger.warn(blue, "hello {}", "world")
    [all...]
  /external/skia/src/codec/
SkMasks.cpp 134 masks.blue &= (1 << bitsPerPixel) - 1;
139 if (((masks.red & masks.green) | (masks.red & masks.blue) |
140 (masks.red & masks.alpha) | (masks.green & masks.blue) |
141 (masks.green & masks.alpha) | (masks.blue & masks.alpha)) != 0) {
148 const MaskInfo blue = process_mask(masks.blue, bitsPerPixel); local
151 return new SkMasks(red, green, blue, alpha);
156 const MaskInfo& blue, const MaskInfo& alpha)
159 , fBlue(blue)
  /external/skqp/src/codec/
SkMasks.cpp 134 masks.blue &= (1 << bitsPerPixel) - 1;
139 if (((masks.red & masks.green) | (masks.red & masks.blue) |
140 (masks.red & masks.alpha) | (masks.green & masks.blue) |
141 (masks.green & masks.alpha) | (masks.blue & masks.alpha)) != 0) {
148 const MaskInfo blue = process_mask(masks.blue, bitsPerPixel); local
151 return new SkMasks(red, green, blue, alpha);
156 const MaskInfo& blue, const MaskInfo& alpha)
159 , fBlue(blue)
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheelLEDController.java 20 int blue = Color.blue(color) / 8; local
24 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)2,(byte)blue);
28 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)5,(byte)blue);
32 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)8,(byte)blue);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowColor.java 21 * @param blue Blue component
25 public static void RGBToHSV(int red, int green, int blue, float hsv[]) {
26 java.awt.Color.RGBtoHSB(red, green, blue, hsv);
33 return Color.argb(alpha, Color.red(rgb), Color.green(rgb), Color.blue(rgb));
  /external/selinux/mcstrans/share/examples/non-mls-color/
secolor.conf 5 color blue = #0000ff
  /external/python/cpython2/Tools/pynche/
DetailsViewer.py 10 and blue are self evident. By tying together red and green, you can modify
11 the yellow level of the color. By tying together red and blue, you can modify
12 the magenta level of the color. By tying together green and blue, you can
32 preserve the distance between them. Thus if green and blue were tied,
33 and green was at 238 while blue was at 223, and an increment of 25
34 were applied, green would be at 15 and blue would be at 0.
109 self.__radio3 = Checkbutton(frame, text='Blue',
201 blue = self.__blue + delta
202 tie.append(blue)
204 blue = self.__blu
    [all...]
  /external/python/cpython3/Tools/pynche/
DetailsViewer.py 10 and blue are self evident. By tying together red and green, you can modify
11 the yellow level of the color. By tying together red and blue, you can modify
12 the magenta level of the color. By tying together green and blue, you can
32 preserve the distance between them. Thus if green and blue were tied,
33 and green was at 238 while blue was at 223, and an increment of 25
34 were applied, green would be at 15 and blue would be at 0.
109 self.__radio3 = Checkbutton(frame, text='Blue',
201 blue = self.__blue + delta
202 tie.append(blue)
204 blue = self.__blu
    [all...]
  /external/clang/test/CodeGenCXX/
scoped-enums.cpp 4 enum class Color { red, blue, green }; member in class:Color
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011>>