Home
last modified time | relevance | path

Searched refs:shell (Results 126 - 150 of 307) sorted by relevance

12345678910>>...13

/third_party/jerryscript/targets/riot-stm32f4/
H A DMakefile40 # Add the shell and some shell commands
41 USEMODULE += shell
/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-args.js22 // unless the `shell` options equals to `true`
24 options.shell = true;
H A Dtest-child-process-flush-stdio.js6 // Windows' `echo` command is a built-in shell command and not an external
8 const opts = { shell: common.isWindows };
H A Dtest-child-process-spawn-args.js22 // unless the `shell` options equals to `true`
24 options.shell = true;
/third_party/libcoap/examples/riot/examples_libcoap_server/
H A DMakefile50 # Add also the shell, some shell commands
51 USEMODULE += shell
/third_party/libcoap/examples/riot/examples_libcoap_client/
H A DMakefile48 # Add also the shell, some shell commands
49 USEMODULE += shell
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell.go15 // Package shell provides functions for running sub-processes.
16 package shell
H A Dshell_windows.go15 package shell
/third_party/skia/third_party/externals/angle2/src/tests/skia_gold/
H A Dangle_skia_gold_properties.py27 shell=_IsWin(),
/third_party/skia/gn/
H A Drun_sksllex.py28 shell=True) variable
30 "/sksl/SkSLLexer.cpp\"", shell=True)
/third_party/cJSON/
H A DMakefile32 IS_GCC_ABOVE_MIN_VERSION := $(shell expr "$(GCC_VERSION)" ">=" "$(MIN_GCC_VERSION)")
42 uname := $(shell sh -c 'uname -s 2>/dev/null || echo false')
/third_party/libuv/test/
H A Dtest-platform-output.c177 if (pwd.shell != NULL) /* Not set on Windows */ in TEST_IMPL()
178 printf(" shell: %s\n", pwd.shell); in TEST_IMPL()
/third_party/libsnd/Scripts/
H A Dstatic-deps-build.mk34 build_dir = $(shell pwd)/Build
37 pwd = $(shell pwd)
/third_party/libwebsockets/scripts/
H A Desp32.mk12 GENROMFS := $(shell command -v genromfs 2> /dev/null)
14 XXD := $(shell command -v xxd 2> /dev/null)
/third_party/ltp/
H A Dbuild.sh181 test-shell run only 'make test-shell' (not supported for cross-compile build)
209 autotools|configure|build|test|test-c|test-shell|install) run="$OPTARG";;
235 if [ -z "$run" -o "$run" = "test" -o "$run" = "test-c" -o "$run" = "test-shell" ]; then
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat24 @rem Set local scope for the variables with windows NT shell
88 @rem End local scope for the variables with windows NT shell
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddrivers.mak173 HAVE_LIBNL3 := $(shell $(PKG_CONFIG) --exists libnl-3.0; echo $$?)
189 DRV_CFLAGS += $(shell $(PKG_CONFIG) --cflags libnl-3.0)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddrivers.mak178 HAVE_LIBNL3 := $(shell $(PKG_CONFIG) --exists libnl-3.0; echo $$?)
193 DRV_CFLAGS += $(shell $(PKG_CONFIG) --cflags libnl-3.0)
/third_party/ffmpeg/tools/
H A Dnormalize.py17 probe_out = subprocess.check_output(analysis_cmd, shell=True)
/third_party/icu/tools/multi/proj/chello/
H A DMakefile37 $(shell $(C_INS)/$*/bin/icu-config --invoke) $(C_INS)/$*/bin/$(TARGET) > $@
/third_party/libabigail/tests/data/test-symtab/kernel-5.4/
H A DMakefile10 PWD := $(shell pwd)
/third_party/libabigail/tests/data/test-symtab/kernel-5.6/
H A DMakefile10 PWD := $(shell pwd)
/third_party/libabigail/tests/data/test-symtab/kernel-4.14/
H A DMakefile10 PWD := $(shell pwd)
/third_party/libabigail/tests/data/test-symtab/kernel/
H A DMakefile10 PWD := $(shell pwd)
/third_party/libabigail/tests/data/test-symtab/kernel-4.19/
H A DMakefile10 PWD := $(shell pwd)

Completed in 7 milliseconds

12345678910>>...13