Searched refs:shell (Results 276 - 300 of 765) sorted by last modified time

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A DMakefile11 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A DMakefile12 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
17 $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
H A Dgenerate_builtins.py75 p = Popen(command, 1, stdout=PIPE, shell=False)
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile228 distname = srtp-$(shell cat VERSION)
/external/chromium_org/third_party/libsrtp/srtp/crypto/
H A DMakefile131 distname = crypto-$(shell cat VERSION)
/external/chromium_org/third_party/libsrtp/srtp/doc/
H A DMakefile19 version = $(shell cat $(top_srcdir)/VERSION)
/external/chromium_org/third_party/leveldatabase/src/
H A DMakefile15 $(shell CC="$(CC)" CXX="$(CXX)" TARGET_OS="$(TARGET_OS)" \
192 IOSVERSION=$(shell defaults read $(PLATFORMSROOT)/iPhoneOS.platform/version CFBundleShortVersionString)
/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A DMakefile.in81 PLUGINDIR=$(shell pwd)
/external/chromium_org/third_party/icu/source/samples/
H A Ddefs.mk8 CC=$(shell icu-config --cc)
9 CXX=$(shell icu-config --cxx)
10 CPPFLAGS=$(shell icu-config --cppflags)
11 CFLAGS=$(shell icu-config --cflags)
12 CXXFLAGS=$(shell icu-config --cxxflags)
13 LDFLAGS =$^ $(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell ic
[all...]
/external/chromium_org/third_party/icu/source/samples/udata/
H A DMakefile47 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)
/external/chromium_org/third_party/icu/source/samples/uresb/
H A DMakefile42 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
/external/chromium_org/third_party/icu/source/test/
H A DMakefile.in20 STATUS_FULL = $(shell pwd)/$(STATUS_TMP)
114 STATUS_NUM:=$(shell echo $$$$)
/external/chromium_org/third_party/icu/source/test/hdrtst/
H A DMakefile.in33 include $(shell icu-config --incfile)
/external/chromium_org/third_party/icu/source/config/
H A Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
64 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
H A Dmh-cygwin-msvc128 CURR_FULL_DIR?=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
130 CURR_SRCCODE_FULL_DIR=$(subst \,\\,$(shell cygpath -da .))#M#
135 SOURCE_FILE=$(shell cygpath -dma $<)#M#
194 ICUPKGDATA_INSTALL_DIR = $(shell mkdir -p $(DESTDIR)$(ICUPKGDATA_DIR) ; cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
195 ICUPKGDATA_INSTALL_LIBDIR = $(shell mkdir -p $(DESTDIR)$(libdir) ; cygpath -dma $(DESTDIR)$(libdir))#M#
H A Dmh-hpux-acc71 ifeq ($(shell uname -m),ia64)
H A Dmh-mingw85 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
86 CURR_FULL_DIR?=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
88 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
89 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
127 #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
128 #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
H A Dmh-mingw6485 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
86 CURR_FULL_DIR?=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
88 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
89 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
127 #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
128 #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
/external/chromium_org/third_party/brotli/src/
H A Dshared.mk1 OS := $(shell uname)
/external/chromium_org/third_party/angle/src/
H A Dcommit_id.py9 return sp.Popen(command, stdout=sp.PIPE, shell=True, cwd=cwd).communicate()[0].strip()
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcompile_frontend.py96 return subprocess.Popen(command_line, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
143 proc = subprocess.Popen('which java', stdout=subprocess.PIPE, shell=True)
H A Dconvert_svg_images_to_png.py45 proc = subprocess.Popen("which %s" % app_name, stdout=subprocess.PIPE, shell=True)
73 proc = subprocess.Popen(convert_command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dbuild_compiler_runner_jar.py27 proc = subprocess.Popen(command, stdout=subprocess.PIPE, shell=True)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Dbuild_jsdoc_validator_jar.py84 proc = subprocess.Popen(command, stdout=subprocess.PIPE, shell=True)
H A Drun_tests.py30 proc = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)

Completed in 3134 milliseconds

<<11121314151617181920>>