Searched refs:test_channel (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/cros/chameleon/ |
D | audio_test_utils.py | 442 for test_channel, golden_channel in enumerate(recorder.channel_map): 444 logging.info('Skipped channel %d', test_channel) 447 signal = recorded_data.channel_data[test_channel] 450 logging.debug('Channel %d max signal: %f', test_channel, max(signal)) 462 test_channel) 466 test_channel, spectral, golden_frequency) 474 (test_channel, dominant_frequency, golden_frequency)) 484 (test_channel, detected_anomaly)) 488 test_channel) 501 (test_channel, [all …]
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test_lib.cc | 125 static void send_bytes_to_peer(tsi_test_channel* test_channel, in send_bytes_to_peer() argument 128 GPR_ASSERT(test_channel != nullptr); in send_bytes_to_peer() 131 is_client ? test_channel->server_channel : test_channel->client_channel; in send_bytes_to_peer() 134 ? &test_channel->bytes_written_to_server_channel in send_bytes_to_peer() 135 : &test_channel->bytes_written_to_client_channel; in send_bytes_to_peer() 160 static void receive_bytes_from_peer(tsi_test_channel* test_channel, in receive_bytes_from_peer() argument 163 GPR_ASSERT(test_channel != nullptr); in receive_bytes_from_peer() 167 is_client ? test_channel->client_channel : test_channel->server_channel; in receive_bytes_from_peer() 170 ? &test_channel->bytes_read_from_client_channel in receive_bytes_from_peer() 171 : &test_channel->bytes_read_from_server_channel; in receive_bytes_from_peer() [all …]
|
/external/autotest/client/cros/audio/ |
D | audio_helper.py | 826 for test_channel, golden_channel in enumerate(channel_map): 828 logging.info('Skipped channel %d', test_channel) 830 test_data_one_channel = test_data.channel_data[test_channel] 832 result_dict = dict(test_channel=test_channel,
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
D | network_WiFi_RegDomain.py | 243 def test_channel(self, wifi_context, channel_config): member in network_WiFi_RegDomain 305 self.test_channel(wifi_context, channel_config)
|
/external/autotest/server/cros/ap_configurators/ |
D | ap_configurator_test.py | 127 def test_channel(self): member in ConfiguratorTest
|