Home
last modified time | relevance | path

Searched refs:abandoned (Results 1 – 25 of 4176) sorted by relevance

12345678910>>...168

/dports/games/golddig/golddigC3.1/levs/
H A Dscores2 38 20 20 54171 chuck was abandoned
3 19 5 5 54171 chuck was abandoned
4 1 26 27 54171 chuck was abandoned
5 0 20 20 54171 chuck was abandoned
6 0 20 20 54171 chuck was abandoned
7 0 12 12 54171 chuck was abandoned
8 0 10 10 54171 chuck was abandoned
9 0 10 10 54171 chuck was abandoned
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Package/
H A DCompletePackage.php30 protected $abandoned = false; variable in Composer\\Package\\CompletePackage
179 return (boolean) $this->abandoned;
183 * @param bool|string $abandoned
185 public function setAbandoned($abandoned) argument
187 $this->abandoned = $abandoned;
197 return is_string($this->abandoned) ? $this->abandoned : null;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrContext.cpp158 bool GrContext::abandoned() { in abandoned() function in GrContext
197 if (this->abandoned()) { in purgeUnlockedResources()
214 if (this->abandoned()) { in performDeferredCleanup()
236 if (this->abandoned()) { in purgeUnlockedResources()
315 if (this->abandoned()) { in flush()
391 if (this->abandoned()) { in createBackendTexture()
408 if (this->abandoned()) { in createBackendTexture()
422 if (this->abandoned()) { in createBackendTexture()
454 if (this->abandoned()) { in createBackendTexture()
491 if (this->abandoned()) { in createBackendTexture()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp114 if (this->abandoned()) { in abandonContext()
138 if (this->abandoned()) { in releaseResourcesAndAbandonContext()
185 if (this->abandoned()) { in purgeUnlockedResources()
202 if (this->abandoned()) { in performDeferredCleanup()
224 if (this->abandoned()) { in purgeUnlockedResources()
303 if (this->abandoned()) { in flush()
379 if (this->abandoned()) { in createBackendTexture()
397 if (this->abandoned()) { in createBackendTexture()
411 if (this->abandoned()) { in createBackendTexture()
443 if (this->abandoned()) { in createBackendTexture()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp114 if (this->abandoned()) { in abandonContext()
138 if (this->abandoned()) { in releaseResourcesAndAbandonContext()
185 if (this->abandoned()) { in purgeUnlockedResources()
202 if (this->abandoned()) { in performDeferredCleanup()
224 if (this->abandoned()) { in purgeUnlockedResources()
303 if (this->abandoned()) { in flush()
379 if (this->abandoned()) { in createBackendTexture()
397 if (this->abandoned()) { in createBackendTexture()
411 if (this->abandoned()) { in createBackendTexture()
443 if (this->abandoned()) { in createBackendTexture()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp114 if (this->abandoned()) { in abandonContext()
138 if (this->abandoned()) { in releaseResourcesAndAbandonContext()
185 if (this->abandoned()) { in purgeUnlockedResources()
202 if (this->abandoned()) { in performDeferredCleanup()
224 if (this->abandoned()) { in purgeUnlockedResources()
303 if (this->abandoned()) { in flush()
379 if (this->abandoned()) { in createBackendTexture()
397 if (this->abandoned()) { in createBackendTexture()
411 if (this->abandoned()) { in createBackendTexture()
443 if (this->abandoned()) { in createBackendTexture()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp114 if (this->abandoned()) { in abandonContext()
138 if (this->abandoned()) { in releaseResourcesAndAbandonContext()
185 if (this->abandoned()) { in purgeUnlockedResources()
202 if (this->abandoned()) { in performDeferredCleanup()
224 if (this->abandoned()) { in purgeUnlockedResources()
303 if (this->abandoned()) { in flush()
379 if (this->abandoned()) { in createBackendTexture()
397 if (this->abandoned()) { in createBackendTexture()
411 if (this->abandoned()) { in createBackendTexture()
443 if (this->abandoned()) { in createBackendTexture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDirectContext.cpp153 if (this->abandoned()) { in freeGpuResources()
273 if (this->abandoned()) { in purgeUnlockedResources()
290 if (this->abandoned()) { in performDeferredCleanup()
313 if (this->abandoned()) { in purgeUnlockedResources()
358 if (this->abandoned()) { in flush()
379 if (this->abandoned()) { in submit()
443 if (this->abandoned()) { in createBackendTexture()
456 if (this->abandoned()) { in createBackendTexture()
502 if (this->abandoned()) { in createBackendTexture()
522 if (this->abandoned()) { in createBackendTexture()
[all …]
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/murder/
H A Dmurder.fzn11 var 1..5: abandoned:: output_var;
16 array [1..5] of var int: motives = [1,abandoned,sacked,argue,hate];
17 constraint int_lin_ne([-1],[abandoned],-1);
21 constraint int_lin_ne(X_INTRODUCED_1,[abandoned,sacked],0);
22 constraint int_lin_ne(X_INTRODUCED_1,[abandoned,argue],0);
23 constraint int_lin_ne(X_INTRODUCED_1,[abandoned,hate],0);
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32mutex-unix.c27 gboolean abandoned; member
78 if (mutex_handle->abandoned) { in mutex_handle_signal()
105 *abandoned = FALSE; in mutex_handle_own()
122 if (mutex_handle->abandoned) { in mutex_handle_own()
123 mutex_handle->abandoned = FALSE; in mutex_handle_own()
124 *abandoned = TRUE; in mutex_handle_own()
253 gboolean abandoned; in mutex_handle_create() local
257 mutex_handle->abandoned = FALSE; in mutex_handle_create()
276 mutex_handle_own (handle_data, &abandoned); in mutex_handle_create()
396 if (mutex_handle->abandoned) { in ves_icall_System_Threading_Mutex_ReleaseMutex_internal()
[all …]
H A Dw32handle.c802 *abandoned = FALSE; in own_if_signalled()
803 mono_w32handle_ops_own (handle_data, abandoned); in own_if_signalled()
813 *abandoned = FALSE; in own_if_owned()
814 mono_w32handle_ops_own (handle_data, abandoned); in own_if_owned()
825 gboolean abandoned = FALSE; in mono_w32handle_wait_one() local
849 if (own_if_owned (handle_data, &abandoned)) { in mono_w32handle_wait_one()
865 if (own_if_signalled (handle_data, &abandoned)) { in mono_w32handle_wait_one()
1018 if (abandoned [i]) { in mono_w32handle_wait_multiple()
1106 gboolean abandoned = FALSE; in mono_w32handle_signal_and_wait() local
1146 if (own_if_owned (wait_handle_data, &abandoned)) { in mono_w32handle_signal_and_wait()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DshowJobs.php88 $abandoned = $queue->getAbandonedCount();
89 $active = max( 0, $claimed - $abandoned );
90 if ( ( $pending + $claimed + $delayed + $abandoned ) > 0 ) {
93 "$claimed claimed ($active active, $abandoned abandoned); " .
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DshowJobs.php88 $abandoned = $queue->getAbandonedCount();
89 $active = max( 0, $claimed - $abandoned );
90 if ( ( $pending + $claimed + $delayed + $abandoned ) > 0 ) {
93 "$claimed claimed ($active active, $abandoned abandoned); " .
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DshowJobs.php88 $abandoned = $queue->getAbandonedCount();
89 $active = max( 0, $claimed - $abandoned );
90 if ( ( $pending + $claimed + $delayed + $abandoned ) > 0 ) {
93 "$claimed claimed ($active active, $abandoned abandoned); " .
/dports/mail/alpine/alpine-465e23b/web/cgi/alpine/
H A Dwhackatch.tcl28 set abandoned 300
38 after [expr {$abandoned * 1000}]
40 if {[catch {file atime $towhack} atime] || ($timein - $atime) > $abandoned} {
/dports/editors/pico-alpine/alpine-465e23b/web/cgi/alpine/
H A Dwhackatch.tcl28 set abandoned 300
38 after [expr {$abandoned * 1000}]
40 if {[catch {file atime $towhack} atime] || ($timein - $atime) > $abandoned} {
/dports/devel/libstroke/libstroke-0.5.1/
H A DCREDITS14 Joergen Gade <jgade@hw.seisy.abb.se [abandoned email address]> (comments)
15 Chris Laas <chrisl@cybercom.net [abandoned email address]> (tcl bindings)
17 James Troup <J.J.Troup@scm.brad.ac.uk [abandoned email address]> (comments)
22 Dominik Vogt <dominik_vogt@hp.com [abandoned email address]> (FVWM2 integration)
23 Luciano da Silva Ribas <ribas@lasd.cefetpr.br [abandoned email address]> (javastroke)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/internat/
H A DLocaleUtilEncodingException.java34 protected boolean abandoned; field in LocaleUtilEncodingException
58 abandoned = _abandoned; in LocaleUtilEncodingException()
64 return( abandoned ); in getAbandoned()
/dports/lang/duktape-lib/duktape-2.6.0/config/config-options/
H A DDUK_USE_HOBJECT_ARRAY_ABANDON_MINSIZE.yaml8 Minimum array size required for array to be abandoned. For example, a value
9 of 257 means arrays up to 256 long are never abandoned. The default value
10 ensures 8-bit lookups are not abandoned even if sparse or initialized in
/dports/lang/duktape/duktape-2.6.0/config/config-options/
H A DDUK_USE_HOBJECT_ARRAY_ABANDON_MINSIZE.yaml8 Minimum array size required for array to be abandoned. For example, a value
9 of 257 means arrays up to 256 long are never abandoned. The default value
10 ensures 8-bit lookups are not abandoned even if sparse or initialized in
/dports/games/powder-toy/The-Powder-Toy-95.0/src/tasks/
H A DAbandonableTask.cpp8 bool abandoned; in doWork_wrapper() local
11 abandoned = thAbandoned; in doWork_wrapper()
13 if (abandoned) in doWork_wrapper()
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result19 abandoned
20 abandoned
91 abandoned
92 abandoned
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dspinlock.c274 int abandoned; /* Atomic flag */ member
430 wait_node.abandoned = 0; in __pthread_alt_lock()
456 wait_node.abandoned = 0; in __pthread_alt_lock()
505 p_wait_node->abandoned = 0; in __pthread_alt_timedlock()
528 p_wait_node->abandoned = 0; in __pthread_alt_timedlock()
549 if (!testandset(&p_wait_node->abandoned)) in __pthread_alt_timedlock()
628 if (p_node->abandoned) { in __pthread_alt_unlock()
678 if (!testandset(&p_max_prio->abandoned)) { in __pthread_alt_unlock()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/
H A Dspinlock.c274 int abandoned; /* Atomic flag */ member
430 wait_node.abandoned = 0; in __pthread_alt_lock()
456 wait_node.abandoned = 0; in __pthread_alt_lock()
505 p_wait_node->abandoned = 0; in __pthread_alt_timedlock()
528 p_wait_node->abandoned = 0; in __pthread_alt_timedlock()
549 if (!testandset(&p_wait_node->abandoned)) in __pthread_alt_timedlock()
628 if (p_node->abandoned) { in __pthread_alt_unlock()
678 if (!testandset(&p_max_prio->abandoned)) { in __pthread_alt_unlock()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dspinlock.c274 int abandoned; /* Atomic flag */ member
430 wait_node.abandoned = 0; in __pthread_alt_lock()
456 wait_node.abandoned = 0; in __pthread_alt_lock()
505 p_wait_node->abandoned = 0; in __pthread_alt_timedlock()
528 p_wait_node->abandoned = 0; in __pthread_alt_timedlock()
549 if (!testandset(&p_wait_node->abandoned)) in __pthread_alt_timedlock()
628 if (p_node->abandoned) { in __pthread_alt_unlock()
678 if (!testandset(&p_max_prio->abandoned)) { in __pthread_alt_unlock()

12345678910>>...168