Home
last modified time | relevance | path

Searched defs:eventType (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenevents.c301 Emscripten_HandleMouseMove(int eventType, const EmscriptenMouseEvent *mouseEvent, void *userData) in Emscripten_HandleMouseMove()
336 Emscripten_HandleMouseButton(int eventType, const EmscriptenMouseEvent *mouseEvent, void *userData) in Emscripten_HandleMouseButton()
360 Emscripten_HandleMouseFocus(int eventType, const EmscriptenMouseEvent *mouseEvent, void *userData) in Emscripten_HandleMouseFocus()
386 Emscripten_HandleWheel(int eventType, const EmscriptenWheelEvent *wheelEvent, void *userData) in Emscripten_HandleWheel()
394 Emscripten_HandleFocus(int eventType, const EmscriptenFocusEvent *wheelEvent, void *userData) in Emscripten_HandleFocus()
409 Emscripten_HandleTouch(int eventType, const EmscriptenTouchEvent *touchEvent, void *userData) in Emscripten_HandleTouch()
472 Emscripten_HandleKey(int eventType, const EmscriptenKeyboardEvent *keyEvent, void *userData) in Emscripten_HandleKey()
514 Emscripten_HandleKeyPress(int eventType, const EmscriptenKeyboardEvent *keyEvent, void *userData) in Emscripten_HandleKeyPress()
524 Emscripten_HandleFullscreenChange(int eventType, const EmscriptenFullscreenChangeEvent *fullscreenC… in Emscripten_HandleFullscreenChange()
545 Emscripten_HandleResize(int eventType, const EmscriptenUiEvent *uiEvent, void *userData) in Emscripten_HandleResize()
[all …]
/third_party/node/lib/internal/fs/
Dwatchers.js192 this._handle.onchange = (status, eventType, filename) => { argument
336 handle.onchange = (status, eventType, filename) => { argument
349 res({ eventType, filename }); property
/third_party/boost/boost/statechart/
Dcustom_reaction.hpp37 State & stt, const EventBase & evt, const IdType & eventType ) in react()
Ddeferral.hpp35 State & stt, const EventBase &, const IdType & eventType ) in react()
Dtermination.hpp35 State & stt, const EventBase &, const IdType & eventType ) in react()
Dtransition.hpp54 State & stt, const EventBase & evt, const IdType & eventType ) in react()
Din_state_reaction.hpp57 State & stt, const EventBase & evt, const IdType & eventType ) in react()
Dsimple_state.hpp484 typename rtti_policy_type::id_type eventType ) in react_impl()
843 typename rtti_policy_type::id_type eventType ) in local_react()
Dstate_machine.hpp78 IdType eventType in send_function()
874 const typename rtti_policy_type::id_type eventType = evt.dynamic_type(); in send_event() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemory.cpp146 …VkDeviceMemoryReportEventTypeEXT eventType = isImport() ? VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_UNIMP… in destroy() local
267 …VkDeviceMemoryReportEventTypeEXT eventType = isImport() ? VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_IMPOR… in allocate() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/emscripten/
DSDL_sysjoystick.c46 Emscripten_JoyStickConnected(int eventType, const EmscriptenGamepadEvent *gamepadEvent, void *userD… in Emscripten_JoyStickConnected()
115 Emscripten_JoyStickDisconnected(int eventType, const EmscriptenGamepadEvent *gamepadEvent, void *us… in Emscripten_JoyStickDisconnected()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DGameSurfaceView.java27 …public static native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, in… in native_onTouchInput()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_AccessibilityExtensionAbility.js20 eventType: '[PC Preview] unknown eventType', property
Dohos_screenLock.js100 eventType: '[PC Preview] unknow eventType', property
Dohos_hiSysEvent.js33 eventType: EventType, property
Dohos_multimedia_audio.js76 eventType: audio.InterruptType, property
/third_party/node/test/parallel/
Dtest-fs-watch.js64 watcher.on('change', common.mustCall(function(eventType, argFilename) { argument
Dtest-fs-watchfile.js93 fs.watch(dir, common.mustCall(function(eventType, filename) { argument
Dtest-fs-promises-watch.js53 for await (const { eventType, filename } of watcher) { property
/third_party/boost/boost/statechart/detail/
Dreaction_dispatcher.hpp103 State & stt, const EventBase & evt, const IdType & eventType ) in react()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.cpp222 int eventType = None; in setVisibility() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DAccessibilityBridge.java1440 private void sendAccessibilityEvent(int viewId, int eventType) { in sendAccessibilityEvent()
1491 private AccessibilityEvent obtainAccessibilityEvent(int virtualViewId, int eventType) { in obtainAccessibilityEvent()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_events.c623 SDL_SendAppEvent(SDL_EventType eventType) in SDL_SendAppEvent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h281 uint16_t eventType() const { return EventType; } in eventType() function
/third_party/jsframework/runtime/main/model/
Ddirective.ts841 const eventName: string = eventType ? eventType + key : key; constant

12