Home
last modified time | relevance | path

Searched full:red (Results 1 – 25 of 5756) sorted by relevance

12345678910>>...231

/external/pdfium/testing/resources/javascript/
Ddocument_properties_expected.txt102 Alert: *** Setting properties to ["red", 0, "blue", 42] ***
103 Alert: this.ADBE = ["red", 0, "blue", 42]; yields red,0,blue,42
104 Alert: this.author = ["red", 0, "blue", 42]; yields red,0,blue,42
105 Alert: this.baseURL = ["red", 0, "blue", 42]; yields red,0,blue,42
106 Alert: this.bookmarkRoot = ["red", 0, "blue", 42]; yields red,0,blue,42
107 Alert: this.calculate = ["red", 0, "blue", 42]; yields red,0,blue,42
108 Alert: this.Collab = ["red", 0, "blue", 42]; yields red,0,blue,42
109 Alert: this.creationDate = ["red", 0, "blue", 42]; yields red,0,blue,42
110 Alert: this.creator = ["red", 0, "blue", 42]; yields red,0,blue,42
111 Alert: this.delay = ["red", 0, "blue", 42]; yields red,0,blue,42
[all …]
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dminmax_reduction.ll28 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
31 %cmp3 = icmp sgt i32 %0, %max.red.08
32 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08
39 ret i32 %max.red.0
57 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
60 %cmp3 = icmp slt i32 %max.red.08, %0
61 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08
68 ret i32 %max.red.0
85 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
88 %cmp3 = icmp slt i32 %0, %max.red.08
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Dminmax_reduction.ll28 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
31 %cmp3 = icmp sgt i32 %0, %max.red.08
32 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08
39 ret i32 %max.red.0
57 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
60 %cmp3 = icmp slt i32 %max.red.08, %0
61 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08
68 ret i32 %max.red.0
85 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
88 %cmp3 = icmp slt i32 %0, %max.red.08
[all …]
/external/libnl/lib/route/qdisc/
Dred.c2 * lib/route/qdisc/red.c RED Qdisc
14 * @defgroup qdisc_red Random Early Detection (RED)
25 #include <netlink/route/qdisc/red.h>
44 struct rtnl_red *red = data; in red_msg_parser() local
60 red->qr_limit = opts->limit; in red_msg_parser()
61 red->qr_qth_min = opts->qth_min; in red_msg_parser()
62 red->qr_qth_max = opts->qth_max; in red_msg_parser()
63 red->qr_flags = opts->flags; in red_msg_parser()
64 red->qr_wlog = opts->Wlog; in red_msg_parser()
65 red->qr_plog = opts->Plog; in red_msg_parser()
[all …]
/external/python/cpython2/Demo/newmetaclasses/
DEnum.py9 red = 1
13 Now, Color.red, Color.green and Color.blue behave totally
64 EnumInstance('Color', 'red', 12) prints as 'Color.red' and behaves
94 red = 1 variable in _test.Color
98 print Color.red
100 print repr(Color.red)
101 print Color.red == Color.red
102 print Color.red == Color.blue
103 print Color.red == 1
104 print Color.red == 2
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_data.json21 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
30 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
39 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
48 "bits": { "red": 16, "green": 16, "blue": 16, "alpha": 16 }, number
58 "bits": { "red": 16, "green": 16, "blue": 16, "alpha": 16 }, number
68 "bits": { "red": 32, "green": 32, "blue": 32, "alpha": 32 }, number
77 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
86 "bits": {"red": 8, "green": 8, "blue": 8,"alpha": 8}, number
95 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
104 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
[all …]
/external/ImageMagick/MagickCore/
Dgem.c72 % ConvertHCLToRGB() transforms a (hue, chroma, luma) to a (red, green,
78 % const double luma,double *red,double *green,double *blue)
85 % o red, green, blue: A pointer to a pixel component of type Quantum.
89 const double luma,double *red,double *green,double *blue) in ConvertHCLToRGB() argument
103 assert(red != (double *) NULL); in ConvertHCLToRGB()
148 *red=QuantumRange*(r+m); in ConvertHCLToRGB()
164 % ConvertHCLpToRGB() transforms a (hue, chroma, luma) to a (red, green,
171 % const double luma,double *red,double *green,double *blue)
178 % o red, green, blue: A pointer to a pixel component of type Quantum.
182 const double luma,double *red,double *green,double *blue) in ConvertHCLpToRGB() argument
[all …]
Dcolorspace.c175 const double b,double *red,double *green,double *blue) in ConvertAdobe98ToRGB() argument
183 ConvertXYZToRGB(X,Y,Z,red,green,blue); in ConvertAdobe98ToRGB()
187 const double b,double *red,double *green,double *blue) in ConvertDisplayP3ToRGB() argument
195 ConvertXYZToRGB(X,Y,Z,red,green,blue); in ConvertDisplayP3ToRGB()
199 const double b,double *red,double *green,double *blue) in ConvertProPhotoToRGB() argument
207 ConvertXYZToRGB(X,Y,Z,red,green,blue); in ConvertProPhotoToRGB()
210 static inline void ConvertRGBToCMY(const double red,const double green, in ConvertRGBToCMY() argument
213 *cyan=QuantumScale*(QuantumRange-red); in ConvertRGBToCMY()
218 static void ConvertRGBToAdobe98(const double red,const double green, in ConvertRGBToAdobe98() argument
226 ConvertRGBToXYZ(red,green,blue,&X,&Y,&Z); in ConvertRGBToAdobe98()
[all …]
/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__overlapping__rich_color.snap5 {fg:Red bold bright}error[E0666]{bold bright}: nested `impl Trait` is not allowed{/}
8 {fg:Blue}5{/} {fg:Blue}│{/} fn bad_in_ret_position(x: impl Into<u32>) -> impl Into<{fg:Red}impl Deb…
9 …{fg:Blue}│{/} {fg:Blue}----------{fg:Red}^^^^^^^^^^{f…
10 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Red}│{/}
11 …{fg:Blue}│{/} {fg:Blue}│{/} {fg:Red}nested `i…
14 {fg:Red bold bright}error[E0121]{bold bright}: the type placeholder `_` is not allowed within types…
17 {fg:Blue}1{/} {fg:Blue}│{/} fn fn_test1() -> {fg:Red}_{/} { 5 }
18 {fg:Blue}│{/} {fg:Red}^{/}
19 {fg:Blue}│{/} {fg:Red}│{/}
20 {fg:Blue}│{/} {fg:Red}not allowed in type signatures{/}
[all …]
Dterm__multiline_overlapping__rich_color.snap5 {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompatible types{/}
13 {fg:Blue}4{/} {fg:Blue}│{/} {fg:Blue}│{/} Ordering::Greater => {fg:Red}LineIndexOutOf…
14 {fg:Blue}│{/} {fg:Red}╭{/}{fg:Red}─{/}{fg:Blue}│{/}{fg:Red}──────────────────────────────────^{/}
15 {fg:Blue}5{/} {fg:Blue}│{/} {fg:Red}│{/} {fg:Blue}│{/} {fg:Red} given: line_index,{/}
16 {fg:Blue}6{/} {fg:Blue}│{/} {fg:Red}│{/} {fg:Blue}│{/} {fg:Red} max: self.last_line_…
17 {fg:Blue}7{/} {fg:Blue}│{/} {fg:Red}│{/} {fg:Blue}│{/} {fg:Red} }{/},
18 …{fg:Blue}│{/} {fg:Red}╰{/}{fg:Red}─{/}{fg:Blue}│{/}{fg:Red}─────────────^ expected enum `Result`, …
/external/python/cpython2/Demo/metaclasses/
DEnum.py15 red = 1
19 Now, Color.red, Color.green and Color.blue behave totally
34 statement. In the above example, it would be {'red': 1,
51 For example, Color.red returns the value corresponding to red.
93 EnumInstance('Color', 'red', 12) prints as 'Color.red' and behaves
129 red = 1 variable in _test.Color
133 print Color.red
136 print Color.red == Color.red
137 print Color.red == Color.blue
138 print Color.red == 1
[all …]
/external/angle/src/image_util/
Dimageformats.cpp20 dst->red = lum; in readColor()
28 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor()
38 dst->red = src->R; in readColor()
46 dst->red = gl::normalizedToFloat(src->R); in readColor()
54 dst->R = static_cast<uint8_t>(src->red); in writeColor()
59 dst->R = gl::floatToNormalized<uint8_t>(src->red); in writeColor()
69 dst->red = 0.0f; in readColor()
88 dst->red = lum; in readColor()
96 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor()
109 dst->red = lum; in readColor()
[all …]
/external/ImageMagick/api_examples/
Dwand.c4 magick -size 100x100 xc:red \
47 *red, /* red image wand */ in main() local
59 /* read in the red image */ in main()
60 red = NewMagickWand(); in main()
61 MagickSetSize(red,100,100); in main()
62 status = MagickReadImage(red, "xc:red" ); in main()
64 ThrowWandException(red); in main()
87 /* append rose image into the red image wand */ in main()
88 MagickSetLastIterator(red); in main()
89 MagickAddImage(red,rose); in main()
[all …]
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dpartially-unroll-unconditional-latch.ll11 ; CHECK-NEXT: %red = phi i32 [ 0, %entry ], [ %red.next.3, %for.latch.3 ]
13 ; CHECK-NEXT: %red.next = add nuw nsw i32 10, %red
16 ; CHECK-NEXT: store i32 %red.next, i32* %ptr, align 4
20 ; CHECK-NEXT: %red.next.1 = add nuw nsw i32 10, %red.next
23 ; CHECK-NEXT: store i32 %red.next.1, i32* %ptr.1, align 4
30 ; CHECK-NEXT: %red.next.2 = add nuw nsw i32 10, %red.next.1
33 ; CHECK-NEXT: store i32 %red.next.2, i32* %ptr.2, align 4
37 ; CHECK-NEXT: %red.next.3 = add nuw nsw i32 10, %red.next.2
40 ; CHECK-NEXT: store i32 %red.next.3, i32* %ptr.3, align 4
51 %red = phi i32 [ 0, %entry ], [ %red.next, %for.latch ]
[all …]
/external/python/cpython3/Tools/pynche/
DStripViewer.py5 the variations in red, green, and blue respectively of the currently selected
13 then the Red variations show colors from (0,163,196) to (255,163,196), the
62 # red variations, green+blue = cyan constant
63 def constant_red_generator(numchips, red, green, blue): argument
65 return list(zip([red] * numchips, seq, seq))
67 # green variations, red+blue = magenta constant
68 def constant_green_generator(numchips, red, green, blue): argument
72 # blue variations, red+green = yellow constant
73 def constant_blue_generator(numchips, red, green, blue): argument
77 # red variations, green+blue = cyan constant
[all …]
DDetailsViewer.py9 variations are tied together when incrementing and decrementing. Red, green,
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
26 other side. Thus if red were at 238 and 25 were added to it, red
94 self.__radio1 = Checkbutton(frame, text='Red',
190 red = self.__red + delta
191 tie.append(red)
193 red = self.__red
207 if red < 0 or green < 0 or blue < 0 or \
208 red > 255 or green > 255 or blue > 255:
[all …]
/external/python/cpython2/Tools/pynche/
DStripViewer.py5 the variations in red, green, and blue respectively of the currently selected
13 then the Red variations show colors from (0,163,196) to (255,163,196), the
62 # red variations, green+blue = cyan constant
63 def constant_red_generator(numchips, red, green, blue): argument
65 return map(None, [red] * numchips, seq, seq)
67 # green variations, red+blue = magenta constant
68 def constant_green_generator(numchips, red, green, blue): argument
72 # blue variations, red+green = yellow constant
73 def constant_blue_generator(numchips, red, green, blue): argument
77 # red variations, green+blue = cyan constant
[all …]
DDetailsViewer.py9 variations are tied together when incrementing and decrementing. Red, green,
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
26 other side. Thus if red were at 238 and 25 were added to it, red
94 self.__radio1 = Checkbutton(frame, text='Red',
190 red = self.__red + delta
191 tie.append(red)
193 red = self.__red
207 if red < 0 or green < 0 or blue < 0 or \
208 red > 255 or green > 255 or blue > 255:
[all …]
/external/skia/src/codec/
DSkMaskSwizzler.cpp21 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_opaque() local
24 dstPtr[i] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in swizzle_mask16_to_rgba_opaque()
38 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_opaque() local
41 dstPtr[i] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in swizzle_mask16_to_bgra_opaque()
55 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_unpremul() local
59 dstPtr[i] = SkPackARGB_as_RGBA(alpha, red, green, blue); in swizzle_mask16_to_rgba_unpremul()
73 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_unpremul() local
77 dstPtr[i] = SkPackARGB_as_BGRA(alpha, red, green, blue); in swizzle_mask16_to_bgra_unpremul()
91 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_premul() local
95 dstPtr[i] = premultiply_argb_as_rgba(alpha, red, green, blue); in swizzle_mask16_to_rgba_premul()
[all …]
/external/skqp/src/codec/
DSkMaskSwizzler.cpp21 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_opaque() local
24 dstPtr[i] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in swizzle_mask16_to_rgba_opaque()
38 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_opaque() local
41 dstPtr[i] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in swizzle_mask16_to_bgra_opaque()
55 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_unpremul() local
59 dstPtr[i] = SkPackARGB_as_RGBA(alpha, red, green, blue); in swizzle_mask16_to_rgba_unpremul()
73 uint8_t red = masks->getRed(p); in swizzle_mask16_to_bgra_unpremul() local
77 dstPtr[i] = SkPackARGB_as_BGRA(alpha, red, green, blue); in swizzle_mask16_to_bgra_unpremul()
91 uint8_t red = masks->getRed(p); in swizzle_mask16_to_rgba_premul() local
95 dstPtr[i] = premultiply_argb_as_rgba(alpha, red, green, blue); in swizzle_mask16_to_rgba_premul()
[all …]
/external/angle/src/tests/gl_tests/
DMultisampleTest.cpp189 ANGLE_GL_PROGRAM(program, kPointsVS, essl1_shaders::fs::Red()); in TEST_P()
202 // The center pixels should be all red. in TEST_P()
203 EXPECT_PIXEL_COLOR_EQ(kWindowWidth / 2, kWindowHeight / 2, GLColor::red); in TEST_P()
204 EXPECT_PIXEL_COLOR_EQ(kWindowWidth / 2 - 1, kWindowHeight / 2, GLColor::red); in TEST_P()
205 EXPECT_PIXEL_COLOR_EQ(kWindowWidth / 2, kWindowHeight / 2 - 1, GLColor::red); in TEST_P()
206 EXPECT_PIXEL_COLOR_EQ(kWindowWidth / 2 - 1, kWindowHeight / 2 - 1, GLColor::red); in TEST_P()
208 // Border pixels should be between red and black, and not exactly either; corners are darker and in TEST_P()
240 ANGLE_GL_PROGRAM(program, essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P()
256 // D D = Dark Red (0.25) or (0.5) in TEST_P()
257 // BRA R = Red (1.0) in TEST_P()
[all …]
DClipDistanceTest.cpp80 ANGLE_GL_PROGRAM(programRed, kVS, essl1_shaders::fs::Red()); in TEST_P()
91 // Draw full screen quad with color red in TEST_P()
106 // All pixels on the right of the plane x = -0.5 must be red in TEST_P()
111 EXPECT_PIXEL_COLOR_EQ(x, y, GLColor::red); in TEST_P()
119 // Draw full screen quad with color red in TEST_P()
125 // All pixels on the left of the plane x = -0.5 must be red in TEST_P()
130 EXPECT_PIXEL_COLOR_EQ(x, y, GLColor::red); in TEST_P()
147 // All pixels must be red in TEST_P()
152 EXPECT_PIXEL_COLOR_EQ(x, y, GLColor::red); in TEST_P()
178 ANGLE_GL_PROGRAM(programRed, kVS, essl1_shaders::fs::Red()); in TEST_P()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPorterDuffColorFilterTest.java20 final PorterDuffColorFilter filter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.ADD); in constructor_shouldWork()
21 assertThat(filter.getColor()).isEqualTo(Color.RED); in constructor_shouldWork()
28 final PorterDuffColorFilter filter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.ADD); in createNativeInstance_shouldWork()
34 PorterDuffColorFilter addFilter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.ADD); in hashCode_returnsDifferentValuesForDifferentModes()
35 PorterDuffColorFilter dstFilter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.DST); in hashCode_returnsDifferentValuesForDifferentModes()
43 PorterDuffColorFilter redFilter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.ADD); in hashCode_returnsDifferentValuesForDifferentColors()
50 PorterDuffColorFilter filter1 = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.ADD); in equals_returnsTrueForEqualObjects()
51 PorterDuffColorFilter filter2 = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.ADD); in equals_returnsTrueForEqualObjects()
58 PorterDuffColorFilter addFilter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.ADD); in equals_returnsFalseForDifferentModes()
59 PorterDuffColorFilter dstFilter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.DST); in equals_returnsFalseForDifferentModes()
[all …]
/external/scapy/scapy/
Dthemes.py18 "red": ("\033[31m", "#ansired"),
119 style_layer_name = Color.red+Color.bold
124 style_packetlist_name = Color.red+Color.bold
127 style_fail = Color.red+Color.bold
135 style_right = Color.red+Color.invert
142 style_layer_name = Color.red+Color.bold
147 style_packetlist_name = Color.red+Color.bold
150 style_fail = Color.red+Color.bold
162 style_punct = Color.red
165 style_layer_name = Color.red+Color.bold
[all …]
/external/mesa3d/src/mesa/main/
Dtexcompress_rgtc.c2 * Copyright (C) 2011 Red Hat Inc.
318 GLubyte red; in fetch_red_rgtc1() local
319 util_format_unsigned_fetch_texel_rgtc(rowStride, map, i, j, &red, 1); in fetch_red_rgtc1()
320 texel[RCOMP] = UBYTE_TO_FLOAT(red); in fetch_red_rgtc1()
330 GLubyte red; in fetch_l_latc1() local
331 util_format_unsigned_fetch_texel_rgtc(rowStride, map, i, j, &red, 1); in fetch_l_latc1()
334 texel[BCOMP] = UBYTE_TO_FLOAT(red); in fetch_l_latc1()
342 GLbyte red; in fetch_signed_red_rgtc1() local
344 i, j, &red, 1); in fetch_signed_red_rgtc1()
345 texel[RCOMP] = BYTE_TO_FLOAT_TEX(red); in fetch_signed_red_rgtc1()
[all …]

12345678910>>...231