Searched refs:getRefCount (Results 1 - 25 of 29) sorted by relevance

12

/external/icu/icu4c/source/common/
H A Dsharedobject.cpp71 SharedObject::getRefCount() const { function in class:SharedObject
82 if(getRefCount() == 0) {
H A Dsharedobject.h123 int32_t getRefCount() const;
184 if(p->getRefCount() <= 1) { return const_cast<T *>(p); }
H A Dunifiedcache.cpp203 sharedObject->getRefCount(),
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramList.java47 this(other.getValue(), other.getRefCount());
55 public final int getRefCount() method in class:NGramList.NGram
70 return ng.getRefCount() - refCount;
H A DStatisticsTool.java173 int refCount = ngram.getRefCount();
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DSharedObject.java66 * if(s.getRefCount() > 1) {
137 if(r.getRefCount() <= 1) { return r; }
193 public final int getRefCount() { return refCount.get(); } method in class:SharedObject
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DSharedObject.java65 * if(s.getRefCount() > 1) {
135 if(r.getRefCount() <= 1) { return r; }
191 public final int getRefCount() { return refCount.get(); } method in class:SharedObject
/external/skia/tools/gpu/gl/debug/
H A DGrFakeRefObj.h50 int getRefCount() const { return fRef; } function in class:GrFakeRefObj
H A DDebugGLTestContext.cpp542 if (program->getRefCount()) {
555 if (shader->getRefCount()) {
778 if (array->getRefCount()) {
1169 GrAlwaysAssert(0 == fObjects[i]->getRefCount());
/external/skqp/tools/gpu/gl/debug/
H A DGrFakeRefObj.h50 int getRefCount() const { return fRef; } function in class:GrFakeRefObj
H A DDebugGLTestContext.cpp536 if (program->getRefCount()) {
549 if (shader->getRefCount()) {
772 if (array->getRefCount()) {
1163 GrAlwaysAssert(0 == fObjects[i]->getRefCount());
/external/swiftshader/src/OpenGL/libGL/
H A DShader.h68 unsigned int getRefCount() const;
H A DResourceManager.cpp180 if(shaderObject->second->getRefCount() == 0)
199 if(programObject->second->getRefCount() == 0)
H A DProgram.h126 unsigned int getRefCount() const;
H A DShader.cpp251 unsigned int Shader::getRefCount() const function in class:gl::Shader
H A DProgram.cpp1972 unsigned int Program::getRefCount() const function in class:gl::Program
/external/swiftshader/src/OpenGL/libGLESv2/
H A DShader.h65 unsigned int getRefCount() const;
H A DResourceManager.cpp167 if(shaderObject->getRefCount() == 0)
186 if(programObject->getRefCount() == 0)
H A DShader.cpp274 unsigned int Shader::getRefCount() const function in class:es2::Shader
H A DProgram.h210 unsigned int getRefCount() const;
H A DProgram.cpp2689 unsigned int Program::getRefCount() const function in class:es2::Program
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp61 int getRefCount (void) const { return m_refCount; } function in class:sglr::rc::NamedObject
533 if (object->getRefCount() == 0)
H A DsglrReferenceContext.cpp455 DE_ASSERT(m_clientVertexArray.getRefCount() == 1);
727 DE_ASSERT(texture->getRefCount() == 1);
793 DE_ASSERT(framebuffer->getRefCount() == 1);
869 DE_ASSERT(renderbuffer->getRefCount() == 1);
2557 DE_ASSERT(buffer->getRefCount() == 1);
3970 DE_ASSERT(vertexArray->getRefCount() == 1);
3987 DE_ASSERT(sp->getRefCount() == 1);
4566 DE_ASSERT(programToBeDeleted->getRefCount() == 1);
4585 DE_ASSERT(shaderProg->getRefCount() == 1);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1827 milliseconds

12