/third_party/node/test/parallel/ |
H A D | test-net-socket-constructor.js | 22 socket.unref(); 33 socket.unref();
|
/third_party/node/deps/undici/src/lib/ |
H A D | timers.js | 47 if (fastNowTimeout.unref) { 48 fastNowTimeout.unref()
|
/third_party/node/lib/internal/ |
H A D | worker.js | 227 this[kPort].unref(); 295 this[kPublicPort].unref(); 296 this[kPort].unref(); 402 unref() { 405 this[kHandle].unref(); 406 this[kPublicPort].unref();
|
H A D | abort_controller.js | 118 // over the WeakRef rather than directly over the AbortSignal, and we unref 133 timeout.unref(); 290 port1.unref(); 291 port2.unref(); 314 // The unref() has to be called *after* setting the onmessage handler. 315 port.unref();
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ft.cc | 85 bool unref; /* Whether to destroy ft_face when done. */ member 92 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create() argument 100 ft_font->unref = unref; in _hb_ft_font_create() 123 if (ft_font->unref) in _hb_ft_font_destroy() 611 _hb_ft_font_set_funcs (hb_font_t *font, FT_Face ft_face, bool unref) in _hb_ft_font_set_funcs() argument 615 hb_ft_font_t *ft_font = _hb_ft_font_create (ft_face, symbol, unref); in _hb_ft_font_set_funcs()
|
/third_party/skia/tests/ |
H A D | SkResourceCacheTest.cpp | 59 mm->unref(); in test_mipmapcache() 64 mipmap->unref(); in test_mipmapcache() 76 mipmap->unref(); in test_mipmapcache() 89 SkMipmapCache::AddAndRef(as_IB(img[i].get()), cache)->unref(); in test_mipmap_notify()
|
H A D | GrContextFactoryTest.cpp | 40 info1.directContext()->unref(); in DEF_GPUTEST() 60 info1.directContext()->unref(); in DEF_GPUTEST()
|
H A D | ProxyRefTest.cpp | 81 proxy->unref(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 82 proxy->unref(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | YUVCacheTest.cpp | 60 data->unref(); in DEF_TEST() 81 data->unref(); in DEF_TEST()
|
/third_party/node/lib/internal/cluster/ |
H A D | child.js | 174 function unref() { 196 unref(); 215 // so we control its state(ref or unref) by setInterval. 216 const handle = { close, listen, ref, unref };
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 25 my $unref = 0; 69 -unref List all unreferenced function and reason codes on stderr; 89 $unref = 1; 100 } elsif ( $arg eq "-unref" ) { 101 $unref = 1; 652 if ( $unref ) {
|
/third_party/openssl/util/ |
H A D | mkerr.pl | 25 my $unref = 0; 69 -unref List all unreferenced function and reason codes on stderr; 89 $unref = 1; 100 } elsif ( $arg eq "-unref" ) { 101 $unref = 1; 652 if ( $unref ) {
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | selection.c | 44 goto unref; in __speakup_set_selection() 53 unref: in __speakup_set_selection()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | selection.c | 44 goto unref; in __speakup_set_selection() 53 unref: in __speakup_set_selection()
|
/third_party/node/test/node-api/test_reference_by_node_api_version/ |
H A D | test.js | 58 assert.strictEqual(addon.unref(index), 1); 59 assert.strictEqual(addon.unref(index), 0);
|
/third_party/node/deps/npm/node_modules/retry/lib/ |
H A D | retry.js | 7 unref: options && options.unref,
|
/third_party/skia/src/gpu/ |
H A D | GrManagedResource.h | 29 When an owner wants to release its reference, it calls unref(). When the 30 shared object's reference count goes to zero as the result of an unref() 35 This is nearly identical to SkRefCntBase. The exceptions are that unref() 41 // Simple refCount tracing, to ensure that everything ref'ed is unref'ed. 107 // until previous owners are all totally done calling unref(). in unique() 112 Must be balanced by a call to unref() or unrefAndFreeResources(). 125 void unref() const { in unref() function in GrManagedResource 197 // decides not to recycle the objects, it is their responsibility to call unref on the object. 202 this->unref(); in recycle()
|
H A D | GrBuffer.h | 22 // class pointers with sk_sp we virtualize ref() and unref(). 24 virtual void unref() const = 0;
|
/third_party/node/test/fixtures/ |
H A D | parent-process-nonpersistent.js | 13 child.unref();
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSampler.cpp | 119 ycbcrConversion->unref(); in Create() 130 fYcbcrConversion->unref(); in freeGPUData()
|
H A D | GrVkDescriptorSet.cpp | 26 fPool->unref(); in freeGPUData()
|
H A D | GrVkDescriptorSetManager.cpp | 254 fFreeSets[i]->unref(); in release() 260 fImmutableSamplers[i]->unref(); in release() 312 fPool->unref(); in getNewPool() 361 fPool->unref(); in freeGPUResources()
|
/third_party/node/benchmark/timers/ |
H A D | timers-timeout-unpooled.js | 31 // unref().ref() will cause each of these timers to 33 setTimeout(i % 2 ? cb : cb2, 1).unref().ref();
|
/third_party/skia/tools/gpu/ |
H A D | FlushFinishTracker.h | 22 tracker->unref(); in FlushFinished()
|
/third_party/node/lib/internal/modules/esm/ |
H A D | hooks.js | 218 insidePreload.unref(); 219 insideLoader.unref(); 581 this.#worker.unref(); // ! Allows the process to eventually exit. 648 this.#worker.unref();
|