Home
last modified time | relevance | path

Searched refs:skel2 (Results 1 – 7 of 7) 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
26 skel2 = test_xdp_link__open_and_load(); in serial_test_xdp_link()
27 if (!ASSERT_OK_PTR(skel2, "skel_load")) in serial_test_xdp_link()
29 prog_fd2 = bpf_program__fd(skel2->progs.xdp_handler); in serial_test_xdp_link()
97 link = bpf_program__attach_xdp(skel2->progs.xdp_handler, IFINDEX_LO); in serial_test_xdp_link()
107 link = bpf_program__attach_xdp(skel2->progs.xdp_handler, IFINDEX_LO); in serial_test_xdp_link()
110 skel2->links.xdp_handler = link; in serial_test_xdp_link()
149 test_xdp_link__destroy(skel2); in serial_test_xdp_link()
Dsubprogs.c13 struct test_subprogs_unused *skel2; in test_subprogs() local
31 skel2 = test_subprogs_unused__open_and_load(); in test_subprogs()
32 ASSERT_OK_PTR(skel2, "unused_progs_skel"); in test_subprogs()
33 test_subprogs_unused__destroy(skel2); in test_subprogs()
Dbpf_iter.c403 struct bpf_iter_test_kern2 *skel2; in test_file_iter() local
431 skel2 = bpf_iter_test_kern2__open_and_load(); in test_file_iter()
432 if (CHECK(!skel2, "bpf_iter_test_kern2__open_and_load", in test_file_iter()
436 err = bpf_link__update_program(link, skel2->progs.dump_task); in test_file_iter()
443 bpf_iter_test_kern2__destroy(skel2); in test_file_iter()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberPermutationTest.java117 for (String skel2 : skeletons2) { in testPermutations()
124 .append(skel2) // in testPermutations()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberPermutationTest.java114 for (String skel2 : skeletons2) { in testPermutations()
121 .append(skel2) // in testPermutations()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_permutation.cpp121 for (const auto& skel2 : skeletons2) { in testPermutations() local
128 .append(skel2) // in testPermutations()
/external/cronet/third_party/icu/source/test/intltest/
Dnumbertest_permutation.cpp121 for (const auto& skel2 : skeletons2) { in testPermutations() local
128 .append(skel2) // in testPermutations()