Home
last modified time | relevance | path

Searched defs:_run (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py60 def _run(self, cmd): member in BuildProject
104 def _run(self, cmd): member in TargetBuildProject
142 def _run(self, cmd): member in SDKBuildProject
H A Dbuildproject.py46 def _run(self, cmd): member in BuildProject
H A Dsshcontrol.py47 def _run(self, command, timeout=None, logfile=None): member in SSHProcess
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dcase.py14 def _run(self, cmd): member in OESDKExtTestCase
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkernel_include.py76 def _run(self): member in KernelInclude
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/utils/
H A Dtargetbuildproject.py39 def _run(self, cmd): member in TargetBuildProject
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcase.py13 def _run(self, cmd): member in OESDKTestCase
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py45 def _run(self, cmd): member in SDKBuildProject
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py66 def _run(self, command, timeout=None, ignore_status=True): member in OESSHTarget
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dnpm.py111 def _run(cmd): function
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py29 def _run(cmd, cwd=''): function