/dports/devel/py-testresources/testresources-2.0.1/testresources/tests/ |
H A D | test_test_resource.py | 55 self.cleans = 0 58 self.cleans += 1 243 self.assertEqual(1, resource_manager.cleans) 265 self.assertEqual(1, resource_manager.cleans) 274 self.assertEqual(2, resource_manager.cleans) 281 self.assertEqual(0, resource_manager.cleans) 283 self.assertEqual(1, resource_manager.cleans) 313 self.assertEqual(0, resource_manager.cleans) 315 self.assertEqual(1, resource_manager.cleans) 358 self.assertEqual(1, dep1.cleans) [all …]
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/trie/ |
H A D | database.go | 293 var cleans *fastcache.Cache 303 cleans: cleans, 374 if db.cleans != nil { 398 if db.cleans != nil { 399 db.cleans.Set(hash[:], enc) 414 if db.cleans != nil { 436 if db.cleans != nil { 437 db.cleans.Set(hash[:], enc) 826 if c.db.cleans != nil { 827 c.db.cleans.Set(hash[:], rlp) [all …]
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/examples/ |
H A D | ascii_art_dft.hpp | 82 static const int cleans[] = {1, 2, 5, 10}; in to_clean_num() local 83 int clean = cleans[0]; in to_clean_num() 84 for (size_t i = 1; i < sizeof(cleans) / sizeof(cleans[0]); i++) { in to_clean_num() 85 if (std::abs(norm - cleans[i]) < std::abs(norm - clean)) in to_clean_num() 86 clean = cleans[i]; in to_clean_num()
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/js/builtins/weakrefs/ |
H A D | reentrancy.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | cleanup-prevented-with-reference.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/js/builtins/weakrefs/ |
H A D | reentrancy.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | cleanup-prevented-with-reference.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/js/builtins/weakrefs/ |
H A D | reentrancy.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | cleanup-prevented-with-reference.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
H A D | gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini | 2 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta… 7 …[cleanupCallback has only one optional chance to be called for a GC that cleans up a registered ta…
|
/dports/sysutils/fusefs-s3backer/s3backer-1.5.4/ |
H A D | block_cache.c | 280 TAILQ_INIT(&priv->cleans); 312 TAILQ_REMOVE(&priv->cleans, entry, link); 385 TAILQ_INSERT_TAIL(&priv->cleans, entry, link); 650 TAILQ_REMOVE(&priv->cleans, entry, link); 660 TAILQ_REMOVE(&priv->cleans, entry, link); 661 TAILQ_INSERT_TAIL(&priv->cleans, entry, link); 760 TAILQ_INSERT_TAIL(&priv->cleans, entry, link); 856 TAILQ_REMOVE(&priv->cleans, entry, link); 1063 TAILQ_REMOVE(&priv->cleans, entry, link); 1332 TAILQ_REMOVE(&priv->cleans, entry, link); [all …]
|
/dports/math/R-cran-ipred/ipred/man/ |
H A D | sbrier.Rd | 75 cleans <- function(x) { attr(x, "time") <- NULL; names(x) <- NULL; x } 85 stopifnot(all.equal(cleans(a),0.25)) 94 cleans(a) 100 stopifnot(all.equal(cleans(a), cleans(b)))
|
/dports/graphics/duhdraw/duhdraw-2.8.13/ |
H A D | CREDITS | 21 08-Sep-2002 v2.8.1 Pekka Enberg <Pekka.Enberg@cs.helsinki.fi> cleans up 39 dead code and cleans up source to avoid global name- 42 21-Jan-2003 v2.8.11 Pekka Enberg cleans up ANSI color problem from 2.8.7
|
/dports/devel/dyncall/dyncall-1.3/dyncall/ |
H A D | dyncall_call_x86_nasm.asm | 55 ; - caller cleans up stack 99 ; - callee cleans up stack 145 ; - callee cleans up stack 186 ; - callee cleans up stack
|
/dports/lang/tcl86/tcl8.6.12/tests/ |
H A D | for.test | 829 test for-7.1 {Bug 3614226: ensure that break cleans up the stack} memory { 843 test for-7.2 {Bug 3614226: ensure that continue cleans up the stack} memory { 857 test for-7.3 {Bug 3614226: ensure that break cleans up the expansion stack} memory { 871 test for-7.4 {Bug 3614226: ensure that continue cleans up the expansion stack} memory { 915 test for-7.7 {Bug 3614226: ensure that break only cleans up the right amount} memory { 930 test for-7.8 {Bug 3614226: ensure that continue only cleans up the right amount} memory { 945 test for-7.9 {Bug 3614226: ensure that break from invoked command cleans up the stack} memory { 959 test for-7.10 {Bug 3614226: ensure that continue from invoked command cleans up the stack} memory { 973 test for-7.11 {Bug 3614226: ensure that break from invoked command cleans up the expansion stack} m… 1071 test for-7.17 {Bug 3614226: ensure that break from expanded command cleans up the stack} memory { [all …]
|
/dports/lang/tcl87/tcl8.7a5/tests/ |
H A D | for.test | 829 test for-7.1 {Bug 3614226: ensure that break cleans up the stack} memory { 843 test for-7.2 {Bug 3614226: ensure that continue cleans up the stack} memory { 857 test for-7.3 {Bug 3614226: ensure that break cleans up the expansion stack} memory { 871 test for-7.4 {Bug 3614226: ensure that continue cleans up the expansion stack} memory { 915 test for-7.7 {Bug 3614226: ensure that break only cleans up the right amount} memory { 930 test for-7.8 {Bug 3614226: ensure that continue only cleans up the right amount} memory { 945 test for-7.9 {Bug 3614226: ensure that break from invoked command cleans up the stack} memory { 959 test for-7.10 {Bug 3614226: ensure that continue from invoked command cleans up the stack} memory { 973 test for-7.11 {Bug 3614226: ensure that break from invoked command cleans up the expansion stack} m… 1071 test for-7.17 {Bug 3614226: ensure that break from expanded command cleans up the stack} memory { [all …]
|
/dports/devel/poco/poco-1.10.1-all/ |
H A D | Makefile | 81 .PHONY: poco all libexecs cppunit tests samples cleans clean distclean install 118 cleans = Foundation-clean Encodings-clean XML-clean JSON-clean Util-clean Net-clean Crypto-clean… macro 123 .PHONY: $(cleans) 128 cleans: $(filter-out $(foreach f,$(OMIT),$f%),$(cleans)) target 360 clean: cleans CppUnit-clean
|
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/test/mix/tasks/ |
H A D | clean_test.exs | 19 test "cleans the application build" do 36 test "cleans dependencies build" do
|
/dports/lang/elixir/elixir-1.12.3/lib/mix/test/mix/tasks/ |
H A D | clean_test.exs | 19 test "cleans the application build" do 36 test "cleans dependencies build" do
|
/dports/shells/jailkit/jailkit-2.22/py/ |
H A D | jk_update.in | 145 cleans = [] 148 files,cleans = find2update(jail, dir, skips, config, [],[]) 162 for file in cleans:
|