Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/external/perfetto/src/traced/probes/ftrace/
Devent_info.cc17 Event* event = &events.back(); in GetStaticEventInfo() local
33 Event* event = &events.back(); in GetStaticEventInfo() local
42 Event* event = &events.back(); in GetStaticEventInfo() local
56 Event* event = &events.back(); in GetStaticEventInfo() local
65 Event* event = &events.back(); in GetStaticEventInfo() local
74 Event* event = &events.back(); in GetStaticEventInfo() local
83 Event* event = &events.back(); in GetStaticEventInfo() local
96 Event* event = &events.back(); in GetStaticEventInfo() local
112 Event* event = &events.back(); in GetStaticEventInfo() local
126 Event* event = &events.back(); in GetStaticEventInfo() local
[all …]
Dproto_translation_table_unittest.cc78 for (const Event& event : table_->events()) { in TEST_P() local
96 auto event = table_->GetEvent(GroupAndName("ftrace", "print")); in TEST_P() local
122 auto event = table->GetEvent(GroupAndName("sched", "sched_switch")); in TEST() local
131 auto event = table->GetEvent(GroupAndName("sched", "sched_wakeup")); in TEST() local
140 auto event = table->GetEvent(GroupAndName("ext4", "ext4_da_write_begin")); in TEST() local
182 Event* event = &events.back(); in TEST_P() local
226 Event* event = &events.back(); in TEST_P() local
243 auto event = table->GetEventById(42); in TEST_P() local
320 Event event; in TEST() local
328 Event event; in TEST() local
[all …]
/external/python/cpython3/Lib/tkinter/
Ddnd.py108 def dnd_start(source, event): argument
122 def __init__(self, source, event): argument
151 def on_motion(self, event): argument
178 def on_release(self, event): argument
181 def cancel(self, event=None): argument
184 def finish(self, event, commit=0): argument
240 def press(self, event): argument
248 def move(self, event): argument
255 def where(self, canvas, event): argument
265 def dnd_end(self, target, event): argument
[all …]
/external/python/cpython2/Lib/lib-tk/
DTkdnd.py108 def dnd_start(source, event): argument
122 def __init__(self, source, event): argument
151 def on_motion(self, event): argument
178 def on_release(self, event): argument
181 def cancel(self, event=None): argument
184 def finish(self, event, commit=0): argument
240 def press(self, event): argument
248 def move(self, event): argument
255 def where(self, canvas, event): argument
265 def dnd_end(self, target, event): argument
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Devent.h15 struct event { struct
16 struct perf_event_attr attr; argument
27 void event_init(struct event *e, u64 config); argument
/external/python/cpython2/Tools/audiopy/
Daudiopy252 def __quit(self, event=None): argument
256 def __popup_about(self, event=None): argument
267 def __popup_using(self, event=None): argument
303 def __pushtodev(self, event=None): argument
323 def __none(self, event=None): argument
327 def __mic(self, event=None): argument
330 def __linein(self, event=None): argument
333 def __cd(self, event=None): argument
336 def __speaker(self, event=None): argument
339 def __headphones(self, event=None): argument
[all …]
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py254 def OnSelectAll(self, event): argument
260 def OnDeselectAll(self, event): argument
360 def OnEventListClick(self, event): argument
388 def OnSegListClick(self, event): argument
408 def OnSegmentAdd(self, event): argument
455 def OnSegmentUpdate(self, event): argument
522 def OnSegmentDelete(self, event): argument
561 def OnSegmentsMove(self, event): argument
604 def OnRedo(self, event): argument
617 def OnUndo(self, event): argument
[all …]
/external/python/cpython3/Tools/pynche/
DDetailsViewer.py149 def __effect(self, event=None): argument
160 def __quit(self, event=None): argument
163 def withdraw(self, event=None): argument
166 def deiconify(self, event=None): argument
169 def __minus25(self, event=None): argument
172 def __minus10(self, event=None): argument
175 def __minus1(self, event=None): argument
178 def __plus1(self, event=None): argument
181 def __plus10(self, event=None): argument
184 def __plus25(self, event=None): argument
DTextViewer.py118 def __quit(self, event=None): argument
121 def withdraw(self, event=None): argument
124 def deiconify(self, event=None): argument
127 def __forceupdate(self, event=None): argument
130 def __toggletrack(self, event=None): argument
142 def __set_color(self, event=None): argument
/external/python/cpython2/Tools/pynche/
DDetailsViewer.py149 def __effect(self, event=None): argument
160 def __quit(self, event=None): argument
163 def withdraw(self, event=None): argument
166 def deiconify(self, event=None): argument
169 def __minus25(self, event=None): argument
172 def __minus10(self, event=None): argument
175 def __minus1(self, event=None): argument
178 def __plus1(self, event=None): argument
181 def __plus10(self, event=None): argument
184 def __plus25(self, event=None): argument
DTextViewer.py118 def __quit(self, event=None): argument
121 def withdraw(self, event=None): argument
124 def deiconify(self, event=None): argument
127 def __forceupdate(self, event=None): argument
130 def __toggletrack(self, event=None): argument
142 def __set_color(self, event=None): argument
DPyncheWidget.py123 def __quit(self, event=None): argument
126 def __bell(self, event=None): argument
129 def __okay(self, event=None): argument
134 def __cancel(self, event=None): argument
151 def __popup_about(self, event=None): argument
163 def __popup_usage(self, event=None): argument
168 def __load(self, event=None): argument
244 def __withdraw(self, event=None): argument
274 def popup(self, event=None): argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.cpp78 virtual void Handle(const Start& event) {} in Handle()
79 virtual void Handle(const End& event) {} in Handle()
81 virtual void Handle(const EarlyDepthStencilInfoSingleSample& event) in Handle()
93 virtual void Handle(const EarlyDepthStencilInfoSampleRate& event) in Handle()
105 virtual void Handle(const EarlyDepthStencilInfoNullPS& event) in Handle()
117 virtual void Handle(const LateDepthStencilInfoSingleSample& event) in Handle()
129 virtual void Handle(const LateDepthStencilInfoSampleRate& event) in Handle()
141 virtual void Handle(const LateDepthStencilInfoNullPS& event) in Handle()
153 virtual void Handle(const EarlyDepthInfoPixelRate& event) in Handle()
162 virtual void Handle(const LateDepthInfoPixelRate& event) in Handle()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dinterop.cpp32 opencl_dri_event_add_ref(cl_event event) in opencl_dri_event_add_ref()
43 opencl_dri_event_release(cl_event event) in opencl_dri_event_release()
49 opencl_dri_event_wait(cl_event event, uint64_t timeout) try { in opencl_dri_event_wait()
62 opencl_dri_event_get_fence(cl_event event) try { in opencl_dri_event_get_fence()
/external/mockito/src/test/java/org/mockito/internal/listeners/
DVerificationStartedNotifierTest.java34 … VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in decent_exception_when_setting_non_mock() local
50 … VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in shows_clean_exception_message_when_illegal_null_arg_is_used() local
65 … VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in decent_exception_when_setting_mock_of_wrong_type() local
84 …VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails(moc… in decent_exception_when_setting_mock_that_does_not_implement_all_desired_interfaces() local
104 …VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails(moc… in accepts_replacement_mock_if_all_types_are_compatible() local
/external/libevent/include/event2/
Devent_struct.h123 struct event { struct
124 struct event_callback ev_evcallback; argument
128 TAILQ_ENTRY(event) ev_next_with_common_timeout; argument
133 struct event_base *ev_base; argument
138 LIST_ENTRY (event) ev_io_next; argument
151 short ev_events; argument
152 short ev_res; /* result passed to event callback */ argument
156 TAILQ_HEAD (event_list, event); argument
/external/python/cpython3/Lib/idlelib/
Deditor.py336 def new_callback(self, event): argument
341 def home_callback(self, event): argument
400 def set_line_and_column(self, event=None): argument
456 def handle_yview(self, event, *args): argument
467 def mousescroll(self, event): argument
486 def right_menu_event(self, event): argument
549 def about_dialog(self, event=None): argument
555 def config_dialog(self, event=None): argument
561 def help_dialog(self, event=None): argument
571 def python_docs(self, event=None): argument
[all …]
/external/perf_data_converter/src/quipper/
Dperf_data_utils.cc15 event_t* event = reinterpret_cast<event_t*>(calloc(1, size)); in CallocMemoryForEvent() local
20 event_t* ReallocMemoryForEvent(event_t* event, size_t new_size) { in ReallocMemoryForEvent()
27 build_id_event* event = reinterpret_cast<build_id_event*>(calloc(1, size)); in CallocMemoryForBuildID() local
52 const PerfDataProto_PerfEvent& event) { in GetSampleInfoForEvent()
77 uint64_t GetTimeFromPerfEvent(const PerfDataProto_PerfEvent& event) { in GetTimeFromPerfEvent()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dtag.pxd.pxi18 cdef object event(self, grpc_event c_event) member in _Tag
25 cdef ConnectivityEvent event(self, grpc_event c_event) member in _ConnectivityTag
36 cdef RequestCallEvent event(self, grpc_event c_event) member in _RequestCallTag
48 cdef BatchOperationEvent event(self, grpc_event c_event) member in _BatchOperationTag
58 cdef ServerShutdownEvent event(self, grpc_event c_event) member in _ServerShutdownTag
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py366 def new_callback(self, event): argument
371 def home_callback(self, event): argument
428 def set_line_and_column(self, event=None): argument
474 def right_menu_event(self, event): argument
535 def about_dialog(self, event=None): argument
540 def config_dialog(self, event=None): argument
545 def help_dialog(self, event=None): argument
554 def python_docs(self, event=None): argument
565 def cut(self,event): argument
569 def copy(self,event): argument
[all …]
/external/v8/src/heap/
Dmemory-reducer.cc38 Event event; in RunInternal() local
65 void MemoryReducer::NotifyTimer(const Event& event) { in NotifyTimer()
105 void MemoryReducer::NotifyMarkCompact(const Event& event) { in NotifyMarkCompact()
122 void MemoryReducer::NotifyPossibleGarbage(const Event& event) { in NotifyPossibleGarbage()
133 bool MemoryReducer::WatchdogGC(const State& state, const Event& event) { in WatchdogGC()
141 const Event& event) { in Step()
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
DMockPropertyChangeValidListener.java33 public void mockNotAEventObject(MockFakeEvent event); in mockNotAEventObject()
35 public void mockPropertyChange_Valid(MockEvent event); in mockPropertyChange_Valid()
37 public void mockPropertyChange_Valid(Mock2Event event); in mockPropertyChange_Valid()
39 public void mockPropertyChange_Valid(MockPropertyChangeEvent event); in mockPropertyChange_Valid()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMotionEvent.java262 NativeInput.MotionEvent event; in nativeInitialize() local
366 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeAddBatch() local
391 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeGetPointerCoords() local
419 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeGetPointerProperties() local
438 NativeInput.MotionEvent event; in nativeReadFromParcel() local
464 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeWriteToParcel() local
514 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeGetPointerId() local
529 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeGetToolType() local
544 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeGetEventTimeNanos() local
565 NativeInput.MotionEvent event = getNativeMotionEvent(nativePtr); in nativeGetRawAxisValue() local
[all …]
/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-moving-w-mouse.py9 def mouseDown(self, event): argument
14 def mouseMove(self, event): argument
23 def mouseEnter(self, event): argument
28 def mouseLeave(self, event): argument
Dprinting-coords-of-items.py9 def mouseDown(self, event): argument
26 def mouseMove(self, event): argument
34 def mouseEnter(self, event): argument
40 def mouseLeave(self, event): argument

12345678910>>...45