HomeSort by relevance Sort by last modified time
    Searched refs:echo (Results 626 - 650 of 919) sorted by null

<<21222324252627282930>>

  /external/swiftshader/src/OpenGL/libEGL/
Android.mk 51 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27 && echo OreoMR1),OreoMR1)
58 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 25 && echo NMR1),NMR1)
64 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
81 ifeq (HasRelativePath,$(shell test $(PLATFORM_SDK_VERSION) -ge 21 && echo HasRelativePath))
106 ifeq (HasRelativePath,$(shell test $(PLATFORM_SDK_VERSION) -ge 21 && echo HasRelativePath))
  /external/swiftshader/src/OpenGL/libGLES_CM/
Android.mk 70 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27 && echo OreoMR1),OreoMR1)
77 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 25 && echo NMR1),NMR1)
83 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
100 ifeq (HasRelativePath,$(shell test $(PLATFORM_SDK_VERSION) -ge 21 && echo HasRelativePath))
125 ifeq (HasRelativePath,$(shell test $(PLATFORM_SDK_VERSION) -ge 21 && echo HasRelativePath))
  /external/swiftshader/src/OpenGL/libGLESv2/
Android.mk 79 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27 && echo OreoMR1),OreoMR1)
86 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 25 && echo NMR1),NMR1)
92 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
109 ifeq (HasRelativePath,$(shell test $(PLATFORM_SDK_VERSION) -ge 21 && echo HasRelativePath))
134 ifeq (HasRelativePath,$(shell test $(PLATFORM_SDK_VERSION) -ge 21 && echo HasRelativePath))
  /external/libunwind/aux/
ltmain.sh 27 # Check that we have a working $echo.
31 elif test "X$1" = X--fallback-echo; then
34 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
35 # Yippee, $echo works!
38 # Restart under the correct shell, and then maybe $echo will work.
42 if test "X$1" = X--fallback-echo; then
43 # used as fallback echo
52 progname=`$echo "$0" | ${SED} 's%^.*/%%'`
73 case `echo A|od -x` in
100 echo "$modename: not configured to build any kind of library" 1>&
    [all...]
  /build/kati/
command.cc 148 void ParseCommandPrefixes(StringPiece* s, bool* echo, bool* ignore_error) {
153 *echo = false;
206 bool echo = global_echo; local
208 ParseCommandPrefixes(&cmd, &echo, &ignore_error);
213 command->echo = echo;
228 c->echo = false;
  /external/libusb/.private/
bd.cmd 1 @echo off
37 @echo off
47 @echo off
63 @echo off
73 @echo off
86 echo must be run in a WXP build environment!
  /external/mesa3d/src/compiler/
Android.glsl.gen.mk 56 @echo "Mesa Lex: $(PRIVATE_MODULE) <= $<"
62 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
70 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
73 echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h)
74 echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
76 echo '#endif' >> $(@:$1=.h)
  /build/soong/genrule/
genrule_test.go 300 cmd: "echo foo > $(out)",
302 expect: "echo foo > __SBOX_OUT_FILES__",
308 cmd: "echo foo > $(location out2)",
310 expect: "echo foo > __SBOX_OUT_DIR__/out2",
317 cmd: "echo foo > $(out) && touch $(depfile)",
319 expect: "echo foo > __SBOX_OUT_FILES__ && touch __SBOX_DEPFILE__",
325 cmd: "echo foo > $(genDir)/foo && cp $(genDir)/foo $(out)",
327 expect: "echo foo > __SBOX_OUT_DIR__/foo && cp __SBOX_OUT_DIR__/foo __SBOX_OUT_FILES__",
360 cmd: "echo foo > $(location missing)",
368 cmd: "echo foo > $(locations missing)"
    [all...]
  /bionic/libc/kernel/uapi/linux/
icmp.h 67 } echo; member in union:icmphdr::__anon649
  /build/make/core/tasks/
owners.mk 25 @echo "Building artifact to include OWNERS files."
27 echo -e "$(PRIVATE_owners)" > $@.list
  /device/google/cuttlefish_common/tests/ril/
Android.mk 15 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?))
28 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 28; echo $$?))
  /device/google/cuttlefish_common/tests/wifi/
Android.mk 15 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?))
27 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 28; echo $$?))
  /device/google/marlin/camera/QCamera2/HAL/test/
Android.mk 22 ifneq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 18 ))" )))
56 ifeq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 20 ))" )))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaF86Compress.bat 15 @echo off
32 @echo on
  /external/conscrypt/release/
windows.bat 7 @echo off
11 echo Usage: %0 ^<boringssl revision^> ^<repository ID^>
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.bat 12 @echo off
24 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
  /external/kernel-headers/original/uapi/linux/
icmp.h 23 #define ICMP_ECHOREPLY 0 /* Echo Reply */
27 #define ICMP_ECHO 8 /* Echo Request */
77 } echo; member in union:icmphdr::__anon25539
  /external/robolectric-shadows/
gen_test_config.mk 24 $(hide) echo "android_merged_manifest=$(private_android_merged_manifest)" >>$@
25 $(hide) echo "android_resource_apk=$(private_android_resource_apk)" >>$
  /external/speex/include/speex/
speex_preprocess.h 6 * residual echo suppression (after using the echo canceller), automatic
41 * residual echo suppression (after using the echo canceller), automatic
61 * the same value as that used for the echo canceller for residual echo cancellation to work.
80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo);
148 /** Set maximum attenuation of the residual echo in dB (negative number) */
150 /** Get maximum attenuation of the residual echo in dB (negative number) */
153 /** Set maximum attenuation of the residual echo in dB when near end is active (negative number) *
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
build_llvm_package.bat 1 @echo off
26 echo Branch: %branch%
27 echo Revision: %revision%
28 echo Package version: %package_version%
29 echo Clang format plugin version: %clang_format_vs_version%
30 echo Build dir: %build_dir%
31 echo.
37 echo Checking out %branch% at r%revision%...
  /build/kati/testcase/
ifeq_without_parens.mk 48 echo $(RESULT)
  /external/flatbuffers/android/jni/
build_flatc.bat 16 @echo off
34 echo Searching for Visual Studio %%a >&2
41 echo Unable to determine whether Visual Studio is installed. >&2
59 echo Generating solution for %cmake_generator%. >&2
  /external/grpc-grpc/third_party/nanopb/generator/
protoc-gen-nanopb.bat 1 @echo off
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 1 @echo off
  /external/python/cpython2/PC/VS7.1/
amd64_ml64.bat 1 @echo off

Completed in 2881 milliseconds

<<21222324252627282930>>