OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFC1808_BASE
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urlparse.py
7
RFC1808_BASE
= "http://a/b/c/d;p?q#f"
161
self.checkJoin(
RFC1808_BASE
, 'g:h', 'g:h')
162
self.checkJoin(
RFC1808_BASE
, 'g', 'http://a/b/c/g')
163
self.checkJoin(
RFC1808_BASE
, './g', 'http://a/b/c/g')
164
self.checkJoin(
RFC1808_BASE
, 'g/', 'http://a/b/c/g/')
165
self.checkJoin(
RFC1808_BASE
, '/g', 'http://a/g')
166
self.checkJoin(
RFC1808_BASE
, '//g', 'http://g')
167
self.checkJoin(
RFC1808_BASE
, 'g?y', 'http://a/b/c/g?y')
168
self.checkJoin(
RFC1808_BASE
, 'g?y/./x', 'http://a/b/c/g?y/./x')
169
self.checkJoin(
RFC1808_BASE
, '#s', 'http://a/b/c/d;p?q#s'
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urlparse.py
7
RFC1808_BASE
= "http://a/b/c/d;p?q#f"
161
self.checkJoin(
RFC1808_BASE
, 'g:h', 'g:h')
162
self.checkJoin(
RFC1808_BASE
, 'g', 'http://a/b/c/g')
163
self.checkJoin(
RFC1808_BASE
, './g', 'http://a/b/c/g')
164
self.checkJoin(
RFC1808_BASE
, 'g/', 'http://a/b/c/g/')
165
self.checkJoin(
RFC1808_BASE
, '/g', 'http://a/g')
166
self.checkJoin(
RFC1808_BASE
, '//g', 'http://g')
167
self.checkJoin(
RFC1808_BASE
, 'g?y', 'http://a/b/c/g?y')
168
self.checkJoin(
RFC1808_BASE
, 'g?y/./x', 'http://a/b/c/g?y/./x')
169
self.checkJoin(
RFC1808_BASE
, '#s', 'http://a/b/c/d;p?q#s'
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urlparse.py
7
RFC1808_BASE
= "http://a/b/c/d;p?q#f"
161
self.checkJoin(
RFC1808_BASE
, 'g:h', 'g:h')
162
self.checkJoin(
RFC1808_BASE
, 'g', 'http://a/b/c/g')
163
self.checkJoin(
RFC1808_BASE
, './g', 'http://a/b/c/g')
164
self.checkJoin(
RFC1808_BASE
, 'g/', 'http://a/b/c/g/')
165
self.checkJoin(
RFC1808_BASE
, '/g', 'http://a/g')
166
self.checkJoin(
RFC1808_BASE
, '//g', 'http://g')
167
self.checkJoin(
RFC1808_BASE
, 'g?y', 'http://a/b/c/g?y')
168
self.checkJoin(
RFC1808_BASE
, 'g?y/./x', 'http://a/b/c/g?y/./x')
169
self.checkJoin(
RFC1808_BASE
, '#s', 'http://a/b/c/d;p?q#s'
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urlparse.py
7
RFC1808_BASE
= "http://a/b/c/d;p?q#f"
161
self.checkJoin(
RFC1808_BASE
, 'g:h', 'g:h')
162
self.checkJoin(
RFC1808_BASE
, 'g', 'http://a/b/c/g')
163
self.checkJoin(
RFC1808_BASE
, './g', 'http://a/b/c/g')
164
self.checkJoin(
RFC1808_BASE
, 'g/', 'http://a/b/c/g/')
165
self.checkJoin(
RFC1808_BASE
, '/g', 'http://a/g')
166
self.checkJoin(
RFC1808_BASE
, '//g', 'http://g')
167
self.checkJoin(
RFC1808_BASE
, 'g?y', 'http://a/b/c/g?y')
168
self.checkJoin(
RFC1808_BASE
, 'g?y/./x', 'http://a/b/c/g?y/./x')
169
self.checkJoin(
RFC1808_BASE
, '#s', 'http://a/b/c/d;p?q#s'
[
all
...]
Completed in 56 milliseconds