Home
last modified time | relevance | path

Searched refs:test_shell (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/scan-build-py/tests/unit/
D__init__.py14 from . import test_shell
25 suite.addTests(loader.loadTestsFromModule(test_shell))
/external/v8/src/
Dd8.h338 test_shell(false), in ShellOptions()
369 bool test_shell; variable
537 !options.test_shell; in use_interactive_shell()
Dd8.cc601 if (options.test_shell) { in ExecuteString()
2804 options.test_shell = true; in SetOptions()
2808 options.test_shell = false; in SetOptions()
/external/u-boot/tools/patman/
Dcros_subprocess.py308 def test_shell(self): member in TestSubprocess
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py147 def test_shell(self): member in SubprocessMixin