Home
last modified time | relevance | path

Searched refs:stopCond (Results 1 – 18 of 18) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/genetics/
H A DFitnessCachingTest.java57 StoppingCondition stopCond = new FixedGenerationCount(NUM_GENERATIONS); in testFitnessCaching() local
60 ga.evolve(initial, stopCond); in testFitnessCaching()
H A DGeneticAlgorithmTestBinary.java58 StoppingCondition stopCond = new FixedGenerationCount(NUM_GENERATIONS); in test() local
64 Population finalPopulation = ga.evolve(initial, stopCond); in test()
H A DGeneticAlgorithmTestPermutations.java68 StoppingCondition stopCond = new FixedGenerationCount(NUM_GENERATIONS); in test() local
74 Population finalPopulation = ga.evolve(initial, stopCond); in test()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Debugger/
H A DWebSocket.cpp85 static std::condition_variable stopCond; variable
94 stopCond.notify_all(); in UpdateConnected()
216 stopCond.wait(guard); in StopAllDebuggers()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Debugger/
H A DWebSocket.cpp85 static std::condition_variable stopCond; variable
94 stopCond.notify_all(); in UpdateConnected()
216 stopCond.wait(guard); in StopAllDebuggers()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Debugger/
H A DWebSocket.cpp85 static std::condition_variable stopCond; variable
94 stopCond.notify_all(); in UpdateConnected()
216 stopCond.wait(guard); in StopAllDebuggers()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/tools/
H A Dexpr_tools.cpp243 flwor_wincond* stopCond = wc->get_win_stop(); in index_flwor_vars() local
248 if (stopCond != NULL) in index_flwor_vars()
249 add_wincond_vars(stopCond, numVars, varidmap, idvarmap); in index_flwor_vars()
454 flwor_wincond* stopCond = wc->get_win_stop(); in build_expr_to_vars_map() local
459 if (stopCond != NULL) in build_expr_to_vars_map()
460 remove_wincond_vars(stopCond, varmap, freeset); in build_expr_to_vars_map()
/dports/audio/oaml/oaml-1.3.4/src/
H A DoamlMusicTrack.cpp149 bool stopCond = false; in SetCondition() local
191 stopCond = true; in SetCondition()
196 if (stopCond == true && playCond == false) { in SetCondition()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dflwor_rules.cpp887 flwor_wincond* stopCond = wc->get_win_stop(); in safe_to_fold_single_use() local
889 expr* stopExpr = (stopCond == NULL ? NULL : stopCond->get_cond()); in safe_to_fold_single_use()
1102 flwor_wincond* stopCond = wc->get_win_stop(); in var_in_try_or_loop() local
1104 expr* stopExpr = stopCond == NULL ? NULL : stopCond->get_cond(); in var_in_try_or_loop()
H A Dfold_rules.cpp463 flwor_wincond* stopCond = wc->get_win_stop(); in RULE_REWRITE_POST() local
468 if (stopCond != NULL) in RULE_REWRITE_POST()
469 remove_wincond_vars(stopCond, freevars); in RULE_REWRITE_POST()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_base.cpp952 flwor_wincond* stopCond = wc->get_win_stop(); in is_map_internal() local
957 if (stopCond && stopCond->get_cond()->contains_expr(e)) in is_map_internal()
H A Dflwor_expr.cpp1099 const flwor_wincond* stopCond = wc->get_win_stop(); in get_vars_defined() local
1101 const flwor_wincond::vars& stopVars = stopCond->get_out_vars(); in get_vars_defined()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_posix_SharedCode.h1277 pthread_cond_init (&stopCond, &attr); in Pimpl()
1331 pthread_cond_signal (&stopCond); in stop()
1343 pthread_cond_t stopCond; member
1368 while (! destroyThread && clock.wait (stopCond, timerMutex)); in timerThread()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_posix_SharedCode.h1240 pthread_cond_init (&stopCond, &attr); in Pimpl()
1294 pthread_cond_signal (&stopCond); in stop()
1306 pthread_cond_t stopCond; member
1331 while (! destroyThread && clock.wait (stopCond, timerMutex)); in timerThread()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_posix_SharedCode.h1281 while (periodMs != 0 && clock.wait (stopCond, unique_lock)); in start()
1312 stopCond.notify_one(); in stop()
1323 std::condition_variable stopCond; member
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/libeval_compiler/
H A Dlibeval_compiler.h455 const std::function<bool( wxUniChar )>& stopCond ) const;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/libeval_compiler/
H A Dlibeval_compiler.cpp218 const std::function<bool( wxUniChar )>& stopCond ) const in MatchAhead()
226 return ( remaining == (int) match.length() || stopCond( m_str[m_pos + match.length()] ) ); in MatchAhead()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp1080 flwor_wincond* stopCond = wc->get_win_stop(); in begin_visit() local
1085 if (stopCond) in begin_visit()
1086 stopCond->get_cond()->accept(*this); in begin_visit()