/frameworks/native/opengl/libagl/ |
egl.cpp | 362 buffer->common.decRef(&buffer->common); 365 previousBuffer->common.decRef(&previousBuffer->common); 367 nativeWindow->common.decRef(&nativeWindow->common); 425 buffer->common.decRef(&buffer->common); 429 previousBuffer->common.decRef(&previousBuffer->common); 522 previousBuffer->common.decRef(&previousBuffer->common); [all...] |
/system/core/include/system/ |
window.h | 79 void (*decRef)(struct android_native_base_t* base); 97 common.decRef(const_cast<android_native_base_t*>(&common)); 360 common.decRef(const_cast<android_native_base_t*>(&common));
|
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 304 nativeWindow->common.decRef(&nativeWindow->common); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
transport.cc | 233 iter->second.DecRef(); 310 iter->second.DecRef();
|
transport.h | 399 void DecRef() {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 355 asurf->buf->common.decRef(&asurf->buf->common); 497 asurf->win->common.decRef(&asurf->win->common);
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 355 asurf->buf->common.decRef(&asurf->buf->common); 497 asurf->win->common.decRef(&asurf->win->common);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
RetainCountChecker.cpp | 52 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg, 906 case DecRef: [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
object.h | 778 /* Safely decref `op` and set `op` to NULL, especially useful in tp_clear 802 * That arranges to set `op` to NULL _before_ decref'ing, so that any code [all...] |
unicodeobject.h | 529 for decref'ing the returned objects. 548 for decref'ing the returned objects. [all...] |
abstract.h | 117 DECREF(object)) to prevent memory leaks. [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
object.h | 778 /* Safely decref `op` and set `op` to NULL, especially useful in tp_clear 802 * That arranges to set `op` to NULL _before_ decref'ing, so that any code [all...] |
unicodeobject.h | 529 for decref'ing the returned objects. 548 for decref'ing the returned objects. [all...] |
abstract.h | 117 DECREF(object)) to prevent memory leaks. [all...] |
/external/chromium_org/third_party/re2/re2/ |
re2.cc | 268 suffix_regexp_->Decref(); 270 entire_regexp_->Decref(); [all...] |
prefilter.cc | 657 simple->Decref();
|
/external/regex-re2/re2/ |
re2.cc | 250 suffix_regexp_->Decref(); 252 entire_regexp_->Decref(); [all...] |
prefilter.cc | 657 simple->Decref();
|
/external/chromium_org/third_party/re2/re2/testing/ |
tester.cc | 269 regexp_->Decref();
|
/external/regex-re2/re2/testing/ |
tester.cc | 269 regexp_->Decref();
|
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 386 void (*DECREF)(void*, PyObject*, int); 411 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) [all...] |
qavltree.c | 402 void (*DECREF)(void*, PyObject*, int); 427 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) [all...] |
qbintree.c | 402 void (*DECREF)(void*, PyObject*, int); 427 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) [all...] |
qrbtree.c | 402 void (*DECREF)(void*, PyObject*, int); 427 #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | [all...] |