Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 25 of 153) sorted by relevance

1234567

/external/ltp/testcases/kernel/syscalls/bpf/
Dbpf_map01.c34 struct map_type { struct
41 static const struct map_type map_types[] = { argument
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dmap.cpp64 map_type; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main() typedef
164 typedef map<pair<float, int> > map_type; in main() typedef
173 typedef map<pair<float, int> > const map_type; in main() typedef
Das_map.cpp51 map_type; in main() typedef
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lru_map.c28 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
148 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
239 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
315 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
422 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
486 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
562 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
609 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
676 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
767 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
/external/tensorflow/tensorflow/core/kernels/
Dunique_op.cc41 using map_type = absl::flat_hash_map<T, TIndex>; typedef
48 using map_type = absl::flat_hash_map<absl::string_view, TIndex>; typedef
56 using map_type = std::unordered_map<float, TIndex>; typedef
60 using map_type = std::unordered_map<double, TIndex>; typedef
64 using map_type = std::unordered_map<Eigen::half, TIndex>; typedef
68 using map_type = std::unordered_map<bfloat16, TIndex>; typedef
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dmfc_map.hpp36 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef
49 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef
62 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c84 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free()
106 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers()
129 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update()
185 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
Dsockmap_ktls.c136 enum bpf_map_type map_type) in fmt_test_name()
149 static void run_tests(int family, enum bpf_map_type map_type) in run_tests()
/external/sdv/vsomeip/third_party/boost/utility/identity_type/test/
Dvar.cpp15 typedef std::map<int, char> map_type; typedef
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/
Dlet.hpp62 map_type; typedef
111 map_type; in operator ()() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/multimap/multimap.value_compare/
Dtypes.pass.cpp21 typedef std::multimap<int, std::string> map_type; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/multimap/multimap.value_compare/
Dtypes.pass.cpp21 typedef std::multimap<int, std::string> map_type; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/map/map.value_compare/
Dtypes.pass.cpp21 typedef std::map<int, std::string> map_type; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/map/map.value_compare/
Dtypes.pass.cpp21 typedef std::map<int, std::string> map_type; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.map/
Dhash_function.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
Dkey_eq.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.map/
Dhash_function.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
Dkey_eq.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/map/map.observers/
Dkey_comp.pass.cpp18 typedef std::map<int, std::string> map_type; in main() typedef
Dvalue_comp.pass.cpp18 typedef std::map<int, std::string> map_type; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/map/map.observers/
Dvalue_comp.pass.cpp18 typedef std::map<int, std::string> map_type; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.multimap/
Dhash_function.pass.cpp22 typedef std::unordered_multimap<int, std::string> map_type; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.multimap/
Dhash_function.pass.cpp22 typedef std::unordered_multimap<int, std::string> map_type; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/multimap/multimap.observers/
Dvalue_comp.pass.cpp18 typedef std::multimap<int, std::string> map_type; in main() typedef
Dkey_comp.pass.cpp18 typedef std::multimap<int, std::string> map_type; in main() typedef

1234567