Home
last modified time | relevance | path

Searched refs:shell (Results 176 - 200 of 548) sorted by relevance

12345678910>>...22

/third_party/lz4/contrib/gen_manual/
H A DMakefile46 LZ4VER := $(shell echo $(LIBVER_SCRIPT))
/third_party/skia/third_party/externals/icu/source/samples/udata/
H A DMakefile50 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)
/third_party/skia/tools/skpbench/
H A D_hardware_pixel.py21 self._adb.shell('\n'.join([
H A D_hardware_pixel_c.py24 self._adb.shell('\n'.join([
61 # only issue one shell command in an attempt to minimize interference.
H A D_hardware_pixel2.py23 self._adb.shell('\n'.join([
/third_party/python/Lib/asyncio/
H A Dwindows_events.py395 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 DMakefile.mk66 ifneq ($(shell $(call WHICH, $(NROFF))),)
/third_party/icu/icu4c/source/samples/uresb/
H A DMakefile45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
/third_party/jerryscript/targets/mbedos5/
H A DMakefile19 BOARD=$(subst [mbed] ,,$(shell mbed target))
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dutil.py26 output = subprocess.check_output(cmd, shell=True) or ''
/third_party/node/deps/v8/tools/
H A Dandroid-sync.sh70 local ANDROID_HASH=$(adb shell "md5 \"$ANDROID_V8/$FILE\"")
H A Ddisasm.py80 shell=True,
/third_party/node/tools/v8/
H A Dfetch_deps.py50 # 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 Dparse.js35 // 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 DMakefile45 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 DMakefile25 UNAME_S := $(shell uname -s)
59 #LDFLAGS += --shell-file shell_minimal.html
/third_party/skia/third_party/externals/brotli/
H A DMakefile1 OS := $(shell uname)
/third_party/toybox/porting/liteos_a/kconfig/
H A DMakefile5 CUSTOM_DIR := $(shell pwd)
/third_party/node/deps/v8/tools/dev/
H A Dgm.py209 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 Drun_perf_test.py214 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 Dsubprocess.py37 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 DMakefile20 DETECTED_OS := $(shell uname -s)
51 ARCH=$(shell uname -m)
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim62 """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 Dsancov_formatter.py76 'parser-shell',
78 'shell',
181 shell=True,
268 shell=True,
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
H A Dmain.go43 "../../shell"
59 maxProcMemory = flag.Uint64("max-proc-mem", shell.MaxProcMemory, "maximum virtual memory per child process")
93 shell.MaxProcMemory = *maxProcMemory

Completed in 12 milliseconds

12345678910>>...22