Searched refs:shell (Results 101 - 125 of 765) sorted by last modified time

1234567891011>>

/external/libvpx/
H A Dconfig.mips.mk17 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips)/libvpx_srcs.txt))
H A Dconfig.mips64.mk9 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips64)/libvpx_srcs.txt))
H A Dconfig.x86.mk9 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_x86)/libvpx_srcs.txt))
H A Dconfig.x86_64.mk9 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_x86_64)/libvpx_srcs.txt))
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_sln.sh199 found_devenv := \$(shell which \$(MSBUILD_TOOL) >/dev/null 2>&1 && echo yes)
/external/libvpx/libvpx/
H A Dlibs.mk382 $(shell $(SRC_PATH_BARE)/build/make/version.sh "$(SRC_PATH_BARE)" $(BUILD_PFX)vpx_version.h)
495 $(shell find $(SRC_PATH_BARE)/third_party/googletest -type f))
/external/libvpx/libvpx/test/android/
H A DAndroid.mk10 # The test app itself runs on the command line through adb shell
/external/libvpx/libvpx/tools/
H A Dall_builds.py11 run = subprocess.Popen(command, shell=True)
/external/libxml2/
H A Dxmlcatalog.c33 static int shell = 0; variable
298 printf("\texit: quit the shell\n");
315 \t--shell : run a shell allowing interactive queries\n\
353 } else if ((!strcmp(argv[i], "-shell")) ||
354 (!strcmp(argv[i], "--shell"))) {
355 shell++;
548 } else if (shell) {
H A Dxmllint.c123 static int shell = 0; variable
2434 * shell interaction
2436 if (shell) {
2977 printf("\t--shell : run a navigating shell\n");
3124 if ((!strcmp(argv[i], "-shell")) ||
3125 (!strcmp(argv[i], "--shell"))) {
3126 shell++;
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A DMakefile68 BUILD_OUTPUT := $(shell cd $(BUILD_OUTPUT) && /bin/pwd)
208 echo \#define VERSION_CODE $(shell \
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile60 srctree := $(patsubst %/,%,$(dir $(shell pwd)))
150 PYTHON_EXT_SRCS := $(shell grep -v ^\# util/python-ext-sources)
/external/libusb-compat/
H A Dconfigure371 echo This script requires a shell more modern than all the
373 echo modern shell, or manually run the script under such a
374 echo shell if you do have one.
434 echo No shell found that supports shell functions.
438 echo Configuration will now proceed without shell functions.
474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
575 # Check that we are running under the correct shell.
596 # Restart under the correct shell.
609 # The HP-UX ksh and POSIX shell prin
[all...]
/external/libutf/
H A DMakefile3 SYSNAME:=${shell uname}
4 OBJTYPE:=${shell uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g'}
/external/libvorbis/
H A Dconfigure354 echo This script requires a shell more modern than all the
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
417 echo No shell found that supports shell functions.
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
555 # Check that we are running under the correct shell.
576 # Restart under the correct shell.
589 # The HP-UX ksh and POSIX shell print the target directory to stdout
595 # find a string as large as possible, as long as the shell ca
[all...]
/external/libsepol/src/
H A DMakefile7 LIBBASE ?= $(shell basename $(LIBDIR))
9 VERSION = $(shell cat ../VERSION)
/external/libogg/
H A Dconfigure352 echo This script requires a shell more modern than all the
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
415 echo No shell found that supports shell functions.
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
553 # Check that we are running under the correct shell.
574 # Restart under the correct shell.
587 # The HP-UX ksh and POSIX shell print the target directory to stdout
593 # find a string as large as possible, as long as the shell ca
[all...]
/external/liblzf/
H A Dconfigure346 echo This script requires a shell more modern than all the
348 echo modern shell, or manually run the script under such a
349 echo shell if you do have one.
409 echo No shell found that supports shell functions.
448 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
767 # Reject names that are not valid shell variable names.
786 # Reject names that are not valid shell variable names.
983 # Reject names that are not valid shell variable names.
992 # Reject names that are not valid shell variabl
[all...]
/external/libmtp/
H A Dconfigure373 echo This script requires a shell more modern than all the
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
436 echo No shell found that supports shell functions.
440 echo Configuration will now proceed without shell functions.
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
577 # Check that we are running under the correct shell.
598 # Restart under the correct shell.
611 # The HP-UX ksh and POSIX shell prin
[all...]
/external/libnfc-nci/
H A DAndroid.mk4 $(shell cd $(LOCAL_PATH) ; \
/external/libnl/tests/
H A DMakefile12 ifeq ($(shell [ ! -r ../Makefile.opts ] && echo 1),)
/external/jpeg/
H A Dconfigure60 # Maximum number of lines to put in a shell here document.
108 # Reject names that are not valid shell variable names.
117 # Reject names that are not valid shell variable names.
348 # Reject names that are not valid shell variable names.
361 # Reject names that are not valid shell variable names.
391 # Reject names that aren't valid shell variable names.
393 { echo "configure: error: $varname: invalid shell variable name" 1>&2; exit 1; }
396 test -n "$verbose" && echo " setting shell variable $varname to $val"
440 # Also quote any args containing shell metacharacters.
1469 # As a last resort, use the slow shell scrip
[all...]
/external/iputils/
H A DMakefile116 UNAME_N:=$(shell uname -n)
117 LASTTAG:=$(shell git describe HEAD | sed -e 's/-.*//')
118 TODAY=$(shell date +%Y/%m/%d)
119 DATE=$(shell date --date $(TODAY) +%Y%m%d)
120 TAG:=$(shell date --date=$(TODAY) +s%Y%m%d)
/external/iputils/doc/
H A DMakefile1 SGMLFILES=$(shell echo *.sgml)
/external/icu/icu4c/source/tools/icuinfo/
H A DMakefile.in81 PLUGINDIR=$(shell pwd)

Completed in 3178 milliseconds

1234567891011>>