Home
last modified time | relevance | path

Searched refs:evict (Results 351 – 375 of 2296) sorted by relevance

1...<<11121314151617181920>>...92

/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/orm/hibernate/support/
H A DClosureEventTriggeringInterceptor.java164 boolean evict = false; in onPreUpdate()
167 evict = eventListener.onPreUpdate(event); in onPreUpdate()
169 return evict; in onPreUpdate()
H A DClosureEventListener.java253 boolean evict = false; in onPreUpdate()
255 evict = preUpdateEventListener.call(entity); in onPreUpdate()
267 evict = true; in onPreUpdate()
275 return evict; in onPreUpdate()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/test/unit/
H A Dxpcshell.ini47 [test_cache2-08-evict-disk-by-memory-storage.js]
48 [test_cache2-09-evict-disk-by-uri.js]
49 [test_cache2-10-evict-direct.js]
50 [test_cache2-10b-evict-direct-immediate.js]
51 [test_cache2-11-evict-memory.js]
52 [test_cache2-12-evict-disk.js]
53 [test_cache2-13-evict-non-existing.js]
58 [test_cache2-17-evict-all.js]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/test/unit/
H A Dxpcshell.ini47 [test_cache2-08-evict-disk-by-memory-storage.js]
48 [test_cache2-09-evict-disk-by-uri.js]
49 [test_cache2-10-evict-direct.js]
50 [test_cache2-10b-evict-direct-immediate.js]
51 [test_cache2-11-evict-memory.js]
52 [test_cache2-12-evict-disk.js]
53 [test_cache2-13-evict-non-existing.js]
58 [test_cache2-17-evict-all.js]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/dbi/
H A DBINDeltaOperationTest.java124 evict(bin, false); in testEviction()
181 evict(bin, false); in testEviction()
209 evict(bin, true); in testEviction()
400 private void evict(BIN bin, boolean force) { in evict() method in BINDeltaOperationTest
/dports/devel/gitui/gitui-0.10.1/cargo-crates/pprof-0.3.18/src/
H A Dcollector.rs239 if let Some(evict) = self.map.add(key, count) { in add()
240 self.temp_array.push(evict)?; in add()
294 Some(evict) => { in evict_test()
295 add_map(&mut real_map, &evict); in evict_test()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ttm.c235 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
285 evict, no_wait_gpu, new_mem); in radeon_move_blit()
291 bool evict, bool interruptible, in radeon_move_vram_ram() argument
338 bool evict, bool interruptible, in radeon_move_ram_vram() argument
378 bool evict, bool interruptible, in radeon_bo_move() argument
407 r = radeon_move_vram_ram(bo, evict, interruptible, in radeon_bo_move()
411 r = radeon_move_ram_vram(bo, evict, interruptible, in radeon_bo_move()
414 r = radeon_move_blit(bo, evict, no_wait_gpu, new_mem, old_mem); in radeon_bo_move()
419 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in radeon_bo_move()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/
H A DFileLockRegion.php203 public function evict(CacheKey $key) function in Doctrine\\ORM\\Cache\\Region\\FileLockRegion
209 return $this->region->evict($key);
/dports/multimedia/mpv/waf-2.0.20/tests/install/
H A Dwscript28 tmpdir_top.delete(evict=False)
54 tmpdir_top.delete(evict=False)
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/os_interface/windows/
H A Dmock_gdi_interface.h100 evict = reinterpret_cast<PFND3DKMT_EVICT>(evictMockWithNonZeroTrim); in getAllProcAddresses()
102 evict = reinterpret_cast<PFND3DKMT_EVICT>(evictMock); in getAllProcAddresses()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c53 evict(struct msm_gem_object *msm_obj) in evict() function
137 &priv->inactive_willneed, evict); in msm_gem_shrinker_scan()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/plasma/src/main/java/org/apache/arrow/plasma/
H A DPlasmaClient.java128 public long evict(long numBytes) { in evict() method in PlasmaClient
129 return PlasmaClientJNI.evict(conn, numBytes); in evict()
/dports/databases/arrow/apache-arrow-6.0.1/java/plasma/src/main/java/org/apache/arrow/plasma/
H A DPlasmaClient.java128 public long evict(long numBytes) { in evict() method in PlasmaClient
129 return PlasmaClientJNI.evict(conn, numBytes); in evict()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c53 evict(struct msm_gem_object *msm_obj) in evict() function
137 &priv->inactive_willneed, evict); in msm_gem_shrinker_scan()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c53 evict(struct msm_gem_object *msm_obj) in evict() function
137 &priv->inactive_willneed, evict); in msm_gem_shrinker_scan()
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/
H A DFileLockRegion.php203 public function evict(CacheKey $key) function in Doctrine\\ORM\\Cache\\Region\\FileLockRegion
209 return $this->region->evict($key);
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DimgICache.idl28 * @param chrome If TRUE, evict only chrome images.
29 * If FALSE, evict everything except chrome images.
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/plasma/src/main/java/org/apache/arrow/plasma/
H A DPlasmaClient.java128 public long evict(long numBytes) { in evict() method in PlasmaClient
129 return PlasmaClientJNI.evict(conn, numBytes); in evict()
/dports/mail/mailman3/mailman-3.3.1/src/mailman/model/tests/
H A Dtest_cache.py105 self._cachemgr.evict('abc')
108 self.assertIsNone(self._cachemgr.evict('somenonexistentid'))
/dports/www/firefox/firefox-99.0/netwerk/test/unit/
H A Dxpcshell.ini48 [test_cache2-08-evict-disk-by-memory-storage.js]
49 [test_cache2-09-evict-disk-by-uri.js]
50 [test_cache2-10-evict-direct.js]
51 [test_cache2-10b-evict-direct-immediate.js]
52 [test_cache2-11-evict-memory.js]
53 [test_cache2-12-evict-disk.js]
54 [test_cache2-13-evict-non-existing.js]
59 [test_cache2-17-evict-all.js]
/dports/databases/R-cran-cachem/cachem/man/
H A Dcache_disk.Rd12 evict = c("lru", "fifo"),
26 \code{evict}. Use \code{Inf} for no size limit. The default is 1 gigabyte.}
33 value of \code{evict}. Use \code{Inf} for no limit of number of items.}
35 \item{evict}{The eviction policy to use to decide which objects are removed
67 the parameters \code{max_size}, \code{max_age}, \code{max_n}, and \code{evict}.
114 the \code{evict} parameter. Objects will be removed so that the number of items
223 \code{max_age}, \code{max_n}, and \code{evict}.
/dports/databases/R-cran-cachem/cachem/tests/testthat/
H A Dtest-cache-mem.R125 d <- cache_mem(max_n = 2, evict = "lru")
136 d <- cache_mem(max_n = 2, evict = "fifo")
150 d <- cache_mem(max_n = 2, evict = "fifo")
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/blocks/
H A DCache.java119 evict(); // see if we can gracefully evict expired items in put()
231 private void evict() { in evict() method in Cache
301 evict(); in run()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/VictoriaMetrics/fastcache/vendor/github.com/allegro/bigcache/
H A Dbigcache.go172 func (c *BigCache) onEvict(oldestEntry []byte, currentTimestamp uint64, evict func(reason RemoveRea…
175 evict(Expired)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/smugfs/
H A Dcache.c85 evict(Cache *c) in evict() function
117 e = evict(c); in cachelookup()

1...<<11121314151617181920>>...92