HomeSort by relevance Sort by last modified time
    Searched refs:is_hop_by_hop (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
util.py 163 def is_hop_by_hop(header_name): function
handlers.py 4 from util import FileWrapper, guess_scheme, is_hop_by_hop
179 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
  /external/python/cpython2/Lib/wsgiref/
util.py 163 def is_hop_by_hop(header_name): function
handlers.py 4 from util import FileWrapper, guess_scheme, is_hop_by_hop
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
  /external/python/cpython3/Lib/wsgiref/
util.py 163 def is_hop_by_hop(header_name): function
handlers.py 3 from .util import FileWrapper, guess_scheme, is_hop_by_hop
236 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
util.py 163 def is_hop_by_hop(header_name): function
handlers.py 4 from util import FileWrapper, guess_scheme, is_hop_by_hop
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
util.py 163 def is_hop_by_hop(header_name): function
handlers.py 4 from util import FileWrapper, guess_scheme, is_hop_by_hop
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py 163 def is_hop_by_hop(header_name): function
handlers.py 4 from util import FileWrapper, guess_scheme, is_hop_by_hop
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py 163 def is_hop_by_hop(header_name): function
handlers.py 4 from util import FileWrapper, guess_scheme, is_hop_by_hop
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_wsgiref.py 327 self.assertTrue(util.is_hop_by_hop(alt))
334 self.assertFalse(util.is_hop_by_hop(alt))
  /external/python/cpython2/Lib/test/
test_wsgiref.py 292 self.assertTrue(util.is_hop_by_hop(alt))
299 self.assertFalse(util.is_hop_by_hop(alt))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wsgiref.py 281 self.assertTrue(util.is_hop_by_hop(alt))
288 self.assertFalse(util.is_hop_by_hop(alt))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wsgiref.py 281 self.assertTrue(util.is_hop_by_hop(alt))
288 self.assertFalse(util.is_hop_by_hop(alt))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 281 self.assertTrue(util.is_hop_by_hop(alt))
288 self.assertFalse(util.is_hop_by_hop(alt))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 281 self.assertTrue(util.is_hop_by_hop(alt))
288 self.assertFalse(util.is_hop_by_hop(alt))
  /external/python/cpython3/Lib/test/
test_wsgiref.py 456 self.assertTrue(util.is_hop_by_hop(alt))
463 self.assertFalse(util.is_hop_by_hop(alt))

Completed in 842 milliseconds