Home
last modified time | relevance | path

Searched refs:doSelection (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/trackballs/trackballs-1.3.3/src/
H A DmenuMode.cc131 if (key == SDLK_RETURN || key == SDLK_KP_ENTER || key == SDLK_SPACE) doSelection(); in key()
133 void MenuMode::doSelection() { in doSelection() function in MenuMode
165 if (keystate[SDL_SCANCODE_SPACE] || keystate[SDL_SCANCODE_RETURN]) doSelection(); in tick()
173 void MenuMode::mouseDown(int /*mouseState*/, int /*x*/, int /*y*/) { doSelection(); } in mouseDown()
H A DmenuMode.h42 void doSelection();
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DLiteralSelector.hpp106 virtual void doSelection(Clause* c, unsigned eligible) = 0;
141 void doSelection(Clause* c, unsigned eligible) override;
H A DBestLiteralSelector.hpp77 void doSelection(Clause* c, unsigned eligible) override in doSelection() function in Kernel::BestLiteralSelector
143 void doSelection(Clause* c, unsigned eligible) override in doSelection() function in Kernel::CompleteBestLiteralSelector
H A DLiteralSelector.cpp263 doSelection(c, eligible); in select()
269 void TotalLiteralSelector::doSelection(Clause* c, unsigned eligible) in doSelection() function in Kernel::TotalLiteralSelector
H A DMaximalLiteralSelector.hpp53 void doSelection(Clause* c, unsigned eligible) override;
H A DSpassLiteralSelector.hpp58 void doSelection(Clause* c, unsigned eligible) override;
H A DELiteralSelector.hpp65 void doSelection(Clause* c, unsigned eligible) override;
H A DLookaheadLiteralSelector.hpp50 void doSelection(Clause* c, unsigned eligible) override;
H A DMaximalLiteralSelector.cpp37 void MaximalLiteralSelector::doSelection(Clause* c, unsigned eligible) in doSelection() function in MaximalLiteralSelector
H A DSpassLiteralSelector.cpp52 void SpassLiteralSelector::doSelection(Clause* c, unsigned eligible) in doSelection() function in SpassLiteralSelector
H A DELiteralSelector.cpp76 void ELiteralSelector::doSelection(Clause* c, unsigned eligible) in doSelection() function in ELiteralSelector
/dports/editors/ted/Ted-2.23/Ted/
H A DtedPageLayoutTool.c68 const int doSelection= 1; in tedFormatFillPageLayoutPage() local
70 appPageLayoutPageFillPage( plt, doHdFt, doSelection, in tedFormatFillPageLayoutPage()
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/editor/
H A DColourMenu.java103 public void doSelection() in doSelection() method in ColourMenu
150 doSelection(); in mouseReleased()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DAlternativeSelector.java38 public static void doSelection(final EffectivePolicyModifier modifier) throws PolicyException { in doSelection() method in AlternativeSelector
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DAlternativeSelector.java38 public static void doSelection(final EffectivePolicyModifier modifier) throws PolicyException { in doSelection() method in AlternativeSelector
/dports/editors/ted/Ted-2.23/appFrame/
H A DappPageLayoutTool.h104 int doSelection,
H A DappPageLayoutTool.c417 int doSelection, in appPageLayoutPageFillPage() argument
440 plt->pltManageSelection= doSelection; in appPageLayoutPageFillPage()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_select/
H A Dedit_select.cpp137 doSelection(m, gla, 0); in keyReleaseEvent()
144 doSelection(m, gla, 1); in keyReleaseEvent()
151 doSelection(m, gla, 2); in keyReleaseEvent()
191 void EditSelectPlugin::doSelection(MeshModel &m, GLArea *gla, int mode) in doSelection() function in EditSelectPlugin
H A Dedit_select.h80 void doSelection(MeshModel &m, GLArea *gla, int mode);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DDefaultPolicyResolver.java105 AlternativeSelector.doSelection(modifier); in doAlternativeSelection()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DDefaultPolicyResolver.java105 AlternativeSelector.doSelection(modifier); in doAlternativeSelection()
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dkcolorcombo2.h328 void doSelection();
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkDraw/
H A DIVtkDraw_Interactor.cxx57 const Standard_Boolean doSelection) in ClearHighlightAndSelection() argument
59 if (!doHighlighting && !doSelection) in ClearHighlightAndSelection()
73 if (doSelection) in ClearHighlightAndSelection()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DEffectiveAlternativeSelector.java151 public static void doSelection(final EffectivePolicyModifier modifier) throws PolicyException { in doSelection() method in EffectiveAlternativeSelector

12