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.h295 test_shell(false), in ShellOptions()
315 return (interactive_shell || !script_executed) && !test_shell; in use_interactive_shell()
326 bool test_shell; variable
Dd8.cc541 if (options.test_shell) { in ExecuteString()
2433 options.test_shell = true; in SetOptions()
2437 options.test_shell = false; in SetOptions()