HomeSort by relevance Sort by last modified time
    Searched defs:reach (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 666 from cookielib import reach namespace
667 self.assertEqual(reach("www.acme.com"), ".acme.com")
668 self.assertEqual(reach("acme.com"), "acme.com")
669 self.assertEqual(reach("acme.local"), ".local")
670 self.assertEqual(reach(".local"), ".local")
671 self.assertEqual(reach(".com"), ".com")
672 self.assertEqual(reach("."), ".")
673 self.assertEqual(reach(""), "")
674 self.assertEqual(reach("192.168.0.1"), "192.168.0.1")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 666 from cookielib import reach namespace
667 self.assertEqual(reach("www.acme.com"), ".acme.com")
668 self.assertEqual(reach("acme.com"), "acme.com")
669 self.assertEqual(reach("acme.local"), ".local")
670 self.assertEqual(reach(".local"), ".local")
671 self.assertEqual(reach(".com"), ".com")
672 self.assertEqual(reach("."), ".")
673 self.assertEqual(reach(""), "")
674 self.assertEqual(reach("192.168.0.1"), "192.168.0.1")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 655 def reach(h): function
656 """Return reach of host h, as defined by RFC 2965, section 1.
658 The reach R of a host name H is defined as follows:
669 then the reach of H is .B.
671 * Otherwise, the reach of H is H.
673 >>> reach("www.acme.com")
675 >>> reach("acme.com")
677 >>> reach("acme.local")
696 host U does not domain-match the reach R of the request-host O in the
701 if not domain_match(req_host, reach(request.get_origin_req_host()))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 655 def reach(h): function
656 """Return reach of host h, as defined by RFC 2965, section 1.
658 The reach R of a host name H is defined as follows:
669 then the reach of H is .B.
671 * Otherwise, the reach of H is H.
673 >>> reach("www.acme.com")
675 >>> reach("acme.com")
677 >>> reach("acme.local")
696 host U does not domain-match the reach R of the request-host O in the
701 if not domain_match(req_host, reach(request.get_origin_req_host()))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 256 DFAState t = reach(d, EOTLabel);
275 DFAState t = reach(d, label);
277 System.out.println("DFA state after reach "+label+" "+d+"-" +
318 //System.out.println("DFA after reach / closures:\n"+dfa);
320 //System.out.println("dangling DFA state "+d+"\nAfter reach / closures:\n"+dfa);
473 //System.out.println("go do reach for NFA state "+c.state);
504 * 2. Reach an NFA state associated with the end of a rule, r, in the
509 * many states that could reach r, the context for a rule invocation
515 * 3. Like case 2, we reach an NFA state associated with the end of a
525 * 4. Normal case. If p can reach another NFA state q, then ad
848 public DFAState reach(DFAState d, Label label) { method in class:NFAToDFAConverter
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 142 milliseconds