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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
domreg.py 32 def _good_enough(dom, features): function
33 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
69 if _good_enough(dom, features):
77 if _good_enough(dom, features):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
domreg.py 32 def _good_enough(dom, features): function
33 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
69 if _good_enough(dom, features):
77 if _good_enough(dom, features):
  /external/python/cpython2/Lib/xml/dom/
domreg.py 32 def _good_enough(dom, features): function
33 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
69 if _good_enough(dom, features):
77 if _good_enough(dom, features):
  /external/python/cpython3/Lib/xml/dom/
domreg.py 30 def _good_enough(dom, features): function
31 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
67 if _good_enough(dom, features):
75 if _good_enough(dom, features):
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
domreg.py 32 def _good_enough(dom, features): function
33 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
69 if _good_enough(dom, features):
77 if _good_enough(dom, features):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
domreg.py 32 def _good_enough(dom, features): function
33 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
69 if _good_enough(dom, features):
77 if _good_enough(dom, features):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 32 def _good_enough(dom, features): function
33 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
69 if _good_enough(dom, features):
77 if _good_enough(dom, features):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 32 def _good_enough(dom, features): function
33 "_good_enough(dom, features) -> Return 1 if the dom offers the features"
69 if _good_enough(dom, features):
77 if _good_enough(dom, features):

Completed in 112 milliseconds