Home
last modified time | relevance | path

Searched refs:shell (Results 551 - 575 of 583) sorted by relevance

1...<<21222324

/third_party/mbedtls/programs/
H A DMakefile4 ifeq ($(shell uname -s),Linux)
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py485 stdout=PIPE, cwd=path, shell=True)
H A Dgrokdump.py3960 if options.shell:
3994 if options.shell:
4008 parser.add_option("-s", "--shell", dest="shell", action="store_true",
4009 help="start an interactive inspector shell")
4013 help="run an interactive inspector shell command and exit")
/third_party/ninja/
H A Dconfigure.py191 subprocess.check_call(cmdline, shell=True)
409 the shell."""
/third_party/python/Lib/
H A Dplatform.py270 It uses the "ver" shell command for this which is known
289 shell=True)
1265 # strict than shell lexer, but that's ok.
H A Dimaplib.py1370 shell=True, close_fds=True)
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h139 wl_shell *shell;
/third_party/libuv/src/
H A Duv-common.c137 /* On unix, the memory for name, shell, and homedir are allocated in a single in uv_os_free_passwd()
146 pwd->shell = NULL; in uv_os_free_passwd()
/third_party/node/deps/v8/third_party/test262-harness/src/
H A Dtest262.py346 shell = IsWindows(),
/third_party/toybox/generated/
H A Dglobals.h1128 char *shell; member
/third_party/libuv/src/unix/
H A Dcore.c1266 /* Allocate memory for the username, shell, and home directory */ in uv__getpwuid_r()
1284 /* Copy the shell */ in uv__getpwuid_r()
1285 pwd->shell = pwd->homedir + homedir_size; in uv__getpwuid_r()
1286 memcpy(pwd->shell, pw.pw_shell, shell_size); in uv__getpwuid_r()
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c1436 * a PTY for a shell in lws_ssh_parse_plaintext()
1443 * a shell in lws_ssh_parse_plaintext()
1445 if (!strcmp(pss->name, "shell")) { in lws_ssh_parse_plaintext()
1447 if (pss->vhd->ops && pss->vhd->ops->shell && in lws_ssh_parse_plaintext()
1448 !pss->vhd->ops->shell(pss->ch_temp->priv, in lws_ssh_parse_plaintext()
1462 * env vars to be set in the shell in lws_ssh_parse_plaintext()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py525 # universal_newlines, shell, bufsize must not be set
531 asyncio.SubprocessProtocol, *args, shell=True)
545 # universal_newlines, shell, bufsize must not be set
551 asyncio.SubprocessProtocol, 'exit 0', shell=True)
H A Dtest_events.py2044 self.loop.run_until_complete(connect(shell=True))
2062 self.loop.run_until_complete(connect(shell=False))
/third_party/googletest/googletest/scripts/
H A Dupload.py553 # Use a shell for subcommands on Windows to get a PATH search.
571 shell=use_shell, universal_newlines=universal_newlines)
/third_party/libuv/src/win/
H A Dutil.c1145 pwd->shell = NULL; in uv__getpwuid_r()
/third_party/node/deps/uv/src/win/
H A Dutil.c1356 pwd->shell = NULL; in uv__getpwuid_r()
/third_party/gn/src/gn/
H A Dvariables.cc2092 Unix shell rules. To parse the response file, the Python script should use
/third_party/libuv/include/
H A Duv.h1230 char* shell; member
/third_party/libuv/include/uv_ndk/
H A Duv.h1124 char* shell; member
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py966 shell=use_shell,
/third_party/node/tools/
H A Dtest.py1397 result.add_option("--shell", help="Path to node executable", default=None)
1641 options.shell,
1667 print("Can't find shell executable: '%s'" % vm)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py965 shell=use_shell,
/third_party/node/deps/uv/include/
H A Duv.h1138 char* shell; member
/third_party/python/Lib/idlelib/
H A Deditor.py795 subprocess.Popen(cmd, shell=False)
1417 is a shell prompt, is empty, has selected text, contains a block

Completed in 56 milliseconds

1...<<21222324