Searched
refs:echo (Results
601 -
625 of
919) sorted by null
<<21222324252627282930>>
/device/google/cuttlefish_common/guest/hals/camera/ |
Android.mk | 41 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -lt 27; echo $$?)) 47 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -le 22; echo $$?)) 56 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -le 26; echo $$?)) 98 enable_emulated_camera3 = $(shell test $(PLATFORM_SDK_VERSION) -ge 23 && echo yes) 99 enable_emulated_camera2 = $(shell test $(PLATFORM_SDK_VERSION) -ge 19 && echo yes) 103 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?)) 109 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?)) 151 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?))
|
/device/linaro/bootloader/edk2/DuetPkg/ |
PostBuild.bat | 1 @echo off
48 echo set TARGET=%TARGET%> %WORKSPACE%\DuetPkg\SetEnv_%PROCESSOR%.bat
49 echo set TOOL_CHAIN_TAG=%TOOL_CHAIN_TAG%>> %WORKSPACE%\DuetPkg\SetEnv_%PROCESSOR%.bat
51 echo Compressing DUETEFIMainFv.FV ...
54 echo Compressing DxeMain.efi ...
57 echo Compressing DxeIpl.efi ...
60 echo Generate Loader Image ...
82 echo Usage: This script will be run automatically after build.
|
/external/grpc-grpc/examples/php/ |
greeter_client.php | 43 echo greet($name)."\n";
|
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/ |
Echo.php | 3 # source: src/proto/grpc/testing/echo.proto 7 class Echo
|
/external/llvm/utils/release/ |
build_llvm_package.bat | 1 @echo off
26 echo Branch: %branch%
27 echo Revision: %revision%
28 echo Package version: %package_version%
29 echo Clang format plugin version: %clang_format_vs_version%
30 echo Build dir: %build_dir%
31 echo.
37 echo Checking out %branch% at r%revision%...
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/ |
EchoSocketSample.java | 1 package fi.iki.elonen.samples.echo;
|
/external/python/cpython3/Tools/buildbot/ |
test.bat | 1 @echo off
18 echo on
|
/external/u-boot/cmd/ |
echo.c | 51 echo, CONFIG_SYS_MAXARGS, 1, do_echo, 52 "echo args to console", 54 " - echo args to console; \\c suppresses newline"
|
/build/kati/testcase/ |
eval.mk | 26 echo $^ -o $@
|
if.mk | 14 echo OK
|
or.mk | 18 echo OK
|
wildcard.mk | 20 echo $(files)
|
/device/generic/goldfish-opengl/system/GLESv1/ |
Android.mk | 10 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 21 && echo PreLollipop),PreLollipop)
|
/device/generic/goldfish-opengl/system/GLESv2/ |
Android.mk | 10 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 21 && echo PreLollipop),PreLollipop)
|
/device/google/atv/sdk/ |
Android.mk | 9 @echo Generate $@
|
/external/grpc-grpc/src/php/tests/interop/ |
stress_client.php | 31 echo "Cannot create socket for metrics server...\n"; 64 echo "Number of interop tests run in $args[test_duration_secs] ".
|
/external/libusb/ |
appveyor_cygwin.bat | 0 echo on
|
/external/protobuf/csharp/ |
build_packages.bat | 12 echo Failed!
|
/external/python/dateutil/ci_tools/ |
retry.bat | 1 @echo off
|
/external/scapy/test/ |
run_tests_py3.bat | 1 @echo off
|
/external/u-boot/board/xilinx/microblaze-generic/ |
config.mk | 7 CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
|
/external/wpa_supplicant_8/hs20/server/www/ |
free-remediation.php | 15 echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Accept</a><br>\n";
|
/build/kati/ |
expr_test.go | 115 in: `$(shell echo '()')`, 120 literal("echo '()'"), 126 in: `${shell echo '()'}`, 131 literal("echo '()'"), 137 in: `$(shell echo ')')`, 143 literal("echo '"), 151 in: `${shell echo ')'}`, 156 literal("echo ')'"), 162 in: `${shell echo '}'}`, 168 literal("echo '"), [all...] |
/external/grpc-grpc/src/php/tests/qps/ |
client.php | 52 echo $error_message."\n"; 60 echo "Call did not complete successfully. Status object:\n"; 68 echo "[php-client] Initiating php client\n"; 77 echo "[php-client] Got configuration from proxy, target is '$server_ind'th server" . $config->getServerTargets()[$server_ind] . "\n"; 97 echo "[php-client] Initiating php benchmarking client\n";
|
/bootable/recovery/updater/ |
Android.mk | 94 $(hide) echo "" > $@ 95 $(hide) $(foreach lib,$(libs),echo "extern void Register_$(lib)(void);" >> $@;) 96 $(hide) echo "void RegisterDeviceExtensions() {" >> $@ 97 $(hide) $(foreach lib,$(libs),echo " Register_$(lib)();" >> $@;) 98 $(hide) echo "}" >> $@
|
Completed in 3071 milliseconds
<<21222324252627282930>>