Home
last modified time | relevance | path

Searched refs:test_interface (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/cros/network/rf_switch/
Drf_mocks.py47 def __init__(self, host='1.2.3.4', port=12345, test_interface=False): argument
48 if test_interface:
Dscpi_unittest.py53 self._HOST, self._PORT, test_interface=True)
/external/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c186 struct class_interface test_interface = { variable
803 if (class_interface_register(&test_interface)) { in test_classint_reg()
808 class_interface_unregister(&test_interface); in test_classint_reg()
/external/wayland/tests/
Dconnection-test.c230 static const struct wl_interface test_interface = { in expected_fail_marshal() local
236 sender.interface = &test_interface; in expected_fail_marshal()
/external/python/cpython3/Lib/test/
Dtest_urllib.py152 def test_interface(self): member in urlopen_FileTests
513 def test_interface(self): member in urlopen_DataTests
Dtest_socket.py1614 (ifindex, test_interface) = socket.if_nameindex()[0]
1616 'ff02::1de:c0:face:8D%' + test_interface,
1647 (ifindex, test_interface) = socket.if_nameindex()[0]
1650 self.assertEqual(nameinfo, ('ff02::1de:c0:face:8d%' + test_interface, '1234'))
Dtest_xml_etree.py181 def test_interface(self): member in ElementTreeTest
/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