Home
last modified time | relevance | path

Searched refs:test_shell (Results 1 – 3 of 3) 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.h273 test_shell(false), in ShellOptions()
292 return (interactive_shell || !script_executed) && !test_shell; in use_interactive_shell()
303 bool test_shell; variable
Dd8.cc490 if (options.test_shell) { in ExecuteString()
2320 options.test_shell = true; in SetOptions()
2324 options.test_shell = false; in SetOptions()