HomeSort by relevance Sort by last modified time
    Searched full:echo (Results 801 - 825 of 1516) sorted by null

<<31323334353637383940>>

  /external/icu4c/config/
mh-cygwin 77 @echo "generating dependency information for $<"
78 @echo -n "$@ " > $@
82 @echo "generating dependency information for $<"
83 @echo -n "$@ " > $@
mh-os400 93 @echo "Building an import list for $<"
94 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@"
120 @echo "generating dependency information for $<"
125 @echo "generating dependency information for $<"
  /external/icu4c/extra/uconv/
Makefile.in 117 @echo "Currently, pkgdata is in \"$(PKGDATA_MODE)\" mode."
118 @echo "To test uconv, run this manually after installing ICU:"
119 @echo "\"./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt\""
157 echo $$file >> $@; \
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.sh 7 # Echo shell script commands.
  /external/libffi/
compile 34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
53 echo "compile $scriptversion"
106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
112 lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
  /external/libffi/testsuite/
Makefile.am 7 echo $(top_builddir)/../expect/expect ; \
8 else echo expect ; fi`
11 echo $(top_srcdir)/../dejagnu/runtest ; \
12 else echo runtest; fi`
  /external/qemu/android/build/
host_executable.make 29 @ echo "Executable: $@"
host_static_library.make 32 @echo "Library: $@"
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreGenerated.vcproj 25 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
26 ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
45 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
46 ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
  /external/webkit/WebCore/manual-tests/
post-multi-file-upload.html 28 <form method="post" enctype="multipart/form-data" action="resources/multiFileResources/post-echo-and-notify-done.cgi" id="myForm" target="targetFrame">
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ObjCPlugin.m 141 if (aSelector == @selector(echo:))
152 if (aSelector == @selector(echo:))
153 return @"echo";
188 - (id)echo:(id)obj
  /external/webkit/WebKitTools/Scripts/
pdevenv 31 print $fh "\@echo off\n\n";
  /external/webkit/WebKitTools/WebKitAPITest/
WebKitAPITestCommon.vsprops 23 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
Makefile 47 @echo "Installing $(COMPONENT_LIB)"
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Makefile 47 @echo "Installing $(COMPONENT_LIB)"
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
Makefile 45 @echo "Installing $(COMPONENT_LIB)"
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
Makefile 36 @echo "Installing $(COMPONENT_LIB)"
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
Makefile 36 @echo "Installing $(COMPONENT_LIB)"
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
Makefile 35 @echo "Installing $(COMPONENT_LIB)"
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 30 @echo "Installing $(COMPONENT_LIB)"
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 24 @echo "Installing $(COMPONENT_TEST)"
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile 45 @echo "Installing $(COMPONENT_LIB)"
  /ndk/build/core/
build-executable.mk 39 @ echo "Executable : $(PRIVATE_NAME)"
build-shared-library.mk 39 @ echo "SharedLibrary : $(PRIVATE_NAME)"
build-static-library.mk 39 @ echo "StaticLibrary : $(PRIVATE_NAME)"

Completed in 71 milliseconds

<<31323334353637383940>>