/external/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_map01.c | 34 struct map_type { struct 41 static const struct map_type map_types[] = { argument
|
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | map.cpp | 64 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
|
D | as_map.cpp | 51 map_type; in main() typedef
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lru_map.c | 28 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/ |
D | unique_op.cc | 41 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/ |
D | mfc_map.hpp | 36 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/ |
D | sockmap_basic.c | 84 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()
|
D | sockmap_ktls.c | 136 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/ |
D | var.cpp | 15 typedef std::map<int, char> map_type; typedef
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/ |
D | let.hpp | 62 map_type; typedef 111 map_type; in operator ()() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/multimap/multimap.value_compare/ |
D | types.pass.cpp | 21 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/ |
D | types.pass.cpp | 21 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/ |
D | types.pass.cpp | 21 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/ |
D | types.pass.cpp | 21 typedef std::map<int, std::string> map_type; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.map/ |
D | hash_function.pass.cpp | 22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
|
D | key_eq.pass.cpp | 22 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/ |
D | hash_function.pass.cpp | 22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
|
D | key_eq.pass.cpp | 22 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/ |
D | key_comp.pass.cpp | 18 typedef std::map<int, std::string> map_type; in main() typedef
|
D | value_comp.pass.cpp | 18 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/ |
D | value_comp.pass.cpp | 18 typedef std::map<int, std::string> map_type; in main() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.multimap/ |
D | hash_function.pass.cpp | 22 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/ |
D | hash_function.pass.cpp | 22 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/ |
D | value_comp.pass.cpp | 18 typedef std::multimap<int, std::string> map_type; in main() typedef
|
D | key_comp.pass.cpp | 18 typedef std::multimap<int, std::string> map_type; in main() typedef
|