Home
last modified time | relevance | path

Searched refs:unref (Results 1 – 25 of 213) 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/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 …]
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()
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()
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/skia/tests/
DResourceCacheTest.cpp372 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 …]
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()
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
376 rc->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/virglrenderer/src/
Dvrend_object.c33 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/
DSkIDChangeListener.cpp33 fListeners[i]->unref(); in ~List()
47 fListeners[i]->unref(); in add()
66 listener->unref(); in changed()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr_test.cc147 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/
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/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()
DGrVkCommandPool.cpp75 fPrimaryCommandBuffer->unref(gpu); in freeGPUData()
78 buffer->unref(gpu); in freeGPUData()
/external/kmod/tools/
Dremove.c131 goto unref; in do_remove()
135 goto unref; in do_remove()
137 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/include/core/
DSkRefCnt.h71 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/
DGrGpuBuffer.h30 void unref() const final { GrGpuResource::unref(); } in unref() function
DGrCpuBuffer.h32 void unref() const override { GrNonAtomicRef<GrCpuBuffer>::unref(); } in unref() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cpp62 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/
DGrVkResourceProvider.cpp486 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/
Drefcount_test.cc96 { ScopedUnref unref(new MyRef); } in TEST_F() local
101 { ScopedUnref unref(nullptr); } in TEST_F() local

123456789