Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtty3270.c45 unsigned char highlight; member
82 unsigned int highlight; /* Blink/reverse/underscore */ member
1094 cell->highlight = tp->highlight; in tty3270_put_character()
1102 cell->highlight = tp->highlight; in tty3270_put_character()
1115 unsigned char highlight; in tty3270_convert_line() local
1124 highlight = TAX_RESET; in tty3270_convert_line()
1127 if (cell->highlight != highlight) { in tty3270_convert_line()
1129 highlight = cell->highlight; in tty3270_convert_line()
1136 if (highlight != TAX_RESET) in tty3270_convert_line()
1168 highlight = TAX_RESET; in tty3270_convert_line()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DFileBrowser.qml112 id: highlight; visible: false
114 color: palette.highlight
116 GradientStop { id: t1; position: 0.0; color: palette.highlight }
117 … GradientStop { id: t2; position: 1.0; color: Qt.lighter(palette.highlight) }
156 PropertyChanges { target: highlight; visible: true }
171 highlight: Rectangle {
172 color: palette.highlight
175 GradientStop { id: t1; position: 0.0; color: palette.highlight }
176 GradientStop { id: t2; position: 1.0; color: Qt.lighter(palette.highlight) }
221 highlight: Rectangle {
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dselection.c55 static inline void highlight(const int s, const int e) in highlight() function
84 highlight(vc_sel.start, vc_sel.end); in clear_selection()
288 highlight(new_sel_start, new_sel_end); in vc_do_selection()
294 highlight(vc_sel.end + 2, new_sel_end); in vc_do_selection()
296 highlight(new_sel_end + 2, vc_sel.end); in vc_do_selection()
301 highlight(new_sel_start, vc_sel.start - 2); in vc_do_selection()
303 highlight(vc_sel.start, new_sel_start - 2); in vc_do_selection()
308 highlight(new_sel_start, new_sel_end); in vc_do_selection()
/OK3568_Linux_fs/kernel/Documentation/sphinx-static/
H A Dtheme_overrides.css27 div[class^="highlight"] pre {
49 div[class^="highlight"] pre {
52 .rst-content .highlight > pre {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A D__init__.py215 from pygments import formatters, lexers, highlight
221 return highlight(contents, lexer, formatter)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A D__init__.py215 from pygments import formatters, lexers, highlight
221 return highlight(contents, lexer, formatter)
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-timechart.txt64 --highlight=<duration_nsecs|task_name>::
114 then generate timechart and highlight 'gcc' tasks:
116 $ perf timechart --highlight gcc
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DSPStreamProcUnit.cpp145 …pare(CalibDbV2_Af_LdgParam_t *ldg_param, CalibDbV2_Af_HighLightParam_t *highlight, int width, int … in prepare() argument
211 _af_meas_params.sp_meas.highlight_th = highlight->ther0; in prepare()
212 _af_meas_params.sp_meas.highlight2_th = highlight->ther1; in prepare()
H A DSPStreamProcUnit.h74 …are (CalibDbV2_Af_LdgParam_t *ldg_param, CalibDbV2_Af_HighLightParam_t *highlight, int width = 0, …
H A DCamHwIsp20.h254 CalibDbV2_Af_HighLightParam_t highlight; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dvga-softcursor.rst10 make it inverse background of the character it's over or to highlight
40 on highlight (or sometimes blinking -- it depends on the configuration
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.theme.min.css5highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px …
H A Djquery-ui.min.css7highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px …
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js178 var highlight = $("table a[name="+window.location.hash.replace('#',''));
179 if (highlight.length > 0){
180 highlight.parents("tr").addClass('highlight');
181 window.scroll(0, highlight.position().top - 50);
H A Dtypeahead.jquery.js167 highlight: "tt-highlight" property
379 var highlight = function(doc) {
668 this.highlight = !!o.highlight;
755 this.highlight && highlight({
756 className: this.classes.highlight,
1340 d.highlight = !!o.highlight;
H A Dlibtoaster.js35 highlight: true, property
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dstart.rst3 .. highlight:: shell
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/
H A Dnvidia,tegra20-car.txt20 this case, those clocks are assigned IDs above 95 in order to highlight
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Daf_head.h509 CalibDbV2_Af_HighLightParam_t highlight; member
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst1 .. highlight:: none
H A Dcoccinelle.rst5 .. highlight:: none
438 intent of the ``context`` mode is to highlight the important lines
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini268 ;highlight.string = #DD0000
269 ;highlight.comment = #FF9900
270 ;highlight.keyword = #007700
271 ;highlight.bg = #FFFFFF
272 ;highlight.default = #0000BB
273 ;highlight.html = #000000
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini268 ;highlight.string = #DD0000
269 ;highlight.comment = #FF9900
270 ;highlight.keyword = #007700
271 ;highlight.bg = #FFFFFF
272 ;highlight.default = #0000BB
273 ;highlight.html = #000000
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dyocto-project-compatible.rst75 are designed to highlight known issues which are often easy to solve. This
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkconfig.rst183 For search help, enter / followed by TAB-TAB (to highlight

123