Home
last modified time | relevance | path

Searched defs:test_interface (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_trace_tokenized/
H A Dtrace_test.cc90 TraceTestInterface* test_interface = in TraceEventCallback() local
118 TraceTestInterface* test_interface = in TraceSinkStartBlock() local
127 TraceTestInterface* test_interface = in TraceSinkAddBytes() local
134 TraceTestInterface* test_interface = in TraceSinkEndBlock() local
266 TraceTestInterface test_interface; in TEST() local
280 TraceTestInterface test_interface; in TEST() local
292 TraceTestInterface test_interface; in TEST() local
312 TraceTestInterface test_interface; in TEST() local
339 TraceTestInterface test_interface; in TEST() local
361 TraceTestInterface test_interface; in TEST() local
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py175 def create_iperf_client(self, test_interface=None): argument
289 def create_iperf_client(self, test_interface=None): argument
516 def create_iperf_client(self, test_interface=None): argument
/aosp_15_r20/art/test/004-InterfaceTest/src/
H A DMain.java33 public static long test_interface(Map map) { in test_interface() method in Main
/aosp_15_r20/external/autotest/server/cros/network/rf_switch/
H A Drf_mocks.py47 def __init__(self, host='1.2.3.4', port=12345, test_interface=False): argument
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_hci_layer.cc39 const hci_t* test_interface = nullptr; variable
/aosp_15_r20/external/llvm-libc/test/integration/startup/gpu/
H A Drpc_interface_test.cpp18 static void test_interface(bool end_with_send) { in test_interface() function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py259 def __init__(self, android_device_or_serial, test_interface=None): argument
Diperf_server.py429 test_interface=None, argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib.py169 def test_interface(self): member in urlopen_FileTests
644 def test_interface(self): member in urlopen_DataTests
Dtest_xml_etree.py203 def test_interface(self): member in ElementTreeTest
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py289 def _wait_for_dad(self, device, test_interface): argument
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c186 struct class_interface test_interface = { variable
/aosp_15_r20/external/wayland/tests/
H A Dconnection-test.c262 static const struct wl_interface test_interface = { in expected_fail_marshal() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_urllib.py91 def test_interface(self): member in urlopen_FileTests
Dtest_xml_etree.py154 def test_interface(self): member in ElementTreeTest
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py578 def test_interface(self): member in TestClassType