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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 461 _ALLOWED_FILTER_RETURNS = (FILTER_ACCEPT, FILTER_REJECT, FILTER_SKIP)
478 if val not in _ALLOWED_FILTER_RETURNS:
498 if val not in _ALLOWED_FILTER_RETURNS:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 461 _ALLOWED_FILTER_RETURNS = (FILTER_ACCEPT, FILTER_REJECT, FILTER_SKIP)
478 if val not in _ALLOWED_FILTER_RETURNS:
498 if val not in _ALLOWED_FILTER_RETURNS:
    [all...]

Completed in 39 milliseconds