Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 25 of 93) sorted by relevance

1234

/external/ltp/doc/
DShell-Test-API.asciidoc19 1.1 Basic test interface
188 1.2 Library environment variables and functions for shell
253 Checking for presence of commands
295 Locating kernel modules
308 1.3 Optional command line parameters
398 1.4 Useful library functions
736 1.5 Restarting daemons
788 1.6 Access to the checkpoint interface
809 1.7 Parsing kernel .config
825 1.8 Skipping test based on system state
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py110 shell=None, argument
156 def Call(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument
179 def GetCmdOutput(args, cwd=None, shell=False, env=None): argument
199 def _ValidateAndLogCommand(args, cwd, shell): argument
217 shell=False, argument
246 def StartCmd(args, cwd=None, shell=False, env=None): argument
274 shell=False, argument
469 shell=False, argument
519 shell=False, argument
/external/python/cpython2/Demo/scripts/
Dscript.py18 shell = 'sh' variable
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
/external/python/mobly/mobly/controllers/android_device_lib/
Dadb.py171 def _exec_cmd(self, args, shell, timeout, stderr) -> bytes: argument
215 def _execute_and_process_stdout(self, args, shell, handler) -> bytes: argument
269 def _construct_adb_cmd(self, raw_name, args, shell): argument
307 def _exec_adb_cmd(self, name, args, shell, timeout, stderr) -> bytes: argument
313 self, name, args, shell, handler argument
456 def forward(self, args=None, shell=False) -> bytes: argument
462 def reverse(self, args=None, shell=False) -> bytes: argument
570 def adb_call(args=None, shell=False, timeout=None, stderr=None) -> bytes: argument
/external/perfetto/ui/src/assets/
Dtrack_panel.scss132 .shell { class
146 .shell { class
157 .shell.flash { class
167 .shell { class
/external/toybox/toys/pending/
Dsulogin.c69 static void run_shell(char *shell) in run_shell()
85 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local
Dchsh.c33 char *user, *line, *shell, *encrypted; in chsh_main() local
/external/drm_hwcomposer/
DMakefile40 shell: $(PREPARE) target
41 shell: ## Start shell into a container target
/external/rust/crates/clap_complete/src/dynamic/shells/
Dmod.rs5 mod shell; module
39 shell: Shell, field
/external/python/mobly/mobly/
Dutils.py395 shell=..., argument
409 shell=..., argument
422 shell=False, argument
501 def start_standing_subprocess(cmd, shell=False, env=None): argument
/external/perfetto/ui/src/controller/
Dadb_interfaces.ts19 shell(cmd: string): Promise<AdbStream>; method
46 shell(_: string): Promise<AdbStream> { method in MockAdb
/external/rust/crates/clap_complete/src/shells/
Dmod.rs7 mod shell; module
/external/libcap/kdebug/
DMakefile8 shell: exit target
/external/pigweed/pw_ide/ts/pigweed-vscode/src/
Dterminal.ts29 const shell = vscode.workspace constant
/external/swiftshader/tests/regres/shell/
Dshell_windows.go15 package shell package
Dshell_unix.go18 package shell package
Dshell.go16 package shell package
/external/python/mobly/tests/lib/
Dmock_android_device.py107 def shell(self, params, timeout=None): member in MockAdbProxy
144 def bugreport(self, args, shell=False, timeout=None): argument
/external/openthread/tools/otci/otci/
Dcommand_handlers.py76 def shell(self, cmd: str, timeout: float) -> List[str]: member in OTCommandHandler
265 def shell(self, cmd: str, timeout: float) -> List[str]: member in OtbrSshCommandRunner
315 def shell(self, cmd: str, timeout: float) -> List[str]: member in OtbrAdbCommandRunner
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dshell.hpp86 constexpr ::boost::process::detail::shell_ shell; variable
/external/perfetto/ui/src/common/recordingV2/
Dadb_connection_impl.ts80 abstract shell(cmd: string): Promise<ByteStream>; method in AdbConnectionImpl
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_warning.py20 from idlelib import PyShell as shell unknown
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_warning.py9 from idlelib import pyshell as shell unknown
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_test.py18 shell=False, argument
/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py18 def __init__(self, cmd, shell, stdout): argument

1234