Home
last modified time | relevance | path

Searched refs:xpath_tokenizer (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementPath.py73 def xpath_tokenizer(pattern, namespaces=None): function
258 next = iter(xpath_tokenizer(path, namespaces)).next
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementPath.py73 def xpath_tokenizer(pattern, namespaces=None): function
258 next = iter(xpath_tokenizer(path, namespaces)).next
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py1173 def xpath_tokenizer(p): function
1223 for op, tag in ElementPath.xpath_tokenizer(p):