/third_party/backends/tools/ |
H A D | gamma4scanimage.c | 36 int highlight = maxin; in main() local 42 printf("Usage: %s gamma [shadow [highlight [maxin [maxout]]]]\n", argv[0]); in main() 58 highlight = atoi(argv[3]); in main() 77 if (highlight < 0) in main() 79 printf("%s error: highlight=%d < 0\n", argv[0], highlight); in main() 95 if (shadow >= highlight) in main() 97 printf("%s error: shadow=%d >= highlight=%d\n", argv[0], shadow, highlight); in main() 101 if (highlight > maxi in main() [all...] |
/third_party/gn/src/gn/ |
H A D | err.cc | 64 std::string highlight; in OutputHighlighedPosition() local 65 highlight.resize(line_length); in OutputHighlighedPosition() 67 highlight[i] = ' '; in OutputHighlighedPosition() 71 FillRangeOnLine(range, location.line_number(), &highlight); in OutputHighlighedPosition() 74 highlight.push_back(' '); in OutputHighlighedPosition() 76 location.column_number() - 1 < static_cast<int>(highlight.size())); in OutputHighlighedPosition() 77 highlight[location.column_number() - 1] = '^'; in OutputHighlighedPosition() 80 while (!highlight.empty() && highlight[highlight in OutputHighlighedPosition() [all...] |
/third_party/toybox/toys/other/ |
H A D | hexedit.c | 99 static void highlight(int xx, int yy, int side) in highlight() function 183 highlight(x, y, ro ? 3 : side); in hexedit_main() 190 highlight(x, y, 2); in hexedit_main() 210 highlight(x, y, side); in hexedit_main()
|
/third_party/python/Lib/ |
H A D | cgitb.py | 143 highlight = {} variable 145 highlight[lnum[0]] = 1 156 if i in highlight: 227 highlight = {} variable 229 highlight[lnum[0]] = 1
|
/third_party/selinux/secilc/docs/ |
H A D | Makefile | 62 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \ 74 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \
|
/third_party/PyYAML/examples/yaml-highlight/ |
H A D | yaml_hl.py | 51 def highlight(self): member in YAMLHighlight 113 hl.highlight()
|
/third_party/eudev/src/shared/ |
H A D | log.c | 252 bool highlight; in write_to_console() local 262 highlight = LOG_PRI(level) <= LOG_ERR && show_color; in write_to_console() 270 if (highlight) in write_to_console() 273 if (highlight) in write_to_console()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_colorizer.py | 18 'highlight': config.IdleUserConfParser(''), 206 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic') 212 self.assertEqual(colors, highlight(element=tag.lower())) 216 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic') 224 highlight(element=tag.lower())[plane])
|
/third_party/rust/crates/cxx/book/ |
H A D | build.js | 5 const hljs = require('./build/highlight.js'); 53 $('head link[href="ayu-highlight.css"]').attr('disabled', true); 68 const highlighted = hljs.highlight(lang, target).value; 99 fs.copyFileSync('build/highlight.css', 'build/tomorrow-night.css'); 100 fs.copyFileSync('build/highlight.css', 'build/ayu-highlight.css');
|
/third_party/backends/backend/ |
H A D | microtek.h | 171 #define MI_ENH_CAP_SHADOW 0x01 /* can adjust shadow/highlight */ 324 SANE_Byte shadow, highlight, midtone; member
|
H A D | avision.h | 698 uint8_t highlight; member
|
H A D | canon_lide70-common.c | 238 makegammatable (double gamma, int highlight, unsigned char *buf) in makegammatable() argument 250 while (in < highlight) in makegammatable() 252 out = maxout * pow ((double) in / highlight, (1.0 / gamma)); in makegammatable()
|
H A D | pie.c | 271 int inquiry_min_highlight; /* min highlight % that can be used */
552 "-> Parameter value invalid - Illegal highlight/shadow setting\n");
in sense_handler() 1575 int highlight, int shadow)
in pie_send_highlight_shadow_one() 1598 data[6] = highlight;
in pie_send_highlight_shadow_one() 1574 pie_send_highlight_shadow_one(Pie_Scanner * scanner, int filter, int highlight, int shadow) pie_send_highlight_shadow_one() argument
|
H A D | microtek.c | 481 data[7] = ms->highlight; in mode_select() 3459 /* we need to (silently) make sure shadow <= midtone <= highlight */ in sane_control_option() 3696 s->highlight = s->val[OPT_HIGHLIGHT].w; in sane_get_parameters()
|
H A D | avision.c | 2002 DBG (dbg_level, "%s: [43] highlight: %d\n", func, in debug_print_window_descriptor() 2003 window->avision.highlight); in debug_print_window_descriptor() 6407 cmd.window.avision.highlight = 0xFF; in set_window()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdec.c | 225 bool highlight = highlight_gpuaddr(addr); in dump_hex() local 227 if (highlight) in dump_hex() 236 if (highlight) in dump_hex()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 1847 SkSL::String highlight = versionDecl ? versionDecl : ""; in build_glsl_highlight_shader() local 1849 highlight.append("precision mediump float;\n"); in build_glsl_highlight_shader() 1851 highlight.appendf("out vec4 sk_FragColor;\n" in build_glsl_highlight_shader() 1853 return highlight; in build_glsl_highlight_shader() 2581 // Force an Apply to patch the highlight shader in/out in drawImGui()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5272 struct nk_color highlight; member 24033 struct nk_color color, struct nk_color highlight, in nk_chart_begin_colored() 24074 slot->highlight = highlight; in nk_chart_begin_colored() 24099 struct nk_color color, struct nk_color highlight, in nk_chart_add_slot_colored() 24115 slot->highlight = highlight; in nk_chart_add_slot_colored() 24163 color = g->slots[slot].highlight; in nk_chart_push_line() 24186 color = g->slots[slot].highlight; in nk_chart_push_line() 24237 color = chart->slots[slot].highlight; in nk_chart_push_column() 24032 nk_chart_begin_colored(struct nk_context *ctx, enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_begin_colored() argument 24098 nk_chart_add_slot_colored(struct nk_context *ctx, const enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_add_slot_colored() argument [all...] |
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 2450 tr.highlight-line { 2454 .highlight { 2458 tr.inexact-highlight-line { 2597 <form class="navigation" action="disasm.html#highlight"> 2989 expand = ("(<a href=\"data.html?%s&val=0x%x#highlight\">" 2995 "highlighting <a href=\"#highlight\">0x%x</a> %s</h3>" % 3033 f.write("<tr class=highlight-line>") 3034 address_fmt = "<a id=highlight></a>%s </td>" 3036 f.write("<tr class=inexact-highlight-line>") 3037 address_fmt = "<a id=highlight></ [all...] |