Searched refs:echo (Results 1 – 19 of 19) sorted by relevance
1 @if "%DEBUG%" == "" @echo off26 echo.27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.28 echo.29 echo Please set the JAVA_HOME variable in your environment to match the30 echo location of your Java installation.40 echo.41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%42 echo.43 echo Please set the JAVA_HOME variable in your environment to match the[all …]
31 def run(shell_command, echo=True): argument32 if echo:35 echo if isinstance(echo, str) else shell_command,63 echo='mmma -j32 %s/frameworks/base/services/tests/servicestests' %
36 public boolean echo; field in Input51 echo = false; in Input()67 echo = in.readInt() == 1 ? true : false; in Input()89 dest.writeInt(echo ? 1 : 0); in writeToParcel()
478 input.echo = true; in processGetInkey()550 input.echo = (cmdDet.commandQualifier & 0x04) == 0; in processGetInput()
10 # echo sched/foo > set_event == echo 1 > events/sched/foo/enable.
25 cmd: "echo \"git.version=`cd frameworks/multidex/library; git log --format=\"%H\" -n 1 || " +26 … "(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex.version.txt",
30 commandLine 'sh', '-c', 'git log --format="%H" -n 1 || (echo git hash not available; exit 0)'
22 …cmd: "echo \"git.version=`cd frameworks/multidex/instrumentation; git log --format=\"%H\" -n 1 || …23 …"(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex-instrumentation.ver…
78 echo VERSION; \133 echo "==> Making $(PACKAGE)-$(VER)/"200 msgfmt -o `echo $$f | sed -e 's/\.po$$/.gmo/'` $$f ; \210 echo "==> Making $(PACKAGE)-$(VER).tar"218 echo "==> Bzipping $(PACKAGE)-$(VER).tar.bz2"224 echo "==> Adding md5 checksum to top-level directory"233 echo "==> Adding updated djunpack.bat to top-level directory"234 echo - 's /gdb-[0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
4 …cmd: "cp -f $$(echo $(in) | tr \" \" \"\\n\" | sort -n | tail -1) $(genDir)/last-released-api.txt",
846 EchoSuppressor *echo = NULL; in threadLoop() local867 echo = new EchoSuppressor(sampleCount, in threadLoop()932 if (echo != NULL) { in threadLoop()934 echo->run(output, input); in threadLoop()941 delete echo; in threadLoop()
114 " x=$${i##*FrameworksCoreTests_}; echo $${x}; cp $$i $(genDir)/res/raw/$${x%.apk};" +
122 if [ -z "${BR_DIR}" ] ; then echo "Variable BR_DIR not set"; else adb shell rm -rf ${BR_DIR}/*; fi
54 device# echo "key=value" >> /data/local.prop
140 echo "Usage: $0 [on|off] [hhmm]" >&2
1788 // just echo back their input
103108 Ljava/io/Console;->echo(Z)Z