/dports/misc/vxl/vxl-3.3.2/core/vil1/ |
H A D | vil1_pyramid.h | 21 enum cache_strategy { enum 27 vil1_pyramid(vil1_image const &, cache_strategy = memory); 34 cache_strategy cs;
|
H A D | vil1_pyramid.cxx | 15 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 D | image_metadata_store_leveldb.cc | 37 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 D | image_metadata_store_leveldb_unittest.cc | 128 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 D | super.c | 342 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 D | zdata.c | 660 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 D | internal.h | 52 unsigned char cache_strategy; member
|
/dports/multimedia/libv4l/linux-5.13-rc2/fs/erofs/ |
H A D | super.c | 342 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 D | zdata.c | 660 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 D | internal.h | 52 unsigned char cache_strategy; member
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/erofs/ |
H A D | super.c | 342 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 D | zdata.c | 660 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 D | internal.h | 52 unsigned char cache_strategy; member
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/image_fetcher/core/cache/proto/ |
H A D | cached_image_metadata.proto | 44 optional CacheStrategy cache_strategy = 6 [default = BEST_EFFORT]; field
|
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/ |
H A D | imagedata.h | 306 bool LoadDocuments(const std::vector<std::string> &filenames, CachingStrategy cache_strategy,
|
H A D | imagedata.cpp | 615 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 D | lstmtrainer.h | 190 CachingStrategy cache_strategy,
|
H A D | lstmtrainer.cpp | 295 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 D | 2.0.0.rst | 250 resp.context['cache_strategy'] = 'lru' 253 resp.context.cache_strategy = 'lru'
|
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/ |
H A D | erofs.rst | 74 cache_strategy=%s Select a strategy for cached decompression from now on:
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/ |
H A D | erofs.rst | 74 cache_strategy=%s Select a strategy for cached decompression from now on:
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/ |
H A D | erofs.rst | 74 cache_strategy=%s Select a strategy for cached decompression from now on:
|
/dports/www/py-falcon/falcon-2.0.0/tests/ |
H A D | test_utils.py | 768 ctx.cache_strategy
|