Home
last modified time | relevance | path

Searched refs:shell (Results 101 - 125 of 539) sorted by relevance

12345678910>>...22

/third_party/mesa3d/android/
H A DAndroid.mk29 LIBDRM_VERSION = $(shell cat external/libdrm/meson.build | grep -o "\<version\>\s*:\s*'\w*\.\w*\.\w*'" | grep -o "\w*\.\w*\.\w*" | head -1)
91 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 30; echo $$?), 0)
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py90 path, err = subprocess.Popen("which cmake", shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
92 path, err = subprocess.Popen("which xcrun", shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py140 shell = True
147 shell = True,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/oboe/samples/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/selinux/libselinux/utils/
H A DMakefile5 OS ?= $(shell uname)
7 ifeq ($(shell $(CC) -v 2>&1 | grep "clang"),)
/third_party/rust/crates/minimal-lexical/scripts/
H A Dtimings.py45 shell=False,
59 # Use shell for faster performance.
62 shell=True,
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A DtcuLnxWayland.cpp114 throw ResourceError("Failed to bind shell", name, __FILE__, __LINE__); in Display()
226 void Window::handlePing (void* data, struct xdg_wm_base* shell, uint32_t serial) in handlePing() argument
229 xdg_wm_base_pong(shell, serial); in handlePing()
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
H A Dopts.js10 shell: false,
/third_party/json/
H A DMakefile8 SED:=$(shell command -v gsed || which sed)
16 SRCS=$(shell find include -type f | sort)
19 TESTS_SRCS=$(shell find tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/*' | sort)
220 rsync -R $(shell find LICENSE.MIT nlohmann_json.natvis CMakeLists.txt cmake/*.in include single_include -type f) json
221 gtar --sort=name --mtime="@$(shell git log -1 --pretty=%ct)" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --create --file - json | xz --compress -9e --threads=2 - > json.tar.xz
/third_party/node/deps/v8/tools/
H A Dlocs.py142 if subprocess.call(autoninja, shell=True, stdout=out) != 0:
151 if subprocess.call(ninja, shell=True, stdout=out) != 0:
161 if subprocess.call(ninja, shell=True, stdout=out) != 0:
414 runcmd, shell=True, cwd=key['directory'], stdout=subprocess.PIPE)
/third_party/python/Lib/idlelib/
H A Ddebugger_r.py297 def __init__(self, conn, shell, oid):
300 self.shell = shell
311 self.shell.interp.active_seq = seq
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
H A DMakefile2 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/node/test/fixtures/
H A Dspawn_closed_stdio.py7 exit_code = subprocess.call(sys.argv[1:], shell=False)
/vendor/hisilicon/hispark_aries/hdf_config/hdf_test/
H A DMakefile5 LOCAL_HCS_ROOT := $(shell pwd)
/vendor/hisilicon/hispark_taurus/hdf_config/hdf_test/
H A DMakefile5 LOCAL_HCS_ROOT := $(shell pwd)
/vendor/hisilicon/hispark_taurus_mini_system/hdf_config/hdf_test/
H A DMakefile5 LOCAL_HCS_ROOT := $(shell pwd)
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/
H A DechoHilog.bat5 hdc shell hilog > hilog-%aa%.txt
/third_party/typescript/tests/arkTSTest/
H A Drun_test.py19 p = subprocess.Popen("node run.js --detail", shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py134 cc_output = subprocess.check_output(DETECT_ARCH_CMD, shell=True).decode()
301 shell=False, universal_newlines=True)
345 pre_cmd, env=my_environment, shell=True,
350 self.make_clean, env=my_environment, shell=True,
355 self.make_cmd, env=my_environment, shell=True,
376 shell=True, universal_newlines=True
/third_party/ltp/testcases/kernel/syscalls/swapon/
H A DMakefile4 NEEDSPECIAL := $(shell echo MAX_SWAPFILES | $(CC) -E -xc -include linux/swap.h 2>/dev/null - | tail -n 1 | grep 32; echo $?)

Completed in 10 milliseconds

12345678910>>...22