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

  /external/autotest/client/cros/chameleon/
audio_test_utils.py 420 for test_channel, golden_channel in enumerate(recorder.channel_map):
422 logging.info('Skipped channel %d', test_channel)
425 signal = recorded_data.channel_data[test_channel]
428 logging.debug('Channel %d max signal: %f', test_channel, max(signal))
440 test_channel)
444 test_channel, spectral, golden_frequency)
452 (test_channel, dominant_frequency, golden_frequency))
462 (test_channel, detected_anomaly))
466 test_channel)
479 (test_channel,
    [all...]
  /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}
  /frameworks/native/libs/vr/libpdx/
service_tests.cpp 172 auto test_channel = std::make_shared<Channel>(); local
173 info.channel = test_channel.get();
187 EXPECT_EQ(test_channel, message.GetChannel());
200 auto test_channel = std::make_shared<Channel>(); local
201 info.channel = test_channel.get();
209 EXPECT_EQ(test_channel, message.GetChannel());
766 auto test_channel = std::make_shared<Channel>(); local
769 .WillOnce(DoAll(SetArgPointee<2>(test_channel.get()), Return(kTestCid)));
774 EXPECT_EQ(test_channel, channel);
797 auto test_channel = std::make_shared<Channel>() local
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 243 def test_channel(self, wifi_context, channel_config): member in class:network_WiFi_RegDomain
305 self.test_channel(wifi_context, channel_config)
  /external/autotest/client/cros/audio/
audio_helper.py 834 for test_channel, golden_channel in enumerate(channel_map):
836 logging.info('Skipped channel %d', test_channel)
838 test_data_one_channel = test_data.channel_data[test_channel]
840 result_dict = dict(test_channel=test_channel,
852 result['test_channel'],
    [all...]
  /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/server/cros/ap_configurators/
ap_configurator_test.py 127 def test_channel(self): member in class:ConfiguratorTest

Completed in 726 milliseconds