Home
last modified time | relevance | path

Searched refs:_full (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/tests/
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#…
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://loc…
429 …self.assertEqual(func('route-test', _full=True, _fragment='my-anchor', year='2010', month='07', na…
431 …self.assertEqual(func('route-test', _scheme='https', _full=False, year='2010', month='07', name='t…
Drouting_test.py180 self.assertRaises(AttributeError, router.build, None, 'hello', (), dict(_full=True))
/external/clang/test/Analysis/
Dnonnull.m56 struct rdar16153464_full_ctx *_full;
64 struct rdar16153464_full_ctx *_full;
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Drouting.rst356 uri = uri_for('home', _full=True)
360 uri = uri_for('wiki', _full=True)
362 uri = uri_for('wiki', _full=True, _fragment='my-heading')
374 _full
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp169 LegalGreek(UBool _full) { full = _full; } in LegalGreek() argument