/third_party/lz4/contrib/gen_manual/ |
H A D | Makefile | 46 LZ4VER := $(shell echo $(LIBVER_SCRIPT))
|
/third_party/skia/third_party/externals/icu/source/samples/udata/ |
H A D | Makefile | 50 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)
|
/third_party/skia/tools/skpbench/ |
H A D | _hardware_pixel.py | 21 self._adb.shell('\n'.join([
|
H A D | _hardware_pixel_c.py | 24 self._adb.shell('\n'.join([ 61 # only issue one shell command in an attempt to minimize interference.
|
H A D | _hardware_pixel2.py | 23 self._adb.shell('\n'.join([
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 395 async def _make_subprocess_transport(self, protocol, args, shell, 399 transp = _WindowsSubprocessTransport(self, protocol, args, shell, 920 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): 922 args, shell=shell, stdin=stdin, stdout=stdout, stderr=stderr,
|
/third_party/curl/src/ |
H A D | Makefile.mk | 66 ifneq ($(shell $(call WHICH, $(NROFF))),)
|
/third_party/icu/icu4c/source/samples/uresb/ |
H A D | Makefile | 45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
|
/third_party/jerryscript/targets/mbedos5/ |
H A D | Makefile | 19 BOARD=$(subst [mbed] ,,$(shell mbed target))
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | util.py | 26 output = subprocess.check_output(cmd, shell=True) or ''
|
/third_party/node/deps/v8/tools/ |
H A D | android-sync.sh | 70 local ANDROID_HASH=$(adb shell "md5 \"$ANDROID_V8/$FILE\"")
|
H A D | disasm.py | 80 shell=True,
|
/third_party/node/tools/v8/ |
H A D | fetch_deps.py | 50 # shell=True needed on Windows to resolve git.bat. 52 "git " + args, cwd=v8_path, shell=True).strip()
|
/third_party/node/deps/npm/node_modules/cross-spawn/lib/ |
H A D | parse.js | 35 // We don't need a shell if the command filename is an executable 38 // If a shell is required, use cmd.exe and take care of escaping everything correctly 87 // Delegate further parsing to shell or non-shell 88 return options.shell ? parsed : parseNonShell(parsed);
|
/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
H A D | Makefile | 45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | Makefile | 25 UNAME_S := $(shell uname -s) 59 #LDFLAGS += --shell-file shell_minimal.html
|
/third_party/skia/third_party/externals/brotli/ |
H A D | Makefile | 1 OS := $(shell uname)
|
/third_party/toybox/porting/liteos_a/kconfig/ |
H A D | Makefile | 5 CUSTOM_DIR := $(shell pwd)
|
/third_party/node/deps/v8/tools/dev/ |
H A D | gm.py | 209 return subprocess.call(cmd, shell=True) 212 return subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) 219 p = subprocess.Popen(cmd, shell=True, stdin=child, stdout=child, stderr=child)
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_perf_test.py | 214 shell = os.path.join(os.path.dirname(BASE_DIR), binary) 217 shell=shell, 227 'shell': os.path.join(os.path.dirname(BASE_DIR), arg[0]),
|
/third_party/python/Lib/ |
H A D | subprocess.py | 37 getoutput(...): Runs a command in the shell, waits for it to complete, 39 getstatusoutput(...): Runs a command in the shell, waits for it to complete, 650 """Return (exitcode, output) of executing cmd in a shell. 652 Execute the string 'cmd' in a shell with 'check_output' and 671 data = check_output(cmd, shell=True, text=True, stderr=STDOUT, 682 """Return output (stdout or stderr) of executing cmd in a shell. 770 shell: If true, the command will be executed through the shell. 810 shell=False, cwd=None, env=None, universal_newlines=None, 1028 startupinfo, creationflags, shell, [all...] |
/third_party/gptfdisk/ |
H A D | Makefile | 20 DETECTED_OS := $(shell uname -s) 51 ARCH=$(shell uname -m)
|
/third_party/node/deps/v8/tools/vim/ |
H A D | ninja-build.vim | 62 """Returns the shell command to compile the file in the current buffer.""" 70 # Escape \ for Vim, and ^ for both Vim and shell.
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter.py | 76 'parser-shell', 78 'shell', 181 shell=True, 268 shell=True,
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/ |
H A D | main.go | 43 "../../shell" 59 maxProcMemory = flag.Uint64("max-proc-mem", shell.MaxProcMemory, "maximum virtual memory per child process") 93 shell.MaxProcMemory = *maxProcMemory
|