OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeRef
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap3/libopencorehw/
buffer_alloc_omap34xx.cpp
61
OSCL_EXPORT_REF void BufferAllocOmap34xx::
removeRef
()
66
LOGV("BufferAllocOmap34xx::
removeRef
()");
/external/webkit/WebCore/platform/
DeprecatedPtrList.h
53
bool remove(const T *item) { return impl.
removeRef
(item, del_item); }
56
bool
removeRef
(const T *item) { return impl.
removeRef
(item, del_item); }
DeprecatedPtrListImpl.cpp
250
bool DeprecatedPtrListImpl::
removeRef
(const void *item, bool deleteItem)
/frameworks/base/libs/utils/
RefBase.cpp
112
removeRef
(&mStrongRefs, id);
125
removeRef
(&mWeakRefs, id);
196
void
removeRef
(ref_entry** refs, const void* id)
240
// Collect stack traces on addref and
removeref
, instead of deleting the stack references
241
// on
removeref
that match the address ones.
256
void
removeRef
(KeyedVector<const void*, int32_t>* refs, const void* id)
/external/chromium/third_party/icu/source/common/
unistr.cpp
124
UnicodeString::
removeRef
()
140
if((fFlags & kRefCounted) &&
removeRef
() == 0) {
[
all
...]
/external/icu4c/common/
unistr.cpp
124
UnicodeString::
removeRef
()
140
if((fFlags & kRefCounted) &&
removeRef
() == 0) {
[
all
...]
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 821 milliseconds