Home
last modified time | relevance | path

Searched refs:margin (Results 1 – 25 of 134) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css10 .toaster-navbar-brand { float: left; margin: 7px 25px 0 0; }
19 /* Override the negative right margin for the navbar-right class */
20 #new-project-button { margin-right: 0; }
35 /* Increase bottom margin of definition lists inside popovers for the Toaster version information i…
37 .item-info dd { margin-bottom: 15px; }
41 .dl-horizontal dd { margin-left: 220px; line-height: 25px; }
44 .build-result .progress { margin-bottom: 0; }
47 .build-result .project-name { margin-top: -10px; margin-bottom: 5px; }
67 #edit-columns-button { margin-right: 30px; }
70 [id^="table-chrome-collapse-"] .navbar-form { margin-left: -15px; }
[all …]
H A Dbootstrap3-transition.css14 margin: 0 0 40px 0;
18 margin-bottom: 0;
24 margin-left: 0px;
28 margin-top: 0;
82 margin-left: 220px;
92 margin-bottom: 5px;
96 margin-bottom: 20px;
111 margin-left: 0;
119 margin-bottom: 0;
157 margin: 10px;
[all …]
H A Dbootstrap.min.css5margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summar…
H A Dbootstrap.css13 margin: 0;
63 margin: .67em 0;
93 margin: 1em 40px;
116 margin: 0;
169 margin: 0 2px;
1114 margin: 0;
1148 margin-top: 20px;
1149 margin-bottom: 20px;
1158 margin: -1px;
1168 margin: 0;
[all …]
H A Djquery-ui.structure.min.css5margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;paddin…
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt8 - left-margin, right-margin, hsync-len: Horizontal Display timing
10 - upper-margin, lower-margin, vsync-len: Vertical display timing
35 left-margin = <25>;
36 right-margin = <25>;
38 lower-margin = <2>;
39 upper-margin = <2>;
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dmain.css44 margin-bottom:10px;
87 margin: 1em 0;
107 margin-top: 40px;
108 margin-bottom: 40px;
112 margin-top: 80px;
113 margin-bottom: 40px;
123 margin: 8px;
132 margin-top: -20px;
160 margin-top: 6px;
162 margin-left: 10px;
[all …]
H A Dtimeline.css15 margin-left: -1.5px;
19 margin-bottom: 20px;
89 margin-left: -25px;
137 margin-top: 0;
143 margin-bottom: 0;
147 margin-top: 5px;
163 margin-left: 0;
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dsbc_fitpc2_wdt.c30 static unsigned int margin = 60; /* (secs) Default is 1 minute */ variable
57 wdt_send_data(REBOOT_COMMAND, margin); in wdt_enable()
155 margin = time; in fitpc2_wdt_ioctl()
160 ret = put_user(margin, (int *)arg); in fitpc2_wdt_ioctl()
223 if (margin < 31 || margin > 255) { in fitpc2_wdt_init()
225 margin); in fitpc2_wdt_init()
260 module_param(margin, int, 0);
261 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
H A Dscx200_wdt.c38 static int margin = 60; /* in seconds */ variable
39 module_param(margin, int, 0);
40 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
67 pr_info("timer margin %d seconds\n", margin); in scx200_wdt_update_margin()
68 wdto_restart = margin * W_SCALE; in scx200_wdt_update_margin()
186 margin = new_margin; in scx200_wdt_ioctl()
191 if (put_user(margin, p)) in scx200_wdt_ioctl()
H A Dar7_wdt.c37 static int margin = 60; variable
38 module_param(margin, int, 0);
39 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
140 margin = change * prescale_value / vbus_rate; in ar7_wdt_update_margin()
142 margin, prescale_value, change, vbus_rate); in ar7_wdt_update_margin()
240 if (put_user(margin, (int *)arg)) in ar7_wdt_ioctl()
282 ar7_wdt_update_margin(margin); in ar7_wdt_probe()
H A Dit8712f_wdt.c42 static int margin = 60; /* in seconds */ variable
43 module_param(margin, int, 0);
44 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
152 int units = margin; in it8712f_wdt_update_margin()
296 margin = value; in it8712f_wdt_ioctl()
308 if (put_user(margin, p)) in it8712f_wdt_ioctl()
391 if (margin > (max_units * 60)) in it8712f_wdt_find()
392 margin = (max_units * 60); in it8712f_wdt_find()
H A Dsa1100_wdt.c155 static int margin __initdata = 60; /* (secs) Default is 1 minute */
185 pre_margin = oscr_freq * margin; in sa1100dog_init()
190 margin); in sa1100dog_init()
213 module_param(margin, int, 0);
214 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dsliderwidget.cpp15 qreal margin=2.0; member in SliderWidgetPrivate
79 QRectF sliderRect(m_d->margin, m_d->margin, m_d->sliderWidth, m_d->sliderHeight); in paintEvent()
81 QRectF fillRect(m_d->margin, m_d->mousePress, m_d->sliderWidth, height()-m_d->mousePress); in paintEvent()
94 m_d->sliderWidth = width() - m_d->margin*2; in resizeEvent()
98 m_d->sliderH = height() -m_d->margin-m_d->blockHeight; in resizeEvent()
135 if(mousePress <(margin)) in handBlockShowRange()
137 mousePress =margin; in handBlockShowRange()
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A Dglobal.css5 margin:0;
18 margin:0;
43 margin:0;
50 margin:0;
56 margin:0;
62 margin:0;
H A Dyui-reset-fonts-base.css13 …h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{…
19margin:1em 0}h1,h2,h3,h4,h5,h6,strong{font-weight:bold}abbr,acronym{border-bottom:1px dotted #000;…
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A Dglobal.css5 margin:0;
18 margin:0;
43 margin:0;
50 margin:0;
56 margin:0;
62 margin:0;
H A Dyui-reset-fonts-base.css13 …h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{…
19margin:1em 0}h1,h2,h3,h4,h5,h6,strong{font-weight:bold}abbr,acronym{border-bottom:1px dotted #000;…
/OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/
H A Dtheme_overrides.css7 margin: 0em auto;
21 margin: 2em 0em 0em 0em;
25 margin: 0.10em 0em 3.0em 0em;
34 margin: 2em 0em 0.66em 0em;
41 margin: 0em 0em 1em 0em;
48 margin: 1em 0em 0.5em 0em;
55 margin: 1em 0em 0.5em 0em;
62 margin: 1em 0em 0.5em 0em;
69 margin: 1em 0em 0em 0em;
154 margin: 1em 0em;
/OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css7 margin: 0em auto;
21 margin: 2em 0em 0em 0em;
25 margin: 0.10em 0em 3.0em 0em;
34 margin: 2em 0em 0.66em 0em;
41 margin: 0em 0em 1em 0em;
48 margin: 1em 0em 0.5em 0em;
55 margin: 1em 0em 0.5em 0em;
62 margin: 1em 0em 0.5em 0em;
69 margin: 1em 0em 0em 0em;
152 margin: 1em 0em;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A Dtest030.cpp9 int margin = 256; in test030() local
31 …genLdchMeshInit8kTo4k(srcW, srcH, dstW, dstH, margin, camCoeff, camCoeff_left, camCoeff_right, ldc… in test030()
43 int srcW_left = srcW * 0.5 + margin; in test030()
45 int dstW_left = srcW * 0.5 + margin; in test030()
51 int srcW_right = srcW * 0.5 + margin; in test030()
53 int dstW_right = srcW * 0.5 + margin; in test030()
105 …dstImgBGR_left(cv::Range(0, dstH_left), cv::Range(0, dstW_left - margin)).copyTo(dstImgBGR_stitch(… in test030()
106 …dstImgBGR_right(cv::Range(0, dstH_left), cv::Range(margin, dstW_right)).copyTo(dstImgBGR_stitch(cv… in test030()
H A Dtest029.cpp9 int margin = 256; in test029() local
34 …genFecMeshInit8kTo4k(srcW, srcH, dstW, dstH, margin, camCoeff, camCoeff_left, camCoeff_right, fecP… in test029()
53 int srcW_left = srcW * 0.5 + margin; in test029()
55 int dstW_left = srcW * 0.5 + margin; in test029()
62 int srcW_right = srcW * 0.5 + margin; in test029()
64 int dstW_right = srcW * 0.5 + margin; in test029()
120 …dstImgBGR_left(cv::Range(0, dstH_left), cv::Range(0, dstW_left - margin)).copyTo(dstImgBGR_stitch(… in test029()
121 …dstImgBGR_right(cv::Range(0, dstH_left), cv::Range(margin, dstW_right)).copyTo(dstImgBGR_stitch(cv… in test029()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dtegra20-medcom-wide.dts51 left-margin = <2>;
52 right-margin = <47>;
54 lower-margin = <21>;
55 upper-margin = <11>;
H A Dtegra20-tec.dts63 left-margin = <120>;
64 right-margin = <120>;
66 lower-margin = <15>;
67 upper-margin = <15>;
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.css20 margin-top: 0px;
21 margin-bottom: 0px;
37 margin-left: -5px;
38 margin-top: 5px;

123456