/third_party/typescript/tests/baselines/reference/ |
D | expandoFunctionContextualTypesJs.types | 2 /** @typedef {{ color: "red" | "blue" }} MyComponentProps */ 18 >MyComponent.defaultProps = { color: "red"} : { color: "red"; } 22 >{ color: "red"} : { color: "red"; } 24 color: "red" 25 >color : "red" 26 >"red" : "red" 39 >MyComponent2.defaultProps = { color: "red"} : { color: "red"; } 43 >{ color: "red"} : { color: "red"; } 45 color: "red" 46 >color : "red" [all …]
|
D | expandoFunctionContextualTypes.types | 3 color: "red" | "blue" 4 >color : "red" | "blue" 20 >MyComponent.defaultProps = { color: "red"} : { color: "red"; } 24 >{ color: "red"} : { color: "red"; } 26 color: "red" 27 >color : "red" 28 >"red" : "red"
|
D | nestedFreshLiteral.types | 17 >{ nested: { prop: { colour: 'red' } }} : { nested: { prop: { colour: string; }; }; } 19 nested: { prop: { colour: 'red' } } 21 >{ prop: { colour: 'red' } } : { prop: { colour: string; }; } 23 >{ colour: 'red' } : { colour: string; } 25 >'red' : "red"
|
/third_party/libnl/lib/route/qdisc/ |
D | red.c | 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() 66 red->qr_scell_log = opts->Scell_log; in red_msg_parser() 68 red->qr_mask = (RED_ATTR_LIMIT | RED_ATTR_QTH_MIN | RED_ATTR_QTH_MAX | in red_msg_parser() 78 struct rtnl_red *red = data; in red_dump_line() local [all …]
|
/third_party/gettext/gettext-runtime/intl/ |
D | tsearch.c | 121 unsigned int red:1; member 144 check_tree_recurse (p->left, d_sofar + (p->left && !p->left->red), d_total); in check_tree_recurse() 145 check_tree_recurse (p->right, d_sofar + (p->right && !p->right->red), d_total); in check_tree_recurse() 147 assert (!(p->left->red && p->red)); in check_tree_recurse() 149 assert (!(p->right->red && p->red)); in check_tree_recurse() 159 root->red = 0; in check_tree() 161 cnt += !p->red; in check_tree() 189 || ((*rp) != NULL && (*lp) != NULL && (*rp)->red && (*lp)->red)) in maybe_split_for_insert() 192 root->red = 1; in maybe_split_for_insert() 194 (*rp)->red = 0; in maybe_split_for_insert() [all …]
|
/third_party/boost/libs/math/reporting/performance/doc/ |
D | performance_tables.qbk | 10 [[Beta (CDF)][[role red 3.75[br](300ns)]][[role blue 1.46[br](117ns)]][[role blue 1.40[br](112ns)]]… 11 [[Beta (PDF)][[role red 3.64[br](255ns)]][[role green 1.09[br](76ns)]][[role green 1.10[br](77ns)]]… 12 [[Beta (quantile)][[role red 3.53[br](1693ns)]][[role blue 1.45[br](694ns)]][[role green 1.19[br](5… 13 [[Binomial (CDF)][[role red 3.88[br](656ns)]][[role blue 1.49[br](252ns)]][[role blue 1.27[br](215n… 14 [[Binomial (PDF)][[role red 3.37[br](290ns)]][[role green 1.03[br](89ns)]][[role green 1.03[br](89n… 15 [[Binomial (quantile)][[role red 3.30[br](2982ns)]][[role blue 1.43[br](1290ns)]][[role blue 1.24[b… 19 [[ChiSquared (CDF)][[role red 3.09[br](918ns)]][[role blue 1.62[br](482ns)]][[role blue 1.29[br](38… 20 [[ChiSquared (PDF)][[role red 3.43[br](206ns)]][[role green 1.08[br](65ns)]][[role green 1.05[br](6… 21 [[ChiSquared (quantile)][[role red 3.10[br](1400ns)]][[role blue 1.69[br](764ns)]][[role blue 1.26[… 28 [[F (CDF)][[role red 3.93[br](590ns)]][[role blue 1.56[br](234ns)]][[role blue 1.28[br](192ns)]][[r… [all …]
|
/third_party/boost/libs/graph/doc/stoer_wagner_imgs/ |
D | stoer_wagner-example-c1.dot | 11 0 -- 1 [ label="2", color=red, fontcolor=red, style=dotted ]; 14 0 -- 4 [ label="3", color=red, fontcolor=red, style=dotted ]; 17 2 -- 6 [ label="2", color=red, fontcolor=red, style=dotted ]; 18 3 -- 6 [ label="2", len=1.3, color=red, fontcolor=red, style=dotted ]; 21 5 -- 6 [ label="1", len=1.1, color=red, fontcolor=red, style=dotted ]; 22 6 -- 7 [ label="3", color=red, fontcolor=red, style=dotted ];
|
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.cpp | 20 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 …]
|
/third_party/flutter/skia/src/codec/ |
D | SkMaskSwizzler.cpp | 21 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 …]
|
/third_party/skia/src/codec/ |
D | SkMaskSwizzler.cpp | 21 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 …]
|
/third_party/weston/compositor/ |
D | cms-helper.c | 45 uint16_t *red; in weston_cms_gamma_clear() local 50 red = calloc(o->gamma_size, sizeof(uint16_t)); in weston_cms_gamma_clear() 52 red[i] = (uint32_t) 0xffff * (uint32_t) i / (uint32_t) (o->gamma_size - 1); in weston_cms_gamma_clear() 53 o->set_gamma(o, o->gamma_size, red, red, red); in weston_cms_gamma_clear() 54 free(red); in weston_cms_gamma_clear() 67 uint16_t *red = NULL; in weston_cms_set_color_profile() local 86 red = calloc(size, sizeof(uint16_t)); in weston_cms_set_color_profile() 91 red[i] = cmsEvalToneCurveFloat(vcgt[0], in) * (double) 0xffff; in weston_cms_set_color_profile() 95 o->set_gamma(o, size, red, green, blue); in weston_cms_set_color_profile() 96 free(red); in weston_cms_set_color_profile()
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.cpp | 20 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 …]
|
/third_party/python/Tools/pynche/ |
D | DetailsViewer.py | 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: 210 red, green, blue = self.__red, self.__green, self.__blue 212 if red < 0: 213 red += 256 218 if red > 255: 219 red -= 256 [all …]
|
D | StripViewer.py | 63 def constant_red_generator(numchips, red, green, blue): argument 65 return list(zip([red] * numchips, seq, seq)) 68 def constant_green_generator(numchips, red, green, blue): argument 73 def constant_blue_generator(numchips, red, green, blue): argument 78 def constant_cyan_generator(numchips, red, green, blue): argument 83 def constant_magenta_generator(numchips, red, green, blue): argument 85 return list(zip([red] * numchips, seq, [blue] * numchips)) 88 def constant_yellow_generator(numchips, red, green, blue): argument 90 return list(zip([red] * numchips, [green] * numchips, seq)) 248 red, green, blue = ColorDB.rrggbb_to_triplet(color) [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_rgtc.c | 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() 355 GLbyte red; in fetch_signed_l_latc1() local [all …]
|
/third_party/boost/libs/endian/test/ |
D | scoped_enum_emulation_test.cpp | 17 BOOST_SCOPED_ENUM_START(traffic_light) { red=0, yellow, green }; BOOST_SCOPED_ENUM_END in BOOST_SCOPED_ENUM_START() 19 BOOST_SCOPED_ENUM_START(algae) { green=0, red, cyan }; BOOST_SCOPED_ENUM_END in BOOST_SCOPED_ENUM_START() 23 BOOST_SCOPED_ENUM_START(value_t) { red, green, blue }; BOOST_SCOPED_ENUM_END in BOOST_SCOPED_ENUM_START() 34 BOOST_SCOPED_ENUM(traffic_light) signal( traffic_light::red ); in main() 35 BOOST_SCOPED_ENUM(algae) sample( algae::red ); in main() 37 BOOST_ASSERT( signal == traffic_light::red ); in main() 38 BOOST_ASSERT( sample == algae::red ); in main()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_4_autogen.cpp | 29 void GL_APIENTRY BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in BlendColor() argument 31 EVENT("(GLfloat red = %f, GLfloat green = %f, GLfloat blue = %f, GLfloat alpha = %f)", red, in BlendColor() 39 (context->skipValidation() || ValidateBlendColor(context, red, green, blue, alpha)); in BlendColor() 42 context->blendColor(red, green, blue, alpha); in BlendColor() 44 ANGLE_CAPTURE(BlendColor, isCallValid, context, red, green, blue, alpha); in BlendColor() 314 void GL_APIENTRY SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) in SecondaryColor3b() argument 316 EVENT("(GLbyte red = %d, GLbyte green = %d, GLbyte blue = %d)", red, green, blue); in SecondaryColor3b() 323 (context->skipValidation() || ValidateSecondaryColor3b(context, red, green, blue)); in SecondaryColor3b() 326 context->secondaryColor3b(red, green, blue); in SecondaryColor3b() 328 ANGLE_CAPTURE(SecondaryColor3b, isCallValid, context, red, green, blue); in SecondaryColor3b() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationProvokingVertexTests.cpp | 473 const tcu::Vec4 red (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local 485 vertices.push_back(tcu::Vec4(-1.0f,-0.5f, 0.0f, 1.0f)); vertices.push_back(red); // line 0 in iterate() 487 vertices.push_back(tcu::Vec4(-1.0f, 0.5f, 0.0f, 1.0f)); vertices.push_back(red); // line 1 in iterate() 491 vertices.push_back(tcu::Vec4(-0.5f, 1.0f, 0.0f, 1.0f)); vertices.push_back(red); in iterate() 493 vertices.push_back(tcu::Vec4( 0.5f, 1.0f, 0.0f, 1.0f)); vertices.push_back(red); in iterate() 497 vertices.push_back(tcu::Vec4(-1.0f,-0.5f, 0.0f, 1.0f)); vertices.push_back(red); // line strip in iterate() 498 vertices.push_back(tcu::Vec4( 1.0f,-0.5f, 0.0f, 1.0f)); vertices.push_back(red); in iterate() 499 vertices.push_back(tcu::Vec4(-1.0f, 0.5f, 0.0f, 1.0f)); vertices.push_back(red); in iterate() 503 vertices.push_back(tcu::Vec4(-0.5f, 1.0f, 0.0f, 1.0f)); vertices.push_back(red); in iterate() 504 vertices.push_back(tcu::Vec4( 0.5f,-1.0f, 0.0f, 1.0f)); vertices.push_back(red); in iterate() [all …]
|
/third_party/boost/libs/static_string/doc/qbk/ |
D | reference.qbk | 843 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 868 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 876 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 990 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 1055 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 1072 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 1118 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 1327 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 1434 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… 1447 …red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param nei… [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 270 ChannelData red; member 355 PixelData getR16IPixelData(int is_source_pixel, GLenum type, int red); 356 PixelData getR16UIPixelData(int is_source_pixel, GLenum type, unsigned int red); 357 PixelData getR32IPixelData(int is_source_pixel, GLenum type, int red); 358 PixelData getR32UIPixelData(int is_source_pixel, GLenum type, unsigned int red); 359 PixelData getR8IPixelData(int is_source_pixel, GLenum type, int red); 360 PixelData getR8UIPixelData(int is_source_pixel, GLenum type, unsigned int red); 361 PixelData getR8PixelData(int is_source_pixel, GLenum type, unsigned char red); 362 PixelData getRG16IPixelData(int is_source_pixel, GLenum type, int red, int green); 363 …PixelData getRG16UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int gree… [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | IncompleteTextureTest.cpp | 102 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::red); in TEST_P() 111 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::red) << "complete texture should be red"; in TEST_P() 126 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::red) << "mip-complete texture should be red"; in TEST_P() 140 std::vector<GLColor> redTextureData(redTextureSize * redTextureSize, GLColor::red); in TEST_P() 153 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::red); in TEST_P() 174 std::vector<GLColor> red(16, GLColor::red); in TEST_P() local 178 glBufferData(GL_PIXEL_UNPACK_BUFFER, red.size() * sizeof(GLColor), red.data(), GL_STATIC_DRAW); in TEST_P() 212 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::red); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_4_autogen.h | 21 void secondaryColor3b(GLbyte red, GLbyte green, GLbyte blue); \ 23 void secondaryColor3d(GLdouble red, GLdouble green, GLdouble blue); \ 25 void secondaryColor3f(GLfloat red, GLfloat green, GLfloat blue); \ 27 void secondaryColor3i(GLint red, GLint green, GLint blue); \ 29 void secondaryColor3s(GLshort red, GLshort green, GLshort blue); \ 31 void secondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue); \ 33 void secondaryColor3ui(GLuint red, GLuint green, GLuint blue); \ 35 void secondaryColor3us(GLushort red, GLushort green, GLushort blue); \
|
/third_party/boost/boost/gil/extension/toolbox/color_spaces/ |
D | ycbcr.hpp | 137 std::int_fast16_t red = detail::clamp((( 298 * c + 409 * e + 128) >> 8), 0, 255); in convert() local 141 get_color( dst, red_t() ) = (dst_channel_t) red; in convert() 193 src_channel_t red = channel_convert<src_channel_t>( get_color(src, red_t())); in operator ()() local 197 double y = 16.0 + 0.2567 * red + 0.5041 * green + 0.0979 * blue; in operator ()() 198 double cb = 128.0 - 0.1482 * red - 0.2909 * green + 0.4392 * blue; in operator ()() 199 double cr = 128.0 + 0.4392 * red - 0.3677 * green - 0.0714 * blue; in operator ()() 221 src_channel_t red = channel_convert<src_channel_t>( get_color(src, red_t())); in operator ()() local 225 double y = 0.299 * red + 0.587 * green + 0.114 * blue; in operator ()() 226 double cb = 128.0 - 0.168736 * red - 0.331264 * green + 0.5 * blue; in operator ()() 227 double cr = 128.0 + 0.5 * red - 0.418688 * green - 0.081312 * blue; in operator ()() [all …]
|
D | hsv.hpp | 130 float32_t red, green, blue; in operator ()() local 136 red = get_color( src, value_t() ); in operator ()() 166 red = get_color( src, value_t() ); in operator ()() 175 red = q; in operator ()() 184 red = p; in operator ()() 193 red = p; in operator ()() 202 red = t; in operator ()() 211 red = get_color( src, value_t() ); in operator ()() 222 channel_convert<typename color_element_type< P2, red_t >::type>( red ); in operator ()()
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | scanline_read.hpp | 198 this->_mask.red.mask = this->_io_dev.read_uint32(); in initialize() 202 this->_mask.red.width = detail::count_ones( this->_mask.red.mask ); in initialize() 206 this->_mask.red.shift = detail::trailing_zeros( this->_mask.red.mask ); in initialize() 217 … this->_mask.red.mask = 0x007C00; this->_mask.red.width = 5; this->_mask.red.shift = 10; in initialize() 227 … this->_mask.red.mask = 0xFF0000; this->_mask.red.width = 8; this->_mask.red.shift = 16; in initialize() 384 … int r = ((p & this->_mask.red.mask) >> this->_mask.red.shift) << (8 - this->_mask.red.width); in read_15_bits_row()
|