Home
last modified time | relevance | path

Searched refs:unref (Results 1 – 25 of 223) sorted by relevance

123456789

/external/skqp/bench/
DRefCntBench.cpp33 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/
DRefCntBench.cpp33 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/
DResourceCacheTest.cpp395 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 …]
DRefCntTest.cpp19 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()
DCachedDataTest.cpp58 data->unref(); in test_locking()
64 data->unref(); in test_locking()
92 data->unref(); in DEF_TEST()
97 data->unref(); in DEF_TEST()
DMaskCacheTest.cpp53 data->unref(); in DEF_TEST()
66 data->unref(); in DEF_TEST()
90 data->unref(); in DEF_TEST()
103 data->unref(); in DEF_TEST()
DSkResourceCacheTest.cpp61 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/
DResourceCacheTest.cpp395 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 …]
DRefCntTest.cpp19 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()
DCachedDataTest.cpp58 data->unref(); in test_locking()
64 data->unref(); in test_locking()
92 data->unref(); in DEF_TEST()
97 data->unref(); in DEF_TEST()
DMaskCacheTest.cpp53 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/
Dsummary_kernels.cc56 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/
Dgrpc-error.md32 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/
DGrVkRenderTarget.cpp187 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()
DGrVkCopyManager.cpp412 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/
DGrVkRenderTarget.cpp187 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()
DGrVkCopyManager.cpp412 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/
Dvrend_object.c32 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/
Drpc_rendezvous_mgr_test.cc94 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/
Dremove.c128 goto unref; in do_remove()
132 goto unref; in do_remove()
134 unref: in do_remove()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc63 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/
DGrCpuBuffer.h23 void unref() const override { GrNonAtomicRef<GrCpuBuffer>::unref(); } in unref() function
DGrGpuBuffer.h30 void unref() const final { GrGpuResource::unref(); } in unref() function
/external/skqp/include/core/
DSkRefCnt.h72 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/
DSkRefCnt.h72 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()

123456789