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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/client/src/autotest/afe/
SiteClassFactory.java 1 package autotest.afe;
ClassFactory.java 1 package autotest.afe;
3 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener;
4 import autotest.afe.create.CreateJobViewTab;
  /external/autotest/frontend/client/src/autotest/common/
SiteCommonClassFactory.java 1 package autotest.common;
SimpleCallback.java 1 package autotest.common;
SimpleChangeListener.java 1 package autotest.common;
  /external/autotest/frontend/client/src/autotest/common/ui/
HasTabVisible.java 1 package autotest.common.ui;
  /external/autotest/frontend/client/src/autotest/tko/
SiteClassFactory.java 1 package autotest.tko;
TestSelectionListener.java 1 package autotest.tko;
3 import autotest.common.CustomHistory.HistoryToken;
ClassFactory.java 1 package autotest.tko;
DBColumnSelector.java 1 package autotest.tko;
3 import autotest.common.ui.ExtendedListBox;
4 import autotest.tko.TkoUtils.FieldInfo;
LabelField.java 1 package autotest.tko;
3 import autotest.common.Utils;
AttributeField.java 1 package autotest.tko;
IterationAttributeField.java 1 package autotest.tko;
IterationResultField.java 1 package autotest.tko;
JobKeyvalField.java 1 package autotest.tko;
  /external/autotest/frontend/client/src/autotest/moblab/
ConfigWizardView.java 1 package autotest.moblab;
5 import autotest.common.ui.TabView;
6 import autotest.moblab.wizard.CloudStorageCard;
7 import autotest.moblab.wizard.ConfigWizard;
8 import autotest.moblab.wizard.NetworkInfoCard;
9 import autotest.moblab.wizard.WifiCard;
10 import autotest.moblab.wizard.WizardCard;
  /external/autotest/site_utils/admin/scripts/
fixperms.sh 3 chmod -R o+r /usr/local/autotest
4 find /usr/local/autotest/ -type d | xargs chmod o+x
5 chmod o+x /usr/local/autotest/tko/*.cgi
  /external/autotest/frontend/client/test/autotest/moblab/wizard/
ConfigWizardTest.java 1 package autotest.moblab.wizard;
3 import autotest.moblab.MoblabTest;
4 import autotest.moblab.wizard.WizardCard;
  /external/autotest/utils/
site_test_importer.sh 7 # This script adds desired tests to ChromeOS Autotest server.
11 ./test_importer.py -t /usr/local/autotest/client/site_tests
12 ./test_importer.py -t /usr/local/autotest/server/site_tests
15 ./test_importer.py -p /usr/local/autotest/client/profilers
  /external/autotest/frontend/client/test/autotest/moblab/
MoblabTest.java 1 package autotest.moblab;
9 return "autotest.moblab.MoblabSetupClientTest";
  /external/autotest/frontend/client/
generate-javadoc 5 -subpackages autotest
AfeClient-shell 4 java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/afe/server/autotest.AfeClient/AfeClient.html "$@" autotest.AfeClient
EmbeddedTkoClient-shell 4 java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/new_tko/server/autotest.EmbeddedTkoClient/EmbeddedTkoClientTest.html "$@" autotest.EmbeddedTkoClient
TkoClient-shell 4 java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/new_tko/server/autotest.TkoClient/TkoClient.html "$@" autotest.TkoClient
  /external/autotest/venv/lucifer/
autotest_unittest.py 5 """Tests for autotest.py."""
17 from lucifer import autotest
37 finder = autotest._CommonRemovingFinder()
49 mock.patch.object(autotest, '_setup_done', True):
50 autotest.load(name)
56 with mock.patch.object(autotest, '_setup_done', False):
58 autotest.load('asdf')
68 mock.patch.object(autotest, '_setup_done', True):
69 autotest.chromite_load(name)
80 mock.patch.object(autotest, '_setup_done', True)
    [all...]

Completed in 120 milliseconds

1 2 3 4 5 6 7 8 91011>>