/external/webkit/LayoutTests/http/tests/appcache/ |
manifest-parsing-expected.txt | 1 Test application cache manifest parsing.
|
different-scheme-expected.txt | 1 Test that application cache doesn't block loading resources with different schemes.
|
fallback-expected.txt | 1 Test application cache fallback entries.
|
main-resource-redirect-expected.txt | 1 Test that application cache is consulted again after a redirect response.
|
origins-with-appcache-expected.txt | 1 This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an iframe that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache. 3 Origins with application cache after deletion: 4 Origins with application cache after frame was cached: http_127.0.0.1_8000
|
origin-delete-expected.txt | 1 This test checks that application cache groups correctly become obsolete after application cache is deletion for a specific origin.
|
credential-url-expected.txt | 1 Test that application cache doesn't block loading resources from the same origin with credential.
|
non-html-expected.txt | 1 Test that non-HTML main resources work with application cache correctly.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/ |
mozilla | 2 application/applefile 3 application/atom+xml 4 application/compress 5 application/directory 6 application/ecmascript 7 application/gzip 8 application/http-index-format 9 application/java-archive 10 application/javascript 11 application/lolca [all...] |
webkit | 0 application/andrew-inset 2 application/annodex 3 application/asx 4 application/atom+xml 5 application/ecmascript 6 application/java-archive 7 application/javascript 8 application/json 9 application/mac-compactpro 10 application/mpegur [all...] |
dillo | 0 application/octet-stream 2 application/xhtml+xml 3 application/x-www-form-urlencoded
|
/external/smali/baksmali/src/main/resources/properties/ |
baksmali.properties | 0 application.version=${pom.version
|
/external/smali/smali/src/main/resources/ |
smali.properties | 0 application.version=${pom.version
|
/external/webkit/LayoutTests/http/conf/ |
mime.types | 12 application/activemessage 13 application/andrew-inset ez 14 application/applefile 15 application/atom+xml atom 16 application/atomicmail 17 application/batch-smtp 18 application/beep+xml 19 application/cals-1840 20 application/cnrp+xml 21 application/commongroun [all...] |
/dalvik/tests/089-many-methods/ |
info.txt | 1 Test that we print a reasonable message when the application exceeds more
|
/external/chromium/net/data/proxy_script_fetcher_unittest/ |
404.pac.mock-http-headers | 2 Content-Type: application/x-javascript-config
|
500.pac.mock-http-headers | 2 Content-Type: application/x-javascript-config
|
large-pac.nsproxy.mock-http-headers | 2 Content-Type: application/x-ns-proxy-autoconfig
|
pac.nsproxy.mock-http-headers | 2 Content-Type: application/x-ns-proxy-autoconfig
|
/external/llvm/test/YAMLParser/ |
spec-07-07a.data | 3 # Private application:
|
/external/qemu/distrib/sdl-1.2.15/Xcode/ |
stationary.csh | 10 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" 12 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" 14 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Custom Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" 16 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL OpenGL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/" 22 sudo /Developer/Tools/CpMac -r "Project Stationary/Application.trgttmpl" "/Developer/ProjectBuilder Extras/Target Templates/SDL"
|
uninstall.csh | 19 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Application" 20 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Cocoa Application" 21 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Custom Cocoa Application" 22 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL OpenGL Application"
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduContentTypes.java | 42 "application/*", /* 0x10 */ 43 "application/java-vm", /* 0x11 */ 44 "application/x-www-form-urlencoded", /* 0x12 */ 45 "application/x-hdmlc", /* 0x13 */ 46 "application/vnd.wap.wmlc", /* 0x14 */ 47 "application/vnd.wap.wmlscriptc", /* 0x15 */ 48 "application/vnd.wap.wta-eventc", /* 0x16 */ 49 "application/vnd.wap.uaprof", /* 0x17 */ 50 "application/vnd.wap.wtls-ca-certificate", /* 0x18 */ 51 "application/vnd.wap.wtls-user-certificate", /* 0x19 * [all...] |
/frameworks/base/tests/RenderScriptTests/HelloWorld/ |
_index.html | 1 <p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p
|
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/ |
TestData.h | 35 {":/application_atom+xml", "application/unknown", false, "text/xml"}, 36 {":/application_atom+xml", "application/unknown", true, "text/xml"}, 41 {":/application_atom+xml", "application/xml", false, 0}, 42 {":/application_atom+xml", "application/xml", true, 0}, 43 {":/application_atom+xml", "text/html", false, "application/atom+xml"}, 47 {":/application_atom+xml", "application/pdf", false, 0}, 48 {":/application_atom+xml", "application/pdf", true, 0}, 49 {":/application_atom+xml", "application/postscript", false, 0}, 50 {":/application_atom+xml", "application/postscript", true, 0}, 51 {":/application_atom+xml", "application/ogg", false, 0} [all...] |