/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A 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()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_map01.c | 29 struct map_type { struct 36 static const struct map_type map_types[] = { argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | map.rs | 83 pub fn map_type(&self) -> MapType { in map_type() method 363 fn map_type(&self) -> MapType; in map_type() method 838 fn map_type(&self) -> MapType { in map_type() function 1021 fn map_type(&self) -> MapType { in map_type() method 1292 pub fn map_type(&self) -> MapType { in map_type() method 1325 fn map_type() { in map_type() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/ |
D | let.hpp | 62 map_type; typedef 111 map_type; in operator ()() typedef
|
D | lambda.hpp | 80 map_type; typedef 132 map_type; in operator ()() typedef
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/ |
H A D | map_in_map_batch_ops.c | 31 static void create_inner_maps(enum bpf_map_type map_type, in create_inner_maps() 66 static int create_outer_map(enum bpf_map_type map_type, __u32 inner_map_fd) in create_outer_map()
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | disassembler.py | 443 def decode_map(cls, map_name, map_obj, map_type, sizeinfo=False): argument 452 def decode_map(map_name, map_obj, map_type, sizeinfo=False): argument
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf_probes.c | 282 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create() 405 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
|
/aosp_15_r20/packages/modules/Connectivity/bpf/syscall_wrappers/include/ |
D | BpfSyscallWrappers.h | 51 inline int createMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createMap() 67 inline int createOuterMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createOuterMap()
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/ |
D | BpfSyscallWrappers.h | 55 inline int createMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createMap() 71 inline int createOuterMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createOuterMap()
|
/aosp_15_r20/external/bpftool/src/ |
H A D | feature.c | 593 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex() 614 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type() 958 unsigned int map_type = BPF_MAP_TYPE_UNSPEC; in section_map_types() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | map_test.cpp | 92 typedef map<test::movable_int, test::movable_int> map_type; in node_type_test() typedef 214 > map_type; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/identity_type/test/ |
D | var.cpp | 15 typedef std::map<int, char> map_type; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/multimap/multimap.value_compare/ |
H A D | types.pass.cpp | 21 typedef std::multimap<int, std::string> map_type; in main() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.value_compare/ |
H A D | types.pass.cpp | 21 typedef std::map<int, std::string> map_type; in main() typedef
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.c | 163 enum virgl_transfer_map_type map_type = VIRGL_TRANSFER_MAP_HW_RES; in virgl_resource_transfer_prepare() local 497 enum virgl_transfer_map_type map_type; in virgl_resource_transfer_map() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/ |
H A D | hash_function.pass.cpp | 22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
|
H A D | key_eq.pass.cpp | 22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/ |
H A D | hash_function.pass.cpp | 22 typedef std::unordered_multimap<int, std::string> map_type; in main() typedef
|