/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/skia/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 | 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 | 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 | 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()
|
D | SkResourceCacheTest.cpp | 61 mm->unref(); in test_mipmapcache() 66 mipmap->unref(); in test_mipmapcache() 78 mipmap->unref(); in test_mipmapcache() 92 SkMipMapCache::AddAndRef(provider, cache)->unref(); in test_mipmap_notify()
|
/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 | 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 | 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 | 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/tensorflow/tensorflow/core/kernels/ |
D | summary_kernels.cc | 56 core::ScopedUnref unref(s); in Compute() local 87 core::ScopedUnref unref(db); in Compute() local 93 core::ScopedUnref unref(s); in Compute() local 106 core::ScopedUnref unref(s); in Compute() local 132 core::ScopedUnref unref(s); in Compute() local 157 core::ScopedUnref unref(s); in Compute() local 178 core::ScopedUnref unref(s); in Compute() local 201 core::ScopedUnref unref(s); in Compute() local 230 core::ScopedUnref unref(s); in Compute() local 266 core::ScopedUnref unref(s); in Compute() local [all …]
|
/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/skia/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()
|
/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()
|
/external/virglrenderer/src/ |
D | vrend_object.c | 32 void (*unref)(void *); member 39 obj_types[type].unref = cb; in vrend_object_set_destroy_callback() 79 if (obj_types[obj->type].unref) in free_object() 80 obj_types[obj->type].unref(obj->data); in free_object()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | rpc_rendezvous_mgr_test.cc | 94 core::ScopedUnref unref(rendez); in TEST_F() local 114 core::ScopedUnref unref(rendez); in TEST_F() local 128 core::ScopedUnref unref(rendez); in TEST_F() local 149 core::ScopedUnref unref(rendez); in TEST_F() local 178 core::ScopedUnref unref(rendez); in TEST_F() local
|
/external/kmod/tools/ |
D | remove.c | 128 goto unref; in do_remove() 132 goto unref; in do_remove() 134 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/src/gpu/ |
D | GrCpuBuffer.h | 23 void unref() const override { GrNonAtomicRef<GrCpuBuffer>::unref(); } in unref() function
|
D | GrGpuBuffer.h | 30 void unref() const final { GrGpuResource::unref(); } in unref() function
|
/external/skqp/include/core/ |
D | SkRefCnt.h | 72 void unref() const { in unref() function 123 void deref() const { this->unref(); } in deref() 151 obj->unref(); in SkSafeUnref() 177 void unref() const { in unref() function 184 void deref() const { this->unref(); } in deref()
|
/external/skia/include/core/ |
D | SkRefCnt.h | 72 void unref() const { in unref() function 123 void deref() const { this->unref(); } in deref() 151 obj->unref(); in SkSafeUnref() 177 void unref() const { in unref() function 184 void deref() const { this->unref(); } in deref()
|