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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 299 # functions (and is_HDN)? See draft RFC 2965 errata.
655 from cookielib import is_HDN
656 self.assertTrue(is_HDN("foo.bar.com"))
657 self.assertTrue(is_HDN("1foo2.3bar4.5com"))
658 self.assertTrue(not is_HDN("192.168.1.1"))
659 self.assertTrue(not is_HDN(""))
660 self.assertTrue(not is_HDN("."))
661 self.assertTrue(not is_HDN(".foo.bar.com"))
662 self.assertTrue(not is_HDN("..foo"))
663 self.assertTrue(not is_HDN("foo.")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 299 # functions (and is_HDN)? See draft RFC 2965 errata.
655 from cookielib import is_HDN
656 self.assertTrue(is_HDN("foo.bar.com"))
657 self.assertTrue(is_HDN("1foo2.3bar4.5com"))
658 self.assertTrue(not is_HDN("192.168.1.1"))
659 self.assertTrue(not is_HDN(""))
660 self.assertTrue(not is_HDN("."))
661 self.assertTrue(not is_HDN(".foo.bar.com"))
662 self.assertTrue(not is_HDN("..foo"))
663 self.assertTrue(not is_HDN("foo.")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 497 def is_HDN(text):
539 if not is_HDN(A):
547 if not is_HDN(B[1:]):
686 if is_HDN(h) and (i >= 0 or b == "local"):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 497 def is_HDN(text):
539 if not is_HDN(A):
547 if not is_HDN(B[1:]):
686 if is_HDN(h) and (i >= 0 or b == "local"):
    [all...]

Completed in 28 milliseconds