Home
last modified time | relevance | path

Searched defs:mainLoop (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/lang/kawa/kawa-3.1.1/gnu/xml/
H A DXMLParser.java160 continue mainLoop; in parse() local
170 continue mainLoop; in parse() local
175 continue mainLoop; in parse() local
181 continue mainLoop; in parse() local
324 continue mainLoop; in parse() local
432 continue mainLoop; in parse() local
464 continue mainLoop; in parse() local
470 continue mainLoop; in parse() local
778 continue mainLoop; in parse() local
845 continue mainLoop; in parse() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java167 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
170 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
190 private final Runnable mainLoop; field in SequentialScheduler.LockingRestartableTask
193 public LockingRestartableTask(Runnable mainLoop) { in LockingRestartableTask()
391 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
407 public static SequentialScheduler lockingScheduler(Runnable mainLoop) { in lockingScheduler()
/dports/games/hs-scroll/scroll-1.20180421/
H A DControl.hs24 mainLoop (EventCharacter '\t') = forceRedraw function
25 mainLoop (EventCharacter c) = case M.lookup c charMap of function
34 mainLoop e = maybe ignore move (arrowDirection e) function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DPatternEntry.java227 case '=': if (newStrength != UNSET) break mainLoop; in next() local
229 case ',': if (newStrength != UNSET) break mainLoop; in next() local
231 case ';': if (newStrength != UNSET) break mainLoop; in next() local
233 case '<': if (newStrength != UNSET) break mainLoop; in next() local
235 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java231 case '=': if (newStrength != UNSET) break mainLoop; in next() local
233 case ',': if (newStrength != UNSET) break mainLoop; in next() local
235 case ';': if (newStrength != UNSET) break mainLoop; in next() local
237 case '<': if (newStrength != UNSET) break mainLoop; in next() local
239 case '&': if (newStrength != UNSET) break mainLoop; in next() local
/dports/misc/visp/visp-3.4.0/modules/ar/include/visp3/ar/
H A DvpViewer.h147 static void mainLoop() { SoWin::mainLoop(); }; in mainLoop() function
151 static void mainLoop() { SoQt::mainLoop(); }; in mainLoop() function
155 static void mainLoop() { SoXt::mainLoop(); }; in mainLoop() function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/
H A DServerCore.hs42 mainLoop = forever $ do function
/dports/games/hedgewars/hedgewars-src-1.0.0/gameServer/
H A DServerCore.hs42 mainLoop = forever $ do function
/dports/devel/glibmm/glibmm-2.64.2/examples/child_watch/
H A Dmain.cc27 ChildWatch(const Glib::RefPtr<Glib::MainLoop>& mainLoop) : m_mainLoop(mainLoop) {} in ChildWatch()
62 auto mainLoop = Glib::MainLoop::create(); in main() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java165 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
168 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
359 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java165 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
168 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
359 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java165 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
168 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
359 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java165 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
168 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
359 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java165 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
168 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
359 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java165 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
168 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
359 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSequentialScheduler.java165 private final Runnable mainLoop; field in SequentialScheduler.SynchronizedRestartableTask
168 public SynchronizedRestartableTask(Runnable mainLoop) { in SynchronizedRestartableTask()
359 public static SequentialScheduler synchronizedScheduler(Runnable mainLoop) { in synchronizedScheduler()
/dports/graphics/py-pivy/pivy-0.6.6/Inventor/Qt/
H A DSoQt.i2 static void mainLoop() { in mainLoop() function

12345678910>>...15