Home
last modified time | relevance | path

Searched defs:worked (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dai-use.cpp95 bool AI::useTarget(int x, int y, int targetX, int targetY, int newTile, int *worked) { in useTarget()
138 int worked; in useSwitch() local
145 int worked; in useSwitchOn() local
164 int worked; in useLockedSwitch() local
188 int worked; in useLockedSwitchOn() local
207 int worked; in useCellHolder() local
227 int worked; in useTouchplate() local
232 int worked; in useTouchplateOn() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dai-use.cpp95 bool AI::useTarget(int x, int y, int targetX, int targetY, int newTile, int *worked) { in useTarget()
138 int worked; in useSwitch() local
145 int worked; in useSwitchOn() local
164 int worked; in useLockedSwitch() local
188 int worked; in useLockedSwitchOn() local
207 int worked; in useCellHolder() local
227 int worked; in useTouchplate() local
232 int worked; in useTouchplateOn() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/
H A DInfiniteProgress.java39 private int worked = 0; field in InfiniteProgress
53 public void worked(int work) { in worked() method in InfiniteProgress
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/
H A DInfiniteProgress.java39 private int worked = 0; field in InfiniteProgress
53 public void worked(int work) { in worked() method in InfiniteProgress
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/
H A DAsyncExecTests.java77 final List<IRunnableWithProgress> worked = new ArrayList<>(); in testWorker() local
140 final List<IRunnableWithProgress> worked = new ArrayList<>(); in testCancelOnRequeue() local
/dports/net/kget/kget-21.12.3/tests/
H A Dtesttransfers.cpp130 bool worked; in parseCommands() local
150 bool worked = true; in parseCommands() local
181 bool worked; in parseCommands() local
215 bool worked; in parseCommands() local
233 bool worked; in parseCommands() local
455 bool worked; in slotChangedEvent() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/
H A DInfiniteSubProgressMonitor.java37 int worked; field in InfiniteSubProgressMonitor
69 public void worked(int work) { in worked() method in InfiniteSubProgressMonitor
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/operation/
H A DAccumulatingProgressMonitor.java64 private double worked; field in AccumulatingProgressMonitor.Collector
97 public void worked(double workedIncrement) { in worked() method in AccumulatingProgressMonitor.Collector
215 public synchronized void worked(int work) { in worked() method in AccumulatingProgressMonitor
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/search/
H A DProgressDistributor.java26 private double worked = 0; field in ProgressDistributor
92 public synchronized void worked(int work) { in worked() method in ProgressDistributor
H A DLazyProgressMonitor.java46 public void worked(int newWork) { in worked() method in LazyProgressMonitor
/dports/news/cnews/cnews-cr.g_18/relay/
H A Dfileart.c172 register int worked = NO; local
194 register int worked = NO; local
229 register int worked = NO; local
260 register int worked = NO; local
310 register boolean worked = NO; local
340 register boolean worked = NO; /* open or link worked? */ local
783 register int worked = NO; local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DBatchInitializationMonitor.java23 public int worked = 0; field in BatchInitializationMonitor
83 public void worked(int work) { in worked() method in BatchInitializationMonitor
/dports/net/freeswitch/freeswitch-1.10.3.-release/scripts/python/freepy/
H A Dfshelper.py360 def worked(*args): function
373 def worked(*args): function
387 def worked(*args): function
437 def worked(result): function
455 def worked(result): function
486 def worked(result): function
/dports/math/e-antic/flint2-ae7ec89/flintxx/
H A Dflint_exception.h33 inline void execution_check(bool worked, const std::string& where, in execution_check()
/dports/math/flint2/flint-2.8.4/flintxx/
H A Dflint_exception.h33 inline void execution_check(bool worked, const std::string& where, in execution_check()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/
H A Dflint_exception.h33 inline void execution_check(bool worked, const std::string& where, in execution_check()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DCreateMacroDialog.C142 boolean worked = this->createMacro(); in okCallback() local
162 boolean worked = this->editor->macroifySelectedNodes(name, cat, desc, in createMacro() local
/dports/devel/cli11/CLI11-2.1.2/tests/
H A DComplexTypeTest.cpp20 bool worked = CLI::detail::lexical_cast(res[0], x) && CLI::detail::lexical_cast(res[1], y); in add_option() local
92 bool worked; in lexical_cast() local
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DcoinString.h10 SbBool worked = to.set(input.getString()); variable
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/binding/
H A Dif-let.rs11 let mut worked = false; in main() localVariable
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/core/compiler/
H A DCompilationProgress.java84 public abstract void worked(int workIncrement, int remainingWork); in worked() method in CompilationProgress
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/
H A DCompilationProgress.java87 public abstract void worked(int workIncrement, int remainingWork); in worked() method in CompilationProgress
/dports/math/optpp/optpp-2.4/src/PDS/
H A Dpdsupd.c4 int pdsupd(long int worked, int best, int n, int *index, double *s, in pdsupd()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/PDS/
H A Dpdsupd.c4 int pdsupd(long int worked, int best, int n, int *index, double *s, in pdsupd()
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/comic/
H A Dcomicarchivejob.cpp184 bool worked = false; in dataUpdated() local
375 const bool worked = job->exec(); in copyZipFileToDestination() local

1234567891011