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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 641 aprefix, key = res.group('prefix', 'local')
644 if aprefix is not None:
647 if aprefix in d:
648 ans = d[aprefix]
650 ans = self.__namespaces.get(aprefix)
654 key = aprefix + ':' + key
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmllib.py 641 aprefix, key = res.group('prefix', 'local')
644 if aprefix is not None:
647 if aprefix in d:
648 ans = d[aprefix]
650 ans = self.__namespaces.get(aprefix)
654 key = aprefix + ':' + key
    [all...]
  /external/python/cpython2/Lib/
xmllib.py 641 aprefix, key = res.group('prefix', 'local')
644 if aprefix is not None:
647 if aprefix in d:
648 ans = d[aprefix]
650 ans = self.__namespaces.get(aprefix)
654 key = aprefix + ':' + key
    [all...]
  /external/libxml2/
parser.c 9182 const xmlChar *aprefix; local
    [all...]

Completed in 280 milliseconds