Home
last modified time | relevance | path

Searched refs:entries_map (Results 1 – 25 of 61) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/tests/
H A Dhsts.rs69 entries_map: entries_map in test_base_domain_in_entries_map()
89 entries_map: entries_map in test_push_entry_with_0_max_age_evicts_entry_from_list()
104 entries_map: entries_map in test_push_entry_to_hsts_list_should_not_add_subdomains_whose_superdomain_is_already_matched()
119 entries_map: entries_map in test_push_entry_to_hsts_list_should_update_existing_domain_entrys_include_subdomains()
136 entries_map: entries_map in test_push_entry_to_hsts_list_should_not_create_duplicate_entry()
220 entries_map: entries_map in test_hsts_list_with_exact_domain_entry_is_is_host_secure()
232 entries_map: entries_map in test_hsts_list_with_subdomain_when_include_subdomains_is_true_is_is_host_secure()
244 entries_map: entries_map in test_hsts_list_with_subdomain_when_include_subdomains_is_false_is_not_is_host_secure()
256 entries_map: entries_map in test_hsts_list_with_subdomain_when_host_is_not_a_subdomain_is_not_is_host_secure()
268 entries_map: entries_map in test_hsts_list_with_subdomain_when_host_is_exact_match_is_is_host_secure()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/search/search_result_ranker/
H A Dapp_launch_event_logger_unittest.cc237 base::flat_map<GURL, const ukm::mojom::UkmEntry*> entries_map; in TEST_F() local
238 entries_map[test_ukm_recorder_ in TEST_F()
241 entries_map[test_ukm_recorder_ in TEST_F()
244 entries_map[test_ukm_recorder_ in TEST_F()
255 test_ukm_recorder_.ExpectEntryMetric(entries_map[PhotosPWAUrl()], in TEST_F()
262 test_ukm_recorder_.ExpectEntryMetric(entries_map[PhotosPWAUrl()], in TEST_F()
264 test_ukm_recorder_.ExpectEntryMetric(entries_map[MapsArcUrl()], in TEST_F()
269 test_ukm_recorder_.ExpectEntryMetric(entries_map[PhotosPWAUrl()], in TEST_F()
271 test_ukm_recorder_.ExpectEntryMetric(entries_map[MapsArcUrl()], in TEST_F()
278 test_ukm_recorder_.ExpectEntryMetric(entries_map[MapsArcUrl()], in TEST_F()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/file/
H A Dconfig_file.c346 RHMAP_FREE(child->entries_map); in config_file_add_child_list()
352 RHMAP_FREE(parent->entries_map); in config_file_add_child_list()
353 parent->entries_map = child->entries_map; in config_file_add_child_list()
354 child->entries_map = NULL; in config_file_add_child_list()
775 RHMAP_FREE(conf->entries_map); in config_file_deinitialize()
908 conf->entries_map = NULL; in config_file_initialize()
935 entry = RHMAP_GET_STR(conf->entries_map, key); in config_get_entry_internal()
954 return RHMAP_GET_STR(conf->entries_map, key); in config_get_entry()
1228 RHMAP_SET_STR(conf->entries_map, entry->key, entry); in config_set_string()
1245 (void)RHMAP_DEL_STR(conf->entries_map, entry->key); in config_unset()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/file/
H A Dconfig_file.c346 RHMAP_FREE(child->entries_map); in config_file_add_child_list()
352 RHMAP_FREE(parent->entries_map); in config_file_add_child_list()
353 parent->entries_map = child->entries_map; in config_file_add_child_list()
354 child->entries_map = NULL; in config_file_add_child_list()
775 RHMAP_FREE(conf->entries_map); in config_file_deinitialize()
908 conf->entries_map = NULL; in config_file_initialize()
935 entry = RHMAP_GET_STR(conf->entries_map, key); in config_get_entry_internal()
954 return RHMAP_GET_STR(conf->entries_map, key); in config_get_entry()
1228 RHMAP_SET_STR(conf->entries_map, entry->key, entry); in config_set_string()
1245 (void)RHMAP_DEL_STR(conf->entries_map, entry->key); in config_unset()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/
H A Dhsts.rs58 pub entries_map: HashMap<String, Vec<HstsEntry>>, field
63 HstsList { entries_map: HashMap::new() } in new()
97 self.entries_map.get(base_domain).map_or(false, |entries| { in is_host_secure()
109 self.entries_map.get(base_domain).map_or(false, |entries| { in has_domain()
115 self.entries_map.get(base_domain).map_or(false, |entries| { in has_subdomain()
126 let entries = self.entries_map.entry(base_domain.to_owned()).or_insert(vec![]); in push()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/
H A Dfactory.hpp144 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
146 entries_map m_entries;
262 typename entries_map::const_iterator it = m_entries.find(key); in create_new()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/srs/projections/
H A Dfactory.hpp144 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
146 entries_map m_entries;
262 typename entries_map::const_iterator it = m_entries.find(key); in create_new()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/
H A Dfactory.hpp181 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
183 entries_map m_entries;
298 typedef typename entries_map::const_iterator const_iterator; in create_new()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/
H A Dfactory.hpp185 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
187 entries_map m_entries;
302 typedef typename entries_map::const_iterator const_iterator; in create_new()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/
H A Dfactory.hpp185 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
187 entries_map m_entries;
302 typedef typename entries_map::const_iterator const_iterator; in create_new()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/
H A Dfactory.hpp185 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
187 entries_map m_entries;
302 typedef typename entries_map::const_iterator const_iterator; in create_new()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/
H A Dfactory.hpp185 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
187 entries_map m_entries;
302 typedef typename entries_map::const_iterator const_iterator; in create_new()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/
H A Dfactory.hpp181 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
183 entries_map m_entries;
298 typedef typename entries_map::const_iterator const_iterator; in create_new()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/
H A Dfactory.hpp181 typedef std::map<key_type, entry_ptr> entries_map; typedef in boost::geometry::projections::detail::factory
183 entries_map m_entries;
298 typedef typename entries_map::const_iterator const_iterator; in create_new()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dindex.c50 git_idxmap_delete((idx)->entries_map, (e)); \
424 git_idxmap_alloc(&index->entries_map) < 0 || in git_index_open()
463 git_idxmap_free(index->entries_map); in index_free()
533 git_idxmap_clear(index->entries_map); in git_index_clear()
840 if (git_idxmap_valid_index(index->entries_map, pos)) in git_index_get_bypath()
3025 git_idxmap *entries_map; in git_index_read_tree() local
3030 if (git_idxmap_alloc(&entries_map) < 0) in git_index_read_tree()
3051 git_idxmap_resize(entries_map, entries.length); in git_index_read_tree()
3054 INSERT_IN_MAP_EX(index, entries_map, e, &error); in git_index_read_tree()
3070 entries_map = git__swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dindex.c50 git_idxmap_delete((idx)->entries_map, (e)); \
426 git_idxmap_alloc(&index->entries_map) < 0 || in git_index_open()
465 git_idxmap_free(index->entries_map); in index_free()
538 git_idxmap_clear(index->entries_map); in git_index_clear()
864 if (git_idxmap_valid_index(index->entries_map, pos)) in git_index_get_bypath()
3104 git_idxmap *entries_map; in git_index_read_tree() local
3109 if (git_idxmap_alloc(&entries_map) < 0) in git_index_read_tree()
3130 git_idxmap_resize(entries_map, entries.length); in git_index_read_tree()
3133 INSERT_IN_MAP_EX(index, entries_map, e, &error); in git_index_read_tree()
3149 entries_map = git__swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
468 git_idxmap_free(index->entries_map); in index_free()
513 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
541 git_idxmap_clear(index->entries_map); in git_index_clear()
880 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1710 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3160 git_idxmap *entries_map; in git_index_read_tree() local
3165 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3187 if ((error = index_map_set(entries_map, e, index->ignore_case)) < 0) { in git_index_read_tree()
3201 entries_map = git_atomic_swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
468 git_idxmap_free(index->entries_map); in index_free()
513 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
541 git_idxmap_clear(index->entries_map); in git_index_clear()
880 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1710 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3160 git_idxmap *entries_map; in git_index_read_tree() local
3165 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3187 if ((error = index_map_set(entries_map, e, index->ignore_case)) < 0) { in git_index_read_tree()
3201 entries_map = git_atomic_swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
467 git_idxmap_free(index->entries_map); in index_free()
512 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
540 git_idxmap_clear(index->entries_map); in git_index_clear()
873 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1697 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3123 git_idxmap *entries_map; in git_index_read_tree() local
3128 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3164 entries_map = git__swap(index->entries_map, entries_map); in git_index_read_tree()
3171 git_idxmap_free(entries_map); in git_index_read_tree()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
468 git_idxmap_free(index->entries_map); in index_free()
513 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
541 git_idxmap_clear(index->entries_map); in git_index_clear()
880 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1710 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3160 git_idxmap *entries_map; in git_index_read_tree() local
3165 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3187 if ((error = index_map_set(entries_map, e, index->ignore_case)) < 0) { in git_index_read_tree()
3201 entries_map = git_atomic_swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
467 git_idxmap_free(index->entries_map); in index_free()
512 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
540 git_idxmap_clear(index->entries_map); in git_index_clear()
873 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1697 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3121 git_idxmap *entries_map; in git_index_read_tree() local
3126 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3162 entries_map = git__swap(index->entries_map, entries_map); in git_index_read_tree()
3169 git_idxmap_free(entries_map); in git_index_read_tree()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
468 git_idxmap_free(index->entries_map); in index_free()
513 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
541 git_idxmap_clear(index->entries_map); in git_index_clear()
880 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1710 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3160 git_idxmap *entries_map; in git_index_read_tree() local
3165 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3187 if ((error = index_map_set(entries_map, e, index->ignore_case)) < 0) { in git_index_read_tree()
3201 entries_map = git_atomic_swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
468 git_idxmap_free(index->entries_map); in index_free()
513 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
541 git_idxmap_clear(index->entries_map); in git_index_clear()
880 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1710 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3159 git_idxmap *entries_map; in git_index_read_tree() local
3164 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3186 if ((error = index_map_set(entries_map, e, index->ignore_case)) < 0) { in git_index_read_tree()
3200 entries_map = git_atomic_swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dindex.c43 (v) = git_idxmap_get(index->entries_map, (k)); \
50 git_idxmap_delete((idx)->entries_map, (e)); \
426 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
465 git_idxmap_free(index->entries_map); in index_free()
538 git_idxmap_clear(index->entries_map); in git_index_clear()
3113 git_idxmap *entries_map; in git_index_read_tree() local
3118 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3144 INSERT_IN_MAP_EX(index, entries_map, e, error); in git_index_read_tree()
3160 entries_map = git__swap(index->entries_map, entries_map); in git_index_read_tree()
3167 git_idxmap_free(entries_map); in git_index_read_tree()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dindex.c428 git_idxmap_new(&index->entries_map) < 0 || in git_index_open()
468 git_idxmap_free(index->entries_map); in index_free()
513 index_map_delete(index->entries_map, entry, index->ignore_case); in index_remove_entry()
541 git_idxmap_clear(index->entries_map); in git_index_clear()
880 value = git_idxmap_get(index->entries_map, &key); in git_index_get_bypath()
1710 index_map_delete(index->entries_map, &remove_key, index->ignore_case); in git_index_remove()
3159 git_idxmap *entries_map; in git_index_read_tree() local
3164 if (git_idxmap_new(&entries_map) < 0) in git_index_read_tree()
3186 if ((error = index_map_set(entries_map, e, index->ignore_case)) < 0) { in git_index_read_tree()
3200 entries_map = git_atomic_swap(index->entries_map, entries_map); in git_index_read_tree()
[all …]

123