Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 25 of 1840) sorted by relevance

12345678910>>...74

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Drecord_store_test_capped_visibility.cpp69 ASSERT(!rs->getCursor(longLivedOp.get(), true)->next()); in TEST()
70 ASSERT(!rs->getCursor(longLivedOp.get(), false)->next()); in TEST()
79 ASSERT(!rs->getCursor(opCtx.get())->seekExact(lowestHiddenId)); in TEST()
81 ASSERT(!rs->getCursor(opCtx.get(), true)->next()); in TEST()
82 ASSERT(!rs->getCursor(opCtx.get(), false)->next()); in TEST()
87 ASSERT_ID_EQ(rs->getCursor(opCtx.get(), true)->next(), otherId); in TEST()
88 ASSERT_ID_EQ(rs->getCursor(opCtx.get(), false)->next(), otherId); in TEST()
98 ASSERT(!rs->getCursor(longLivedOp.get())->seekExact(otherId)); in TEST()
147 ASSERT(!rs->getCursor(opCtx.get())->seekExact(lowestHiddenId)); in TEST()
163 ASSERT(!rs->getCursor(opCtx.get())->seekExact(lowestHiddenId)); in TEST()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/puzzles/
H A Dboard.cpp78 getCursor()->show(); in init()
106 getCursor()->show(); in update()
112 getCursor()->hide(); in update()
177 Common::Point mousePos = getCursor()->position(); in findRect()
190 Common::Point mousePos = getCursor()->position(); in checkMouse()
206 Common::Point mousePos = getCursor()->position(); in updateCursor()
217 getCursor()->set(getWorld()->graphicResourceIds[34]); in updateCursor()
227 getCursor()->set(getWorld()->graphicResourceIds[33]); in updateCursor()
234 getCursor()->set(getWorld()->graphicResourceIds[34]); in updateCursor()
247 getCursor()->set(getWorld()->graphicResourceIds[33]); in updateCursor()
[all …]
H A Dfisherman.cpp72 getCursor()->set(getWorld()->graphicResourceIds[47], -1, kCursorAnimationMirror, 7); in init()
173 getCursor()->hide(); in mouseRightDown()
187 Common::Point mousePos = getCursor()->position(); in updateCursor()
197 if (getCursor()->getAnimation() != kCursorAnimationMirror) in updateCursor()
198 getCursor()->set(getWorld()->graphicResourceIds[47], -1, kCursorAnimationMirror, 7); in updateCursor()
210 if (getCursor()->getAnimation() != kCursorAnimationNone) in updateCursor()
211 getCursor()->set(getWorld()->graphicResourceIds[47], -1, kCursorAnimationNone, 7); in updateCursor()
212 else if (getCursor()->getAnimation() != kCursorAnimationMirror) in updateCursor()
213 getCursor()->set(getWorld()->graphicResourceIds[47], -1, kCursorAnimationMirror, 7); in updateCursor()
H A Dclock.cpp77 getCursor()->show(); in init()
103 getCursor()->show(); in update()
136 getCursor()->hide(); in mouseLeftDown()
158 getCursor()->set(getWorld()->graphicResourceIds[7], -1, kCursorAnimationNone); in updateCursor()
160 getCursor()->set(getWorld()->graphicResourceIds[7], -1, kCursorAnimationMirror); in updateCursor()
166 if (_vm->rectContains(&puzzleClockRects[i], getCursor()->position())) in findRect()
H A Dvcr.cpp80 getCursor()->hide(); in init()
162 getCursor()->show(); in mouseLeftDown()
172 getCursor()->show(); in mouseLeftDown()
266 getCursor()->hide(); in mouseLeftUp()
325 getCursor()->show(); in updateScreen()
365 Common::Point mousePos = getCursor()->position(); in updateCursor()
386 if (getCursor()->getAnimation()) in updateCursor()
390 getCursor()->hide(); in updateCursor()
399 Common::Point mousePos = getCursor()->position(); in updateJack()
613 getCursor()->hide(); in setJackOnHole()
[all …]
H A Dlock.cpp72 getCursor()->set(getWorld()->graphicResourceIds[41], 0, kCursorAnimationNone); in init()
111 getCursor()->hide(); in update()
234 Common::Point mousePos = getCursor()->position(); in updateCursor()
238 if (getCursor()->getAnimation() != kCursorAnimationMirror) in updateCursor()
239 getCursor()->set(getWorld()->graphicResourceIds[41]); in updateCursor()
245 if (getCursor()->getAnimation() == kCursorAnimationMirror) in updateCursor()
246 getCursor()->set(getWorld()->graphicResourceIds[41], 0, kCursorAnimationNone); in updateCursor()
H A Dwheel.cpp115 getCursor()->show(); in init()
153 getCursor()->hide(); in update()
162 getCursor()->show(); in update()
209 getCursor()->hide(); in update()
220 getCursor()->show(); in update()
233 getCursor()->hide(); in update()
247 getCursor()->show(); in update()
312getCursor()->set(getWorld()->graphicResourceIds[2], -1, (index == -1) ? kCursorAnimationNone : kCu… in updateCursor()
318 if (_vm->rectContains(&puzzleWheelRects[i], getCursor()->position())) in findRect()
H A Dtimemachine.cpp107 getCursor()->set(getWorld()->graphicResourceIds[62], -1, kCursorAnimationMirror, 7); in init()
176 getCursor()->hide(); in update()
239 getCursor()->hide(); in mouseRightDown()
252 if (_vm->rectContains(&puzzleTimeMachineRects[i], getCursor()->position())) { in updateCursor()
253 if (getCursor()->getAnimation() != kCursorAnimationMirror) in updateCursor()
254 getCursor()->set(getWorld()->graphicResourceIds[62], -1, kCursorAnimationMirror, 7); in updateCursor()
260 if (getCursor()->getAnimation()) in updateCursor()
261 getCursor()->set(getWorld()->graphicResourceIds[62], -1, kCursorAnimationNone, 7); in updateCursor()
H A Dhivecontrol.cpp121 getCursor()->show(); in init()
144 getCursor()->show(); in update()
161 getCursor()->hide(); in mouseLeftDown()
178 getCursor()->hide(); in mouseLeftDown()
195 getCursor()->hide(); in mouseLeftDown()
212 getCursor()->hide(); in mouseLeftDown()
220 getCursor()->hide(); in mouseLeftDown()
226 getCursor()->hide(); in mouseLeftDown()
232 getCursor()->hide(); in mouseLeftDown()
258 getCursor()->hide(); in mouseLeftDown()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DPatternEditorControlKeyboard.cpp999 patternEditor->getCursor().row = 0; in eventKeyDownBinding_HOME()
1005 patternEditor->getCursor().row = pattern->rows-1; in eventKeyDownBinding_END()
1011 patternEditor->getCursor().row = (pattern->rows >> 2); in eventKeyDownBinding_FIRSTQUARTER()
1350 patternEditor->insertNote(patternEditor->getCursor().channel, patternEditor->getCursor().row); in eventKeyDownBinding_InsertNote()
1424 cursorCopy = patternEditor->getCursor(); in eventKeyDownBinding_CutTrack()
1447 cursorCopy = patternEditor->getCursor(); in eventKeyDownBinding_CopyTrack()
1503 cursorCopy = patternEditor->getCursor(); in eventKeyDownBinding_CutPattern()
1526 cursorCopy = patternEditor->getCursor(); in eventKeyDownBinding_CopyPattern()
1589 cursorCopy = patternEditor->getCursor(); in eventKeyCharBinding_Cut()
1602 cursorCopy = patternEditor->getCursor(); in eventKeyCharBinding_Copy()
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/client/gui/
H A DItemPanelTest.java43 assertEquals("Default cursor", dummy.getCursor(), panel.getCursor()); in testCursors()
60 panel.getCursor().toString()); in testCursors()
71 assertEquals("Default cursor", dummy.getCursor(), panel.getCursor()); in testCursors()
76 cursors.get(view.getCursor()).toString(), in testCursors()
77 panel.getCursor().toString()); in testCursors()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dcursor.cpp59 DBClientCursor* getCursor(JSObject* thisv) { in getCursor() function
63 DBClientCursor* getCursor(JS::CallArgs& args) { in getCursor() function
64 return getCursor(args.thisv().toObjectOrNull()); in getCursor()
78 auto cursor = getCursor(args); in call()
96 auto cursor = getCursor(args); in call()
107 auto cursor = getCursor(args); in call()
124 auto cursor = getCursor(args); in call()
133 auto cursor = getCursor(args); in call()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/game/
H A Dlogic.cpp210 _engine->getCursor()->setStyle(kCursorTalk2); in eventMouse()
220 _engine->getCursor()->setStyle(kCursorNormal); in eventMouse()
227 _engine->getCursor()->setStyle(kCursorMagnifier); in eventMouse()
232 _engine->getCursor()->setStyle(kCursorNormal); in eventMouse()
249 if (!getAction()->getCursor(**it)) in eventMouse()
264 _engine->getCursor()->setStyle(kCursorNormal); in eventMouse()
269 _engine->getCursor()->setStyle(getAction()->getCursor(*hotspot)); in eventMouse()
394 _engine->getCursor()->setStyle(kCursorTalk2); in eventTick()
560 if (getAction()->getCursor(**i)) { in updateCursor()
589 _engine->getCursor()->setStyle(style); in updateCursor()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/game/
H A Dlogic.cpp210 _engine->getCursor()->setStyle(kCursorTalk2); in eventMouse()
220 _engine->getCursor()->setStyle(kCursorNormal); in eventMouse()
227 _engine->getCursor()->setStyle(kCursorMagnifier); in eventMouse()
232 _engine->getCursor()->setStyle(kCursorNormal); in eventMouse()
249 if (!getAction()->getCursor(**it)) in eventMouse()
264 _engine->getCursor()->setStyle(kCursorNormal); in eventMouse()
269 _engine->getCursor()->setStyle(getAction()->getCursor(*hotspot)); in eventMouse()
394 _engine->getCursor()->setStyle(kCursorTalk2); in eventTick()
560 if (getAction()->getCursor(**i)) { in updateCursor()
589 _engine->getCursor()->setStyle(style); in updateCursor()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dcursor_manager_test.cpp177 auto cursorId = cursorPin.getCursor()->cursorid(); in TEST_F()
197 auto cursorId = cursorPin.getCursor()->cursorid(); in TEST_F()
223 auto cursorId = cursorPin.getCursor()->cursorid(); in TEST_F()
272 auto cursorId = cursorPin.getCursor()->cursorid(); in TEST_F()
488 auto cursorId = pinned.getCursor()->cursorid(); in TEST_F()
512 auto cursorId1 = pinned.getCursor()->cursorid(); in TEST_F()
513 auto cursorId2 = pinned2.getCursor()->cursorid(); in TEST_F()
568 makeCursor(opCtx3.get()).getCursor(); in TEST_F()
592 auto cursorId = pinned.getCursor()->cursorid(); in TEST_F()
603 auto cursorId1 = pinned1.getCursor()->cursorid(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/basicstream/internal/drivers/
H A DStreamDriverTest.java206 when(mStreamFeature.getCursor()) in testBuildChildren()
224 when(mStreamFeature.getCursor()) in testBuildChildren_unboundContent()
237 when(mStreamFeature.getCursor()) in testBuildChildren_unboundChild_logsInternalError()
290 when(mStreamFeature.getCursor()) in testMaybeRestoreScroll_withToken()
305 when(mStreamFeature.getCursor()) in testMaybeRestoreScroll_withSyntheticToken()
325 when(mStreamFeature.getCursor()) in testMaybeRestoreScroll_notRestoring_doesNotScroll()
342 when(mStreamFeature.getCursor()) in testContinuationToken_createsContinuationContentModel()
357 when(mStreamFeature.getCursor()).thenReturn(initialCursor); in testContinuationToken_tokenHandling()
763 when(mStreamFeature.getCursor()).thenReturn(cursor); in testHasContent_returnsTrue()
889 when(mStreamFeature.getCursor()) in testIsZeroStateBeingShown_returnsFalse_ifZeroStateIsSpinner()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/infraintegration/
H A DSyntheticTokensTest.java142 cursor = root.getCursor(); in syntheticTokenPaging()
158 cursor = root.getCursor(); in syntheticTokenPaging()
174 cursor = root.getCursor(); in syntheticTokenPaging()
229 cursor = root.getCursor(); in syntheticTokenPaging_withCache()
245 cursor = root.getCursor(); in syntheticTokenPaging_withCache()
261 cursor = root.getCursor(); in syntheticTokenPaging_withCache()
312 cursor = root.getCursor(); in syntheticTokenPaging_paging()
319 cursor = root.getCursor(); in syntheticTokenPaging_paging()
377 cursor = root.getCursor(); in syntheticTokenPaging_pagingRestoredSession()
387 cursor = root.getCursor(); in syntheticTokenPaging_pagingRestoredSession()
[all …]
H A DContentRemoveTest.java71 mModelValidator.assertCursorSize(rootFeature.getCursor(), cards.length); in removeContent()
74 ModelCursor advancedCursor0 = rootFeature.getCursor(); in removeContent()
75 ModelCursor advancedCursor1 = advanceCursor(rootFeature.getCursor(), 1); in removeContent()
76 ModelCursor advancedCursor2 = advanceCursor(rootFeature.getCursor(), 2); in removeContent()
77 ModelCursor advancedCursor3 = advanceCursor(rootFeature.getCursor(), 3); in removeContent()
78 ModelCursor advancedCursor4 = advanceCursor(rootFeature.getCursor(), 4); in removeContent()
102 ModelCursor cursor = rootFeature.getCursor(); in removeContent()
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_changesummary.pas470 crs := AList.getCursor();
511 crs := AList.getCursor();
553 crs := AList.getCursor();
596 crs := AList.getCursor();
639 crs := AList.getCursor();
681 crs := AList.getCursor();
723 crs := AList.getCursor();
766 crs := AList.getCursor();
808 crs := AList.getCursor();
850 crs := AList.getCursor();
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_changesummary.pas470 crs := AList.getCursor();
511 crs := AList.getCursor();
553 crs := AList.getCursor();
596 crs := AList.getCursor();
639 crs := AList.getCursor();
681 crs := AList.getCursor();
723 crs := AList.getCursor();
766 crs := AList.getCursor();
808 crs := AList.getCursor();
850 crs := AList.getCursor();
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/views/
H A Dmenu.cpp110 getCursor()->hide(); in setup()
157 getCursor()->show(); in closeCredits()
367 getCursor()->show(); in init()
377 getCursor()->hide(); in init()
397 getCursor()->show(); in init()
765 getCursor()->show(); in updateLoadGame()
767 getCursor()->hide(); in updateLoadGame()
890 getCursor()->show(); in updateSaveGame()
1243 getCursor()->show(); in updateViewMovies()
1993 getCursor()->hide(); in clickQuitGame()
[all …]
H A Dscene.cpp93 getCursor()->hide(); in enter()
117 getCursor()->show(); in enter()
290 getCursor()->show(); in load()
371 getCursor()->show(); in init()
464 if (getCursor()->isHidden()) in key()
1139 getCursor()->set(resourceId); in updateCursor()
1156 if (getCursor()->getResourceId() != id) in updateCursor()
1162 if (getCursor()->getResourceId() != id) in updateCursor()
1232 …if (getCursor()->getResourceId() != _ws->cursorResources[kCursorResourceTalkNPC2] || getCursor()->… in updateCursor()
2365 getCursor()->hide(); in preload()
[all …]
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/views/gamelist/
H A DISimpleGameListView.cpp67 FileData* cursor = getCursor(); in onFileChanged()
85 FileData* cursor = getCursor(); in input()
96 FileData* cursor = getCursor(); in input()
112 SystemData* systemToView = getCursor()->getSystem(); in input()
142 FileData* randomGame = getCursor()->getSystem()->getRandomGame(); in input()
153 if(CollectionSystemManager::get()->toggleGameInCollection(getCursor())) in input()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Ddata_builder_test.cpp69 ConstDataRangeCursor cdrc = db.getCursor(); in TEST()
88 ConstDataRangeCursor cdrc = db.getCursor(); in TEST()
104 ConstDataRangeCursor cdrc = db.getCursor(); in TEST()
151 ConstDataRangeCursor cdrc = db.getCursor(); in TEST()
162 ConstDataRangeCursor cdrc = db2.getCursor(); in TEST()
170 ASSERT(!db.getCursor().data()); in TEST()
/dports/math/gecode/gecode-0916a1a/gecode/gist/
H A Dnodestats.cpp115 QString("%1").arg(pnv.getCursor().depth)); in node()
116 solvedLabel->setPlainText(QString("%1").arg(pnv.getCursor().solved)); in node()
118 failedLabel->setPlainText(QString("%1").arg(pnv.getCursor().failed)); in node()
120 choicesLabel->setPlainText(QString("%1").arg(pnv.getCursor().choice)); in node()
122 openLabel->setPlainText(QString("%1").arg(pnv.getCursor().open)); in node()

12345678910>>...74