Home
last modified time | relevance | path

Searched defs:refCount (Results 1 – 25 of 40) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-net-persistent-ref-unref.js16 let refCount = 0; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DSharedObject.java200 private AtomicInteger refCount = new AtomicInteger(); field in SharedObject
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DSharedObject.java197 private AtomicInteger refCount = new AtomicInteger(); field in SharedObject
/third_party/node/test/node-api/test_reference_by_node_api_version/
Dtest_reference_by_node_api_version.c102 uint32_t refCount; in Ref() local
110 uint32_t refCount; in Unref() local
/third_party/typescript/src/compiler/
DresolutionCache.ts37 refCount?: number; property
85 refCount: number; property
717 const refCount = customFailedLookupPaths.get(failedLookupLocationPath) || 0; constant
845 const refCount = customFailedLookupPaths.get(failedLookupLocationPath); constant
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineLayout.hpp70 std::atomic<uint32_t> refCount{ 0 }; member in vk::PipelineLayout
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h147 size_t refCount; member
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DNGramList.java32 private int refCount; field in NGramList.NGram
DStatisticsTool.java173 int refCount = ngram.getRefCount(); in dumpNGrams() local
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.cpp499 int refCount = 0; in removeHardRef() local
511 int refCount = 0; in addHardRef() local
Dsprpimpl.h93 int32_t refCount; member
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp499 int refCount = 0; in removeHardRef() local
511 int refCount = 0; in addHardRef() local
Dsprpimpl.h93 int32_t refCount; member
/third_party/icu/icu4c/source/common/
Dunifiedcache.cpp499 int refCount = 0; in removeHardRef() local
511 int refCount = 0; in addHardRef() local
Dsprpimpl.h93 int32_t refCount; member
/third_party/typescript/src/services/
DdocumentRegistry.ts164 … const sourceFiles: { name: string; scriptKind: ScriptKind, refCount: number; }[] = []; constant
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp472 const int refCount = 1; in iterate() local
/third_party/libsnd/include/
Dsndfile.hh104 int refCount (void) const { return (p == SF_NULL) ? 0 : p->ref ; } in refCount() function in SndfileHandle
/third_party/node/deps/icu-small/source/i18n/
Dtznames.cpp51 int32_t refCount; member
Dtzgnames.cpp1113 int32_t refCount; member
/third_party/icu/icu4c/source/i18n/
Dtznames.cpp51 int32_t refCount; member
Dtzgnames.cpp1113 int32_t refCount; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp51 int32_t refCount; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp392 …t BaseCase::verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, … in verifyMessageCount()
1159 int refCount; member
1211 const int refCount = itr->second.refCount; in verify() local
1646 const int refCount = itr->second.expected; in verify() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h234 uint32_t refCount = 0; variable

12