OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFC3986_BASE
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urlparse.py
9
RFC3986_BASE
= 'http://a/b/c/d;p?q'
253
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
255
self.checkJoin(
RFC3986_BASE
, 'g:h','g:h')
256
self.checkJoin(
RFC3986_BASE
, 'g','http://a/b/c/g')
257
self.checkJoin(
RFC3986_BASE
, './g','http://a/b/c/g')
258
self.checkJoin(
RFC3986_BASE
, 'g/','http://a/b/c/g/')
259
self.checkJoin(
RFC3986_BASE
, '/g','http://a/g')
260
self.checkJoin(
RFC3986_BASE
, '//g','http://g')
261
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
262
self.checkJoin(
RFC3986_BASE
, 'g?y','http://a/b/c/g?y'
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urlparse.py
9
RFC3986_BASE
= 'http://a/b/c/d;p?q'
253
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
255
self.checkJoin(
RFC3986_BASE
, 'g:h','g:h')
256
self.checkJoin(
RFC3986_BASE
, 'g','http://a/b/c/g')
257
self.checkJoin(
RFC3986_BASE
, './g','http://a/b/c/g')
258
self.checkJoin(
RFC3986_BASE
, 'g/','http://a/b/c/g/')
259
self.checkJoin(
RFC3986_BASE
, '/g','http://a/g')
260
self.checkJoin(
RFC3986_BASE
, '//g','http://g')
261
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
262
self.checkJoin(
RFC3986_BASE
, 'g?y','http://a/b/c/g?y'
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urlparse.py
9
RFC3986_BASE
= 'http://a/b/c/d;p?q'
253
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
255
self.checkJoin(
RFC3986_BASE
, 'g:h','g:h')
256
self.checkJoin(
RFC3986_BASE
, 'g','http://a/b/c/g')
257
self.checkJoin(
RFC3986_BASE
, './g','http://a/b/c/g')
258
self.checkJoin(
RFC3986_BASE
, 'g/','http://a/b/c/g/')
259
self.checkJoin(
RFC3986_BASE
, '/g','http://a/g')
260
self.checkJoin(
RFC3986_BASE
, '//g','http://g')
261
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
262
self.checkJoin(
RFC3986_BASE
, 'g?y','http://a/b/c/g?y'
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urlparse.py
9
RFC3986_BASE
= 'http://a/b/c/d;p?q'
253
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
255
self.checkJoin(
RFC3986_BASE
, 'g:h','g:h')
256
self.checkJoin(
RFC3986_BASE
, 'g','http://a/b/c/g')
257
self.checkJoin(
RFC3986_BASE
, './g','http://a/b/c/g')
258
self.checkJoin(
RFC3986_BASE
, 'g/','http://a/b/c/g/')
259
self.checkJoin(
RFC3986_BASE
, '/g','http://a/g')
260
self.checkJoin(
RFC3986_BASE
, '//g','http://g')
261
self.checkJoin(
RFC3986_BASE
, '?y','http://a/b/c/d;p?y')
262
self.checkJoin(
RFC3986_BASE
, 'g?y','http://a/b/c/g?y'
[
all
...]
Completed in 33 milliseconds