| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 84 def __init__(self, refs, execs, contains): argument 86 self.execs = codecache.internSet(execs) 92 return (self.refs, self.execs, self.contains) 95 (refs, execs, contains) = state 96 self.__init__(refs, execs, contains) 98 l = (hash(self.refs), hash(self.execs)) 103 return " ".join([str(self.refs), str(self.execs), str(self.contains)]) 107 def __init__(self, execs): argument 108 self.execs = codecache.internSet(execs) 111 return (self.execs) [all …]
|
| H A D | data.py | 255 newdeps = pp.execs 267 newdeps |= pp.execs 284 deps = deps | (keys & parser.execs) 312 deps = deps | (keys & r2.execs) 323 deps = deps | (keys & parser.execs) 331 deps = deps | (keys & parser.execs) | (keys & parsedvar.execs) 346 deps = deps | (keys & parser.execs)
|
| H A D | data_smart.py | 101 self.execs = set() 137 self.execs |= parser.execs
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | codeparser.py | 36 def assertExecs(self, execs): argument 37 self.assertEqual(self.execs, execs) 72 self.execs = parser.execs 200 self.execs = parser.execs 360 execs = ["bar", "echo", "heh", "moo", "true", "aiee"] 366 self.setEmptyVars(execs) 370 self.assertEqual(deps, set(["somevar", "inverted"] + execs))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch | 18 patch also execs "/sbin/multipath -A" before running multipathd in
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/ |
| H A D | multipath-tools_0.8.4.bb | 7 2. multipathd - Detects when paths fail and execs multipath to update \
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | initrd.rst | 41 8) init execs the ``/sbin/init`` on the new root filesystem, performing 291 execs - via chroot - a program that continues the installation
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | sort.src | 194 logmsg="Execl Throughput Test: $options execs"
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | request-key.rst | 100 6) /sbin/request-key execs an appropriate program to perform the actual
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 90 The Smack label of a process that execs a program file with
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-1 | 6450 was allocated by exec. When the program exits or execs, you might say
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-1 | 6450 was allocated by exec. When the program exits or execs, you might say
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0009-Use-libtool-2.4.patch | 18735 - Currently, it simply execs the wrapper *script* "$SHELL $output",
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 45288 If the inferior process execs, the state of 'QCatchSyscalls' is
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 45288 If the inferior process execs, the state of 'QCatchSyscalls' is
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 37688 execs either /usr/libexec/Xorg.bin directly or the Xorg.wrap binary which then
|