OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incrementrefcount
(Results
1 - 15
of
15
) sorted by null
/art/runtime/base/
debug_stack.h
48
size_t
IncrementRefCount
() { return 0u; }
79
size_t
IncrementRefCount
() { return ++ref_count_; }
92
: counter_(counter), ref_count_(counter->
IncrementRefCount
()) {
95
: counter_(other.counter_), ref_count_(counter_->
IncrementRefCount
()) {
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java
58
public final void
incrementRefCount
()
119
ngram.
incrementRefCount
();
Checker.java
63
//ngram.
incrementRefCount
();
/frameworks/base/libs/hwui/
ResourceCache.h
69
void
incrementRefcount
(const Res_png_9patch* resource);
82
void
incrementRefcount
(void* resource, ResourceType resourceType);
ResourceCache.cpp
60
void ResourceCache::
incrementRefcount
(void* resource, ResourceType resourceType) {
65
void ResourceCache::
incrementRefcount
(const Res_png_9patch* patchResource) {
66
incrementRefcount
((void*) patchResource, kNinePatch);
DisplayListCanvas.h
331
mResourceCache.
incrementRefcount
(patch);
RecordingCanvas.h
301
mResourceCache.
incrementRefcount
(patch);
/frameworks/opt/bitmap/src/com/android/bitmap/
PooledCache.java
21
V get(K key, boolean
incrementRefCount
);
UnrefedBitmapCache.java
120
public ReusableBitmap get(final RequestKey key, final boolean
incrementRefCount
) {
124
return super.get(key,
incrementRefCount
);
UnrefedPooledCache.java
72
public V get(K key, boolean
incrementRefCount
) {
79
if (
incrementRefCount
&& result != null) {
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AbstractAvatarDrawable.java
193
cached = mCache.get(contactRequest, true /*
incrementRefCount
*/);
/external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java
59
public void
incrementRefcount
() {
SipProviderImpl.java
200
this.eventScanner.
incrementRefcount
();
[
all
...]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java
244
final ReusableBitmap cached = mCache.get(key, true /*
incrementRefCount
*/);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libslbiop.a
[
all
...]
Completed in 498 milliseconds