/third_party/mbedtls/programs/ |
H A D | Makefile | 4 ifeq ($(shell uname -s),Linux)
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 485 stdout=PIPE, cwd=path, shell=True)
|
H A D | grokdump.py | 3960 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 D | configure.py | 191 subprocess.check_call(cmdline, shell=True) 409 the shell."""
|
/third_party/python/Lib/ |
H A D | platform.py | 270 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 D | imaplib.py | 1370 shell=True, close_fds=True)
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 139 wl_shell *shell;
|
/third_party/libuv/src/ |
H A D | uv-common.c | 137 /* 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 D | test262.py | 346 shell = IsWindows(),
|
/third_party/toybox/generated/ |
H A D | globals.h | 1128 char *shell; member
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1266 /* 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 D | sshd.c | 1436 * 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 D | test_base_events.py | 525 # 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 D | test_events.py | 2044 self.loop.run_until_complete(connect(shell=True)) 2062 self.loop.run_until_complete(connect(shell=False))
|
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 553 # 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 D | util.c | 1145 pwd->shell = NULL; in uv__getpwuid_r()
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 1356 pwd->shell = NULL; in uv__getpwuid_r()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 2092 Unix shell rules. To parse the response file, the Python script should use
|
/third_party/libuv/include/ |
H A D | uv.h | 1230 char* shell; member
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1124 char* shell; member
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 966 shell=use_shell,
|
/third_party/node/tools/ |
H A D | test.py | 1397 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 D | input.py | 965 shell=use_shell,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1138 char* shell; member
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 795 subprocess.Popen(cmd, shell=False) 1417 is a shell prompt, is empty, has selected text, contains a block
|