Home
last modified time | relevance | path

Searched defs:test_spec (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dxskxceiver.h162 struct test_spec { struct
163 struct ifobject *ifobj_tx;
164 struct ifobject *ifobj_rx;
165 struct pkt_stream *tx_pkt_stream_default;
166 struct pkt_stream *rx_pkt_stream_default;
167 u16 total_steps;
168 u16 current_step;
169 u16 nb_sockets;
170 bool fail;
171 enum test_mode mode;
[all …]
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1656.c45 struct test_spec { struct
51 static struct test_spec test_specs[] = { argument
/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_remove_view_copy.py95 def test_spec(self) -> None: member in TestRemoveViewCopy
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue928Test.java33 public void test_spec(SpecVersion.VersionFlag specVersion) { in test_spec() method in Issue928Test
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp61 void test_spec(X0<void*> xvp, void *vp) { in test_spec() function
H A Dp2.cpp131 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() function
H A Dp2-0x.cpp136 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() function
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py389 def test_spec(self): member in MetaPathFinderFindModuleTests