HomeSort by relevance Sort by last modified time
    Searched full:www (Results 26 - 50 of 79946) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/xml/
xmlattrs.in 2 namespaceURI="http://www.w3.org/XML/1998/namespace"
  /external/chromium_org/tools/perf_expectations/
README.txt 2 http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs
  /external/chromium_org/tools/webrtc_perf_expectations/
webrtc_perf_expectations.cfg 2 "base_url": "http://www.corp.google.com/~webrtc-cb/perf/",
  /external/markdown/tests/misc/
amp-in-url.html 1 <p><a href="http://www.freewisdom.org/this&amp;that">link</a></p
normalize.txt 2 [Link](http://www.stuff.com/q?x=1&y=2<>)
nested-patterns.html 1 <p><strong><em><a href="http://www.freewisdom.org">link</a></em></strong>
2 <strong><em><a href="http://www.freewisdom.org">link</a></em></strong>
3 <strong><a href="http://www.freewisdom.org"><em>link</em></a></strong>
4 <strong><a href="http://www.freewisdom.org"><em>link</em></a></strong>
5 <strong><a href="http://www.freewisdom.org"><em>link</em></a></strong>
6 <strong><a href="http://www.freewisdom.org"><em>link</em></a></strong>
7 <a href="http://www.freewisdom.org"><strong><em>link</em></strong></a></p
  /libcore/luni/
MODULE_LICENSE_W3C 3 See <http://www.w3.org/Consortium/Legal/>.
  /external/chromium_org/net/quic/crypto/
crypto_utils_test.cc 33 { "www.google.com", "www.google.com", },
34 { "WWW.GOOGLE.COM", "www.google.com", },
35 { "www.google.com.", "www.google.com", },
36 { "www.google.COM.", "www.google.com", },
37 { "www.google.com..", "www.google.com", }
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_crossorigin.nmf 3 "x86-32": {"url": "http://www.google.com/crossorigin.nexe"},
4 "x86-64": {"url": "http://www.google.com/crossorigin.nexe"},
5 "arm": {"url": "http://www.google.com/crossorigin.nexe"}
  /external/chromium_org/tools/perf/page_sets/
intl_ar_fa_he.json 14 "url": "http://www.islamweb.net/"
20 "url": "http://www.masrawy.com/"
23 "url": "http://www.startimes.com/f.aspx"
26 "url": "http://www.aljayyash.net/"
29 "url": "http://www.google.com.sa/"
typical_25.json 8 "url": "http://www.nick.com/games",
12 "url": "http://www.rei.com/",
16 "url": "http://www.fifa.com/",
20 "url": "http://www.gamestop.com/ps3",
24 "url": "http://www.barnesandnoble.com/u/books-bestselling-books/379003057/",
28 "url": "http://www.economist.com/news/science-and-technology/21573529-small-models-cosmic-phenomena-are-shedding-light-real-thing-how-build",
32 "url": "http://www.theonion.com",
43 "url": "http://www.html5rocks.com/en/"
46 "url": "http://www.mlb.com/"
52 "url": "http://www.imdb.com/title/tt0910970/
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt_unittest.cc 19 "https://www.nowhere.org/dir/index.html",
20 "https://www.nowhere.org:443/dir/index.html", // default port
21 "https://www.nowhere.org:8443/dir/index.html", // non-default port
22 "https://www.nowhere.org", // no trailing slash
23 "https://foo:bar@www.nowhere.org/dir/index.html", // username:password
24 "https://www.nowhere.org/dir/index.html?id=965362", // query
25 "https://www.nowhere.org/dir/index.html#toc", // reference
29 "https://www.nowhere.org/WallyWorld",
30 "https://www.nowhere.org/WallyWorld",
31 "https://www.nowhere.org:8443/WallyWorld"
    [all...]
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_unittest.cc 18 "https://www.nowhere.org/dir/index.html",
19 "https://www.nowhere.org:443/dir/index.html", // default port
20 "https://www.nowhere.org:8443/dir/index.html", // non-default port
21 "https://www.nowhere.org", // no trailing slash
22 "https://foo:bar@www.nowhere.org/dir/index.html", // username:password
23 "https://www.nowhere.org/dir/index.html?id=965362", // query
24 "https://www.nowhere.org/dir/index.html#toc", // reference
28 "https://www.nowhere.org/WallyWorld",
29 "https://www.nowhere.org/WallyWorld",
30 "https://www.nowhere.org:8443/WallyWorld"
    [all...]
  /external/chromium/net/tools/dump_cache/
url_utilities_unittest.cc 16 EXPECT_EQ("www.foo.com",
17 UrlUtilities::GetUrlHost("http://www.foo.com"));
18 EXPECT_EQ("www.foo.com",
19 UrlUtilities::GetUrlHost("http://www.foo.com:80"));
20 EXPECT_EQ("www.foo.com",
21 UrlUtilities::GetUrlHost("http://www.foo.com:80/"));
22 EXPECT_EQ("www.foo.com",
23 UrlUtilities::GetUrlHost("http://www.foo.com/news"));
24 EXPECT_EQ("www.foo.com",
25 UrlUtilities::GetUrlHost("www.foo.com:80/news?q=hello"))
    [all...]
  /external/chromium_org/net/tools/dump_cache/
url_utilities_unittest.cc 16 EXPECT_EQ("www.foo.com",
17 UrlUtilities::GetUrlHost("http://www.foo.com"));
18 EXPECT_EQ("www.foo.com",
19 UrlUtilities::GetUrlHost("http://www.foo.com:80"));
20 EXPECT_EQ("www.foo.com",
21 UrlUtilities::GetUrlHost("http://www.foo.com:80/"));
22 EXPECT_EQ("www.foo.com",
23 UrlUtilities::GetUrlHost("http://www.foo.com/news"));
24 EXPECT_EQ("www.foo.com",
25 UrlUtilities::GetUrlHost("www.foo.com:80/news?q=hello"))
    [all...]
  /external/chromium_org/tools/perf/page_sets/page_cycler/
alexa_us.json 7 { "url": "file:///../../../../data/page_cycler/alexa_us/www.amazon.com/" },
8 { "url": "file:///../../../../data/page_cycler/alexa_us/www.aol.com/" },
9 { "url": "file:///../../../../data/page_cycler/alexa_us/www.bbc.co.uk/" },
10 { "url": "file:///../../../../data/page_cycler/alexa_us/www.blogger.com/" },
11 { "url": "file:///../../../../data/page_cycler/alexa_us/www.cnn.com/" },
12 { "url": "file:///../../../../data/page_cycler/alexa_us/www.ebay.com/" },
13 { "url": "file:///../../../../data/page_cycler/alexa_us/www.flickr.com/" },
14 { "url": "file:///../../../../data/page_cycler/alexa_us/www.friendster.com/" },
15 { "url": "file:///../../../../data/page_cycler/alexa_us/www.go.com/" },
16 { "url": "file:///../../../../data/page_cycler/alexa_us/www.google.com/" }
    [all...]
  /external/chromium/chrome/common/extensions/
extension_extent_unittest.cc 19 EXPECT_FALSE(extent.ContainsURL(GURL("http://www.foo.com/bar")));
26 extent.AddPattern(URLPattern(kAllSchemes, "http://www.google.com/*"));
28 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/")));
29 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/monkey")));
30 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.google.com/")));
31 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.microsoft.com/")));
36 extent.AddPattern(URLPattern(kAllSchemes, "http://www.google.com/*"));
37 extent.AddPattern(URLPattern(kAllSchemes, "http://www.yahoo.com/*"));
39 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/monkey")));
40 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.yahoo.com/monkey")))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/
empty.hpp 3 # * http://www.housemarque.com
7 # * http://www.boost.org/LICENSE_1_0.txt)
12 # /* See http://www.boost.org for most recent version. */
identity.hpp 3 # * http://www.housemarque.com
7 # * http://www.boost.org/LICENSE_1_0.txt)
12 # /* See http://www.boost.org for most recent version. */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/
comma.hpp 3 # * http://www.housemarque.com
7 # * http://www.boost.org/LICENSE_1_0.txt)
12 # /* See http://www.boost.org for most recent version. */
  /external/chromium/chrome/common/extensions/docs/examples/api/override/override_igoogle/
redirect.html 2 <meta http-equiv="refresh"content="0;URL=http://www.google.com/ig">
  /external/chromium/chrome/common/extensions/docs/examples/api/windows/merge_windows/
NOTICE 2 http://www.famfamfam.com/lab/icons/silk
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
manifest.json 14 "http://www.google.com/m8/feeds/*",
15 "https://www.google.com/accounts/OAuthGetRequestToken",
16 "https://www.google.com/accounts/OAuthAuthorizeToken",
17 "https://www.google.com/accounts/OAuthGetAccessToken"
  /external/chromium_org/base/test/data/prefs/
read.json 2 "homepage": "http://www.cnn.com",
write.golden.json 2 "homepage": "http://www.cnn.com",

Completed in 1644 milliseconds

12 3 4 5 6 7 8 91011>>