OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostTest
(Results
1 - 6
of
6
) sorted by null
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DeviceJUnit4ClassRunnerWithParameters.java
21
import com.android.tradefed.testtype.
HostTest
;
47
name =
HostTest
.SET_OPTION_NAME,
48
description =
HostTest
.SET_OPTION_DESC
125
HostTest
.setOptionToLoadedObject(testObj, new ArrayList<String>(mKeyValueOptions));
/external/autotest/frontend/afe/
models_test.py
43
class
HostTest
(unittest.TestCase,
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceJUnit4ClassRunner.java
48
@Option(name =
HostTest
.SET_OPTION_NAME, description =
HostTest
.SET_OPTION_DESC)
78
HostTest
.setOptionToLoadedObject(testObj, mKeyValueOptions);
HostTest.java
68
public class
HostTest
144
public
HostTest
() {
192
* Get the build info received by
HostTest
.
715
* Helper for Device Runners to use to set options the same way as
HostTest
, from set-option.
718
* @param keyValueOptions the list of options formatted as
HostTest
set-option requires.
842
HostTest
test;
[
all
...]
/external/autotest/scheduler/
scheduler_models_unittest.py
182
class
HostTest
(BaseSchedulerModelsTest):
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java
60
* Unit tests for {@link
HostTest
}.
65
private
HostTest
mHostTest;
395
mHostTest = new
HostTest
();
404
* Test success case for {@link
HostTest
#run(ITestInvocationListener)}, where test to run is a
423
* Test success case for {@link
HostTest
#run(ITestInvocationListener)}, where test to run is a
473
* Test success case for {@link
HostTest
#run(ITestInvocationListener)}, where test to run is a
508
* Test success case for {@link
HostTest
#run(ITestInvocationListener)}, where test to run is a
527
* Test success case for {@link
HostTest
#run(ITestInvocationListener)}, where test to run is a
546
* Test success case for {@link
HostTest
#run(ITestInvocationListener)}, where test to run is a
563
* Test for {@link
HostTest
#run(ITestInvocationListener)}, where className is not set
[
all
...]
Completed in 800 milliseconds