Searched refs:echo (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A 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 Pleas
[all...]
/frameworks/testing/espresso/
H A 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 Pleas
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dwin_asm.bat0 echo off
4 echo on
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.java36 public boolean echo; field in class:Input
50 echo = false;
65 echo = in.readInt() == 1 ? true : false;
86 dest.writeInt(echo ? 1 : 0);
H A DCommandParamsFactory.java422 input.echo = true;
487 input.echo = (cmdDet.commandQualifier & 0x04) == 0;
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk41 echo "com/android/multidexlegacytestapp/Test.class" >> $@
70 echo "com/android/multidexlegacytestapp/Test.class" >> $@
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
H A DAndroid.mk41 echo "com/android/multidexlegacyandexception/Test.class" >> $@
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/
H A DAndroid.mk40 echo "com/android/framework/multidexlegacyversionedtestapp/MultiDexUpdateTest.class" >> $@
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/
H A DAndroid.mk40 echo "com/android/framework/multidexlegacyversionedtestapp/MultiDexUpdateTest.class" >> $@
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/
H A DAndroid.mk40 echo "com/android/framework/multidexlegacyversionedtestapp/MultiDexUpdateTest.class" >> $@
/frameworks/compile/libbcc/
H A Dlibbcc.sha1.mk32 @echo libbcc.sha1: $@
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp628 // FIXME: temporary code to overcome echo and mic gain issues on herring and tuna boards.
832 // check if platform supports echo cancellation and do not active local echo suppression in
834 EchoSuppressor *echo = NULL; local
853 // Create local echo suppressor if platform AEC cannot be used.
855 echo = new EchoSuppressor(sampleCount,
920 if (echo != NULL) {
921 ALOGV("echo->run()");
922 echo->run(output, input);
929 delete echo;
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk26 @echo "Symlink: $$@ -> $$<"

Completed in 502 milliseconds