Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dvisitor.py42 def dispatch(self, node, *args): member in ASTVisitor
74 def dispatch(self, node, *args): member in ExampleASTVisitor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_print.py20 dispatch = { variable
Dtest_sys_setprofile.py82 dispatch = { variable in ProfileSimulator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dprofile.py357 dispatch = { variable in Profile
Dpickle.py424 dispatch = {} variable in Pickler
877 dispatch = {} variable in Unpickler
Dxmlrpclib.py609 dispatch = {} variable in Marshaller
840 dispatch = {} variable in Unmarshaller
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py56 def dispatch(self, tree): member in Unparser