Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pigweed/pw_trace_tokenized/
H A Dtrace_test.cc90 TraceTestInterface* test_interface = in TraceEventCallback() local
93 if (test_interface->action_ != ActionOnEvent::None && in TraceEventCallback()
94 (test_interface->event_match_.trace_ref == event->trace_token || in TraceEventCallback()
95 test_interface->event_match_.event_type == event->event_type || in TraceEventCallback()
96 test_interface->event_match_.module == event->module || in TraceEventCallback()
98 test_interface->event_match_.trace_id == event->trace_id))) { in TraceEventCallback()
99 if (test_interface->action_ == ActionOnEvent::Skip) { in TraceEventCallback()
101 } else if (test_interface->action_ == ActionOnEvent::Enable) { in TraceEventCallback()
103 } else if (test_interface->action_ == ActionOnEvent::Disable) { in TraceEventCallback()
105 } else if (test_interface->action_ == ActionOnEvent::DisableAfter) { in TraceEventCallback()
[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
299 if not test_interface:
300 test_interface = self.get_default_wlan_test_interface()
304 test_interface=test_interface)
516 def create_iperf_client(self, test_interface=None): argument
527 if not test_interface:
528 test_interface = self.get_default_wlan_test_interface()
541 test_interface=test_interface)
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py59 test_interface=c.get('test_interface')))
63 test_interface=c.get('test_interface')))
175 test_interface: str = None,
189 self.test_interface = test_interface
259 def __init__(self, android_device_or_serial, test_interface=None): argument
271 self.test_interface = test_interface
Diperf_server.py67 test_interface=c.get('test_interface'),
429 test_interface=None, argument
446 … self.test_interface = test_interface if test_interface else utils.get_interface_based_on_ip(
450 self.test_interface = None
486 utils.renew_linux_ip_address(self._ssh_session, self.test_interface)
494 return utils.get_addr(self._ssh_session, self.test_interface,
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_hci_layer.cc39 const hci_t* test_interface = nullptr; variable
40 void hci_layer_set_interface(const hci_t* interface) { test_interface = interface; } in hci_layer_set_interface()
44 const hci_t* bluetooth::shim::hci_layer_get_interface() { return testing::test_interface; } in hci_layer_get_interface()
/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
63 test_interface(true); in TEST_MAIN()
64 test_interface(false); in TEST_MAIN()
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py228 test_interface=self.access_point.wlan_2g)
233 test_interface=self.access_point.wlan_5g)
246 iperf_server_on_ap.test_interface)
257 self.iperf_client_on_dut.test_interface))
282 iperf_client_on_dut.test_interface)
517 dut_test_interface = self.iperf_client_on_dut.test_interface
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py260 self.iperf_server.test_interface))
262 self.dut_iperf_client.test_interface)
289 def _wait_for_dad(self, device, test_interface): argument
308 addrs = device.get_interface_ip_addresses(test_interface)
385 self.iperf_server, self.iperf_server.test_interface)
389 self.dut_iperf_client.test_interface))
391 self.dut_iperf_client.test_interface)
512 self.dut_iperf_client.test_interface)
DChannelSweepTest.py313 device.test_interface)
663 channel, self.dut, self.iperf_client.test_interface)
/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
50 elapsed = test_interface(hashmap); 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
48 if test_interface:
H A Dscpi_unittest.py53 self._HOST, self._PORT, test_interface=True)
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/base/tbase/
H A 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()
/aosp_15_r20/art/test/004-InterfaceTest/
H A Dexpected-stdout.txt2 test_interface done
/aosp_15_r20/external/pytorch/tools/test/heuristics/
H A Dtest_heuristics.py16 from tools.test.heuristics.test_interface import TestTD
/aosp_15_r20/external/wayland/tests/
H A Dconnection-test.c262 static const struct wl_interface test_interface = { in expected_fail_marshal() local
268 sender.interface = &test_interface; in expected_fail_marshal()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A DCMakeLists.txt68 ${JIT_TEST_ROOT}/test_interface.cpp
/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_socket.py1773 (ifindex, test_interface) = socket.if_nameindex()[0]
1775 'ff02::1de:c0:face:8D%' + test_interface,
1806 (ifindex, test_interface) = socket.if_nameindex()[0]
1809 self.assertEqual(nameinfo, ('ff02::1de:c0:face:8d%' + test_interface, '1234'))
Dtest_xml_etree.py203 def test_interface(self): member in ElementTreeTest
/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
/aosp_15_r20/out/soong/raw-aosp_shiba/f2/
Df2b70a41ef1b8c4870c4e65443612d573729daaa23400 android.fmq.test_interface#system/libfmq/tests/aidl/Android.bp5014334795022336(�0�:aidl_interf…
/aosp_15_r20/out/soong/
Dlate-aosp_shiba.mk185700 .PHONY: android.fmq.test_interface--checkbuild
185701 android.fmq.test_interface--checkbuild:
185702 .PHONY: android.fmq.test_interface-checkbuild
185703 android.fmq.test_interface-checkbuild: android.fmq.test_interface--checkbuild
185704 .PHONY: android.fmq.test_interface-soong
185705 android.fmq.test_interface-soong: android.fmq.test_interface-checkbuild

12