Home
last modified time | relevance | path

Searched refs:skel1 (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dxdp_link.c12 struct test_xdp_link *skel1 = NULL, *skel2 = NULL; in serial_test_xdp_link() local
21 skel1 = test_xdp_link__open_and_load(); in serial_test_xdp_link()
22 if (!ASSERT_OK_PTR(skel1, "skel_load")) in serial_test_xdp_link()
24 prog_fd1 = bpf_program__fd(skel1->progs.xdp_handler); in serial_test_xdp_link()
54 link = bpf_program__attach_xdp(skel1->progs.xdp_handler, IFINDEX_LO); in serial_test_xdp_link()
70 link = bpf_program__attach_xdp(skel1->progs.xdp_handler, IFINDEX_LO); in serial_test_xdp_link()
73 skel1->links.xdp_handler = link; in serial_test_xdp_link()
103 bpf_link__destroy(skel1->links.xdp_handler); in serial_test_xdp_link()
104 skel1->links.xdp_handler = NULL; in serial_test_xdp_link()
117 err = bpf_link__update_program(link, skel1->progs.xdp_handler); in serial_test_xdp_link()
[all …]
Dbpf_iter.c402 struct bpf_iter_test_kern1 *skel1; in test_file_iter() local
407 skel1 = bpf_iter_test_kern1__open_and_load(); in test_file_iter()
408 if (CHECK(!skel1, "bpf_iter_test_kern1__open_and_load", in test_file_iter()
412 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter()
449 bpf_iter_test_kern1__destroy(skel1); in test_file_iter()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberPermutationTest.java116 for (String skel1 : skeletons1) { in testPermutations()
122 .append(skel1) // in testPermutations()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberPermutationTest.java113 for (String skel1 : skeletons1) { in testPermutations()
119 .append(skel1) // in testPermutations()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_permutation.cpp120 for (const auto& skel1 : skeletons1) { in testPermutations() local
126 .append(skel1) // in testPermutations()
/external/cronet/third_party/icu/source/test/intltest/
Dnumbertest_permutation.cpp120 for (const auto& skel1 : skeletons1) { in testPermutations() local
126 .append(skel1) // in testPermutations()