Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dmaintainers_include.py117 heading = re.sub("\s+", " ", line)
118 output = output + "%s\n%s" % (heading, "~" * len(heading))
/OK3568_Linux_fs/u-boot/Licenses/
H A DExceptions8 U-Boot, and does *not* fall under the heading of "derived work".
13 *not* fall under the heading of "derived work".
H A DREADME13 heading of "derived work" -- see file Licenses/Exceptions for
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_task_page.py60 heading = self.find('.page-header h1')
63 self.assertEqual(heading.text, expected_heading,
H A Dtest_toastertable_ui.py36 heading = table.find_element_by_css_selector(selector)
37 return heading.get_attribute('innerHTML').strip()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dmconf.c863 const char *heading; in conf_string() local
867 heading = inputbox_instructions_int; in conf_string()
870 heading = inputbox_instructions_hex; in conf_string()
873 heading = inputbox_instructions_string; in conf_string()
876 heading = "Internal mconf error!"; in conf_string()
880 heading, 10, 75, in conf_string()
H A Dnconf.c1354 const char *heading; in conf_string() local
1358 heading = inputbox_instructions_int; in conf_string()
1361 heading = inputbox_instructions_hex; in conf_string()
1364 heading = inputbox_instructions_string; in conf_string()
1367 heading = "Internal nconf error!"; in conf_string()
1371 heading, in conf_string()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dmconf.c867 const char *heading; in conf_string() local
871 heading = _(inputbox_instructions_int); in conf_string()
874 heading = _(inputbox_instructions_hex); in conf_string()
877 heading = _(inputbox_instructions_string); in conf_string()
880 heading = _("Internal mconf error!"); in conf_string()
884 heading, 10, 75, in conf_string()
H A Dnconf.c1357 const char *heading; in conf_string() local
1361 heading = _(inputbox_instructions_int); in conf_string()
1364 heading = _(inputbox_instructions_hex); in conf_string()
1367 heading = _(inputbox_instructions_string); in conf_string()
1370 heading = _("Internal nconf error!"); in conf_string()
1374 heading, in conf_string()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dmconf.c867 const char *heading; in conf_string() local
871 heading = _(inputbox_instructions_int); in conf_string()
874 heading = _(inputbox_instructions_hex); in conf_string()
877 heading = _(inputbox_instructions_string); in conf_string()
880 heading = _("Internal mconf error!"); in conf_string()
884 heading, 10, 75, in conf_string()
H A Dnconf.c1357 const char *heading; in conf_string() local
1361 heading = _(inputbox_instructions_int); in conf_string()
1364 heading = _(inputbox_instructions_hex); in conf_string()
1367 heading = _(inputbox_instructions_string); in conf_string()
1370 heading = _("Internal nconf error!"); in conf_string()
1374 heading, in conf_string()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/
H A Dqgeopositioninfosource_geoclue2.cpp433 if (const auto heading = location.heading() >= 0.0) in handleNewLocation() local
434 m_lastPosition.setAttribute(QGeoPositionInfo::Direction, heading); in handleNewLocation()
/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c1350 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1353 printf("%s%s", heading, underline); in _xtotals()
1364 char *heading, *underline; in xtotals() local
1371 heading = "\nSlabs sorted by size\n"; in xtotals()
1373 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1375 heading = "\nSlabs sorted by loss\n"; in xtotals()
1377 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1379 heading = "\nSlabs sorted by number of partial slabs\n"; in xtotals()
1381 _xtotals(heading, underline, 0, 0, 1); in xtotals()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/winrt/
H A Dqgeopositioninfosource_winrt.cpp566 IReference<double> *heading; in onPositionChanged() local
567 hr = coord->get_Heading(&heading); in onPositionChanged()
568 if (SUCCEEDED(hr) && heading) { in onPositionChanged()
570 hr = heading->get_Value(&value); in onPositionChanged()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css203 #errors .panel-heading,
204 #warnings .panel-heading {
H A Dbootstrap.min.css5heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padd…
H A Dbootstrap.css5239 .media-heading {
5272 a.list-group-item .list-group-item-heading,
5273 button.list-group-item .list-group-item-heading {
5295 .list-group-item.disabled .list-group-item-heading,
5296 .list-group-item.disabled:hover .list-group-item-heading,
5297 .list-group-item.disabled:focus .list-group-item-heading {
5313 .list-group-item.active .list-group-item-heading,
5314 .list-group-item.active:hover .list-group-item-heading,
5315 .list-group-item.active:focus .list-group-item-heading,
5316 .list-group-item.active .list-group-item-heading > small,
[all …]
H A Ddefault.css87 /* Table heading sortable / not sortable states */
94 /* In table headings, separate the help bubble from the column heading */
116 .heading-help { font-size: 14px; }
308 #errors .panel-heading { background-color: transparent; color: #843534; }
309 #warnings .panel-heading { background-color: transparent; color: #8a6d3b; }
310 #warnings .panel-heading a:hover { color: #66512c; }
H A Dbootstrap.css.map1heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.media-list {\n padding-left: 0;\n list-s…
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-hm63525 Description: Reports the current heading from the compass as a floating
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dstrncpy-truncation.patch32 /* First copy the text heading to the buffer and add a "-", accounting for
/OK3568_Linux_fs/kernel/LICENSES/exceptions/
H A DLinux-syscall-note15 of the kernel, and does *not* fall under the heading of "derived work".
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqtpositioning-qml.qdoc59 determine the speed and heading of the device. It can also define a
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-build-perf-report220 heading = "{} {}: {}".format(pref, test, descr)
222 rows.append([heading])
/OK3568_Linux_fs/kernel/Documentation/doc-guide/
H A Dkernel-doc.rst165 as a new section heading, which probably won't produce the desired
435 The title following ``DOC:`` acts as a heading within the source file, but also
508 output. Please make sure to have an appropriate heading in the enclosing

123