Home
last modified time | relevance | path

Searched defs:_handle (Results 1 – 25 of 1005) sorted by relevance

12345678910>>...41

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Dentry_noop.cpp17 const Event* poll(WindowHandle _handle) in poll()
35 void destroyWindow(WindowHandle _handle) in destroyWindow()
40 void setWindowPos(WindowHandle _handle, int32_t _x, int32_t _y) in setWindowPos()
45 void setWindowSize(WindowHandle _handle, uint32_t _width, uint32_t _height) in setWindowSize()
50 void setWindowTitle(WindowHandle _handle, const char* _title) in setWindowTitle()
55 void setWindowFlags(WindowHandle _handle, uint32_t _flags, bool _enabled) in setWindowFlags()
60 void toggleFullscreen(WindowHandle _handle) in toggleFullscreen()
65 void setMouseLock(WindowHandle _handle, bool _lock) in setMouseLock()
H A Dentry_asmjs.cpp344 const Event* poll(WindowHandle _handle) in poll()
363 void destroyWindow(WindowHandle _handle) in destroyWindow()
368 void setWindowPos(WindowHandle _handle, int32_t _x, int32_t _y) in setWindowPos()
373 void setWindowSize(WindowHandle _handle, uint32_t _width, uint32_t _height) in setWindowSize()
378 void setWindowTitle(WindowHandle _handle, const char* _title) in setWindowTitle()
383 void setWindowFlags(WindowHandle _handle, uint32_t _flags, bool _enabled) in setWindowFlags()
388 void toggleFullscreen(WindowHandle _handle) in toggleFullscreen()
393 void setMouseLock(WindowHandle _handle, bool _lock) in setMouseLock()
H A Dentry_p.h206 …void postAxisEvent(WindowHandle _handle, GamepadHandle _gamepad, GamepadAxis::Enum _axis, int32_t … in postAxisEvent()
215 void postCharEvent(WindowHandle _handle, uint8_t _len, const uint8_t _char[4]) in postCharEvent()
229 void postGamepadEvent(WindowHandle _handle, GamepadHandle _gamepad, bool _connected) in postGamepadEvent()
237 void postKeyEvent(WindowHandle _handle, Key::Enum _key, uint8_t _modifiers, bool _down) in postKeyEvent()
246 void postMouseEvent(WindowHandle _handle, int32_t _mx, int32_t _my, int32_t _mz) in postMouseEvent()
258 …void postMouseEvent(WindowHandle _handle, int32_t _mx, int32_t _my, int32_t _mz, MouseButton::Enum… in postMouseEvent()
270 void postSizeEvent(WindowHandle _handle, uint32_t _width, uint32_t _height) in postSizeEvent()
285 void postSuspendEvent(WindowHandle _handle, Suspend::Enum _state) in postSuspendEvent()
292 void postDropFileEvent(WindowHandle _handle, const bx::FilePath& _filePath) in postDropFileEvent()
304 const Event* poll(WindowHandle _handle) in poll()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Dentry_noop.cpp17 const Event* poll(WindowHandle _handle) in poll()
35 void destroyWindow(WindowHandle _handle) in destroyWindow()
40 void setWindowPos(WindowHandle _handle, int32_t _x, int32_t _y) in setWindowPos()
45 void setWindowSize(WindowHandle _handle, uint32_t _width, uint32_t _height) in setWindowSize()
50 void setWindowTitle(WindowHandle _handle, const char* _title) in setWindowTitle()
55 void setWindowFlags(WindowHandle _handle, uint32_t _flags, bool _enabled) in setWindowFlags()
60 void toggleFullscreen(WindowHandle _handle) in toggleFullscreen()
65 void setMouseLock(WindowHandle _handle, bool _lock) in setMouseLock()
H A Dentry_asmjs.cpp344 const Event* poll(WindowHandle _handle) in poll()
363 void destroyWindow(WindowHandle _handle) in destroyWindow()
368 void setWindowPos(WindowHandle _handle, int32_t _x, int32_t _y) in setWindowPos()
373 void setWindowSize(WindowHandle _handle, uint32_t _width, uint32_t _height) in setWindowSize()
378 void setWindowTitle(WindowHandle _handle, const char* _title) in setWindowTitle()
383 void setWindowFlags(WindowHandle _handle, uint32_t _flags, bool _enabled) in setWindowFlags()
388 void toggleFullscreen(WindowHandle _handle) in toggleFullscreen()
393 void setMouseLock(WindowHandle _handle, bool _lock) in setMouseLock()
H A Dentry_p.h206 …void postAxisEvent(WindowHandle _handle, GamepadHandle _gamepad, GamepadAxis::Enum _axis, int32_t … in postAxisEvent()
215 void postCharEvent(WindowHandle _handle, uint8_t _len, const uint8_t _char[4]) in postCharEvent()
229 void postGamepadEvent(WindowHandle _handle, GamepadHandle _gamepad, bool _connected) in postGamepadEvent()
237 void postKeyEvent(WindowHandle _handle, Key::Enum _key, uint8_t _modifiers, bool _down) in postKeyEvent()
246 void postMouseEvent(WindowHandle _handle, int32_t _mx, int32_t _my, int32_t _mz) in postMouseEvent()
258 …void postMouseEvent(WindowHandle _handle, int32_t _mx, int32_t _my, int32_t _mz, MouseButton::Enum… in postMouseEvent()
270 void postSizeEvent(WindowHandle _handle, uint32_t _width, uint32_t _height) in postSizeEvent()
285 void postSuspendEvent(WindowHandle _handle, Suspend::Enum _state) in postSuspendEvent()
292 void postDropFileEvent(WindowHandle _handle, const bx::FilePath& _filePath) in postDropFileEvent()
304 const Event* poll(WindowHandle _handle) in poll()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/font/
H A Dtext_buffer_manager.cpp343 void TextBuffer::appendGlyph(FontHandle _handle, CodePoint _codePoint) in appendGlyph()
638 void TextBufferManager::destroyTextBuffer(TextBufferHandle _handle) in destroyTextBuffer()
817 void TextBufferManager::setStyle(TextBufferHandle _handle, uint32_t _flags) in setStyle()
824 void TextBufferManager::setTextColor(TextBufferHandle _handle, uint32_t _rgba) in setTextColor()
831 void TextBufferManager::setBackgroundColor(TextBufferHandle _handle, uint32_t _rgba) in setBackgroundColor()
838 void TextBufferManager::setOverlineColor(TextBufferHandle _handle, uint32_t _rgba) in setOverlineColor()
845 void TextBufferManager::setUnderlineColor(TextBufferHandle _handle, uint32_t _rgba) in setUnderlineColor()
852 void TextBufferManager::setStrikeThroughColor(TextBufferHandle _handle, uint32_t _rgba) in setStrikeThroughColor()
859 void TextBufferManager::setPenPosition(TextBufferHandle _handle, float _x, float _y) in setPenPosition()
880 void TextBufferManager::appendAtlasFace(TextBufferHandle _handle, uint16_t _faceIndex) in appendAtlasFace()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/font/
H A Dtext_buffer_manager.cpp343 void TextBuffer::appendGlyph(FontHandle _handle, CodePoint _codePoint) in appendGlyph()
638 void TextBufferManager::destroyTextBuffer(TextBufferHandle _handle) in destroyTextBuffer()
817 void TextBufferManager::setStyle(TextBufferHandle _handle, uint32_t _flags) in setStyle()
824 void TextBufferManager::setTextColor(TextBufferHandle _handle, uint32_t _rgba) in setTextColor()
831 void TextBufferManager::setBackgroundColor(TextBufferHandle _handle, uint32_t _rgba) in setBackgroundColor()
838 void TextBufferManager::setOverlineColor(TextBufferHandle _handle, uint32_t _rgba) in setOverlineColor()
845 void TextBufferManager::setUnderlineColor(TextBufferHandle _handle, uint32_t _rgba) in setUnderlineColor()
852 void TextBufferManager::setStrikeThroughColor(TextBufferHandle _handle, uint32_t _rgba) in setStrikeThroughColor()
859 void TextBufferManager::setPenPosition(TextBufferHandle _handle, float _x, float _y) in setPenPosition()
880 void TextBufferManager::appendAtlasFace(TextBufferHandle _handle, uint16_t _faceIndex) in appendAtlasFace()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dhandlealloc.inl71 inline void HandleAlloc::free(uint16_t _handle)
134 inline void HandleListT<MaxHandlesT>::pushBack(uint16_t _handle)
156 inline void HandleListT<MaxHandlesT>::pushFront(uint16_t _handle)
203 inline void HandleListT<MaxHandlesT>::remove(uint16_t _handle)
263 inline void HandleListT<MaxHandlesT>::insertAfter(uint16_t _after, uint16_t _handle)
291 inline void HandleListT<MaxHandlesT>::updateFrontBack(uint16_t _handle)
359 inline void HandleAllocLruT<MaxHandlesT>::free(uint16_t _handle)
367 inline void HandleAllocLruT<MaxHandlesT>::touch(uint16_t _handle)
418 inline bool HandleHashMapT<MaxCapacityT, KeyT>::insert(KeyT _key, uint16_t _handle)
464 inline bool HandleHashMapT<MaxCapacityT, KeyT>::removeByHandle(uint16_t _handle)
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/mitmscripts/
H A Dfluent.py66 def _handle(self, flow, message): member in Handler
136 def _handle(self, flow, message): member in AcceptHandler
142 def _handle(self, flow, message): member in KillHandler
149 def _handle(self, flow, message): member in KillAllHandler
156 def _handle(self, flow, message): member in ResetHandler
183 def _handle(self, flow, message): member in CancelHandler
194 def _handle(self, flow, message): member in DelayHandler
203 def _handle(self, flow, message): member in Contains
213 def _handle(self, flow, message): member in Matches
224 def _handle(self, flow, message): member in After
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dhandlealloc.inl71 inline void HandleAlloc::free(uint16_t _handle)
134 inline void HandleListT<MaxHandlesT>::pushBack(uint16_t _handle)
156 inline void HandleListT<MaxHandlesT>::pushFront(uint16_t _handle)
203 inline void HandleListT<MaxHandlesT>::remove(uint16_t _handle)
263 inline void HandleListT<MaxHandlesT>::insertAfter(uint16_t _after, uint16_t _handle)
291 inline void HandleListT<MaxHandlesT>::updateFrontBack(uint16_t _handle)
359 inline void HandleAllocLruT<MaxHandlesT>::free(uint16_t _handle)
367 inline void HandleAllocLruT<MaxHandlesT>::touch(uint16_t _handle)
418 inline bool HandleHashMapT<MaxCapacityT, KeyT>::insert(KeyT _key, uint16_t _handle)
464 inline bool HandleHashMapT<MaxCapacityT, KeyT>::removeByHandle(uint16_t _handle)
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_code_to_source.py136 def _handle(self): member in _BaseHandler
158 def _handle(self): member in _BasePushHandler
164 def _handle(self): member in _BaseLoadHandler
202 def _handle(self): member in _GetIter
219 def _handle(self): member in _ForIter
260 def _handle(self): member in _StoreName
292 def _handle(self): member in _ReturnValue
321 def _handle(self): member in _CallFunction
368 def _handle(self): member in _MakeFunctionPy2
400 def _handle(self): member in _MakeFunctionPy3
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_code_to_source.py136 def _handle(self): member in _BaseHandler
158 def _handle(self): member in _BasePushHandler
164 def _handle(self): member in _BaseLoadHandler
202 def _handle(self): member in _GetIter
219 def _handle(self): member in _ForIter
260 def _handle(self): member in _StoreName
292 def _handle(self): member in _ReturnValue
321 def _handle(self): member in _CallFunction
368 def _handle(self): member in _MakeFunctionPy2
400 def _handle(self): member in _MakeFunctionPy3
/dports/devel/capstone4/capstone-4.0.2/bindings/ocaml/
H A Docaml.c854 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
1023 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
1058 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
1069 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
1080 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
1097 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/devel/capstone3/capstone-3.0.5/bindings/ocaml/
H A Docaml.c735 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
862 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
897 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
908 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
919 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
936 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/ocaml/
H A Docaml.c735 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
862 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
897 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
908 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
919 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
936 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/ocaml/
H A Docaml.c853 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
1022 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
1057 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
1068 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
1079 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
1096 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/ocaml/
H A Docaml.c853 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
1022 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
1057 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
1068 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
1079 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
1096 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/ocaml/
H A Docaml.c852 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
1021 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
1056 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
1067 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
1078 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
1095 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/ocaml/
H A Docaml.c735 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
862 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
897 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
908 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
919 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
936 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/ocaml/
H A Docaml.c853 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
1022 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
1057 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
1068 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
1079 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
1096 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/ocaml/
H A Docaml.c735 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
862 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
897 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
908 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
919 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
936 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/dports/emulators/hercules/hercules-3.13/
H A Dw32dl.h13 #define dlsym(_handle, _symbol) \ argument
15 #define dlclose(_handle) \ argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/System/Reflection/Runtime/General/
H A DQHandles.cs57 private readonly ScopeDefinitionHandle _handle; field
96 private readonly Handle _handle; field
120 private readonly int _handle; field
133 private readonly int _handle; field
147 private readonly int _handle; field
183 private readonly GenericParameterHandle _handle; field
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dbgfx.cpp304 const char* getTypeName(Handle _handle) in getTypeName()
3580 , VertexBufferHandle _handle in setVertexBuffer()
3598 , DynamicVertexBufferHandle _handle in setVertexBuffer()
3934 void destroy(IndexBufferHandle _handle) in destroy()
4125 void destroy(ShaderHandle _handle) in destroy()
4145 void destroy(ProgramHandle _handle) in destroy()
4462 void destroy(TextureHandle _handle) in destroy()
4593 void destroy(FrameBufferHandle _handle) in destroy()
4608 void destroy(UniformHandle _handle) in destroy()
4832 , VertexBufferHandle _handle in setVertexBuffer()
[all …]

12345678910>>...41