Home
last modified time | relevance | path

Searched refs:goRight (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/games/cosmosmash/cosmosmash-1.4.8/src/
H A DAutoController.h43 goRight(false), in AutoController()
78 return goRight; in isRightMoveRequested()
138 goLeft = goRight = goHyperspace = false; in endGameState()
148 goRight = !goLeft; in endGameState()
156 goRight = playerPos.x < lowestSpinnerPos.x; in endGameState()
163 goRight = closestRockPos.y >= 0 && playerPos.x < closestRockPos.x; in endGameState()
182 bool goRight; variable
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dfind_index_approx.h124 if (!goRight(iterA)) in _exactTreeSearch()
132 if (!goRight(iterA)) in _exactTreeSearch()
141 if (!goRight(iterA)) in _exactTreeSearch()
146 if (!goRight(iterB)) in _exactTreeSearch()
152 if (!goRight(iterA) || !goRight(iterB)) in _exactTreeSearch()
218 } while (enumerateB && goRight(iterB)); in _approximateTreeSearch()
219 } while (enumerateA && goRight(iterA)); in _approximateTreeSearch()
285 } while (goRight(iter)); in _approximateStringSearch()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dfind_index_approx.h124 if (!goRight(iterA)) in _exactTreeSearch()
132 if (!goRight(iterA)) in _exactTreeSearch()
141 if (!goRight(iterA)) in _exactTreeSearch()
146 if (!goRight(iterB)) in _exactTreeSearch()
152 if (!goRight(iterA) || !goRight(iterB)) in _exactTreeSearch()
218 } while (enumerateB && goRight(iterB)); in _approximateTreeSearch()
219 } while (enumerateA && goRight(iterA)); in _approximateTreeSearch()
285 } while (goRight(iter)); in _approximateStringSearch()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dfind_index_approx.h124 if (!goRight(iterA)) in _exactTreeSearch()
132 if (!goRight(iterA)) in _exactTreeSearch()
141 if (!goRight(iterA)) in _exactTreeSearch()
146 if (!goRight(iterB)) in _exactTreeSearch()
152 if (!goRight(iterA) || !goRight(iterB)) in _exactTreeSearch()
218 } while (enumerateB && goRight(iterB)); in _approximateTreeSearch()
219 } while (enumerateA && goRight(iterA)); in _approximateTreeSearch()
285 } while (goRight(iter)); in _approximateStringSearch()
/dports/devel/okteta/okteta-0.26.6/gui/test/
H A Dcoordtest.cpp70 otherCoord.goRight(); in testEquals()
126 otherCoord.goRight(); otherCoord.goDown(); otherCoord.goLeft(); otherCoord.goUp(); in testGo()
129 otherCoord.goUp(); otherCoord.goLeft(); otherCoord.goDown(); otherCoord.goRight(); in testGo()
139 otherCoord.goRight(Steps); otherCoord.goDown(Steps); in testGoN()
144 otherCoord.goDown(Steps); otherCoord.goRight(Steps); in testGoN()
198 otherCoord.goRight(); in testCompareOperator()
204 otherCoord.goRight(); in testCompareOperator()
230 otherCoord.goRight(); in testIsLaterPriorInLineThan()
236 otherCoord.goRight(); in testIsLaterPriorInLineThan()
258 coord.goRight(); in testIsBeforeLineEnd()
H A Dcoordrangelisttest.cpp71 OtherStart.goRight(0); in testAddJoinableSections()
85 OtherEnd.goRight(1); in testAddJoinableSections()
96 OtherStart.goRight(1); in testAddJoinableSections()
109 OtherStart.goRight(0); in testAddJoinableSections()
144 OtherStart.goRight(2); in testAddNonJoinableSections()
159 OtherStart.goRight(2); in testAddNonJoinableSections()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/test4lcl_opengl/tux_game/
H A Dugame.pas73 goRight,goLeft,goUp: boolean;
385 goRight:= false;
427 goRight:= false;
447 else goRight := true;
460 3..5: goRight:= true;
471 if goRight and (X > 799) then
473 goRight := false;
485 goRight:= false;
492 goRight:= false;
496 goRight:= Context.RightKey;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/test4lcl_opengl/tux_game/
H A Dugame.pas73 goRight,goLeft,goUp: boolean;
385 goRight:= false;
427 goRight:= false;
447 else goRight := true;
460 3..5: goRight:= true;
471 if goRight and (X > 799) then
473 goRight := false;
485 goRight:= false;
492 goRight:= false;
496 goRight:= Context.RightKey;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dcheck_xtextrangecompare.py117 cursor2.goRight(2, True)
143 cursor1.goRight(2, False)
144 cursor1.goRight(5, True)
147 cursor2.goRight(2, False)
148 cursor2.goRight(7, True)
H A Dcheck_bookmarks.py126 xCursor.goRight(random.randrange(100), False)
134 xCursor.goRight(random.randrange(100), False)
135 xCursor.goRight(random.randrange(20), True)
143 xCursor.goRight(random.randrange(300), False)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dcheck_xtextrangecompare.py117 cursor2.goRight(2, True)
143 cursor1.goRight(2, False)
144 cursor1.goRight(5, True)
147 cursor2.goRight(2, False)
148 cursor2.goRight(7, True)
H A Dcheck_bookmarks.py126 xCursor.goRight(random.randrange(100), False)
134 xCursor.goRight(random.randrange(100), False)
135 xCursor.goRight(random.randrange(20), True)
143 xCursor.goRight(random.randrange(300), False)
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dbytearraytablecursor.cpp42 mCoord.goRight(); in setAppendPosEnabled()
121 mCoord.goRight(); in gotoUp()
154 mCoord.goRight(mIndex - oldIndex); in gotoLineEnd()
210 mCoord.goRight(); in stepToEnd()
257 mCoord.goRight(); in gotoPageUp()
H A Dcoord.hpp112 void goRight();
116 void goRight(LinePositionSize positions);
215 goRight(); in goCRight()
229 inline void Coord::goRight() { ++mPos; } in goRight() function in Okteta::Coord
231 inline void Coord::goRight(LinePositionSize positions) { mPos += positions; } in goRight() function in Okteta::Coord
/dports/biology/seqan1/seqan-1.3.1/demos/tutorial/index/
H A Dindex_assignment3.cpp16 if (!goDown(it) && !goRight(it)) in main()
17 while (goUp(it) && !goRight(it)) ; in main()
/dports/biology/seqan/seqan-library-2.4.0/share/doc/seqan/html/demos/dox/index/
H A Diterator.cpp17 if (!goDown(it) && !goRight(it)) in main()
18 while (goUp(it) && !goRight(it)) in main()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/dox/index/
H A Diterator.cpp17 if (!goDown(it) && !goRight(it)) in main()
18 while (goUp(it) && !goRight(it)) in main()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/tutorial/index_iterators/
H A Diterator_solution2.cpp15 if (!goDown(it) && !goRight(it)) in main()
16 while (goUp(it) && !goRight(it)) in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/text/
H A D_XTextCursor.java138 bRight = oObj.goRight(n, true); in _goRight()
157 bEnd = !oObj.goRight(n, false) ; in _gotoEnd()
178 oObj.goRight((short) 5, true); in _gotoRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/text/
H A D_XTextCursor.java138 bRight = oObj.goRight(n, true); in _goRight()
157 bEnd = !oObj.goRight(n, false) ; in _gotoEnd()
178 oObj.goRight((short) 5, true); in _gotoRange()
/dports/devel/stack/stack-2.7.3/_cabal_deps/conduit-1.3.4.1/src/Data/Conduit/Internal/
H A DConduit.hs310 goRight left0 (right0 Done)
312 goRight left right =
531 goRight bs left right =
542 recurse = goRight bs left
553 in goRight [] (left0 Done) (right0 Done)
580 goRight left right =
592 Done () -> goRight (Done ()) (rc ())
597 in goRight left0 (right0 Done)
838 let goRight left right =
846 recurse = goRight left
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/conduit-1.3.2/src/Data/Conduit/Internal/
H A DConduit.hs308 goRight left0 (right0 Done)
310 goRight left right =
529 goRight bs left right =
540 recurse = goRight bs left
551 in goRight [] (left0 Done) (right0 Done)
578 goRight left right =
590 Done () -> goRight (Done ()) (rc ())
595 in goRight left0 (right0 Done)
802 let goRight left right =
810 recurse = goRight left
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/conduit-1.3.2.1/src/Data/Conduit/Internal/
H A DConduit.hs308 goRight left0 (right0 Done)
310 goRight left right =
529 goRight bs left right =
540 recurse = goRight bs left
551 in goRight [] (left0 Done) (right0 Done)
578 goRight left right =
590 Done () -> goRight (Done ()) (rc ())
595 in goRight left0 (right0 Done)
802 let goRight left right =
810 recurse = goRight left
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/conduit-1.3.4.1/src/Data/Conduit/Internal/
H A DConduit.hs310 goRight left0 (right0 Done)
312 goRight left right =
531 goRight bs left right =
542 recurse = goRight bs left
553 in goRight [] (left0 Done) (right0 Done)
580 goRight left right =
592 Done () -> goRight (Done ()) (rc ())
597 in goRight left0 (right0 Done)
838 let goRight left right =
846 recurse = goRight left
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/conduit-1.3.4.1/src/Data/Conduit/Internal/
H A DConduit.hs310 goRight left0 (right0 Done)
312 goRight left right =
531 goRight bs left right =
542 recurse = goRight bs left
553 in goRight [] (left0 Done) (right0 Done)
580 goRight left right =
592 Done () -> goRight (Done ()) (rc ())
597 in goRight left0 (right0 Done)
838 let goRight left right =
846 recurse = goRight left
[all …]

1234567891011