Searched defs:dispatch (Results 1 – 7 of 7) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ | ||
| D | visitor.py | 42 def dispatch(self, node, *args): member in ASTVisitor |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ | ||
| D | test_print.py | 20 dispatch = { variable |
| D | test_sys_setprofile.py | 82 dispatch = { variable in ProfileSimulator |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | ||
| D | profile.py | 357 dispatch = { variable in Profile |
| D | pickle.py | 424 dispatch = {} variable in Pickler |
| D | xmlrpclib.py | 609 dispatch = {} variable in Marshaller |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ | ||
| D | unparse.py | 56 def dispatch(self, tree): member in Unparser |