Searched refs:test_shell (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/scan-build-py/tests/unit/
H A D__init__.py14 from . import test_shell namespace
25 suite.addTests(loader.loadTestsFromModule(test_shell))
/external/v8/src/
H A Dd8.h295 test_shell(false),
315 return (interactive_shell || !script_executed) && !test_shell;
326 bool test_shell; member in class:v8::ShellOptions
H A Dd8.cc541 if (options.test_shell) {
2433 options.test_shell = true;
2437 options.test_shell = false;
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_subprocess.py127 def test_shell(self): member in class:SubprocessMixin

Completed in 177 milliseconds