Searched refs:ProcessingInstruction (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
H A DElementTree.py65 "PI", "ProcessingInstruction",
169 # @see ProcessingInstruction
561 def ProcessingInstruction(target, text=None): function
562 element = Element(ProcessingInstruction)
568 PI = ProcessingInstruction
904 elif tag is ProcessingInstruction:
959 elif tag is ProcessingInstruction:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
H A DElementTree.py65 "PI", "ProcessingInstruction",
169 # @see ProcessingInstruction
561 def ProcessingInstruction(target, text=None): function
562 element = Element(ProcessingInstruction)
568 PI = ProcessingInstruction
899 elif tag is ProcessingInstruction:
954 elif tag is ProcessingInstruction:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dpyexpat.c35 ProcessingInstruction, enumerator in enum:HandlerTypes
620 VOID_HANDLER(ProcessingInstruction,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dpyexpat.c35 ProcessingInstruction, enumerator in enum:HandlerTypes
620 VOID_HANDLER(ProcessingInstruction,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
H A Dminidom.py907 class ProcessingInstruction(Childless, Node): class in inherits:Childless, Node
1631 p = ProcessingInstruction(target, data)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
H A Dminidom.py903 class ProcessingInstruction(Childless, Node): class in inherits:Childless, Node
1627 p = ProcessingInstruction(target, data)

Completed in 125 milliseconds