/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/ |
web.xml | 2 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xmlns="http://java.sun.com/xml/ns/javaee" 4 xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" 5 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 6 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
url_constants.py | 9 OMAHA_PROXY_URL = 'http://omahaproxy.appspot.com/json' 10 OMAHA_DEV_HISTORY = ('http://omahaproxy.appspot.com/history?channel=dev' 12 SVN_URL = 'http://src.chromium.org/chrome' 13 VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome' 14 EXTENSIONS_SAMPLES = ('http://src.chromium.org/viewvc/chrome/trunk/src/chrome/'
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
base_unittests.gtest.txt | 1 # This test currently times out in valgrind, see http://crbug.com/9194 10 # Crashes occasionally, see http://crbug.com/7477 14 # Hangs sometimes on linux, see http://crbug.com/22138 22 # See http://crbug.com/43972 25 # Flaky under Valgrind, see http://crbug.com/55517
|
interactive_ui_tests.gtest.txt | 1 # These test fail due to mmap Valgrind failures, see http://crbug.com/66677 11 # http://crbug.com/67301 17 # as they tend to generate too many reports, see http://crbug.com/67959 22 # Fails under Valgrind, see http://crbug.com/68068 25 # These tests time out under Valgrind, see http://crbug.com/163880
|
/external/markdown/tests/misc/ |
em-around-links.txt | 3 - *[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 5 - _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 7 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) by some 9 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) _by some 12 _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some
|
/external/robolectric/ |
README.md | 1 <a name="README">[Robolectric](http://pivotal.github.com/robolectric/index.html)</a> 10 contributors, please see: [http://pivotal.github.com/robolectric/index.html](http://pivotal.github.com/robolectric/index.html) 12 [![Build Status](https://secure.travis-ci.org/pivotal/robolectric.png?branch=master)](http://travis-ci.org/pivotal/robolectric) 14 http://ci.robolectric.or
|
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.pom | 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 11 http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_util_unittest.cc | 21 GURL("http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBcQFjAA&url=http%3A%2F%2Fwww.abercrombie.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FStoreLocator%3FcatalogId%3D%26storeId%3D10051%26langId%3D-1&rct=j&q=allinurl%3A%26&ei=KLyUTYGSEdTWiAKUmLCdCQ&usg=AFQjCNF8nJ2MpBFfr1ijO39_f22bcKyccw&sig2=2ymyGpO0unJwU1d4kdCUjQ"), 23 ASSERT_EQ(GURL("http://www.abercrombie.com/webapp/wcs/stores/servlet/StoreLocator?catalogId=&storeId=10051&langId=-1").spec(), result.spec()); 25 GURL("http://www.google.com/url?sadf=test&blah=blahblahblah"), &result)); 27 GURL("http://www.google.com/?url=INVALIDurlsAREsoMUCHfun.com"), &result)); 29 GURL("http://www.google.com/?url=http://validURLSareGREAT.com"), 31 ASSERT_EQ(GURL("http://validURLSareGREAT.com").spec(), result.spec()); 38 GURL("http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBcQFjAA&url=http%3A%2F%2Fwww.abercrombie.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FStoreLocator%3FcatalogId%3D%26stor (…) [all...] |
/external/chromium_org/extensions/common/ |
url_pattern_set_unittest.cc | 38 EXPECT_FALSE(set.MatchesURL(GURL("http://www.foo.com/bar"))); 45 AddPattern(&set, "http://www.google.com/*"); 47 EXPECT_TRUE(set.MatchesURL(GURL("http://www.google.com/"))); 48 EXPECT_TRUE(set.MatchesURL(GURL("http://www.google.com/monkey"))); 55 AddPattern(&set, "http://www.google.com/*"); 56 AddPattern(&set, "http://www.yahoo.com/*"); 58 EXPECT_TRUE(set.MatchesURL(GURL("http://www.google.com/monkey"))); 59 EXPECT_TRUE(set.MatchesURL(GURL("http://www.yahoo.com/monkey"))); 65 AddPattern(&set1, "http://www.google.com/f*"); 66 AddPattern(&set1, "http://www.yahoo.com/b*") [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
utility.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 13 <li><a href="http://fsv.sourceforge.net/" 16 <li><a href="http://www.dgp.utoronto.ca/%7Emac/projects/glbiff.html" 19 <li><a href="http://glload.netpedia.net/" target="_parent">glload</a> 22 <li><a href="http://www.scitechsoft.com/gldirect.html" 26 <li><a href="http://threedsia.sourceforge.net/" 29 <li><a href="http://www.vros.com/" target="_parent">VR/OS</a> - VR 32 <li><a href="http://wauug.erols.com/%7Ebagleyd/" 35 <li><a href="http://www.jwz.org/xscreensaver [all...] |
science.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 13 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter 14 </li><li><a href="http://www.bioz.unibas.ch/%7Exray/dino/" target="_parent">DINO</a> - Visualizing 16 </li><li><a href="http://www-xdiv.lanl.gov/XCM/gmv/GMVHome.html" target="_parent">General 18 </li><li><a href="http://gid.cimne.upc.es/" target="_parent">GiD</a> - finite element 20 </li><li><a href="http://sig.co.za/download.htm" target="_parent">glpoisson</a> - A finite 22 </li><li><a href="http://glwaves.sourceforge.net/" target="_parent">GLWaves</a> - 24 </li><li><a href="http://www.geuz.org/gmsh/" target="_parent">Gmsh</a> - 26 </li><li><a href="http://laaksonen.csc.fi/gopenmol/gopenmol.htmls" target="_parent">gOpenMol</a [all...] |
libraries.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 13 <li><a href="http://mrpowers.com/Apprentice/" target="_parent">Apprentice</a> - free OpenInventor work-alike 14 <li><a href="http://www.coin3d.org/coin.html" target="_parent">Coin</a> - OSS Open Inventor clone 15 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter 16 <li><a href="http://www.cfdrc.com/FOX/fox.html" target="_parent">FOX</a> - GUI Library 17 <li><a href="http://www.jausoft.com/gl4java.html" target="_parent">GL4Java</a> - a Java wrapper for OpenGL 18 <li><a href="http://www.student.oulu.fi/%7Ejlof/gtkglarea/" target="_parent">GtkGLArea</a> - OpenGL Gtk widget 19 <li><a href="http://www.ece.ucdavis.edu/%7Ekenelson/gtk-glarea/" target="_parent">GtkGLArea--</a> - OpenGL Gtk-- widget for C++ 20 <li><a href="http://gtkpas.sourceforge.net/" target="_parent">GTKpas</a> - OpenGL Gtk widget for <a href="http://www (…) [all...] |
/external/mesa3d/docs/ |
utility.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 13 <li><a href="http://fsv.sourceforge.net/" 16 <li><a href="http://www.dgp.utoronto.ca/%7Emac/projects/glbiff.html" 19 <li><a href="http://glload.netpedia.net/" target="_parent">glload</a> 22 <li><a href="http://www.scitechsoft.com/gldirect.html" 26 <li><a href="http://threedsia.sourceforge.net/" 29 <li><a href="http://www.vros.com/" target="_parent">VR/OS</a> - VR 32 <li><a href="http://wauug.erols.com/%7Ebagleyd/" 35 <li><a href="http://www.jwz.org/xscreensaver [all...] |
science.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 13 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter 14 </li><li><a href="http://www.bioz.unibas.ch/%7Exray/dino/" target="_parent">DINO</a> - Visualizing 16 </li><li><a href="http://www-xdiv.lanl.gov/XCM/gmv/GMVHome.html" target="_parent">General 18 </li><li><a href="http://gid.cimne.upc.es/" target="_parent">GiD</a> - finite element 20 </li><li><a href="http://sig.co.za/download.htm" target="_parent">glpoisson</a> - A finite 22 </li><li><a href="http://glwaves.sourceforge.net/" target="_parent">GLWaves</a> - 24 </li><li><a href="http://www.geuz.org/gmsh/" target="_parent">Gmsh</a> - 26 </li><li><a href="http://laaksonen.csc.fi/gopenmol/gopenmol.htmls" target="_parent">gOpenMol</a [all...] |
libraries.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 13 <li><a href="http://mrpowers.com/Apprentice/" target="_parent">Apprentice</a> - free OpenInventor work-alike 14 <li><a href="http://www.coin3d.org/coin.html" target="_parent">Coin</a> - OSS Open Inventor clone 15 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter 16 <li><a href="http://www.cfdrc.com/FOX/fox.html" target="_parent">FOX</a> - GUI Library 17 <li><a href="http://www.jausoft.com/gl4java.html" target="_parent">GL4Java</a> - a Java wrapper for OpenGL 18 <li><a href="http://www.student.oulu.fi/%7Ejlof/gtkglarea/" target="_parent">GtkGLArea</a> - OpenGL Gtk widget 19 <li><a href="http://www.ece.ucdavis.edu/%7Ekenelson/gtk-glarea/" target="_parent">GtkGLArea--</a> - OpenGL Gtk-- widget for C++ 20 <li><a href="http://gtkpas.sourceforge.net/" target="_parent">GTKpas</a> - OpenGL Gtk widget for <a href="http://www (…) [all...] |
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetcher_unittest.cc | 156 "http://www.google.com/resource1.html"))); 158 "http://www.google.com/resource2.png"))); 160 "http://yahoo.com/resource1.png"))); 162 "http://yahoo.com/resource2.png"))); 164 "http://yahoo.com/resource3.png"))); 166 "http://m.google.com/resource1.jpg"))); 168 "http://www.google.com/resource3.html"))); 170 "http://m.google.com/resource2.html"))); 172 "http://m.google.com/resource3.css"))); 174 "http://m.google.com/resource4.png"))) [all...] |
/external/chromium_org/webkit/browser/appcache/ |
manifest_parser_unittest.cc | 65 "http://absolute.com/addme.com"); 76 const GURL kUrl("http://www.foo.com"); 80 "http://www.foo.com/two#strip\r\n" 83 "HTTP://www.diff.com/three\r" 87 "http://www.foo.com/ignore\r" 102 EXPECT_TRUE(urls.find("http://www.foo.com/relative/one") != urls.end()); 103 EXPECT_TRUE(urls.find("http://www.foo.com/two") != urls.end()); 104 EXPECT_TRUE(urls.find("http://www.diff.com/three") != urls.end()); 105 EXPECT_TRUE(urls.find("http://www.foo.com/relative/four") != urls.end()); 108 EXPECT_TRUE(urls.find("http://www.foo.com/*") != urls.end()) [all...] |
/external/chromium/net/base/ |
registry_controlled_domain_unittest.cc | 85 EXPECT_EQ("baz.jp", GetDomainFromURL("http://a.baz.jp/file.html")); // 1 86 EXPECT_EQ("baz.jp.", GetDomainFromURL("http://a.baz.jp./file.html")); // 1 87 EXPECT_EQ("", GetDomainFromURL("http://ac.jp")); // 2 88 EXPECT_EQ("", GetDomainFromURL("http://a.bar.jp")); // 3 89 EXPECT_EQ("", GetDomainFromURL("http://bar.jp")); // 3 90 EXPECT_EQ("", GetDomainFromURL("http://baz.bar.jp")); // 3 4 91 EXPECT_EQ("a.b.baz.bar.jp", GetDomainFromURL("http://a.b.baz.bar.jp")); 93 EXPECT_EQ("pref.bar.jp", GetDomainFromURL("http://baz.pref.bar.jp")); // 5 94 EXPECT_EQ("b.bar.baz.com.", GetDomainFromURL("http://a.b.bar.baz.com.")); 96 EXPECT_EQ("a.d.c", GetDomainFromURL("http://a.d.c")); // [all...] |
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 8 http://www.apache.org/licenses/LICENSE-2.0 17 <feed xmlns='http://www.w3.org/2005/Atom' 18 xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' 19 xmlns:media='http://search.yahoo.com/mrss/' 20 xmlns:gd='http://schemas.google.com/g/2005' 21 xmlns:yt='http://gdata.youtube.com/schemas/2007'> 22 <id>http://dm5.google.com/feeds/standardfeeds/top_rated</id> 25 <logo>http://www.youtube.com/img/pic_youtubelogo_123x63.gif</logo> 27 href='http://www.youtube.com/browse?s=tr'></link> 28 <link rel='http://schemas.google.com/g/2005#feed [all...] |
/external/chromium/chrome/common/extensions/ |
user_script_unittest.cc | 23 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com"))); 24 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com/foo"))); 27 EXPECT_TRUE(script.MatchesUrl(GURL("http://woo.mail.google.com/foo"))); 28 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.yahoo.com/bar"))); 29 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.msn.com/baz"))); 30 EXPECT_FALSE(script.MatchesUrl(GURL("http://www.hotmail.com"))); 33 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com"))); 34 EXPECT_FALSE(script.MatchesUrl(GURL("http://mail.google.com/foo"))); 41 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com"))); 42 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com/"))) [all...] |
/external/apache-http/src/org/apache/http/ |
HttpStatus.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpStatus.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http; 35 * Constants enumerating the HTTP status codes. 36 * All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), and 50 /** <tt>100 Continue</tt> (HTTP/1.1 - RFC 2616) */ 52 /** <tt>101 Switching Protocols</tt> (HTTP/1.1 - RFC 2616)* [all...] |
/external/chromium_org/net/android/tools/ |
proxy_test_cases.py | 27 "http://example.com/" : "DIRECT", 34 "description" : "Test http.proxyHost and http.proxyPort works.", 36 "http.proxyHost" : "httpproxy.com", 37 "http.proxyPort" : "8080", 40 "http://example.com/" : "PROXY httpproxy.com:8080", 49 "http.proxyHost" : "httpproxy.com", 52 "http://example.com/" : "PROXY httpproxy.com:80", 60 "http.proxyPort only should not result in any hosts being proxied.", 62 "http.proxyPort" : "8080" [all...] |
/external/chromium/net/proxy/ |
proxy_bypass_rules_unittest.cc | 24 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com"))); 29 EXPECT_FALSE(rules.Matches(GURL("http://foo.www.google.com"))); 30 EXPECT_FALSE(rules.Matches(GURL("http://xxx.google.com"))); 31 EXPECT_FALSE(rules.Matches(GURL("http://google.com"))); 32 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com.baz.org"))); 44 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com"))); 47 EXPECT_TRUE(rules.Matches(GURL("http://foo.google.com/x/y?q"))); 48 EXPECT_TRUE(rules.Matches(GURL("http://foo:bar@baz.google.com#x"))); 51 EXPECT_FALSE(rules.Matches(GURL("http://google.com"))); 52 EXPECT_FALSE(rules.Matches(GURL("http://foo.google.com.baz.org"))) [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
history_ui_unittest.cc | 56 { "http://google.com", 0 }, 57 { "http://google.de", 1 }, 58 { "http://google.com", 2 }, 59 { "http://google.com", 3 } // Most recent. 73 { "http://google.com", 0 }, 74 { "http://google.com", 23 }, 75 { "http://google.com", 24 }, // Most recent. 90 { "http://google.de", 0 }, 91 { "http://google.com", 1 }, 92 { "http://google.de", 2 } [all...] |
/external/chromium_org/net/proxy/ |
proxy_bypass_rules_unittest.cc | 24 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com"))); 29 EXPECT_FALSE(rules.Matches(GURL("http://foo.www.google.com"))); 30 EXPECT_FALSE(rules.Matches(GURL("http://xxx.google.com"))); 31 EXPECT_FALSE(rules.Matches(GURL("http://google.com"))); 32 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com.baz.org"))); 44 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com"))); 47 EXPECT_TRUE(rules.Matches(GURL("http://foo.google.com/x/y?q"))); 48 EXPECT_TRUE(rules.Matches(GURL("http://foo:bar@baz.google.com#x"))); 51 EXPECT_FALSE(rules.Matches(GURL("http://google.com"))); 52 EXPECT_FALSE(rules.Matches(GURL("http://foo.google.com.baz.org"))) [all...] |