Searched refs:TestSelector (Results 1 - 13 of 13) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
H A DControlTypeSelect.java13 display.getClient().setText(TestSelector.CLIENT_TYPE);
14 display.getServer().setText(TestSelector.SERVER_TYPE);
H A DTestSelectorDisplay.java5 import autotest.afe.TestSelector.IDataTable;
6 import autotest.afe.TestSelector.IDataTable.DataTableImpl;
7 import autotest.afe.TestSelector.ISelectionManager;
8 import autotest.afe.TestSelector.ISelectionManager.SelectionManagerImpl;
23 public class TestSelectorDisplay extends Composite implements TestSelector.Display {
H A DTestSelector.java29 public class TestSelector extends Composite implements DataTableListener, ChangeHandler, class in inherits:Composite,DataTableListener,ChangeHandler,TableWidgetFactory,SelectionListener
H A DAfeUtils.java276 args.put("control_type", new JSONString(TestSelector.SERVER_TYPE));
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c31 static void TestSelector(void);
37 addTest(root, &TestSelector, "tsconv/ucnvseltst/TestSelector");
376 static void TestSelector() function
/external/autotest/frontend/client/src/autotest/afe/create/
H A DCreateJobViewPresenter.java12 import autotest.afe.TestSelector;
13 import autotest.afe.TestSelector.TestSelectorListener;
64 public TestSelector.Display getTestSelectorDisplay();
143 protected TestSelector testSelector = new TestSelector();
410 controlTypeSelect.setControlType(isServer ? TestSelector.SERVER_TYPE :
411 TestSelector.CLIENT_TYPE);
711 controlTypeSelect.setControlType(TestSelector.CLIENT_TYPE);
H A DCreateJobViewDisplay.java19 import autotest.afe.TestSelector;
490 public TestSelector.Display getTestSelectorDisplay() {

Completed in 621 milliseconds