Home
last modified time | relevance | path

Searched refs:sharedObject (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/third_party/icu/source/common/
Dunifiedcache.cpp200 const SharedObject *sharedObject = in _dumpContents() local
204 if (sharedObject->hasHardReferences()) { in _dumpContents()
211 sharedObject == fNoValue ? nullptr :sharedObject, in _dumpContents()
212 sharedObject->getRefCount(), in _dumpContents()
213 sharedObject->getSoftRefCount()); in _dumpContents()
255 const SharedObject *sharedObject = in _flush() local
257 U_ASSERT(sharedObject->cachePtr == this); in _flush()
259 … removeSoftRef(sharedObject); // Deletes the sharedObject when softRefCount goes to zero. in _flush()
287 const SharedObject *sharedObject = in _runEvictionSlice() local
290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
/external/icu/icu4c/source/common/
Dunifiedcache.cpp200 const SharedObject *sharedObject = in _dumpContents() local
204 if (sharedObject->hasHardReferences()) { in _dumpContents()
211 sharedObject == fNoValue ? nullptr :sharedObject, in _dumpContents()
212 sharedObject->getRefCount(), in _dumpContents()
213 sharedObject->getSoftRefCount()); in _dumpContents()
255 const SharedObject *sharedObject = in _flush() local
257 U_ASSERT(sharedObject->cachePtr == this); in _flush()
259 … removeSoftRef(sharedObject); // Deletes the sharedObject when softRefCount goes to zero. in _flush()
287 const SharedObject *sharedObject = in _runEvictionSlice() local
290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
/external/cronet/tot/third_party/icu/source/common/
Dunifiedcache.cpp200 const SharedObject *sharedObject = in _dumpContents() local
204 if (sharedObject->hasHardReferences()) { in _dumpContents()
211 sharedObject == fNoValue ? nullptr :sharedObject, in _dumpContents()
212 sharedObject->getRefCount(), in _dumpContents()
213 sharedObject->getSoftRefCount()); in _dumpContents()
255 const SharedObject *sharedObject = in _flush() local
257 U_ASSERT(sharedObject->cachePtr == this); in _flush()
259 … removeSoftRef(sharedObject); // Deletes the sharedObject when softRefCount goes to zero. in _flush()
287 const SharedObject *sharedObject = in _runEvictionSlice() local
290 removeSoftRef(sharedObject); // Deletes sharedObject when SoftRefCount goes to zero. in _runEvictionSlice()
/external/armnn/src/backends/backendsCommon/
DDynamicBackendUtils.cpp273 for (const std::string& sharedObject : sharedObjects) in CreateDynamicBackends() local
279 sharedObjectHandle = DynamicBackendUtils::OpenHandle(sharedObject); in CreateDynamicBackends()
284 << sharedObject << "\": " << e.what(); in CreateDynamicBackends()
289 … ARMNN_LOG(warning) << "Invalid handle to the shared object file \"" << sharedObject << "\""; in CreateDynamicBackends()
303 << sharedObject << "\": " << e.what(); in CreateDynamicBackends()
309 << sharedObject << "\""; in CreateDynamicBackends()