Home
last modified time | relevance | path

Searched defs:_result (Results 101 – 125 of 2098) sorted by relevance

12345678910>>...84

/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Demos/Demo_ItemBox/
H A DDemoKeeper.cpp21 …oid DemoKeeper::notifyStartDrop(wraps::BaseLayout* _sender, wraps::DDItemInfo _info, bool& _result) in notifyStartDrop()
30 …d DemoKeeper::notifyRequestDrop(wraps::BaseLayout* _sender, wraps::DDItemInfo _info, bool& _result) in notifyRequestDrop()
52 void DemoKeeper::notifyEndDrop(wraps::BaseLayout* _sender, wraps::DDItemInfo _info, bool _result) in notifyEndDrop()
/dports/mail/xmail/xmail_1.6/
H A Dconfirm.c34 typedef struct _result { struct
52 Result rec = (Result) XtMalloc((unsigned) sizeof(struct _result)); in MakeResult() argument
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTestState.cpp68 void TestState::commandQuit(const MyGUI::UString& _commandName, bool& _result) in commandQuit()
90 void TestState::command_Test(const MyGUI::UString& _commandName, bool& _result) in command_Test()
H A DUndoManager.cpp95 void UndoManager::commandUndo(const MyGUI::UString& _commandName, bool& _result) in commandUndo()
103 void UndoManager::commandRedo(const MyGUI::UString& _commandName, bool& _result) in commandRedo()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTestState.cpp68 void TestState::commandQuit(const MyGUI::UString& _commandName, bool& _result) in commandQuit()
90 void TestState::command_Test(const MyGUI::UString& _commandName, bool& _result) in command_Test()
H A DUndoManager.cpp95 void UndoManager::commandUndo(const MyGUI::UString& _commandName, bool& _result) in commandUndo()
103 void UndoManager::commandRedo(const MyGUI::UString& _commandName, bool& _result) in commandRedo()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTestState.cpp68 void TestState::commandQuit(const MyGUI::UString& _commandName, bool& _result) in commandQuit()
90 void TestState::command_Test(const MyGUI::UString& _commandName, bool& _result) in command_Test()
H A DUndoManager.cpp95 void UndoManager::commandUndo(const MyGUI::UString& _commandName, bool& _result) in commandUndo()
103 void UndoManager::commandRedo(const MyGUI::UString& _commandName, bool& _result) in commandRedo()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTestState.cpp68 void TestState::commandQuit(const MyGUI::UString& _commandName, bool& _result) in commandQuit()
90 void TestState::command_Test(const MyGUI::UString& _commandName, bool& _result) in command_Test()
H A DUndoManager.cpp95 void UndoManager::commandUndo(const MyGUI::UString& _commandName, bool& _result) in commandUndo()
103 void UndoManager::commandRedo(const MyGUI::UString& _commandName, bool& _result) in commandRedo()
/dports/devel/cmake-gui/cmake-3.22.1/Modules/Internal/
H A DFeatureTesting.cmake42 set(_result 0) variable
44 set(_result 255) variable
/dports/devel/cmake/cmake-3.22.1/Modules/Internal/
H A DFeatureTesting.cmake42 set(_result 0) variable
44 set(_result 255) variable
/dports/devel/cmake-doc/cmake-3.22.1/Modules/Internal/
H A DFeatureTesting.cmake42 set(_result 0) variable
44 set(_result 255) variable
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsWindow.cpp43 void SettingsWindow::commandSettingsAccept(const MyGUI::UString& _commandName, bool& _result) in commandSettingsAccept()
53 void SettingsWindow::commandSettingsCancel(const MyGUI::UString& _commandName, bool& _result) in commandSettingsCancel()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsWindow.cpp43 void SettingsWindow::commandSettingsAccept(const MyGUI::UString& _commandName, bool& _result) in commandSettingsAccept()
53 void SettingsWindow::commandSettingsCancel(const MyGUI::UString& _commandName, bool& _result) in commandSettingsCancel()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsWindow.cpp43 void SettingsWindow::commandSettingsAccept(const MyGUI::UString& _commandName, bool& _result) in commandSettingsAccept()
53 void SettingsWindow::commandSettingsCancel(const MyGUI::UString& _commandName, bool& _result) in commandSettingsCancel()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsWindow.cpp43 void SettingsWindow::commandSettingsAccept(const MyGUI::UString& _commandName, bool& _result) in commandSettingsAccept()
53 void SettingsWindow::commandSettingsCancel(const MyGUI::UString& _commandName, bool& _result) in commandSettingsCancel()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/src/
H A Dmath.cpp242 …void mtxLookAt(float* _result, const Vec3& _eye, const Vec3& _at, const Vec3& _up, Handness::Enum … in mtxLookAt()
381 void mtxRotateX(float* _result, float _ax) in mtxRotateX()
395 void mtxRotateY(float* _result, float _ay) in mtxRotateY()
409 void mtxRotateZ(float* _result, float _az) in mtxRotateZ()
423 void mtxRotateXY(float* _result, float _ax, float _ay) in mtxRotateXY()
442 void mtxRotateXYZ(float* _result, float _ax, float _ay, float _az) in mtxRotateXYZ()
464 void mtxRotateZYX(float* _result, float _ax, float _ay, float _az) in mtxRotateZYX()
519 void mtx3Inverse(float* _result, const float* _a) in mtx3Inverse()
551 void mtxInverse(float* _result, const float* _a) in mtxInverse()
599 void mtx3Cofactor(float* _result, const float* _a) in mtx3Cofactor()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/src/
H A Dmath.cpp242 …void mtxLookAt(float* _result, const Vec3& _eye, const Vec3& _at, const Vec3& _up, Handness::Enum … in mtxLookAt()
381 void mtxRotateX(float* _result, float _ax) in mtxRotateX()
395 void mtxRotateY(float* _result, float _ay) in mtxRotateY()
409 void mtxRotateZ(float* _result, float _az) in mtxRotateZ()
423 void mtxRotateXY(float* _result, float _ax, float _ay) in mtxRotateXY()
442 void mtxRotateXYZ(float* _result, float _ax, float _ay, float _az) in mtxRotateXYZ()
464 void mtxRotateZYX(float* _result, float _ax, float _ay, float _az) in mtxRotateZYX()
519 void mtx3Inverse(float* _result, const float* _a) in mtx3Inverse()
551 void mtxInverse(float* _result, const float* _a) in mtxInverse()
599 void mtx3Cofactor(float* _result, const float* _a) in mtx3Cofactor()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Dadodatalinks.cxx42 BSTR _result=nullptr; in PromptNew() local
96 BSTR _result=nullptr; in PromptEdit() local
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/UnitTest_ItemBox_Info/
H A DDemoKeeper.cpp45 void eventStartDrag(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventStartDrag()
52 void eventRequestDrop(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventRequestDrop()
70 void eventDropResult(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool _result) in eventDropResult()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/UnitTest_ItemBox_Info/
H A DDemoKeeper.cpp45 void eventStartDrag(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventStartDrag()
52 void eventRequestDrop(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventRequestDrop()
70 void eventDropResult(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool _result) in eventDropResult()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/UnitTest_ItemBox_Info/
H A DDemoKeeper.cpp45 void eventStartDrag(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventStartDrag()
52 void eventRequestDrop(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventRequestDrop()
70 void eventDropResult(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool _result) in eventDropResult()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/UnitTest_ItemBox_Info/
H A DDemoKeeper.cpp45 void eventStartDrag(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventStartDrag()
52 void eventRequestDrop(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result) in eventRequestDrop()
70 void eventDropResult(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool _result) in eventDropResult()
/dports/games/supertux2/SuperTux-v0.6.3-Source/mk/cmake/
H A DFindWindowsSDK.cmake475 set(_result) variable
523 set(_result NOTFOUND) variable
530 set(_result) variable
553 set(_result NOTFOUND) variable

12345678910>>...84