Home
last modified time | relevance | path

Searched refs:cache_strategy (Results 1 – 23 of 23) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vil1/
H A Dvil1_pyramid.h21 enum cache_strategy { enum
27 vil1_pyramid(vil1_image const &, cache_strategy = memory);
34 cache_strategy cs;
H A Dvil1_pyramid.cxx15 vil1_pyramid::vil1_pyramid(vil1_image const & I, cache_strategy cs_) in vil1_pyramid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/image_fetcher/core/cache/
H A Dimage_metadata_store_leveldb.cc37 CacheOption ToCacheOption(CacheStrategy cache_strategy) { in ToCacheOption() argument
38 switch (cache_strategy) { in ToCacheOption()
284 entries_map[ToCacheOption(entry.cache_strategy())].push_back(&entry); in EvictImageMetadataImpl()
287 for (auto& cache_strategy : entries_map) { in EvictImageMetadataImpl() local
288 GetMetadataToRemove(cache_strategy.first, std::move(cache_strategy.second), in EvictImageMetadataImpl()
320 DCHECK_EQ(entry->cache_strategy(), CacheStrategy::BEST_EFFORT); in GetMetadataToRemove()
346 DCHECK_EQ(entry->cache_strategy(), CacheStrategy::HOLD_UNTIL_EXPIRED); in GetMetadataToRemove()
H A Dimage_metadata_store_leveldb_unittest.cc128 ASSERT_EQ(entry.cache_strategy(), CacheStrategy::HOLD_UNTIL_EXPIRED); in AssertDataPresent()
130 ASSERT_EQ(entry.cache_strategy(), CacheStrategy::BEST_EFFORT); in AssertDataPresent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/erofs/
H A Dsuper.c342 ctx->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
410 ctx->cache_strategy = result.uint_32; in erofs_fc_parse_param()
730 if (ctx->cache_strategy == EROFS_ZIP_CACHE_DISABLED) in erofs_show_options()
732 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAHEAD) in erofs_show_options()
734 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
H A Dzdata.c660 enum z_erofs_cache_alloctype cache_strategy; in z_erofs_do_read_page() local
703 if (should_alloc_managed_pages(fe, sbi->ctx.cache_strategy, map->m_la)) in z_erofs_do_read_page()
704 cache_strategy = TRYALLOC; in z_erofs_do_read_page()
706 cache_strategy = DONTALLOC; in z_erofs_do_read_page()
709 cache_strategy, pagepool); in z_erofs_do_read_page()
H A Dinternal.h52 unsigned char cache_strategy; member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/erofs/
H A Dsuper.c342 ctx->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
410 ctx->cache_strategy = result.uint_32; in erofs_fc_parse_param()
730 if (ctx->cache_strategy == EROFS_ZIP_CACHE_DISABLED) in erofs_show_options()
732 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAHEAD) in erofs_show_options()
734 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
H A Dzdata.c660 enum z_erofs_cache_alloctype cache_strategy; in z_erofs_do_read_page() local
703 if (should_alloc_managed_pages(fe, sbi->ctx.cache_strategy, map->m_la)) in z_erofs_do_read_page()
704 cache_strategy = TRYALLOC; in z_erofs_do_read_page()
706 cache_strategy = DONTALLOC; in z_erofs_do_read_page()
709 cache_strategy, pagepool); in z_erofs_do_read_page()
H A Dinternal.h52 unsigned char cache_strategy; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/erofs/
H A Dsuper.c342 ctx->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
410 ctx->cache_strategy = result.uint_32; in erofs_fc_parse_param()
730 if (ctx->cache_strategy == EROFS_ZIP_CACHE_DISABLED) in erofs_show_options()
732 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAHEAD) in erofs_show_options()
734 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
H A Dzdata.c660 enum z_erofs_cache_alloctype cache_strategy; in z_erofs_do_read_page() local
703 if (should_alloc_managed_pages(fe, sbi->ctx.cache_strategy, map->m_la)) in z_erofs_do_read_page()
704 cache_strategy = TRYALLOC; in z_erofs_do_read_page()
706 cache_strategy = DONTALLOC; in z_erofs_do_read_page()
709 cache_strategy, pagepool); in z_erofs_do_read_page()
H A Dinternal.h52 unsigned char cache_strategy; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/image_fetcher/core/cache/proto/
H A Dcached_image_metadata.proto44 optional CacheStrategy cache_strategy = 6 [default = BEST_EFFORT]; field
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dimagedata.h306 bool LoadDocuments(const std::vector<std::string> &filenames, CachingStrategy cache_strategy,
H A Dimagedata.cpp615 CachingStrategy cache_strategy, in LoadDocuments() argument
617 cache_strategy_ = cache_strategy; in LoadDocuments()
/dports/graphics/tesseract/tesseract-5.0.0/src/training/unicharset/
H A Dlstmtrainer.h190 CachingStrategy cache_strategy,
H A Dlstmtrainer.cpp295 CachingStrategy cache_strategy, in LoadAllTrainingData() argument
299 return training_data_.LoadDocuments(filenames, cache_strategy, in LoadAllTrainingData()
/dports/www/py-falcon/falcon-2.0.0/docs/changes/
H A D2.0.0.rst250 resp.context['cache_strategy'] = 'lru'
253 resp.context.cache_strategy = 'lru'
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Derofs.rst74 cache_strategy=%s Select a strategy for cached decompression from now on:
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Derofs.rst74 cache_strategy=%s Select a strategy for cached decompression from now on:
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/
H A Derofs.rst74 cache_strategy=%s Select a strategy for cached decompression from now on:
/dports/www/py-falcon/falcon-2.0.0/tests/
H A Dtest_utils.py768 ctx.cache_strategy