HomeSort by relevance Sort by last modified time
    Searched refs:test_channel (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/cros/chameleon/
audio_test_utils.py 277 for test_channel, golden_channel in enumerate(recorder.channel_map):
279 logging.info('Skipped channel %d', test_channel)
282 signal = recorded_data.channel_data[test_channel]
293 test_channel)
297 test_channel, spectral, golden_frequency)
305 (test_channel, dominant_frequency, golden_frequency))
315 (test_channel, detected_anomaly))
319 test_channel)
346 '%s' % (test_channel, spectral))
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 163 test_channel: The communication channel to send data to the controller.
166 def __init__(self, test_channel):
169 self._test_channel = test_channel
228 print 'Usage: python test_channel.py [port]'
236 test_channel = TestChannel(port)
242 test_channel_shell = TestChannelShell(test_channel)
build_and_run.sh 86 python ${TEST_CHANNEL_ABS}/test_channel.py localhost ${TEST_CHANNEL_PORT}
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 242 def test_channel(self, wifi_context, channel_config): member in class:network_WiFi_RegDomain
303 self.test_channel(wifi_context, channel_config)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileLockTest.java 103 public void test_channel() { method in class:FileLockTest
SelectionKeyTest.java 126 public void test_channel() { method in class:SelectionKeyTest
  /external/autotest/client/cros/audio/
audio_helper.py     [all...]
  /external/autotest/server/cros/ap_configurators/
ap_configurator_test.py 127 def test_channel(self): member in class:ConfiguratorTest

Completed in 837 milliseconds