/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
D | unparse.py | 35 self.dispatch(tree) 56 def dispatch(self, tree): member in Unparser 60 self.dispatch(t) 75 self.dispatch(stmt) 80 self.dispatch(tree.value) 84 interleave(lambda: self.write(", "), self.dispatch, t.names) 96 interleave(lambda: self.write(", "), self.dispatch, t.names) 101 self.dispatch(target) 103 self.dispatch(t.value) 107 self.dispatch(t.target) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pickle.py | 284 f = self.dispatch.get(t) 424 dispatch = {} variable in Pickler 428 dispatch[NoneType] = save_none 435 dispatch[bool] = save_bool 459 dispatch[IntType] = save_int 471 dispatch[LongType] = save_long 478 dispatch[FloatType] = save_float 490 dispatch[StringType] = save_string 502 dispatch[UnicodeType] = save_unicode 530 dispatch[StringType] = save_string [all …]
|
D | xmlrpclib.py | 609 dispatch = {} variable in Marshaller 640 f = self.dispatch[type(value)] 651 if type_ in self.dispatch.keys(): 653 f = self.dispatch[InstanceType] 660 dispatch[NoneType] = dump_nil 669 dispatch[IntType] = dump_int 676 dispatch[bool] = dump_bool 684 dispatch[LongType] = dump_long 690 dispatch[FloatType] = dump_double 696 dispatch[StringType] = dump_string [all …]
|
D | profile.py | 220 if self.dispatch[event](self, frame,t): 237 if self.dispatch[event](self, frame, t): 252 if self.dispatch[event](self, frame, t): 266 if self.dispatch[event](self, frame, t): 357 dispatch = { variable in Profile 400 self.dispatch['call'](self, frame, 0) 411 self.dispatch['return'](self, self.cur[-2], t)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | visitor.py | 40 self.dispatch(child, *args) 42 def dispatch(self, node, *args): member in ASTVisitor 62 visitor.visit = self.dispatch 63 self.dispatch(tree, *args) # XXX *args make sense? 74 def dispatch(self, node, *args): member in ExampleASTVisitor
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
D | DxeIpl.uni | 5 // PPI to discover and dispatch the DXE Foundation and components that are 23 …pecial PPI named the DXE Initial Program Load (IPL) PPI to discover and dispatch the DXE Foundatio…
|
D | DxeIpl.inf | 5 # PPI to discover and dispatch the DXE Foundation and components that are
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | Resources.cpp | 39 res->dispatch.magic = HWVULKAN_DISPATCH_MAGIC; \ 83 res->dispatch.magic = HWVULKAN_DISPATCH_MAGIC; \
|
D | Resources.h | 27 hwvulkan_dispatch_t dispatch; \
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 9 for the specified API, where each entry routes the call via a dispatch 10 table. The dispatch table may be initialized as required by a specific application. 181 api_client_context.h - defines the client side dispatch table data 187 dispatch table 213 api_server_context.h - dispatch table the decoder functions 215 api_server_context.cpp - dispatch table initialization function 240 api_wrapper_context.h - dispatch table the wrapper functions 242 api_wrapper_context.cpp - dispatch table initialization function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_print.py | 20 dispatch = { variable 55 fn = dispatch[(sep is not NotDefined,
|
D | test_sys_setprofile.py | 65 self.dispatch[event](self, frame) 82 dispatch = { variable in ProfileSimulator
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | PlatformPkg.dec | 178 ## Platform BDS PCD to control whether to dispatch additional option rom, e.g.: PXE, AHCI
|