OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:www
(Results
851 - 875
of
79946
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
parameter.hpp
4
// http://
www
.boost.org/LICENSE_1_0.txt)
6
// See http://
www
.boost.org/libs/test for the library home page.
trace.hpp
4
// http://
www
.boost.org/LICENSE_1_0.txt)
6
// See http://
www
.boost.org/libs/test for the library home page.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
conversion_traits.hpp
8
// http://
www
.boost.org/LICENSE_1_0.txt).
10
// See http://
www
.boost.org/libs/type_traits for most recent version including documentation.
ice.hpp
5
// http://
www
.boost.org/LICENSE_1_0.txt).
7
// See http://
www
.boost.org/libs/type_traits for most recent version including documentation.
is_rvalue_reference.hpp
5
// http://
www
.boost.org/LICENSE_1_0.txt).
7
// See http://
www
.boost.org/libs/type_traits for most recent version including documentation.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
false_result.hpp
4
// http://
www
.boost.org/LICENSE_1_0.txt).
6
// See http://
www
.boost.org/libs/type_traits for most recent version including documentation.
ice_not.hpp
4
// http://
www
.boost.org/LICENSE_1_0.txt).
6
// See http://
www
.boost.org/libs/type_traits for most recent version including documentation.
yes_no_type.hpp
5
// http://
www
.boost.org/LICENSE_1_0.txt).
7
// See http://
www
.boost.org/libs/type_traits for most recent version including documentation.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
in_place_factory_suffix.hpp
6
// http://
www
.boost.org/LICENSE_1_0.txt)
8
// See http://
www
.boost.org/libs/optional for documentation.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
visit_each.hpp
6
// http://
www
.boost.org/LICENSE_1_0.txt)
8
// For more information, see http://
www
.boost.org/libs/signals
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py
14
mapfileurl = 'http://
www
.unicode.org/Public/MAPPINGS/OBSOLETE/' \
20
mapfileurl = 'http://
www
.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py
14
mapfileurl = 'http://
www
.unicode.org/Public/MAPPINGS/OBSOLETE/' \
20
mapfileurl = 'http://
www
.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
/prebuilts/tools/linux-x86/swt/about_files/
about_cairo.html
17
<p>Cairo for Linux ("Cairo") is developed by The Cairo Project (<a href="http://
www
.cairographics.org" target="_blank">http://
www
.cairographics.org</a>):</p>
24
<p>which was compiled from Cairo source code available at <a href="http://
www
.cairographics.org/snapshots" target="_blank">http://
www
.cairographics.org/snapshots</a>.</p>
28
and is also available at <a href="http://
www
.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://
www
.mozilla.org/MPL/MPL-1.1.html.</a>
33
<a href="http://
www
.cairographics.org/snapshots" target="_blank">http://
www
.cairographics.org/snapshots</a>.
/prebuilts/tools/linux-x86_64/swt/about_files/
about_cairo.html
17
<p>Cairo for Linux ("Cairo") is developed by The Cairo Project (<a href="http://
www
.cairographics.org" target="_blank">http://
www
.cairographics.org</a>):</p>
24
<p>which was compiled from Cairo source code available at <a href="http://
www
.cairographics.org/snapshots" target="_blank">http://
www
.cairographics.org/snapshots</a>.</p>
28
and is also available at <a href="http://
www
.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://
www
.mozilla.org/MPL/MPL-1.1.html.</a>
33
<a href="http://
www
.cairographics.org/snapshots" target="_blank">http://
www
.cairographics.org/snapshots</a>.
/external/chromium_org/webkit/browser/appcache/
manifest_parser_unittest.cc
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"
90
"https://
www
.foo.com/diffscheme \t \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/proxy/
proxy_bypass_rules_unittest.cc
18
rules.ParseFromString("
wWw
.gOogle.com");
20
EXPECT_EQ("
www
.google.com", rules.rules()[0]->ToString());
24
EXPECT_TRUE(rules.Matches(GURL("http://
www
.google.com")));
25
EXPECT_TRUE(rules.Matches(GURL("ftp://
www
.google.com:99")));
26
EXPECT_TRUE(rules.Matches(GURL("https://
www
.google.com:81")));
29
EXPECT_FALSE(rules.Matches(GURL("http://foo.
www
.google.com")));
32
EXPECT_FALSE(rules.Matches(GURL("http://
www
.google.com.baz.org")));
44
EXPECT_TRUE(rules.Matches(GURL("http://
www
.google.com")));
45
EXPECT_TRUE(rules.Matches(GURL("ftp://
www
.google.com:99")));
62
EXPECT_TRUE(rules.Matches(GURL("http://
www
.google.com")))
[
all
...]
/external/chromium_org/net/proxy/
proxy_bypass_rules_unittest.cc
18
rules.ParseFromString("
wWw
.gOogle.com");
20
EXPECT_EQ("
www
.google.com", rules.rules()[0]->ToString());
24
EXPECT_TRUE(rules.Matches(GURL("http://
www
.google.com")));
25
EXPECT_TRUE(rules.Matches(GURL("ftp://
www
.google.com:99")));
26
EXPECT_TRUE(rules.Matches(GURL("https://
www
.google.com:81")));
29
EXPECT_FALSE(rules.Matches(GURL("http://foo.
www
.google.com")));
32
EXPECT_FALSE(rules.Matches(GURL("http://
www
.google.com.baz.org")));
44
EXPECT_TRUE(rules.Matches(GURL("http://
www
.google.com")));
45
EXPECT_TRUE(rules.Matches(GURL("ftp://
www
.google.com:99")));
62
EXPECT_TRUE(rules.Matches(GURL("http://
www
.google.com")))
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc
277
InsertAddChunkHostPrefixUrl(&chunk, 1, "
www
.evil.com/",
278
"
www
.evil.com/malware.html");
286
InsertAddChunkHostPrefixUrl(&chunk, 2, "
www
.foo.com/",
287
"
www
.foo.com/malware.html");
293
InsertAddChunkHostPrefixUrl(&chunk, 3, "
www
.whatever.com/",
294
"
www
.whatever.com/malware.html");
307
InsertSubChunkHostPrefixUrl(&chunk, 7, 19, "
www
.subbed.com/",
308
"
www
.subbed.com/noteveil1.html");
331
InsertAddChunkHostPrefixUrl(&chunk, 47, "
www
.evil.com/",
332
"
www
.evil.com/phishing.html")
[
all
...]
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables_unittest.cc
122
urls_to_delete.push_back("http://
www
.google.com");
123
urls_to_delete.push_back("http://
www
.yahoo.com");
124
hosts_to_delete.push_back("
www
.yahoo.com");
132
AddKey(&expected_url_data, "http://
www
.reddit.com");
133
AddKey(&expected_host_data, "
www
.facebook.com");
141
tables_->DeleteSingleDataPoint("http://
www
.reddit.com",
148
AddKey(&expected_url_data, "http://
www
.google.com");
149
AddKey(&expected_url_data, "http://
www
.yahoo.com");
155
tables_->DeleteSingleDataPoint("
www
.facebook.com", PREFETCH_KEY_TYPE_HOST);
161
AddKey(&expected_host_data, "
www
.yahoo.com")
[
all
...]
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
setAttributeNS06.java
18
See W3C License http://
www
.w3.org/Consortium/Legal/ for more details.
37
* http://
www
.w3.org/XML/1998/namespace.
41
* http://
www
.w3.org/XML/1998/namespace.
44
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NAMESPACE_ERR'])">http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NAMESPACE_ERR'])</a>
45
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS">http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS</a>
46
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a>
70
String namespaceURI = "http://
www
.nist.gov"
[
all
...]
setAttributeNS07.java
18
See W3C License http://
www
.w3.org/Consortium/Legal/ for more details.
37
* http://
www
.w3.org/2000/xmlns.
42
* http://
www
.w3.org/2000/xmlns.
45
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NAMESPACE_ERR'])">http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NAMESPACE_ERR'])</a>
46
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS">http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS</a>
47
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a>
71
String namespaceURI = "http://
www
.nist.gov"
[
all
...]
setAttributeNS10.java
18
See W3C License http://
www
.w3.org/Consortium/Legal/ for more details.
36
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])">http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])</a>
37
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS">http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS</a>
38
* @see <a href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://
www
.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
39
* @see <a href="http://
www
.w3.org/Bugs/Public/show_bug.cgi?id=525">http://
www
.w3.org/Bugs/Public/show_bug.cgi?id=525</a>
63
String namespaceURI = "http://
www
.example.gov"
[
all
...]
/libcore/luni/src/test/java/tests/org/w3c/dom/
NamespaceURI.java
17
See W3C License http://
www
.w3.org/Consortium/Legal/ for more details.
38
* method on the attribute. The method should return "http://
www
.nist.gov".
43
* href="http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSname">http://
www
.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSname</a>
45
* href="http://
www
.w3.org/Bugs/Public/show_bug.cgi?id=238">http://
www
.w3.org/Bugs/Public/show_bug.cgi?id=238</a>
86
// addrAttr = testAddr.getAttributeNodeNS("http://
www
.nist.gov",
89
// assertEquals("namespaceURI", "http://
www
.nist.gov", attrNamespaceURI);
101
addrAttr = testAddr.getAttributeNodeNS("http://
www
.nist.gov",
104
assertEquals("namespaceURI", "http://
www
.nist.gov", attrNamespaceURI)
[
all
...]
/external/chromium_org/third_party/mesa/src/docs/
science.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://
www
.w3.org/TR/html4/loose.dtd">
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
24
</li><li><a href="http://
www
.geuz.org/gmsh/" target="_parent">Gmsh</a> -
28
</li><li><a href="http://
www
.mgix.com/gps3d/" target="_parent">GPS 3D</a> - GPS-based map visualization
31
</li><li><a href="http://
www
-xdiv.lanl.gov/XCM/Hydra/" target="_parent">Hydra</a> - physics
38
</li><li><a href="http://
www
.mathworks.com/products/matlab" target="_parent">Mathworks</a>
40
</li><li><a href="http://
www
-rocq.inria.fr/gamma/medit/medit.html" target="_parent">Medit</a> - 3D surface mesh viewer
41
</li><li><a href="http://
www
.mol.biol.ethz.ch/wuthrich/software/molmol/" target="_parent">MOLMOL</a
[
all
...]
/external/mesa3d/docs/
science.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://
www
.w3.org/TR/html4/loose.dtd">
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
24
</li><li><a href="http://
www
.geuz.org/gmsh/" target="_parent">Gmsh</a> -
28
</li><li><a href="http://
www
.mgix.com/gps3d/" target="_parent">GPS 3D</a> - GPS-based map visualization
31
</li><li><a href="http://
www
-xdiv.lanl.gov/XCM/Hydra/" target="_parent">Hydra</a> - physics
38
</li><li><a href="http://
www
.mathworks.com/products/matlab" target="_parent">Mathworks</a>
40
</li><li><a href="http://
www
-rocq.inria.fr/gamma/medit/medit.html" target="_parent">Medit</a> - 3D surface mesh viewer
41
</li><li><a href="http://
www
.mol.biol.ethz.ch/wuthrich/software/molmol/" target="_parent">MOLMOL</a
[
all
...]
Completed in 1151 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>