OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRefCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
BitmapHeapTest.cpp
35
static int32_t
GetRefCount
(const SkBitmapHeapEntry* entry) {
74
REPORTER_ASSERT(reporter, SkBitmapHeapTester::
GetRefCount
(entry) == 1);
77
REPORTER_ASSERT(reporter, SkBitmapHeapTester::
GetRefCount
(entry) == 0);
92
REPORTER_ASSERT(reporter, SkBitmapHeapTester::
GetRefCount
(heap.getEntry(0)) == 0);
/art/runtime/
thread_pool.h
136
size_t
GetRefCount
() const {
Completed in 513 milliseconds