| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 47 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): 267 …outlines.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 D | create.py | 167 def handle_depends(libdeps, pcdeps, deps, outlines, values, d): argument 224 …outlines.append('# NOTE: unable to map the following pkg-config dependencies: %s' % ' '.join(unmap… 225 … outlines.append('# (this is based on recipes that have previously been built and packaged)') 228 …outlines.append('# NOTE: the following library dependencies are unknown, ignoring: %s' % ' '.join(… 229 … outlines.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 D | create_qt5.py | 26 …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 123 …outlines.append('# NOTE: the following QT dependencies are unknown, ignoring: %s' % ' '.join(list(…
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 355 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 D | index.rst | 8 This documentation outlines the Linux kernel crypto API with its
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbUtils.c | 1549 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 D | xkbgeom.h | 91 XkbOutlinePtr outlines; member 97 #define XkbOutlineIndex(s,o) ((int)((o)-&(s)->outlines[0]))
|
| H A D | XKBGAlloc.c | 211 (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 D | xkmread.c | 1136 shape->primary = &shape->outlines[shapeWire.primary_ndx]; in ReadXkmGeometry() 1138 shape->approx = &shape->outlines[shapeWire.approx_ndx]; in ReadXkmGeometry()
|
| H A D | XKM_file_format.txt | 517 outlines: LISTofXKMOutlineDesc
|
| H A D | xkbout.c | 887 outline = shape->outlines; in XkbWriteXKBGeometry()
|
| H A D | xkb.c | 4697 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 D | gpio.rst | 8 This outlines the Samsung GPIO implementation and the architecture
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 2 # This outlines the Linux authentication/association and
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 676 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 D | qtlocation-geoservices.qdoc | 34 document outlines how to develop a new GeoService plugin.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/ |
| H A D | qtpositioning-plugins.qdoc | 34 This document outlines how to develop a new position plugin.
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | refcount-vs-atomic.rst | 15 This document outlines the differences and provides respective examples
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | suspend-and-cpuhotplug.rst | 18 the locking involved. It outlines the notifications involved as well.
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | xilinx_sdfec.rst | 107 The following outlines the flow the user should perform:
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 5 This document outlines the Elf format requirements that livepatch modules must follow.
|
| H A D | livepatch.rst | 5 This document outlines basic information about kernel livepatching.
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | sve.rst | 9 This document outlines briefly the interface provided to userspace by Linux in
|
| H A D | arm-acpi.rst | 33 section we summarize a blog post [2] from Grant Likely that outlines the
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | kernel-docs.rst | 77 :Abstract: *This short paper outlines the usage of ftrace a tracing framework
|