Home
last modified time | relevance | path

Searched refs:foundCurrent (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/shells/
H A DMultipageWizard.java272 boolean foundCurrent = false; in performNext()
275 if (true == foundCurrent) { in performNext()
281 foundCurrent = true; in performNext()
285 if (false == foundCurrent) { in performNext()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/terminal/
H A DTerminalPopupMenu.java290 boolean foundCurrent = false; in getNextTerminalHandle()
293 if (foundCurrent) in getNextTerminalHandle()
299 foundCurrent = true; in getNextTerminalHandle()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Internal/
H A DRuntimeFrameworkTests.cs107 bool foundCurrent = false; in CanListAvailableFrameworks()
111 foundCurrent |= RuntimeFramework.CurrentFramework.Supports(framework); in CanListAvailableFrameworks()
113 Assert.That(foundCurrent, "CurrentFramework not listed"); in CanListAvailableFrameworks()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dpanel.cpp1713 bool foundCurrent = false; in LoadPath() local
1726 foundCurrent = true; in LoadPath()
1737 if (!foundCurrent) in LoadPath()
1825 bool foundCurrent = false; in OperThreadStopped() local
1835 foundCurrent = true; in OperThreadStopped()
1839 if (!foundCurrent && _list.SortMode() == SORT_NONE) in OperThreadStopped()
1842 foundCurrent = true; in OperThreadStopped()
1846 if (!foundCurrent && !_operCurrent.name.IsEmpty()) in OperThreadStopped()
1852 foundCurrent = true; in OperThreadStopped()
1857 if (!foundCurrent && _operCursorLoc >= 0) in OperThreadStopped()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/dialogs/
H A DGUIDialogPVRTimerSettings.cpp852 bool foundCurrent(false); in TypesFiller() local
858 if (!foundCurrent && (*(pThis->m_timerType) == *(typeEntry.second))) in TypesFiller()
861 foundCurrent = true; in TypesFiller()
880 bool foundCurrent(false); in ChannelsFiller() local
895 if (!foundCurrent && (pThis->m_channel == channelEntry.second)) in ChannelsFiller()
898 foundCurrent = true; in ChannelsFiller()
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_playlist.cpp1256 bool foundCurrent = false; in reloadPlaylists() local
1280 if ( !foundCurrent in reloadPlaylists()
1284 foundCurrent = true; in reloadPlaylists()
1291 if (!foundCurrent) in reloadPlaylists()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/audio/
H A Dmedia_audio.cpp850 auto foundCurrent = currentIndex(type); in play() local
854 *foundCurrent = index; in play()
858 if (index == kTogetherLimit && ++*foundCurrent >= kTogetherLimit) { in play()
859 *foundCurrent -= kTogetherLimit; in play()
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dlogger.c3716 int foundCurrent; local
3729 foundCurrent = FALSE;
3741 foundCurrent = TRUE;
3750 foundCurrent = TRUE;
3763 if (!foundCurrent) {
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/backupstore/
H A Dtestbackupstore.cpp1526 bool foundCurrent = false; in test_server() local
1532 if(en->GetFlags() == (BackupStoreDirectory::Entry::Flags_File)) foundCurrent = true; in test_server()
1536 TEST_THAT(foundCurrent); in test_server()