HomeSort by relevance Sort by last modified time
    Searched refs:echo (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/LayoutTests/http/tests/appcache/resources/auth/
iframe.php 5 echo 'Authentication canceled';
8 echo "<html manifest='manifest.php'>\n";
9 echo "<p>Subframe, should disappear.</p>\n";
10 echo "<script>\n";
11 echo " applicationCache.oncached = parent.success;\n";
12 echo " applicationCache.onnoupdate = parent.success;\n";
13 echo "</script>\n";
14 echo "</html>\n";
manifest.php 5 echo 'Authentication canceled';
9 echo "CACHE MANIFEST\n";
10 echo "subresource.php\n";
setup.php 5 echo 'Authentication canceled';
8 echo "OK\n";
subresource.php 5 echo 'Authentication canceled';
8 echo "/* Empty subresource */";
  /external/webkit/LayoutTests/http/tests/resources/
reset-temp-file.php 5 echo "FAIL: No temp dir was returned.\n";
12 echo "FAIL: unable to write to file: " . $tmpFile . "\n";
16 echo "FAIL: Unable to delete file: " . $tmpFile . "\n";
touch-temp-file.php 5 echo "FAIL: No temp dir was returned.\n";
13 echo "FAIL: stat() call failed.\n";
20 echo "FAIL: touch() call failed.\n";
write-temp-file.php 5 echo "FAIL: No temp dir was returned.\n";
12 echo "FAIL: unable to write to file: " . $tmpFile . "\n";
16 echo $tmpFile;
file-last-modified.php 5 echo date("U", filemtime($filePath));
  /external/webkit/LayoutTests/http/tests/appcache/resources/
print-uri.php 6 echo $_SERVER['REQUEST_URI'];
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookie-utility.php 11 echo "Deleted all cookies";
17 echo "Set the foo cookie";
24 echo "Set the foo and bar cookies";
28 // Default for any other string is echo cookies.
31 echo "$name = $value\n";
36 echo "Cookies are:\n";
  /external/stlport/
configure.bat 1 @ECHO OFF
13 echo STLport Configuration Tool for Windows
14 echo.
19 echo Please specify at least the compiler you are going to use,
20 echo use "configure --help" to see the available ones.
26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
27 echo # >> build\Makefiles\nmake\config.mak
28 echo # config.mak generated with command line: >> build\Makefiles\nmake\config.mak
29 echo # configure %1 %2 %3 %4 %5 %6 %7 %8 %9 >> build\Makefiles\nmake\config.mak
30 echo # >> build\Makefiles\nmake\config.ma
    [all...]
  /external/dhcpcd/mk/
os.mk 4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
man.mk 4 _MANPREFIX_SH= if [ -n "${PREFIX}" ]; then echo "${PREFIX}"; else echo "/usr/share"; fi
11 _MAN5_SH= for man in ${MAN}; do case $$man in *.5) echo $$man;; esac; done
15 _MAN8_SH= for man in ${MAN}; do case $$man in *.8) echo $$man;; esac; done
  /external/icu4c/allinone/
icucheck.bat 1 @echo off
12 echo Usage: %0 "x86 or x64" "Debug or Release"
17 echo Usage: %0 %1 "Debug or Release"
27 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
41 @echo on
44 @echo ==== %THT% =========================================================================
54 @echo ==== %THT% =========================================================================
65 @echo ==== %THT% =========================================================================
76 @echo ==== %THT% =========================================================================
87 @echo ==== %THT% =========================================================================
    [all...]
  /external/quake/quake/src/WinQuake/
wq.bat 1 @echo off
9 echo -------------------------------------------------------------------
10 echo Options for running WinQuake:
11 echo wq max: all features on, but doesn't work on all systems
12 echo wq fast: maximum speed, but doesn't work on all systems
13 echo wq fastvid: maximum video speed, but safer, probably slower sound
14 echo wq fastsnd: maximum sound speed, but safer, probably slower video
15 echo wq safe: very likely to run, but may be slower
16 echo wq verysafe: almost sure to run, but probably slower, and no sound
17 echo -------------------------------------------------------------------
    [all...]
  /external/openssl/crypto/threads/
netware.bat 1 @echo off
35 echo.
36 echo Generating Metrowerks command file: mttest.def
37 echo # dynamically generated command file for metrowerks build > mttest.def
38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def
39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def
40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def
41 echo IMPORT GetProcessSwitchCount >> mttest.def
42 echo MODULE clib >> mttest.def
45 echo
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 1 @echo off
28 ( echo Must pass location of vcdiff.exe as script argument ^
46 && ( echo vcdiff with no arguments should fail, but succeeded ^
48 echo Test 1 ok
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
56 echo Test 2 ok
63 || ( echo Encode with three arguments failed ^
68 || ( echo Decode with three arguments failed ^
71 || ( echo Decoded target does not match original ^
73 echo Test 3 o
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 40 echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
111 echo '<div id="footer"><a href="http://qbnz.com/highlighter/">GeSHi</a> &copy; Nigel McNie, 2004, released under the GPL</div></body>
161 echo "Welcome to the GeSHi CSS generator.<br /><pre>Searching for GeSHi... ";
190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>';
196 echo '<span style="color: red;">Not found</span>';
203 echo '<span style="color: red;">Not found</span>';
207 echo "\nSearching for language files... ";
211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>';
217 echo '<span style="color: red;">Not found</span>';
219 echo "</pre>\n"
    [all...]
cssgen2.php 49 echo "/**\n".
58 echo preg_replace('/^\/\*\*.*?\*\//s', '', $css);
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
copy-files.cmd 1 @echo off
10 echo Copying public headers...
36 echo Copying private headers...
57 echo Copying resources...
61 echo Copying other files...
76 echo Deleting copied files...
  /external/webkit/Tools/TestWebKitAPI/win/
copy-resources.cmd 1 @echo off
8 echo Copying resources...
26 echo Deleting resources...
  /external/webkit/Tools/MiniBrowser/
MiniBrowserPreBuild.cmd 5 echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
  /sdk/files/
find_java.bat 1 @echo off
38 echo.
39 echo WARNING: Java not found in your path.
48 echo Checking if Java is installed in %ProgramFiles%\Java.
58 echo Checking if Java is installed in %ProgramW6432%\Java instead (64-bit).
68 echo Checking if Java is installed in %ProgramFiles(x86)%\Java instead (32-bit).
75 echo.
76 echo ERROR: No suitable Java found. In order to properly use the Android Developer
77 echo Tools, you need a suitable version of Java JDK installed on your system.
78 echo We recommend that you install the JDK version of JavaSE, available here:
    [all...]
  /external/iptables/extensions/
Android.mk 52 echo "" >$@; \
54 echo "extern void lib$${i}_init(void);" >>$@; \
56 echo "void init_extensions(void);" >>$@; \
57 echo "void init_extensions(void)" >>$@; \
58 echo "{" >>$@; \
60 echo " ""lib$${i}_init();" >>$@; \
62 echo "}" >>$@; \
115 echo "" >$@; \
117 echo "extern void lib$${i}_init(void);" >>$@; \
119 echo "void init_extensions4(void);" >>$@;
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 0 echo off
4 echo on

Completed in 742 milliseconds

1 2 3 4 5 6 7 8