Home
last modified time | relevance | path

Searched defs:event_info (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dmulticall.py394 def event_info(self, virtual=None): member in MultiCallCreator.MultiCall
/external/python/cpython2/Lib/idlelib/
DMultiCall.py381 def event_info(self, virtual=None): member in MultiCallCreator.MultiCall
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DStandard_Suite.py174 def event_info(self, _object, _attributes={}, **_arguments): member in Standard_Suite_Events
/external/u-boot/drivers/usb/dwc3/
Dcore.h937 u32 event_info:9; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1497 VkEventCreateInfo event_info = {}; in TEST_F() local
1522 VkEventCreateInfo event_info = {}; in TEST_F() local
1651 VkEventCreateInfo event_info = {}; in TEST_F() local
19779 VkEventCreateInfo event_info; in TEST_F() local
/external/python/cpython3/Lib/tkinter/
D__init__.py1675 def event_info(self, virtual=None): member in Misc
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1517 def event_info(self, virtual=None): member in Misc
/external/python/cpython2/Modules/
D_bsddb.c7235 _dbenv_event_notifyCallback(DB_ENV* db_env, u_int32_t event, void *event_info) in _dbenv_event_notifyCallback()