Home
last modified time | relevance | path

Searched refs:always_cache (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkpixelcache.c56 guint always_cache : 1; member
226 (cache->always_cache || in _gtk_pixel_cache_create_surface_if_needed()
488 return cache->always_cache; in _gtk_pixel_cache_get_always_cache()
493 gboolean always_cache) in _gtk_pixel_cache_set_always_cache() argument
495 cache->always_cache = !!always_cache; in _gtk_pixel_cache_set_always_cache()
H A Dgtkpixelcacheprivate.h56 gboolean always_cache);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/
H A DTranscodeTarget.java77 boolean always_cache ); in setAlwaysCacheFiles() argument
/dports/misc/tvm/incubator-tvm-0.6.1/vta/src/
H A Druntime.cc336 void InitSpace(uint32_t elem_bytes, uint32_t max_bytes, bool coherent, bool always_cache) { in InitSpace() argument
338 always_cache_ = always_cache; in InitSpace()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/vta/runtime/
H A Druntime.cc299 void InitSpace(uint32_t elem_bytes, uint32_t max_bytes, bool coherent, bool always_cache) { in InitSpace() argument
301 always_cache_ = always_cache; in InitSpace()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DDeviceImpl.java1406 boolean always_cache ) in setAlwaysCacheFiles() argument
1408 setPersistentBooleanProperty( PP_REND_TRANS_CACHE, always_cache ); in setAlwaysCacheFiles()
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/src/
H A Druntime.cc336 void InitSpace(uint32_t elem_bytes, uint32_t max_bytes, bool coherent, bool always_cache) { in InitSpace() argument
338 always_cache_ = always_cache; in InitSpace()