Home
last modified time | relevance | path

Searched refs:SetCache (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkCellIterator.h186 void SetCache(unsigned char flags) in SetCache() function
224 this->SetCache(CellTypeFlag); in GetCellType()
235 this->SetCache(PointIdsFlag); in GetPointIds()
246 this->SetCache(PointsFlag); in GetPoints()
257 this->SetCache(FacesFlag); in GetFaces()
268 this->SetCache(PointIdsFlag); in GetNumberOfPoints()
279 this->SetCache(FacesFlag); in GetNumberOfFaces()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkCellIterator.h214 void SetCache(unsigned char flags) in SetCache() function
250 this->SetCache(CellTypeFlag); in GetCellType()
261 this->SetCache(PointIdsFlag); in GetPointIds()
272 this->SetCache(PointsFlag); in GetPoints()
283 this->SetCache(FacesFlag); in GetFaces()
294 this->SetCache(PointIdsFlag); in GetNumberOfPoints()
368 this->SetCache(FacesFlag); in GetNumberOfFaces()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCellIterator.h214 void SetCache(unsigned char flags) { this->CacheFlags |= flags; } in SetCache() function
244 this->SetCache(CellTypeFlag); in GetCellType()
255 this->SetCache(PointIdsFlag); in GetPointIds()
266 this->SetCache(PointsFlag); in GetPoints()
277 this->SetCache(FacesFlag); in GetFaces()
288 this->SetCache(PointIdsFlag); in GetNumberOfPoints()
375 this->SetCache(FacesFlag); in GetNumberOfFaces()
/dports/games/warmux/warmux-11.04/src/graphic/
H A Dspritecache.cpp27 void SpriteSubframeCache::SetCache(uint rotation_num, const Double& mini, const Double& maxi) in SetCache() function in SpriteSubframeCache
58 normal.SetCache(rotation_num, mini, maxi); in SetCaches()
61 flipped.SetCache(rotation_num, mini, maxi); in SetCaches()
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/ipinfo/go/v2/ipinfo/
H A Dclient.go185 func SetCache(cache *Cache) { func
186 DefaultClient.SetCache(cache)
190 func (c *Client) SetCache(cache *Cache) { func
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/ipinfo/go/v2/go-2.6.0/ipinfo/
H A Dclient.go185 func SetCache(cache *Cache) { func
186 DefaultClient.SetCache(cache)
190 func (c *Client) SetCache(cache *Cache) { func
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/irr/
H A Dirr.cc196 Cache<SymID, Set *> SetCache; variable
204 return (SetCache.query(setID, set)); in queryCache()
219 if (! SetCache.query(sname->name, result)) { in initCache()
220 SetCache.add(sname->name, o); in initCache()
328 if (! SetCache.query(sname, result)) { in getSet()
332 SetCache.add(sname, result); in getSet()
334 SetCache.add(sname, NULL); // a negative cache result in getSet()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dsstream.hxx38 inline void SetCache(ULONG ulOffset, SECT sect);
74 inline void CStreamCache::SetCache(ULONG ulOffset, SECT sect) in SetCache() function in CStreamCache
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DProperty.cpp51 struct SetCache : boost::static_visitor<> struct
174 boost::apply_visitor(std::bind(SetCache(), std::placeholders::_1, value), in setCache()
/dports/devel/upp/upp/uppsrc/Core/
H A DInVector.hpp42 force_inline void InVector<T>::SetCache(int blki, int offset) const in SetCache() function in InVector
92 SetCache(blki, offset); in FindBlock0()
216 SetCache(blki, off); in Insert0()
285 SetCache(blki, off); in Insert_()
386 SetCache(blki, off); in Remove()
506 SetCache(blki, offset); in FindUpperBound()
513 SetCache(blki, off); in FindUpperBound()
548 SetCache(blki, offset); in FindLowerBound()
555 SetCache(blki, off); in FindLowerBound()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc394 void KioskAppData::SetCache(const std::string& name, in SetCache() function in chromeos::KioskAppData
424 SetCache(name_, *extensions::util::GetDefaultAppIcon().bitmap(), in OnExtensionIconLoaded()
427 SetCache(name_, icon.AsBitmap(), required_platform_version_); in OnExtensionIconLoaded()
454 SetCache(name_, icon, required_platform_version); in OnWebstoreParseSuccess()
580 SetCache(crx_loader->name(), icon, crx_loader->required_platform_version()); in OnCrxLoadFinished()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dgraph_revisions.py64 def SetCache(test_path, rows): function
128 SetCache(utils.TestPath(test_key), rows)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DIMobileWebFormServices.cs25 void SetCache(String controlID, Object key, Object value); in SetCache() method
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/ipinfo/go/v2/go-2.6.0/example/cache/in-memory/
H A Dmain.go15 ipinfo.SetCache(
/dports/textproc/htdig/htdig-3.2.0b6/htsearch/
H A DQuery.h58 static void SetCache(QueryCache *c) { cache = c; } in SetCache() function
/dports/sysutils/edk2/edk2-non-osi-f9b9957d/Silicon/Intel/Vlv2SocBinPkg/Include/Ppi/
H A DCache.h66 PEI_SET_CACHE_PPI SetCache; member
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/CacheAccess/
H A DIPersistenceProviderCache.cs15 void SetCache<TEntity>(TEntity entity)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/include/aws/codebuild/model/
H A DUpdateProjectRequest.h552 inline void SetCache(const ProjectCache& value) { m_cacheHasBeenSet = true; m_cache = value; } in SetCache() function
558 …inline void SetCache(ProjectCache&& value) { m_cacheHasBeenSet = true; m_cache = std::move(value);… in SetCache() function
564 …inline UpdateProjectRequest& WithCache(const ProjectCache& value) { SetCache(value); return *this;} in WithCache()
570 …inline UpdateProjectRequest& WithCache(ProjectCache&& value) { SetCache(std::move(value)); return … in WithCache()
H A DCreateProjectRequest.h532 inline void SetCache(const ProjectCache& value) { m_cacheHasBeenSet = true; m_cache = value; } in SetCache() function
538 …inline void SetCache(ProjectCache&& value) { m_cacheHasBeenSet = true; m_cache = std::move(value);… in SetCache() function
544 …inline CreateProjectRequest& WithCache(const ProjectCache& value) { SetCache(value); return *this;} in WithCache()
550 …inline CreateProjectRequest& WithCache(ProjectCache&& value) { SetCache(std::move(value)); return … in WithCache()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/app_mode/arc/
H A Darc_kiosk_app_data.h40 void SetCache(const std::string& name, const gfx::ImageSkia& icon);
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/ipinfo/go/v2/go-2.6.0/example/cache/
H A Dmain.go42 ipinfo.SetCache(dummyCache)
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dsstream.cxx272 _stmc.SetCache(start - 1, sectStart + i - 1); in ReadAt()
506 _stmc.SetCache(MAX_ULONG, ENDOFCHAIN); in SetSize()
527 _stmc.SetCache(MAX_ULONG, ENDOFCHAIN); in SetSize()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexBufferObjectCache.cxx71 vbo->SetCache(this); in GetVBO()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexBufferObjectCache.cxx74 vbo->SetCache(this); in GetVBO()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dset_cache.rb6 class SetCache class

12345678910>>...12