Searched refs:_full (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dhandler_test.py407 self.assertEqual(func('home', _full=True), 'http://localhost:80/')
408 self.assertEqual(func('home', _full=True, _fragment='my-anchor'), 'http://localhost:80/#my-anchor')
410 self.assertEqual(func('home', _scheme='https', _full=False), 'https://localhost:80/')
417 self.assertEqual(func('methods', _full=True), 'http://localhost:80/methods')
418 self.assertEqual(func('methods', _full=True, _fragment='my-anchor'), 'http://localhost:80/methods#my-anchor')
420 self.assertEqual(func('methods', _scheme='https', _full=False), 'https://localhost:80/methods')
428 self.assertEqual(func('route-test', _full=True, year='2010', month='07', name='test'), 'http://localhost:80/2010/07/test')
429 self.assertEqual(func('route-test', _full=True, _fragment='my-anchor', year='2010', month='07', name='test'), 'http://localhost:80/2010/07/test#my-anchor')
431 self.assertEqual(func('route-test', _scheme='https', _full=False, year='2010', month='07', name='test'), 'https://localhost:80/2010/07/test')
H A Drouting_test.py180 self.assertRaises(AttributeError, router.build, None, 'hello', (), dict(_full=True))
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp169 LegalGreek(UBool _full) { full = _full; } argument

Completed in 116 milliseconds