Home
last modified time | relevance | path

Searched refs:old_resource (Results 1 – 25 of 35) sorted by relevance

12

/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/
H A Dtest_phone_home.py40 old_resource = mock.Mock(spec=real_res)
41 old_resource.ru_utime = real_res.ru_utime - 1
42 old_resource.ru_stime = real_res.ru_stime
43 old_resource.ru_maxrss = real_res.ru_maxrss
45 past_stats = [(self.hs.get_clock().time(), old_resource)]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/sharing/
H A DShareManagerImpl.java314 if ( old_resource != null ){ in deserialiseResource()
316 old_resource.delete(true); in deserialiseResource()
672 ShareResourceImpl old_resource = shares.get(name); in addFileOrDir() local
674 boolean modified = old_resource != null; in addFileOrDir()
678 if ( old_resource.isPersistent()){ in addFileOrDir()
680 return( old_resource ); in addFileOrDir()
683 old_resource.delete( true, false ); in addFileOrDir()
768 if ( old_resource != null ){ in addDirContents()
770 if ( old_resource.isPersistent() && old_resource instanceof ShareResourceDirContents ){ in addDirContents()
772 return((ShareResourceDirContents)old_resource ); in addDirContents()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_client.cc43 if (Resource* old_resource = resource_.Release()) in SetResource() local
44 old_resource->RemoveClient(this); in SetResource()
H A Dmemory_cache.cc151 Resource* old_resource = it->value->GetResource(); in AddInternal() local
152 CHECK_NE(old_resource, resource); in AddInternal()
153 Update(old_resource, old_resource->size(), 0); in AddInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_client.cc43 if (Resource* old_resource = resource_.Release()) in SetResource() local
44 old_resource->RemoveClient(this); in SetResource()
H A Dmemory_cache.cc151 Resource* old_resource = it->value->GetResource(); in AddInternal() local
152 CHECK_NE(old_resource, resource); in AddInternal()
153 Update(old_resource, old_resource->size(), 0); in AddInternal()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_watermark.c56 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in filter_get_image() local
87 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in filter_get_image()
H A Dtransition_region.c280 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in transition_get_image() local
345 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in transition_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dfilter_watermark.c56 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in filter_get_image() local
87 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in filter_get_image()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dfilter_watermark.c56 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in filter_get_image() local
87 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in filter_get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_watermark.c56 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in filter_get_image() local
87 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in filter_get_image()
H A Dtransition_region.c280 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in transition_get_image() local
345 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in transition_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dfilter_watermark.c56 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in filter_get_image() local
87 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in filter_get_image()
H A Dtransition_region.c280 char *old_resource = mlt_properties_get( properties, "_old_resource" ); in transition_get_image() local
345 if ( producer == NULL || ( old_resource != NULL && strcmp( resource, old_resource ) ) ) in transition_get_image()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/
H A Dapi_resource_manager.h247 T* old_resource = api_resource_map_[api_resource_id].get(); in Replace() local
248 if (old_resource && extension_id == old_resource->owner_extension_id()) { in Replace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/
H A Dapi_resource_manager.h247 T* old_resource = api_resource_map_[api_resource_id].get(); in Replace() local
248 if (old_resource && extension_id == old_resource->owner_extension_id()) { in Replace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_resource.cc118 if (LayoutSVGResourceContainer* old_resource = ResourceContainer()) in TargetChanged() local
119 old_resource->RemoveAllClientsFromCache(); in TargetChanged()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/sharing/
H A DShareManagerListener.java38 ShareResource old_resource, in resourceModified() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_resource.cc121 if (LayoutSVGResourceContainer* old_resource = ResourceContainer()) in TargetChanged() local
122 old_resource->RemoveAllClientsFromCache(); in TargetChanged()
/dports/devel/py-testresources/testresources-2.0.1/testresources/
H A D__init__.py585 def reset(self, old_resource, result=None): argument
625 return old_resource
630 getattr(old_resource, name), result)
631 resource = self._reset(old_resource, dependency_resources)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/sharing/hoster/
H A DShareHosterPlugin.java479 ShareResource old_resource, in resourceModified() argument
482 log.log( LoggerChannel.LT_INFORMATION, "Resource modified:".concat(old_resource.getName())); in resourceModified()
484 resourceDeleted( old_resource ); in resourceModified()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/sharing/progress/
H A DProgressWindow.java242 ShareResource old_resource, in resourceModified() argument
245 reportCurrentTask( "Resource modified: " + old_resource.getName()); in resourceModified()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/
H A DMySharesView.java304 public void resourceModified(ShareResource old_resource,ShareResource new_resource) { in resourceModified() argument
305 tv.removeDataSource( old_resource ); in resourceModified()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_provider.cc339 auto old_resource = std::move(resource_); in WillDrawInternal() local
341 static_cast<CanvasResourceSharedImage*>(old_resource.get()); in WillDrawInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_provider.cc433 auto old_resource = std::move(resource_); in WillDrawInternal() local
435 static_cast<CanvasResourceSharedImage*>(old_resource.get()); in WillDrawInternal()

12