OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refcount
(Results
601 - 625
of
825
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
27
#include "sfntly/port/
refcount
.h"
/external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h
358
EAS_U8
refCount
;
eas_mdls.c
648
dls.pDLS->
refCount
= 1;
736
if (pDLS->
refCount
)
738
if (--pDLS->
refCount
== 0)
754
pDLS->
refCount
++;
[
all
...]
/external/valgrind/coregrind/m_aspacemgr/
aspacemgr-segnames.c
67
| 0 |
refcount
| slotsize | the string including \0 |
/external/vulkan-validation-layers/layers/
core_validation.h
130
uint32_t
refCount
; // Count of references (obj bindings or CB use)
[
all
...]
object_tracker.h
223
uint32_t
refCount
;
[
all
...]
/frameworks/native/services/sensorservice/
SensorEventConnection.cpp
590
// Read error, reset wakelock
refcount
.
/hardware/intel/common/libwsbm/src/
wsbm_slabpool.c
832
wsbmAtomicSet(&sBuf->storage.
refCount
, 1);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
650
return NULL; // Can't capture a foreign exception (no way to
refcount
it)
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp
[
all
...]
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
/external/opencv3/modules/core/src/
matrix.cpp
60
if(u->urefcount == 0 && u->
refcount
== 0)
212
CV_Assert(u->
refcount
>= 0);
213
if(u->
refcount
== 0)
497
CV_XADD(&u->
refcount
, 1);
[
all
...]
/frameworks/av/services/audioflinger/
Effects.cpp
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java
216
debugLog("AdapterService() -
REFCOUNT
: CREATED. INSTANCE_COUNT" + sRefCount);
[
all
...]
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
519
// gralloc module functions -
refcount
+ locking interface
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h
89
unsigned
refCount
;
/external/icu/icu4c/source/i18n/
uspoof_impl.cpp
85
fSpoofData->removeReference(); // Will delete if
refCount
goes to zero.
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShaderProgram.java
149
private int
refCount
= 0;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c
[
all
...]
/external/opencv3/modules/imgproc/src/
histogram.cpp
[
all
...]
/external/skia/include/core/
SkBitmap.h
406
* not affect the
refcount
of the pixelref.
[
all
...]
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm
648
// Increment
refcount
on observers using ARC bridge. Instance variable is a
[
all
...]
/frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp
182
// reference once the ctor ends, as that would cause the
refcount
of 'this'
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java
559
// that extra
refcount
so session appears idle.
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp
478
// increase mapper
refCount
since it is added to mTTMBuffers
[
all
...]
Completed in 1764 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>