HomeSort by relevance Sort by last modified time
    Searched refs:cros (Results 276 - 300 of 1201) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/audio_AudioBasicUSBPlaybackRecord/
audio_AudioBasicUSBPlaybackRecord.py 15 from autotest_lib.client.cros.audio import audio_test_data
16 from autotest_lib.client.cros.chameleon import audio_test_utils
17 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
18 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
19 from autotest_lib.server.cros.audio import audio_test
20 from autotest_lib.server.cros.multimedia import remote_facade_factory
26 This test talks to a Chameleon board and a Cros device to verify
27 USB audio playback/record function of the Cros device.
72 logging.info('Setting playback data on Cros device')
89 logging.info('Start recording from Cros device.'
    [all...]
  /external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/
audio_LeftRightInternalSpeaker.py 13 from autotest_lib.server.cros.audio import audio_test
14 from autotest_lib.client.cros.audio import audio_test_data
15 from autotest_lib.client.cros.chameleon import audio_test_utils
16 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
17 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
19 from autotest_lib.server.cros.multimedia import remote_facade_factory
113 '%s rather than internal speaker is selected on Cros '
123 logging.info('Going to use cras_test_client on CrOS')
  /external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
network_WiFi_BluetoothScanPerf.py 10 from autotest_lib.client.common_lib.cros.network import ping_runner
11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
12 from autotest_lib.server.cros.network import netperf_runner
13 from autotest_lib.server.cros.network import netperf_session
14 from autotest_lib.server.cros.network import wifi_cell_test_base
15 from autotest_lib.server.cros.bluetooth import bluetooth_device
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 9 from autotest_lib.client.common_lib.cros.network import iw_runner
10 from autotest_lib.client.common_lib.cros.network import tcpdump_analyzer
11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
12 from autotest_lib.server.cros.network import hostap_config
13 from autotest_lib.server.cros.network import netperf_runner
14 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_command_message.py 15 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_constants
16 from autotest_lib.client.cros.cellular.mbim_compliance \
18 from autotest_lib.client.cros.cellular.mbim_compliance \
  /external/autotest/client/site_tests/cellular_DeferredRegistration/
cellular_DeferredRegistration.py 12 from autotest_lib.client.cros.cellular import mm1_constants
13 from autotest_lib.client.cros.cellular import test_environment
14 from autotest_lib.client.cros.networking import pm_proxy
  /external/autotest/client/site_tests/desktopui_ChromeSanity/
desktopui_ChromeSanity.py 12 from autotest_lib.client.common_lib.cros import chrome, session_manager
13 from autotest_lib.client.cros import cryptohome
14 from autotest_lib.client.cros.graphics import graphics_utils
  /external/autotest/client/site_tests/enterprise_KioskEnrollment/
enterprise_KioskEnrollment.py 11 from autotest_lib.client.common_lib.cros import chrome
12 from autotest_lib.client.common_lib.cros import enrollment
13 from autotest_lib.client.common_lib.cros import kiosk_utils
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 9 from autotest_lib.client.common_lib.cros.network import interface
10 from autotest_lib.client.cros import shill_temporary_profile
11 from autotest_lib.client.cros.networking import wifi_proxy
  /external/autotest/client/site_tests/network_CDMAActivate/files/
modems.py 9 from autotest_lib.client.cros.cellular.pseudomodem import modem_cdma
10 from autotest_lib.client.cros.cellular.pseudomodem import pm_errors
11 from autotest_lib.client.cros.cellular.pseudomodem import utils as pm_utils
  /external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/
network_DhcpRenewWithOptionSubset.py 6 from autotest_lib.client.cros import dhcp_handling_rule
7 from autotest_lib.client.cros import dhcp_packet
8 from autotest_lib.client.cros import dhcp_test_base
  /external/autotest/client/site_tests/network_RoamWifiEndToEnd/
network_RoamWifiEndToEnd.py 10 from autotest_lib.client.cros.networking.chrome_testing \
12 from autotest_lib.client.cros.networking.chrome_testing \
14 from autotest_lib.client.common_lib.cros.network \
  /external/autotest/client/site_tests/platform_CrosDisksFormat/
platform_CrosDisksFormat.py 10 from autotest_lib.client.cros.cros_disks import CrosDisksTester
11 from autotest_lib.client.cros.cros_disks import VirtualFilesystemImage
12 from autotest_lib.client.cros.cros_disks import DefaultFilesystemTestContent
  /external/autotest/client/site_tests/platform_InputBrightness/
platform_InputBrightness.py 8 from autotest_lib.client.common_lib.cros import chrome
9 from autotest_lib.client.cros.graphics import graphics_utils
10 from autotest_lib.client.cros.input_playback import input_playback
  /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py 9 from autotest_lib.client.common_lib.cros import chrome
10 from autotest_lib.client.cros.video import histogram_verifier
11 from autotest_lib.client.cros.video import helper_logger
  /external/autotest/client/site_tests/video_MultiplePlayback/
video_MultiplePlayback.py 10 from autotest_lib.client.common_lib.cros import chrome
11 from autotest_lib.client.cros.video import youtube_helper
12 from autotest_lib.client.cros.video import helper_logger
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 15 from autotest_lib.client.common_lib.cros import retry
16 from autotest_lib.client.cros import constants
18 from autotest_lib.server.cros.multimedia import audio_facade_adapter
19 from autotest_lib.server.cros.multimedia import bluetooth_hid_facade_adapter
20 from autotest_lib.server.cros.multimedia import browser_facade_adapter
21 from autotest_lib.server.cros.multimedia import cfm_facade_adapter
22 from autotest_lib.server.cros.multimedia import display_facade_adapter
23 from autotest_lib.server.cros.multimedia import input_facade_adapter
24 from autotest_lib.server.cros.multimedia import kiosk_facade_adapter
25 from autotest_lib.server.cros.multimedia import system_facade_adapte
    [all...]
  /external/autotest/server/cros/network/
wifi_cell_test_base.py 10 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
11 from autotest_lib.client.cros import constants
14 from autotest_lib.server.cros.network import wifi_test_context_manager
  /external/autotest/server/site_tests/display_SwitchMode/
display_SwitchMode.py 10 from autotest_lib.client.cros.chameleon import chameleon_port_finder
11 from autotest_lib.client.cros.chameleon import chameleon_screen_test
13 from autotest_lib.server.cros.multimedia import remote_facade_factory
  /external/autotest/server/site_tests/firmware_CorruptFwBodyA/
firmware_CorruptFwBodyA.py 7 from autotest_lib.server.cros import vboot_constants as vboot
8 from autotest_lib.server.cros.faft.firmware_test import FirmwareTest
9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
  /external/autotest/server/site_tests/firmware_CorruptFwBodyB/
firmware_CorruptFwBodyB.py 7 from autotest_lib.server.cros import vboot_constants as vboot
8 from autotest_lib.server.cros.faft.firmware_test import FirmwareTest
9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
  /external/autotest/server/site_tests/firmware_InvalidUSB/
firmware_InvalidUSB.py 8 from autotest_lib.server.cros import vboot_constants as vboot
9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
10 from autotest_lib.server.cros.faft.firmware_test import FirmwareTest
  /external/autotest/server/site_tests/firmware_LegacyRecovery/
firmware_LegacyRecovery.py 8 from autotest_lib.server.cros import vboot_constants as vboot
9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
10 from autotest_lib.server.cros.faft.firmware_test import FirmwareTest
  /external/autotest/server/site_tests/network_WiFi_CSADisconnect/
network_WiFi_CSADisconnect.py 5 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
7 from autotest_lib.server.cros.network import hostap_config
8 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_DisableEnable/
network_WiFi_DisableEnable.py 6 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
7 from autotest_lib.server.cros.network import hostap_config
8 from autotest_lib.server.cros.network import wifi_cell_test_base

Completed in 783 milliseconds

<<11121314151617181920>>