/external/skqp/bench/ |
D | RefCntBench.cpp | 33 ref.unref(); in onDraw() 68 ref->unref(); in onDraw() 70 ref->unref(); in onDraw() 94 ref->unref(); in onDraw() 96 ref->unref(); in onDraw() 122 ref.unref(); in onDraw() 154 ref->unref(); in onDraw() 156 ref->unref(); in onDraw() 180 ref->unref(); in onDraw() 182 ref->unref(); in onDraw()
|
/external/skia/bench/ |
D | RefCntBench.cpp | 33 ref.unref(); in onDraw() 68 ref->unref(); in onDraw() 70 ref->unref(); in onDraw() 94 ref->unref(); in onDraw() 96 ref->unref(); in onDraw() 122 ref.unref(); in onDraw() 154 ref->unref(); in onDraw() 156 ref->unref(); in onDraw() 180 ref->unref(); in onDraw() 182 ref->unref(); in onDraw()
|
/external/skqp/tests/ |
D | ResourceCacheTest.cpp | 395 a->unref(); in test_no_key() 401 c->unref(); in test_no_key() 407 d->unref(); in test_no_key() 412 b->unref(); in test_no_key() 465 a->unref(); in test_purge_unlocked() 466 b->unref(); in test_purge_unlocked() 467 c->unref(); in test_purge_unlocked() 468 d->unref(); in test_purge_unlocked() 552 wrappedCacheable->unref(); in test_budgeting() 553 wrappedUncacheable->unref(); in test_budgeting() [all …]
|
D | CachedDataTest.cpp | 58 data->unref(); in test_locking() 64 data->unref(); in test_locking() 92 data->unref(); in DEF_TEST() 97 data->unref(); in DEF_TEST()
|
D | RefCntTest.cpp | 19 ref->unref(); in bounce_ref() 33 ref->unref(); in test_refCnt() 40 ref->unref(); in bounce_weak_ref() 68 ref->unref(); in test_weakRefCnt() 83 #define check(reporter, ref, unref, make, kill) \ argument 85 REPORTER_ASSERT(reporter, gUnrefCounter == unref); \ 102 void unref() { in unref() function in Effect 391 rc->unref(); in DEF_TEST()
|
D | MaskCacheTest.cpp | 53 data->unref(); in DEF_TEST() 66 data->unref(); in DEF_TEST() 90 data->unref(); in DEF_TEST() 103 data->unref(); in DEF_TEST()
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 372 a->unref(); in test_no_key() 378 c->unref(); in test_no_key() 384 d->unref(); in test_no_key() 389 b->unref(); in test_no_key() 441 a->unref(); in test_purge_unlocked() 442 b->unref(); in test_purge_unlocked() 443 c->unref(); in test_purge_unlocked() 444 d->unref(); in test_purge_unlocked() 496 a->unref(); in test_purge_command_buffer_usage() 521 b->unref(); in test_purge_command_buffer_usage() [all …]
|
D | CachedDataTest.cpp | 58 data->unref(); in test_locking() 64 data->unref(); in test_locking() 92 data->unref(); in DEF_TEST() 97 data->unref(); in DEF_TEST()
|
D | RefCntTest.cpp | 19 ref->unref(); in bounce_ref() 33 ref->unref(); in test_refCnt() 40 ref->unref(); in bounce_weak_ref() 68 ref->unref(); in test_weakRefCnt() 83 #define check(reporter, ref, unref, make, kill) \ argument 85 REPORTER_ASSERT(reporter, gUnrefCounter == unref); \ 102 void unref() { in unref() function in Effect 376 rc->unref(); in DEF_TEST()
|
D | MaskCacheTest.cpp | 53 data->unref(); in DEF_TEST() 66 data->unref(); in DEF_TEST() 90 data->unref(); in DEF_TEST() 103 data->unref(); in DEF_TEST()
|
/external/virglrenderer/src/ |
D | vrend_object.c | 33 void (*unref)(void *); member 38 obj_types[type].unref = cb; in vrend_object_set_destroy_callback() 51 if (obj_types[obj->type].unref) in free_object() 52 obj_types[obj->type].unref(obj->data); in free_object()
|
/external/skia/src/core/ |
D | SkIDChangeListener.cpp | 33 fListeners[i]->unref(); in ~List() 47 fListeners[i]->unref(); in add() 66 listener->unref(); in changed()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | rpc_rendezvous_mgr_test.cc | 147 core::ScopedUnref unref(rendez); in TEST_F() local 167 core::ScopedUnref unref(rendez); in TEST_F() local 181 core::ScopedUnref unref(rendez); in TEST_F() local 201 core::ScopedUnref unref(rendez); in TEST_F() local 225 core::ScopedUnref unref(rendez); in TEST_F() local 265 core::ScopedUnref unref(rendez); in TEST_F() local 298 core::ScopedUnref unref(rendez); in TEST_F() local 317 core::ScopedUnref unref(rendez); in TEST_F() local
|
/external/grpc-grpc/doc/core/ |
D | grpc-error.md | 32 responsibility of calling unref on the error. A function may have access to an 35 This means the function may use the error, but must not call unref on it, since 83 The caller is still responsible for unref-ing the error. 107 must not unref it. More importantly, you cannot pass it to any function that 113 // this would cause a crash, because some_function will unref the error, 114 // and the caller of this callback will also unref it. 138 will eventually unref it. So the caller can no longer safely use the error. 155 unref. 158 `grpc_closure` callback function), you must ensure the error is unref-ed either
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 187 resolveAttachmentView->unref(gpu); in MakeWrappedRenderTarget() 242 fFramebuffer->unref(gpu); in createFramebuffer() 245 fCachedSimpleRenderPass->unref(gpu); in createFramebuffer() 315 fResolveAttachmentView->unref(gpu); in releaseInternalObjects() 319 fColorAttachmentView->unref(gpu); in releaseInternalObjects() 323 fFramebuffer->unref(gpu); in releaseInternalObjects() 327 fCachedSimpleRenderPass->unref(gpu); in releaseInternalObjects() 331 fSecondaryCommandBuffer->unref(gpu); in releaseInternalObjects()
|
D | GrVkCopyManager.cpp | 412 secondary->unref(gpu); in copySurfaceAsDraw() 415 pipeline->unref(gpu); in copySurfaceAsDraw() 416 uniformDS->unref(gpu); in copySurfaceAsDraw() 417 samplerDS->unref(gpu); in copySurfaceAsDraw() 418 sampler->unref(gpu); in copySurfaceAsDraw() 419 renderPass->unref(gpu); in copySurfaceAsDraw() 438 fPipelineLayout->unref(gpu); in destroyResources()
|
D | GrVkCommandPool.cpp | 75 fPrimaryCommandBuffer->unref(gpu); in freeGPUData() 78 buffer->unref(gpu); in freeGPUData()
|
/external/kmod/tools/ |
D | remove.c | 131 goto unref; in do_remove() 135 goto unref; in do_remove() 137 unref: in do_remove()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cc | 63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() function 100 unref(thr, pc, d->sync); in init() 104 unref(thr, pc, s); in init() 108 unref(thr, pc, s); in init() 212 unref(thr, pc, d->sync); in FdClose() 241 unref(thr, pc, s); in FdPipeCreate()
|
/external/skia/include/core/ |
D | SkRefCnt.h | 71 void unref() const { in unref() function 122 void deref() const { this->unref(); } in deref() 150 obj->unref(); in SkSafeUnref() 176 void unref() const { in unref() function 183 void deref() const { this->unref(); } in deref()
|
/external/skia/src/gpu/ |
D | GrGpuBuffer.h | 30 void unref() const final { GrGpuResource::unref(); } in unref() function
|
D | GrCpuBuffer.h | 32 void unref() const override { GrNonAtomicRef<GrCpuBuffer>::unref(); } in unref() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cpp | 62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() function 100 unref(thr, pc, d->sync); in init() 104 unref(thr, pc, s); in init() 108 unref(thr, pc, s); in init() 212 unref(thr, pc, d->sync); in FdClose() 241 unref(thr, pc, s); in FdPipeCreate()
|
/external/skia/src/gpu/vk/ |
D | GrVkResourceProvider.cpp | 486 fExternalRenderPasses[i]->unref(); in destroyResources() 491 fSamplers.foreach([&](auto* elt) { elt->unref(); }); in destroyResources() 494 fYcbcrConversions.foreach([&](auto* elt) { elt->unref(); }); in destroyResources() 504 pool->unref(); in destroyResources() 512 pool->unref(); in destroyResources() 531 pool->unref(); in releaseUnlockedBackendObjects() 544 pool->unref(); in backgroundReset() 637 fRenderPasses[i]->unref(); in releaseResources()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | refcount_test.cc | 96 { ScopedUnref unref(new MyRef); } in TEST_F() local 101 { ScopedUnref unref(nullptr); } in TEST_F() local
|