Home
last modified time | relevance | path

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

12

/packages/apps/Car/DebuggingRestrictionController/
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 …]
/packages/modules/Bluetooth/android/leaudio/
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 …]
/packages/inputmethods/LatinIME/
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 …]
/packages/services/Telephony/testapps/TestSliceApp/
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 …]
/packages/providers/MediaProvider/tools/photopicker-gradle/
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 …]
/packages/apps/Car/Launcher/
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 …]
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/
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 …]
/packages/apps/Dialer/java/com/android/dialer/commandline/
DCommandLineModule.java49 private final Echo echo; field in CommandLineModule.AospCommandInjector
58 Echo echo, in AospCommandInjector() argument
64 this.echo = echo; in AospCommandInjector()
73 builder.addCommand("echo", echo); in inject()
/packages/apps/TV/tests/jank/
DREADME.md9 echo "Compiling"
11 echo "Installing"
15 echo "Setting up test input"
19 echo "Running the test"
/packages/modules/Virtualization/pvmfw/
DAndroid.bp342 " echo '#![no_std]';" +
343 " echo '#![allow(missing_docs)]';" +
344 " echo 'pub const PUBLIC_KEY: &[u8] = &[';" +
346 " echo '];';" +
398 " echo '#![no_std]';" +
399 " echo '#![allow(missing_docs)]';" +
400 " echo 'pub const RAW: &[u8] = &[';" +
402 " echo '];';" +
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/com/android/ondevicepersonalization/internal/util/
DByteArrayParceledSliceTest.java64 Executors.newSingleThreadExecutor().submit(() -> service.echo( in runTest()
80 Executors.newSingleThreadExecutor().submit(() -> service.echo( in runTestForNullArray()
97 Executors.newSingleThreadExecutor().submit(() -> service.echo( in runTestForEmptyArray()
125 public void echo(Bundle input, IEchoServiceCallback callback) { in echo() method in ByteArrayParceledSliceTest.EchoService
DIEchoService.aidl23 void echo(in Bundle input, IEchoServiceCallback callback); in echo() method
/packages/modules/Virtualization/rialto/
DAndroid.bp74 " echo '#![no_std]';" +
75 " echo '#![allow(missing_docs)]';" +
76 " echo 'pub const VERSION: u64 = " + SERVICE_VM_VERSION_STRING + ";'" +
/packages/modules/NetworkStack/tests/integration/signature/android/net/util/
DNetworkStackUtilsIntegrationTest.kt172 val echo = Ipv6Utils.buildEchoRequestPacket(TEST_SRC_MAC, TEST_TARGET_MAC, TEST_INET6ADDR_1, in doTestAttachRaFilter() constant
174 reader.sendResponse(echo) in doTestAttachRaFilter()
175 echo.rewind() in doTestAttachRaFilter()
176 assertNextPacketEquals(socket, echo.readAsArray(), "ICMPv6 echo") in doTestAttachRaFilter()
184 echo.rewind() in doTestAttachRaFilter()
185 reader.sendResponse(echo) in doTestAttachRaFilter()
/packages/apps/TV/
DREADME.md24 echo "Compiling"
26 echo "Installing"
/packages/modules/Virtualization/microdroid/
DAndroid.bp230 cmd: "(echo '# build properties from buildinfo.prop module' && " +
237 "echo ro.product.cpu.abilist=x86_64 && " +
238 "echo ro.product.cpu.abi=x86_64) > $(out)",
248 cmd: "(echo '# build properties from buildinfo.prop module' && " +
255 "echo ro.product.cpu.abilist=arm64-v8a && " +
256 "echo ro.product.cpu.abi=arm64-v8a) > $(out)",
/packages/modules/Connectivity/clatd/
Dtranslate.c256 icmp6_targ->icmp6_id = icmp->un.echo.id; in icmp_to_icmp6()
257 icmp6_targ->icmp6_seq = icmp->un.echo.sequence; in icmp_to_icmp6()
301 icmp_targ->un.echo.id = icmp6->icmp6_id; in icmp6_to_icmp()
302 icmp_targ->un.echo.sequence = icmp6->icmp6_seq; in icmp6_to_icmp()
Ddump.c109 printf("icmp.un.echo.id = %x\n", ntohs(icmp->un.echo.id)); in dump_icmp()
110 printf("icmp.un.echo.sequence = %x\n", ntohs(icmp->un.echo.sequence)); in dump_icmp()
/packages/providers/CalendarProvider/tests/
DEMMA_README28 echo Build failed.
52 echo "Report is in $HOME/emmaReport"
/packages/services/Car/tests/android_car_api_test/test_aidl/android/car/apitest/
DIStableAIDLTestBinder.aidl23 StableAIDLTestLargeParcelable echo(in StableAIDLTestLargeParcelable p) = 0;
/packages/services/Car/tests/android_car_api_test/src/com/android/car/internal/test/
DLargeParcelableJavaStableAIDLTest.java135 StableAIDLTestLargeParcelable r = mBinder.echo(null); in testNullParcelable()
175 StableAIDLTestLargeParcelable r = mBinder.echo(orig); in doTestLEcho()
/packages/modules/Virtualization/docs/
Dcustom_vm.md240 echo "No network. Connect to a WiFi network and start again"
245 echo "TAP interface ${TAP_IFACE} already exists"
264 echo "Setting up..."
274 echo "Run 'adb root' first"
/packages/services/DeviceAsWebcam/
DAndroid.bp60 cmd: "echo $(locations tests/*) >$(genDir)/list && " +
/packages/modules/AdServices/adservices/tests/perf/
DAndroid.bp89 "echo \"$${red}Failed to parse profile $$file. See above for errors.$${no_color}\" " +
116 "echo \"$${red}Failed to parse profile $$file. See above for errors.$${no_color}\" " +
/packages/modules/AdServices/adservices/tests/perf/tests/assets/
Dadservices_measurement_test_server.README.md21 $(echo $(openssl x509 -in /tmp/adservices_measurement_test_server.crt --issuer_hash_old -noout)".0")

12