Home
last modified time | relevance | path

Searched refs:colour (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DnestedFreshLiteral.types17 >{ nested: { prop: { colour: 'red' } }} : { nested: { prop: { colour: string; }; }; }
19 nested: { prop: { colour: 'red' } }
20 >nested : { prop: { colour: string; }; }
21 >{ prop: { colour: 'red' } } : { prop: { colour: string; }; }
22 >prop : { colour: string; }
23 >{ colour: 'red' } : { colour: string; }
24 >colour : string
DobjectLiteralExcessProperties.types34 var b4: Book & Cover = { foreword: "hi", colour: "blue" };
36 >{ foreword: "hi", colour: "blue" } : { foreword: string; colour: string; }
39 >colour : string
93 var b11: Indexed = { 0: { colour: "blue" } }; // nested object literal still errors
95 >{ 0: { colour: "blue" } } : { 0: { colour: string; }; }
96 >0 : { colour: string; }
97 >{ colour: "blue" } : { colour: string; }
98 >colour : string
DnestedFreshLiteral.errors.txt1 tests/cases/compiler/nestedFreshLiteral.ts(12,21): error TS2322: Type '{ colour: string; }' is not …
2 …Object literal may only specify known properties, but 'colour' does not exist in type 'CSSProps'. …
17 nested: { prop: { colour: 'red' } }
19 !!! error TS2322: Type '{ colour: string; }' is not assignable to type 'CSSProps'.
20 !!! error TS2322: Object literal may only specify known properties, but 'colour' does not exist i…
DobjectLiteralExcessProperties.js16 var b4: Book & Cover = { foreword: "hi", colour: "blue" }; property
34 var b11: Indexed = { 0: { colour: "blue" } }; // nested object literal still errors property
58 var b4 = { foreword: "hi", colour: "blue" }; property
65 var b11 = { 0: { colour: "blue" } }; // nested object literal still errors property
DjsdocParamTagInvalid.errors.txt1 /a.js(1,21): error TS8024: JSDoc '@param' tag has name 'colour', but there is no parameter with tha…
5 /** @param {string} colour */
7 !!! error TS8024: JSDoc '@param' tag has name 'colour', but there is no parameter with that name.
DnestedFreshLiteral.symbols27 nested: { prop: { colour: 'red' } }
30 >colour : Symbol(colour, Decl(nestedFreshLiteral.ts, 11, 19))
DnestedFreshLiteral.js13 nested: { prop: { colour: 'red' } } property
18 nested: { prop: { colour: 'red' } } property
DobjectLiteralExcessProperties.symbols33 var b4: Book & Cover = { foreword: "hi", colour: "blue" };
38 >colour : Symbol(colour, Decl(objectLiteralExcessProperties.ts, 14, 40))
87 var b11: Indexed = { 0: { colour: "blue" } }; // nested object literal still errors
91 >colour : Symbol(colour, Decl(objectLiteralExcessProperties.ts, 32, 25))
DobjectLiteralExcessProperties.errors.txt7 …teralExcessProperties.ts(15,42): error TS2322: Type '{ foreword: string; colour: string; }' is not…
8 …Object literal may only specify known properties, but 'colour' does not exist in type 'Book & Cove…
19 tests/cases/compiler/objectLiteralExcessProperties.ts(33,27): error TS2322: Type '{ colour: string;…
20 …Object literal may only specify known properties, but 'colour' does not exist in type 'Cover'. Did…
59 var b4: Book & Cover = { foreword: "hi", colour: "blue" };
61 !!! error TS2322: Type '{ foreword: string; colour: string; }' is not assignable to type 'Book & Co…
62 !!! error TS2322: Object literal may only specify known properties, but 'colour' does not exist i…
95 var b11: Indexed = { 0: { colour: "blue" } }; // nested object literal still errors
97 !!! error TS2322: Type '{ colour: string; }' is not assignable to type 'Cover'.
98 !!! error TS2322: Object literal may only specify known properties, but 'colour' does not exist i…
DjsdocParamTagInvalid.types2 /** @param {string} colour */
/third_party/unity/auto/
Dcolour_prompt.rb40 def win32_colour(colour) argument
41 case colour
63 def posix_colour(colour) argument
84 case colour
99 def out_c(mode, colour, str) argument
102 change_to(colour)
107 $stdout.puts("#{change_to(colour)}#{str}\033[0m") if mode == :puts
108 $stdout.print("#{change_to(colour)}#{str}\033[0m") if mode == :print
Dcolour_reporter.rb18 colour = case line
34 colour_puts(colour, line)
/third_party/cJSON/tests/unity/auto/
Dcolour_prompt.rb39 def win32_colour(colour) argument
40 case colour
62 def posix_colour(colour) argument
83 case colour
98 def out_c(mode, colour, str) argument
101 change_to(colour)
106 $stdout.puts("#{change_to(colour)}#{str}\033[0m") if mode == :puts
107 $stdout.print("#{change_to(colour)}#{str}\033[0m") if mode == :print
Dcolour_reporter.rb18 colour = case line
34 colour_puts(colour, line)
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp60 static const char **colour; variable
65 colour = _nocolour; in init_colours()
67 colour = _colour; in init_colours()
440 PRINT("%s", colour[TXT_INSN]); in print()
509 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix); in print()
518 PRINT("%s", colour[TXT_IMMD]); in print()
555 PRINT("%ssv[%s%s:%i%s", colour[TXT_MEM], in print()
556 colour[TXT_REGISTER], in print()
557 SemanticStr[reg.data.sv.sv], reg.data.sv.index, colour[TXT_MEM]); in print()
559 PRINT("%s+", colour[TXT_DEFAULT]); in print()
[all …]
/third_party/boost/libs/geometry/example/
D06_b_transformation_example.cpp39 : rng(static_cast<int>(std::time(0))), dist(0, 255), colour(rng, dist) in random_style()
45 … oss << "fill:rgba(" << colour() << "," << colour() << "," << colour() << "," << opacity << ");"; in fill()
52 … oss << "stroke:rgba(" << colour() << "," << colour() << "," << colour() << "," << opacity << ");"; in stroke()
67 boost::variate_generator<boost::mt19937&, boost::uniform_int<> > colour; member
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c173 SpuColour * colour) in gstspu_vobsub_draw_rle_run() argument
177 state->vobsub.cur_Y, x, end, colour->Y, colour->U, colour->V, colour->A); in gstspu_vobsub_draw_rle_run()
180 if (colour->A != 0) { in gstspu_vobsub_draw_rle_run()
181 guint32 inv_A = 0xff - colour->A; in gstspu_vobsub_draw_rle_run()
186 (inv_A * state->vobsub.out_Y[x] + colour->Y) / 0xff; in gstspu_vobsub_draw_rle_run()
187 state->vobsub.out_U[x / 2] += colour->U; in gstspu_vobsub_draw_rle_run()
188 state->vobsub.out_V[x / 2] += colour->V; in gstspu_vobsub_draw_rle_run()
189 state->vobsub.out_A[x / 2] += colour->A; in gstspu_vobsub_draw_rle_run()
219 SpuColour *colour; in gstspu_vobsub_render_line() local
249 colour = &state->vobsub.main_pal[rle_code & 3]; in gstspu_vobsub_render_line()
[all …]
Dgstspu-pgs.c176 SpuColour *colour; in pgs_composition_object_render() local
267 colour = &state->pgs.palette[pal_id]; in pgs_composition_object_render()
268 if (colour->A) { in pgs_composition_object_render()
269 guint32 inv_A = 0xff - colour->A; in pgs_composition_object_render()
274 planes[0][x] = (inv_A * planes[0][x] + colour->Y) / 0xff; in pgs_composition_object_render()
276 state->comp_bufs[0][x / 2] += colour->U; in pgs_composition_object_render()
277 state->comp_bufs[1][x / 2] += colour->V; in pgs_composition_object_render()
278 state->comp_bufs[2][x / 2] += colour->A; in pgs_composition_object_render()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc-util.c58 guint32 colour; member
65 guint32 colour; member
92 return compare_uint32 (&c2->colour, &c1->colour); in compare_colour_entry_colour()
184 c->colour = GST_READ_UINT32_BE (pix); in gst_dvbsubenc_ayuv_to_ayuv8p()
197 last = c->colour; in gst_dvbsubenc_ayuv_to_ayuv8p()
202 guint32 cur = c->colour; in gst_dvbsubenc_ayuv_to_ayuv8p()
211 h->colour = last; in gst_dvbsubenc_ayuv_to_ayuv8p()
219 h->colour = last; in gst_dvbsubenc_ayuv_to_ayuv8p()
280 GST_WRITE_UINT32_BE (palette + out_index, h->colour); in gst_dvbsubenc_ayuv_to_ayuv8p()
292 if (c->colour != h->colour) { in gst_dvbsubenc_ayuv_to_ayuv8p()
[all …]
/third_party/pcre2/pcre2/
DRunGrepTest326 (cd $srcdir; $valgrind $vjs $pcre2grep --colour=always jumps ./testdata/grepinputv) >>testtrygrep
394 (cd $srcdir; $valgrind $vjs $pcre2grep -vn --colour=always pattern ./testdata/grepinputx) >>testtry…
416 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "^01|^02|^03" ./testdata/grepinput) >>tes…
428 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "^01|02|^03" ./testdata/grepinput) >>test…
440 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "^01|^02|03" ./testdata/grepinput) >>test…
452 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "\\b01|\\b02" ./testdata/grepinput) >>tes…
535 (cd $srcdir; $valgrind $vjs $pcre2grep -o3 -Ho2 -o12 --only-matching=1 -o3 --colour=always --om-sep…
551 (cd $srcdir; $valgrind $vjs $pcre2grep --colour=always "ipsum|" ./testdata/grepinput3) >>testtrygre…
630 (cd $srcdir; $valgrind $vjs $pcre2grep -Mn --colour=always 'start[\s]+end' testdata/grepinputM) >>t…
632 (cd $srcdir; $valgrind $vjs $pcre2grep -Mn --colour=always -A2 'start[\s]+end' testdata/grepinputM)…
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c60 Uint32 colour; in setpix() local
71 SDL_memcpy(&colour,pixmem32,screen->format->BytesPerPixel); in setpix()
73 SDL_GetRGB(colour,screen->format,&r,&g,&b); in setpix()
81 colour = SDL_MapRGB( screen->format,r, g, b); in setpix()
84 *pixmem32 = colour; in setpix()
/third_party/typescript/tests/cases/compiler/
DobjectLiteralExcessProperties.ts15 var b4: Book & Cover = { foreword: "hi", colour: "blue" };
33 var b11: Indexed = { 0: { colour: "blue" } }; // nested object literal still errors
DnestedFreshLiteral.ts13 nested: { prop: { colour: 'red' } }
/third_party/gettext/gettext-tools/tests/
Dmsgen-29 color\ cannot\ be\ transparent=colour cannot be transparent
21 color\ cannot\ be\ transparent=colour cannot be transparent
/third_party/boost/libs/sort/doc/
Dsort.idx16 # Allow alternative spellings colour | color, and plurals etc.
17 color \<\w*(colour|color)\w*\>

12345