/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_print.cpp | 60 static const char **colour; member 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_DEFAUL in print() [all...] |
/third_party/cJSON/tests/unity/auto/ |
H A D | colour_prompt.rb | 12 puts '"Win32API" is required for colour on a windows machine' 39 def win32_colour(colour) 40 case colour 62 def posix_colour(colour) 83 case colour 98 def out_c(mode, colour, str) 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
|
H A D | colour_reporter.rb | 18 colour = case line 34 colour_puts(colour, line)
|
/third_party/unity/auto/ |
H A D | colour_prompt.rb | 12 puts '"Win32API" is required for colour on a windows machine' 40 def win32_colour(colour) 41 case colour 63 def posix_colour(colour) 84 case colour 99 def out_c(mode, colour, str) 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
|
H A D | colour_reporter.rb | 18 colour = case line 34 colour_puts(colour, line)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralExcessProperties.js | 16 var b4: Book & Cover = { foreword: "hi", colour: "blue" }; 34 var b11: Indexed = { 0: { colour: "blue" } }; // nested object literal still errors 58 var b4 = { foreword: "hi", colour: "blue" };
65 var b11 = { 0: { colour: "blue" } }; // nested object literal still errors
|
H A D | nestedFreshLiteral.js | 13 nested: { prop: { colour: 'red' } } 18 nested: { prop: { colour: 'red' } }
|
/third_party/backends/backend/ |
H A D | hp3900_debug.c | 64 static char *dbg_colour (SANE_Int colour); 109 SANE_Int colour, a; in dump_shading() local 116 for (colour = 0; colour < 3; colour++) in dump_shading() 118 if (shadingfile[colour] != NULL) in dump_shading() 121 fprintf (shadingfile[colour], "%04i: %04x %04x\n", a, in dump_shading() 122 (unsigned int) myCalib->white_shading[colour][a], in dump_shading() 123 (unsigned int) myCalib->black_shading[colour][a]); in dump_shading() 124 fclose (shadingfile[colour]); in dump_shading() 507 dbg_colour(SANE_Int colour) dbg_colour() argument [all...] |
H A D | coolscan2.c | 1498 int colour, n_colours, sample_pass; in sane_read() local 1614 for (colour = 0; colour < n_colours; colour++) { in sane_read() 1621 && (colour == s->n_colour_out)) in sane_read() 1625 (uint8_t *) & (s->line_buf[s->n_colour_out * index + colour]); in sane_read() 1635 (sample_pass * n_colours + colour) + in sane_read() 1636 (colour + 1) * s->odd_padding + index]; in sane_read() 1643 s->recv_buf[colour * s->logical_width + in sane_read() 1644 (colour in sane_read() [all...] |
H A D | canon_pp-dev.c | 313 case 1: /* true-colour; 30 bits per pixel */ in sanei_canon_pp_init_scan() 811 unsigned int scanline, pixelnum, colour; in adjust_output() local 832 for (colour = 0; colour < cols; colour++) in adjust_output() 837 (pixelnum * cols * 2) + (colour * 2); in adjust_output() 843 /* Light value depends on the colour, in adjust_output() 847 switch (colour) in adjust_output() 971 * per colour, each sp->scanheadwidth x scanline_count */ in sanei_canon_pp_calibrate() 1078 /* Set the colour w in sanei_canon_pp_calibrate() [all...] |
H A D | sceptre.c | 388 int colour; /* colour for that raster */ in sceptre_adjust_raster() local 422 colour = 0; /* Red */ in sceptre_adjust_raster() 428 colour = (dev->raster_num - dev->color_shift) % 2; in sceptre_adjust_raster() 429 if (colour) in sceptre_adjust_raster() 443 colour = 2; in sceptre_adjust_raster() 449 colour = in sceptre_adjust_raster() 451 if (colour == 1) in sceptre_adjust_raster() 464 colour = (dev->raster_num - 3 * dev->color_shift) % 3; in sceptre_adjust_raster() 465 switch (colour) in sceptre_adjust_raster() [all...] |
H A D | stv680.h | 154 unsigned int colour; member
|
H A D | hp3500.c | 2744 unsigned colour, in rts8801_doscan() 2782 switch (colour) in rts8801_doscan() 2878 if (colour == HP3500_GRAY_SCAN || colour == HP3500_LINEART_SCAN) in rts8801_doscan() 2887 if (colour == HP3500_GRAY_SCAN) in rts8801_doscan() 2980 unsigned colour, in rts8801_fullscan() 3215 colour, in rts8801_fullscan() 3316 unsigned colour, in rts8801_scan() 3734 rts8801_fullscan (x, y, w, h, resolution, resolution, colour, cbfunc, param, in rts8801_scan() 2742 rts8801_doscan(unsigned width, unsigned height, unsigned colour, unsigned red_green_offset, unsigned green_blue_offset, unsigned intra_channel_offset, rts8801_callback cbfunc, void *params, int oddfirst, unsigned char const *calib_info, int merged_channels, double *postprocess_offsets, double *postprocess_gains) rts8801_doscan() argument 2974 rts8801_fullscan(unsigned x, unsigned y, unsigned w, unsigned h, unsigned xresolution, unsigned yresolution, unsigned colour, rts8801_callback cbfunc, void *param, unsigned char *calib_info, int flags, int red_calib_offset, int green_calib_offset, int blue_calib_offset, int end_calib_offset, double *postprocess_offsets, double *postprocess_gains) rts8801_fullscan() argument 3311 rts8801_scan(unsigned x, unsigned y, unsigned w, unsigned h, unsigned resolution, unsigned colour, unsigned brightness, unsigned contrast, rts8801_callback cbfunc, void *param, double gamma) rts8801_scan() argument
|
H A D | hp3900_rts8822.c | 5573 /* Composing colour in lineart mode */ in Triplet_Lineart() 9894 SANE_Int colour; in Shading_apply() 9898 for (colour = 0; colour < channels; colour++) in Shading_apply() 9900 if (myCalib->white_shading[colour] != NULL) in Shading_apply() 9902 myfact = shadingfact[colour]; in Shading_apply() 9906 myCalib->white_shading[colour][pos] = (myCalib->white_shading[colour][pos] * myfact) / myShadingBase; in Shading_apply() 9917 SANE_Int colour, po in Shading_apply() local 12296 SANE_Int colour; Calib_AdcOffsetRT() local 12430 SANE_Int colour; Calib_AdcOffsetRT() local [all...] |
H A D | canon.h | 314 int colour; /* index to gamma_map */ member
|
H A D | stv680.c | 1255 int colour = 0, bayer = 0; in stv680_bayer_unshuffle() local 1299 colour = 1; in stv680_bayer_unshuffle() 1302 colour = 0; in stv680_bayer_unshuffle() 1305 colour = 2; in stv680_bayer_unshuffle() 1309 *(dev->output + i + colour) = (SANE_Byte) p; in stv680_bayer_unshuffle()
|
H A D | v4l.c | 400 /* colour */ in init_options() 407 s->val[OPT_COLOR].w = s->pict.colour / 256; in init_options() 632 DBG (5, "sane_open: brightness=%d, hue=%d, colour=%d, contrast=%d\n", in sane_open() 633 s->pict.brightness, s->pict.hue, s->pict.colour, s->pict.contrast); in sane_open() 838 s->pict.colour = *(SANE_Word *) val *256; in sane_control_option()
|
H A D | canon-sane.c | 193 s->colour = 1; in sane_open() 1719 /* We must receive 2 little-endian bytes per pixel and colour. in read_fs2710() 1751 *buf++ = s->gamma_map[s->colour++][c]; in read_fs2710() 1752 if (s->colour > 3) s->colour = 1; /* cycle through RGB */ in read_fs2710()
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 350 (cd $srcdir; $valgrind $vjs $pcre2grep --colour=always jumps ./testdata/grepinputv) >>testtrygrep 418 (cd $srcdir; $valgrind $vjs $pcre2grep -vn --colour=always pattern ./testdata/grepinputx) >>testtrygrep 440 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "^01|^02|^03" ./testdata/grepinput) >>testtrygrep 452 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "^01|02|^03" ./testdata/grepinput) >>testtrygrep 464 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "^01|^02|03" ./testdata/grepinput) >>testtrygrep 476 (cd $srcdir; $valgrind $vjs $pcre2grep -o --colour=always "\\b01|\\b02" ./testdata/grepinput) >>testtrygrep 559 (cd $srcdir; $valgrind $vjs $pcre2grep -o3 -Ho2 -o12 --only-matching=1 -o3 --colour=always --om-separator='|' '(\w+) binary (\w+)(\.)?' ./testdata/grepinput) >>testtrygrep 575 (cd $srcdir; $valgrind $vjs $pcre2grep --colour=always "ipsum|" ./testdata/grepinput3) >>testtrygrep 2>&1 666 (cd $srcdir; $valgrind $vjs $pcre2grep -Mn --colour=always 'start[\s]+end' testdata/grepinputM) >>testtrygrep 668 (cd $srcdir; $valgrind $vjs $pcre2grep -Mn --colour [all...] |
H A D | RunGrepTest.bat | 307 (pushd %srcdir% & %pcre2grep% --colour=always jumps ./testdata/grepinputv & popd) >>testtrygrep
375 (pushd %srcdir% & %pcre2grep% -vn --colour=always pattern ./testdata/grepinputx & popd) >>testtrygrep
391 (pushd %srcdir% & %pcre2grep% -o --colour=always "^01|^02|^03" ./testdata/grepinput & popd) >>testtrygrep
403 (pushd %srcdir% & %pcre2grep% -o --colour=always "^01|02|^03" ./testdata/grepinput & popd) >>testtrygrep
415 (pushd %srcdir% & %pcre2grep% -o --colour=always "^01|^02|03" ./testdata/grepinput & popd) >>testtrygrep
427 (pushd %srcdir% & %pcre2grep% -o --colour=always "\b01|\b02" ./testdata/grepinput & popd) >>testtrygrep
510 (pushd %srcdir% & %pcre2grep% -o3 -Ho2 -o12 --only-matching=1 -o3 --colour=always --om-separator="|" "(\w+) binary (\w+)(\.)?" ./testdata/grepinput & popd) >>testtrygrep
526 (pushd %srcdir% & %pcre2grep% --colour=always "ipsum|" ./testdata/grepinput3 & popd) >>testtrygrep 2>&1
682 call :checkspecial "--line-buffered --colour=auto abc nul" 1 || exit /b 1
|
/third_party/vixl/tools/ |
H A D | printer.py | 36 def ColourCode(colour): 37 return '' if output_redirected_to_file else colour
|
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-clear.c | 26 /* A test consists of a render target format, clear colour, dither state, and 32 union pipe_color_union colour; member 158 pan_pack_color(&packed[0], &T.colour, T.format, T.dithered); in main()
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | gitlab_section.py | 21 colour: str = f"{CONSOLE_LOG['BOLD']}{CONSOLE_LOG['FG_GREEN']}" 52 colored_header = f"{self.colour}{header}\x1b[0m" if header else ""
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 9773 return ParserResult::runtimeError( "colour mode must be one of: auto, yes or no. '" + useColour + "' not recognised" ); 9885 ["--use-colour"] 10142 case Colour::Bright: CATCH_INTERNAL_ERROR( "not a colour" ); 10145 CATCH_ERROR( "Unknown colour requested" ); 10205 case Colour::Bright: CATCH_INTERNAL_ERROR( "not a colour" ); 10206 default: CATCH_INTERNAL_ERROR( "Unknown colour requested" ); 11268 Colour::Code colour = testCaseInfo.isHidden() 11271 Colour colourGuard( colour ); 15872 Colour colour(Colour::ResultError); 15887 Colour colour(Colou [all...] |