Home
last modified time | relevance | path

Searched refs:outlines (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py47 def extract_cmake_deps(outlines, srctree, extravalues, cmakelistsfile=None): argument
170 … if handler.process_line(srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values):
216 … if handler.process_findpackage(srctree, fn, pkg, deps, outlines, inherits, values):
267outlines.append('# NOTE: unable to map the following CMake package dependencies: %s' % ' '.join(li…
269 RecipeHandler.handle_depends(libdeps, pcdeps, deps, outlines, values, tinfoil.config_data)
272 handler.post_process(srctree, libdeps, pcdeps, deps, outlines, inherits, values)
282 def process_line(self, srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values): argument
289 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
296 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
384 def extract_autotools_deps(outlines, srctree, extravalues=None, acfile=None): argument
[all …]
H A Dcreate.py167 def handle_depends(libdeps, pcdeps, deps, outlines, values, d): argument
224outlines.append('# NOTE: unable to map the following pkg-config dependencies: %s' % ' '.join(unmap…
225outlines.append('# (this is based on recipes that have previously been built and packaged)')
228outlines.append('# NOTE: the following library dependencies are unknown, ignoring: %s' % ' '.join(…
229outlines.append('# (this is based on recipes that have previously been built and packaged)')
235 def genfunction(outlines, funcname, content, python=False, forcespace=False): argument
240 outlines.append('%s%s () {' % (prefix, funcname))
247 outlines.append('%s%s' % (indent, line))
254 outlines.append('%s:' % indent)
255 outlines.append('}')
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py26 …def process_macro(self, srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, i… argument
36 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument
41 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
65 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
123outlines.append('# NOTE: the following QT dependencies are unknown, ignoring: %s' % ' '.join(list(…
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py355 outlines = []
387 outlines.append(line)
403 return outlines, author, date, subject
424 outlines, author, date, subject = GitApplyTree.interpretPatchHeader(lines)
442 if subject and not (outlines and outlines[0].strip() == subject):
443 outlines.insert(0, '%s\n\n' % subject.strip())
448 for line in outlines:
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dindex.rst8 This documentation outlines the Linux kernel crypto API with its
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c1549 for (j = 0, doutline = dshape->outlines; in _XkbCopyGeom()
1556 free(dshape->outlines); in _XkbCopyGeom()
1557 dshape->outlines = NULL; in _XkbCopyGeom()
1579 dshape->outlines = tmp; in _XkbCopyGeom()
1582 soutline = sshape->outlines, in _XkbCopyGeom()
1583 doutline = dshape->outlines; in _XkbCopyGeom()
1613 sshape->approx - sshape->outlines; in _XkbCopyGeom()
1616 dshape->approx = dshape->outlines + approx_idx; in _XkbCopyGeom()
1628 sshape->primary - sshape->outlines; in _XkbCopyGeom()
1631 dshape->primary = dshape->outlines + primary_idx; in _XkbCopyGeom()
H A Dxkbgeom.h91 XkbOutlinePtr outlines; member
97 #define XkbOutlineIndex(s,o) ((int)((o)-&(s)->outlines[0]))
H A DXKBGAlloc.c211 (char **) &shape->outlines, in XkbFreeGeomOutlines()
224 if (shape->outlines) in _XkbClearShape()
478 #define _XkbAllocOutlines(s,n) _XkbGeomAlloc((void *)&(s)->outlines,\
645 outline = &shape->outlines[shape->num_outlines]; in XkbAddGeomOutline()
H A Dxkmread.c1136 shape->primary = &shape->outlines[shapeWire.primary_ndx]; in ReadXkmGeometry()
1138 shape->approx = &shape->outlines[shapeWire.approx_ndx]; in ReadXkmGeometry()
H A DXKM_file_format.txt517 outlines: LISTofXKMOutlineDesc
H A Dxkbout.c887 outline = shape->outlines; in XkbWriteXKBGeometry()
H A Dxkb.c4697 for (n = 0, ol = shape->outlines; n < shape->num_outlines; n++, ol++) { in XkbSizeGeomShapes()
4733 for (o = 0, ol = shape->outlines; o < shape->num_outlines; o++, ol++) { in XkbWriteGeomShapes()
5470 shape->primary = &shape->outlines[shapeWire->primaryNdx]; in _CheckSetShapes()
5472 shape->approx = &shape->outlines[shapeWire->approxNdx]; in _CheckSetShapes()
/OK3568_Linux_fs/kernel/Documentation/arm/samsung/
H A Dgpio.rst8 This outlines the Samsung GPIO implementation and the architecture
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt2 # This outlines the Linux authentication/association and
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py676 outlines = []
677 outlicenses = split_pkg_licenses(licvalues, packages, outlines, fallback_licenses)
699 self.assertEqual(outlines, expected_outlines)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-geoservices.qdoc34 document outlines how to develop a new GeoService plugin.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqtpositioning-plugins.qdoc34 This document outlines how to develop a new position plugin.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drefcount-vs-atomic.rst15 This document outlines the differences and provides respective examples
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst18 the locking involved. It outlines the notifications involved as well.
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dxilinx_sdfec.rst107 The following outlines the flow the user should perform:
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dmodule-elf-format.rst5 This document outlines the Elf format requirements that livepatch modules must follow.
H A Dlivepatch.rst5 This document outlines basic information about kernel livepatching.
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dsve.rst9 This document outlines briefly the interface provided to userspace by Linux in
H A Darm-acpi.rst33 section we summarize a blog post [2] from Grant Likely that outlines the
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dkernel-docs.rst77 :Abstract: *This short paper outlines the usage of ftrace a tracing framework

12