Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 9 of 9) sorted by relevance

/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
26 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 the
30 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 …]
/development/samples/training/testingfun/
Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
26 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 the
30 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 …]
/development/tools/checkcolor/
Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
26 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 the
30 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 …]
/development/samples/PictureInPicture/ComposePip/
Dgradlew.bat17 @if "%DEBUG%" == "" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/development/apps/ShareTest/
Dgradlew.bat17 @if "%DEBUG%" == "" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/development/samples/NsdManagerSample/
Dgradlew.bat17 @if "%DEBUG%" == "" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/development/scripts/
Dget_rust_pkg.py81 def echo(args, msg): function
108 echo(args, "checking version={} id={}".format(check_version, check_id))
127 echo(args, "try to get dl_path from {}".format(url))
134 echo(args, "found download path for version {}".format(version))
145 echo(args, "fetch tar file from {}".format(url))
148 echo(args, "extract tar file {} into {}".format(tar_file, tmp_dir))
154 echo(args, "untared package in {}".format(pkg_tmp_dir))
160 echo(args, "move {} to {}".format(pkg_tmp_dir, dest_dir))
162 echo(args, "delete downloaded tar file {}".format(tar_file))
164 echo(args, "delete temp directory {}".format(tmp_dir))
[all …]
/development/gki/kmi_abi_chk/
DREADME47 emulator64_arm64:/ # insmod /data/local/tmp/kmi_sym.ko; echo $?
55 emulator64_arm64:/ # rmmod kmi_sym; echo $?
/development/build/
DAndroid.bp153 cmd: "echo $(in) >$(genDir)/list && " +