Searched defs:autotest (Results 151 - 175 of 266) sorted by relevance

1234567891011

/external/autotest/frontend/client/src/autotest/common/ui/
H A DExtendedListBox.java1 package autotest.common.ui;
H A DTableActionsPanel.java1 package autotest.common.ui;
4 import autotest.common.ui.TableSelectionPanel.SelectionPanelListener;
/external/autotest/frontend/client/src/autotest/tko/
H A DDynamicGraphingFrontend.java1 package autotest.tko;
3 import autotest.common.JsonRpcCallback;
4 import autotest.common.ui.TabView;
5 import autotest.tko.PreconfigSelector.PreconfigHandler;
6 import autotest.tko.TableView.TableSwitchListener;
H A DGraphingView.java1 package autotest.tko;
3 import autotest.common.CustomHistory.HistoryToken;
4 import autotest.common.ui.ExtendedListBox;
5 import autotest.common.ui.TabView;
6 import autotest.tko.TableView.TableSwitchListener;
H A DHeaderField.java1 package autotest.tko;
3 import autotest.common.Utils;
4 import autotest.common.ui.MultiListSelectPresenter.Item;
H A DMachineQualHistogramFrontend.java1 package autotest.tko;
3 import autotest.common.ui.NotifyManager;
4 import autotest.common.ui.TabView;
H A DTkoClient.java1 package autotest.tko;
3 import autotest.common.CustomHistory;
4 import autotest.common.JsonRpcProxy;
5 import autotest.common.SiteCommonClassFactory;
6 import autotest.common.StaticDataRepository;
7 import autotest.common.CustomHistory.HistoryToken;
8 import autotest.common.ui.CustomTabPanel;
9 import autotest.common.ui.NotifyManager;
10 import autotest.common.ui.TabView;
11 import autotest
[all...]
H A DTkoSpreadsheetUtils.java1 package autotest.tko;
3 import autotest.common.spreadsheet.Spreadsheet.CellInfo;
4 import autotest.common.spreadsheet.Spreadsheet.Header;
H A DWidgetList.java1 package autotest.tko;
/external/autotest/server/self-test/
H A Dautotest_test.py17 from autotest_lib.server import autotest namespace
23 self.autotest = autotest.Autotest()
33 self.result = "autodir='/stuff/autotest'\n"
36 if command == "grep autodir= /etc/autotest.conf":
44 self.assertEqual('/stuff/autotest',
45 autotest.Autotest.get_installed_autodir(host))
46 host.result = "autodir=/stuff/autotest\n"
47 self.assertEqual('/stuff/autotest',
48 autotest
[all...]
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
H A Dautoupdate_CatchBadSignatures.py10 from autotest_lib.server import autotest, test namespace
129 client_host = autotest.Autotest(self._host)
/external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
H A Dfirmware_Cr50DeepSleepStress.py9 from autotest_lib.server import autotest, test namespace
64 self.client_at = autotest.Autotest(host)
/external/autotest/server/site_tests/hardware_MemoryIntegrity/
H A Dhardware_MemoryIntegrity.py8 from autotest_lib.server import autotest namespace
107 self._client_at = autotest.Autotest(self._client)
/external/autotest/server/site_tests/network_DiskFull/
H A Dnetwork_DiskFull.py10 from autotest_lib.server import autotest namespace
80 client_autotest = autotest.Autotest(self._client)
/external/autotest/server/site_tests/network_StressServoEthernetPlug/
H A Dnetwork_StressServoEthernetPlug.py3 from autotest_lib.server import autotest, test, hosts namespace
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
H A Dnetwork_WiFi_SuspendStress.py10 from autotest_lib.server import autotest namespace
27 @param commandline_args dict of parsed parameters from the autotest.
106 autotest_client = autotest.Autotest(self._host)
/external/autotest/server/site_tests/platform_ExternalUSBStress/
H A Dplatform_ExternalUSBStress.py7 from autotest_lib.server import autotest, test namespace
30 autotest_client = autotest.Autotest(host)
/external/autotest/server/site_tests/platform_FullyChargedPowerStatus/
H A Dplatform_FullyChargedPowerStatus.py7 from autotest_lib.server import autotest, test namespace
92 self.autotest_client = autotest.Autotest(self.host)
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py8 from autotest_lib.server import autotest, hosts namespace
/external/autotest/frontend/client/src/autotest/afe/
H A DHostListView.java1 package autotest.afe;
3 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener;
4 import autotest.common.SimpleCallback;
5 import autotest.common.table.DynamicTable.DynamicTableListener;
6 import autotest.common.table.SelectionManager;
7 import autotest.common.ui.ContextMenu;
8 import autotest.common.ui.NotifyManager;
9 import autotest.common.ui.TabView;
10 import autotest.common.ui.TableActionsPanel.TableActionsListener;
H A DHostSelectorDisplay.java1 package autotest.afe;
3 import autotest.common.ui.ExtendedListBox;
4 import autotest.common.ui.SimplifiedList;
/external/autotest/frontend/client/src/autotest/common/
H A DCustomHistory.java1 package autotest.common;
H A DJsonRpcProxy.java1 package autotest.common;
3 import autotest.common.ui.NotifyManager;
H A DStatusSummary.java3 package autotest.common;
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
H A DSpreadsheetSelectionManager.java1 package autotest.common.spreadsheet;
3 import autotest.common.Utils;
4 import autotest.common.spreadsheet.Spreadsheet.CellInfo;
11 // TODO: hopefully some of this could be combined with autotest.common.table.SelectionManager using

Completed in 282 milliseconds

1234567891011