Home
last modified time | relevance | path

Searched refs:event_info (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_parenmatch.py60 self.assertIn('<<parenmatch-check-restore>>', text.event_info())
65 self.assertNotIn('<<parenmatch-check-restore>>', text.event_info())
83 self.assertIn('<<parenmatch-check-restore>>', text.event_info())
88 self.assertNotIn('<<parenmatch-check-restore>>', text.event_info())
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_blacklist.py63 event_info = {
67 device_dicts = {device: event_info for device in devices}
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_parenmatch.py65 self.assertIn('<<parenmatch-check-restore>>', text.event_info())
75 text.event_info())
/external/perfetto/src/traced/probes/ftrace/
DBUILD.gn130 "event_info.cc",
131 "event_info.h",
/external/python/cpython3/Lib/idlelib/
Dmulticall.py394 def event_info(self, virtual=None): member in MultiCallCreator.MultiCall
396 return widget.event_info(self, virtual)
400 widget.event_info(self, virtual)
/external/python/cpython2/Lib/idlelib/
DMultiCall.py381 def event_info(self, virtual=None): member in MultiCallCreator.MultiCall
383 return widget.event_info(self, virtual)
387 widget.event_info(self, virtual)
/external/perfetto/
DAndroid.bp.extras8 "src/traced/probes/ftrace/event_info.cc",
DAndroid.bp277 "src/traced/probes/ftrace/event_info.cc",
657 "src/traced/probes/ftrace/event_info.cc",
3033 "src/traced/probes/ftrace/event_info.cc",
3530 "src/traced/probes/ftrace/event_info.cc",
/external/perfetto/tools/ftrace_proto_gen/
Dftrace_proto_gen.cc228 #include "src/traced/probes/ftrace/event_info.h" in GenerateEventInfo()
/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
Dgadget.c2398 dwc3_gadget_hibernation_interrupt(dwc, event->event_info); in dwc3_gadget_interrupt()
2401 dwc3_gadget_linksts_change_interrupt(dwc, event->event_info); in dwc3_gadget_interrupt()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1497 VkEventCreateInfo event_info = {}; in TEST_F() local
1498 event_info.sType = VK_STRUCTURE_TYPE_EVENT_CREATE_INFO; in TEST_F()
1499 event_info.flags = 1; in TEST_F()
1500 vkCreateEvent(device(), &event_info, NULL, &event_handle); in TEST_F()
1522 VkEventCreateInfo event_info = {}; in TEST_F() local
1523 event_info.sType = VK_STRUCTURE_TYPE_EVENT_CREATE_INFO; in TEST_F()
1524 vkCreateEvent(device(), &event_info, NULL, &event_handle); in TEST_F()
1651 VkEventCreateInfo event_info = {}; in TEST_F() local
1652 event_info.sType = VK_STRUCTURE_TYPE_EVENT_CREATE_INFO; in TEST_F()
1653 vkCreateEvent(device(), &event_info, NULL, &event_handle); in TEST_F()
[all …]
/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() argument
7247 args = Py_BuildValue("(Oii)", dbenv, event, *((int *)event_info)); in _dbenv_event_notifyCallback()