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

  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/
setup_test_links.sh 11 if [ ! -d /usr/local/autotest/deps/chrome_test ] ; then
15 if [ ! -e /usr/local/autotest/deps/chrome_test/test_src/data ]; then
16 ln -sf /usr/local/autotest/deps/page_cycler_dep/test_src/data \
17 /usr/local/autotest/deps/chrome_test/test_src/data
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/perf_data_dep/
setup_test_links.sh 11 if [ ! -d /usr/local/autotest/deps/chrome_test ] ; then
15 if [ ! -e /usr/local/autotest/deps/chrome_test/test_src/data ]; then
16 ln -sf /usr/local/autotest/deps/telemetry_dep/test_src/data \
17 /usr/local/autotest/deps/chrome_test/test_src/data
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/
setup_test_links.sh 11 if [ ! -d /usr/local/autotest/deps/chrome_test ] ; then
15 if [ ! -e /usr/local/autotest/deps/chrome_test/test_src/data ]; then
16 ln -sf /usr/local/autotest/deps/telemetry_dep/test_src/data \
17 /usr/local/autotest/deps/chrome_test/test_src/data
  /external/chromium_org/chrome/test/pyautolib/chromeos/
chromeos_utils.py 13 sys.path.append('/usr/local') # to import autotest libs namespace
17 from autotest.cros import constants
suid_actions.py 22 sys.path.append('/usr/local') # to import autotest libs. namespace
23 from autotest.cros import constants
24 from autotest.cros import cryptohome
  /external/chromium_org/chrome/test/functional/
chromeos_oobe.py 14 sys.path.append('/usr/local') # To make autotest libs importable.
15 from autotest.cros import cros_ui
16 from autotest.cros import cryptohome
chromeos_prefs.py 13 sys.path.append('/usr/local') # Required to import autotest libs namespace
14 from autotest.cros import constants
chromeos_time.py 12 sys.path.append('/usr/local') # To make autotest libs importable.
13 from autotest.cros import cros_ui
14 from autotest.cros import ownership
chromeos_accessibility.py 15 sys.path.append('/usr/local') # To make autotest libs importable.
16 from autotest.cros import cros_ui
17 from autotest.cros import cryptohome
chromeos_volume.py 14 sys.path.append('/usr/local') # To make autotest libs importable.
15 from autotest.cros import cros_ui
16 from autotest.cros import cryptohome
chromeos_ephemeral.py 12 sys.path.append('/usr/local') # Required to import autotest libs. namespace
13 from autotest.cros import constants
14 from autotest.cros import cryptohome
chromeos_login.py 16 sys.path.append('/usr/local') # To make autotest libs importable.
17 from autotest.cros import cros_ui
18 from autotest.cros import cryptohome
  /external/bison/tests/
Makefile.am 59 AUTOTEST = $(AUTOM4TE) --language=autotest
61 $(AM_V_GEN) $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 60 sys.path.append('/usr/local') # to import autotest libs. namespace
70 from autotest.cros import auth_server
71 from autotest.cros import constants
72 from autotest.cros import cros_ui
73 from autotest.cros import dns_server
pyauto.py 221 sys.path.append('/usr/local') # to import autotest libs namespace
222 from autotest.cros import constants
278 auth_ext_path = ('/usr/local/autotest/deps/pyauto_dep/' +
    [all...]

Completed in 752 milliseconds