/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
multiple-data.s | 1 # RUN: echo ".data.tin" > %t_order_lto.txt 2 # RUN: echo ".data.dipsy" >> %t_order_lto.txt 3 # RUN: echo ".data.pat" >> %t_order_lto.txt
|
/external/python/cpython3/Tools/msi/ |
uploadrelease.bat | 2 @echo off
30 if "%1" NEQ "" echo Unexpected argument "%1" & exit /B 1
37 if not defined PLINK echo Cannot locate plink.exe & exit /B 1
38 echo Found plink.exe at %PLINK%
45 if not defined PSCP echo Cannot locate pscp.exe & exit /B 1
46 echo Found pscp.exe at %PSCP%
50 echo Skipping GPG signature generation because of --skip-gpg
54 if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be uploaded & pause
55 echo Found gpg2.exe at %GPG%
59 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2) [all...] |
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
VpnTestHelper.java | 189 byte[] echo = createIcmpMessage(ICMP_ECHO_REQUEST, 0x00, identifier, 0, message.getBytes()); 191 // Send the echo packet. 194 Os.write(socket, echo, 0, echo.length); 203 byte[] reply = new byte[echo.length]; 204 int read = Os.read(socket, reply, 0, echo.length); 205 assertEquals(echo.length, read); 207 // Ignore control type differences since echo=8, reply=0. 208 assertEquals(echo[0], ICMP_ECHO_REQUEST); 210 echo[0] = 0 [all...] |
/external/python/cpython3/PCbuild/ |
rt.bat | 1 @echo off
49 echo Deleting .pyc files ...
52 echo Cleaning _pth files ...
55 echo on
57 @echo off
59 echo About to run again without deleting .pyc first:
63 echo on
|
/external/webrtc/tools/valgrind-webrtc/ |
webrtc_tests.bat | 1 @echo off
28 echo "Please specify a tool (drmemory, drmemory_light or drmemory_full)"
29 echo "by using --tool flag"
40 echo "Unknown tool: `%TOOL_NAME%`! Only drmemory* tools are supported."
49 echo "Can't find Dr. Memory executables."
50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
51 echo "for the instructions on how to get them."
|
/external/cmockery/cmockery_0_1_2/ |
libtool | 35 # Sed that helps us avoid accidentally triggering echo(1) options like -n. 77 # An echo program that does not interpret backslashes. 78 echo="echo" 215 archive_expsym_cmds="\$echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~ 217 \$echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~ 389 progname=`echo "$progpath" | $SED $basename` 407 # Check that we have a working $echo. 411 elif test "X$1" = X--fallback-echo; then 414 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; the [all...] |
ltmain.sh | 37 progname=`echo "$progpath" | $SED $basename` 55 # Check that we have a working $echo. 59 elif test "X$1" = X--fallback-echo; then 62 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then 63 # Yippee, $echo works! 66 # Restart under the correct shell, and then maybe $echo will work. 70 if test "X$1" = X--fallback-echo; then 71 # used as fallback echo 91 case `echo X|tr X '\101'` in 121 $echo "$modename: not configured to build any kind of library" 1>& [all...] |
/external/swiftshader/third_party/LLVM/autoconf/ |
ltmain.sh | 37 progname=`echo "$progpath" | $SED $basename` 55 # Check that we have a working $echo. 59 elif test "X$1" = X--fallback-echo; then 62 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then 63 # Yippee, $echo works! 66 # Restart under the correct shell, and then maybe $echo will work. 70 if test "X$1" = X--fallback-echo; then 71 # used as fallback echo 91 case `echo X|tr X '\101'` in 121 $echo "$modename: not configured to build any kind of library" 1>& [all...] |
/build/kati/testcase/ |
find_command.mk | 14 @echo $$ '$(strip $(1))' 15 @echo $(shell $(1)) 51 @echo no options 62 @echo print 64 @echo conditiions 81 @echo cd 86 @echo test 93 @echo prune 95 @echo multi 97 @echo symlin [all...] |
/external/apache-commons-compress/ |
mvnw.cmd | 37 @echo off 39 @if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% 61 echo. 62 echo Error: JAVA_HOME not found in your environment. >&2 63 echo Please set the JAVA_HOME variable in your environment to match the >&2 64 echo location of your Java installation. >&2 65 echo. 71 echo. 72 echo Error: JAVA_HOME is set to an invalid directory. >&2 73 echo JAVA_HOME = "%JAVA_HOME%" >& [all...] |
/cts/tests/tests/os/ |
Android.mk | 86 echo "============================================================" 1>&2; \ 87 echo "Could not find version \"$(PLATFORM_VERSION)\" in CTS platform version file:" 1>&2; \ 88 echo "" 1>&2; \ 89 echo " $(cts_platform_version_path)" 1>&2; \ 90 echo "" 1>&2; \ 91 echo "Most likely PLATFORM_VERSION in build/core/version_defaults.mk" 1>&2; \ 92 echo "has changed and a new version must be added to this CTS file." 1>&2; \ 93 echo "============================================================" 1>&2; \ 97 echo $(cts_platform_version_string) > $@
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/ |
build.bat | 17 @echo on 38 echo "Using VS 2017..." 41 echo "Using VS 2015..." 44 echo "Using VS 2013..." 54 echo "Starting build... %DATE% %TIME%" 70 echo "Build everything... %DATE% %TIME%" 73 echo "Build Completed %DATE% %TIME%" 79 echo "Running Tests... %DATE% %TIME%" 82 echo "Tests Completed %DATE% %TIME%"
|
/external/icu/icu4c/source/config/ |
dist.mk | 30 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' ) 55 echo Missing $@ 64 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)" 68 @echo collecting excludes to $(EXCLUDES_FILE) 70 @echo pseudo-exporting $(SVNVER) 71 @#svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu" 75 echo DISTY_DAT=$(DISTY_DAT) 95 @echo Checking $(DISTY_FILE_TGZ) 98 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )
|
/external/libyuv/files/tools_libyuv/valgrind/ |
libyuv_tests.bat | 1 @echo off
28 echo "Please specify a tool (tsan or drmemory) by using --tool flag"
40 echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported."
49 echo "Can't find Dr. Memory executables."
50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
51 echo "for the instructions on how to get them."
65 echo "Can't find ThreadSanitizer executables."
66 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
67 echo "for the instructions on how to get them."
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/ |
build.bat | 17 @echo on 38 echo "Using VS 2017..." 41 echo "Using VS 2015..." 44 echo "Using VS 2013..." 54 echo "Starting build... %DATE% %TIME%" 72 echo "Build everything... %DATE% %TIME%" 75 echo "Build Completed %DATE% %TIME%" 83 echo "Running Tests... %DATE% %TIME%" 88 echo "Tests Completed %DATE% %TIME%"
|
/external/curl/projects/ |
checksrc.bat | 1 @echo off 154 echo. 155 echo Usage: checksrc [what] [directory] 156 echo. 157 echo What to scan: 158 echo. 159 echo lib - Scan the libcurl source 160 echo src - Scan the command-line tool source 161 echo tests - Scan the library tests and unit tests 162 echo examples - Scan the example [all...] |
/external/icu/icu4c/source/test/testdata/ |
testdata.mak | 17 @echo Test data is built. 34 @echo Building test data 83 @echo Making Test Resource Bundle files $< 87 @echo Making Test Resource Bundle file with encoding 91 @echo Making Test Resource Bundle file for IDNA reference implementation 107 @echo Building $@ 112 @echo Building $@ 117 @echo Building $@ 122 @echo Building $@ 127 @echo Building $ [all...] |
/build/make/core/ |
local_vndk.mk | 18 $(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Do not use LOCAL_USE_VNDK with host modules >&2) 24 $(shell echo '$(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_USE_VNDK must be "true" or empty, not "$(LOCAL_USE_VNDK)"' >&2) 29 $(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_USE_VNDK must not be used with LOCAL_SDK_VERSION >&2)
|
/external/google-fruit/extras/scripts/ |
postsubmit.bat | 2 echo on 16 echo on 33 echo "Content of CMakeFiles\CMakeError.log:"
|
/external/python/cpython2/PCbuild/ |
env.bat | 1 @echo off
11 echo Build environments: x86, amd64, x86_amd64
12 echo.
|
rt.bat | 1 @echo off
48 echo Deleting .pyc/.pyo files ...
51 echo on
53 @echo off
55 echo About to run again without deleting .pyc/.pyo first:
59 echo on
|
/dalvik/dx/ |
Android.mk | 24 @echo "Copy: $(PRIVATE_MODULE) ($@)" 43 @echo "Copy: $(PRIVATE_MODULE) ($@)" 66 @echo Proguard: $@ 85 @echo "Copy: $(PRIVATE_MODULE) ($@)" 107 @echo "Copy: $(PRIVATE_MODULE) ($@)" 124 @echo "Copy: $(PRIVATE_MODULE) ($@)"
|
/external/javasqlite/src/main/java/SQLite/ |
Shell.java | 20 boolean echo; field in class:Shell 53 s.echo = echo; 315 if (cmd.compareTo(".echo") == 0) { 318 echo = true; 338 pw.println(".echo ON|OFF Command echo on or off"); 478 if (echo) { 493 if (!echo) { 552 } else if (args[i].compareTo("-echo") == 0) [all...] |
/external/python/cpython2/PC/VS9.0/ |
rt.bat | 1 @echo off
48 echo Deleting .pyc/.pyo files ...
51 echo on
53 @echo off
55 echo About to run again without deleting .pyc/.pyo first:
59 echo on
|
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
PingReflector.java | 64 IcmpMessage echo = null; local 76 echo = new IcmpMessage( 78 Log.i(TAG, "Ping packet:\n" + echo); 85 packet.setData(echo.getEncoded());
|