Home
last modified time | relevance | path

Searched refs:TestEnvironment (Results 1 – 15 of 15) sorted by relevance

/external/libmojo/mojo/android/javatests/
Dmojo_test_case.cc23 struct TestEnvironment { struct
24 TestEnvironment() : message_loop(mojo::common::MessagePumpMojo::Create()) {} in TestEnvironment() argument
41 return reinterpret_cast<intptr_t>(new TestEnvironment()); in SetupTestEnvironment()
47 delete reinterpret_cast<TestEnvironment*>(test_environment); in TearDownTestEnvironment()
/external/vogar/src/vogar/target/junit/
DJUnitTargetRunner.java29 import vogar.target.TestEnvironment;
43 private final TestEnvironment testEnvironment;
48 TestEnvironment testEnvironment, in JUnitTargetRunner()
DJUnitRunnerFactory.java23 import vogar.target.TestEnvironment;
33 TestEnvironment testEnvironment, int timeoutSeconds, String[] args) { in newRunner()
/external/vogar/src/vogar/target/
DTestEnvironmentRunListener.java26 private final TestEnvironment testEnvironment;
28 public TestEnvironmentRunListener(TestEnvironment testEnvironment) { in TestEnvironmentRunListener()
DTestRunner.java164 TestEnvironment testEnvironment = new TestEnvironment(); in run()
246 TestEnvironment testEnvironment, int timeoutSeconds, String[] args) { in newRunner()
DRunnerFactory.java34 AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, in newRunner()
DMainRunnerFactory.java31 TestEnvironment testEnvironment, int timeoutSeconds, String[] args) { in newRunner()
DTestEnvironment.java43 public final class TestEnvironment { class
70 public TestEnvironment() { in TestEnvironment() method in TestEnvironment
DCaliperRunnerFactory.java54 TestEnvironment testEnvironment, int timeoutSeconds, String[] args) { in newRunner()
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp48 void TestEnvironment::SetUp() { vk_testing::set_error_callback(test_error_callback); } in SetUp()
50 void TestEnvironment::TearDown() {} in TearDown()
Dvktestframeworkandroid.h51 class TestEnvironment : public ::testing::Environment {
Dvktestframework.h95 class TestEnvironment : public ::testing::Environment {
Dvktestframework.cpp118 void TestEnvironment::SetUp() { in SetUp()
125 void TestEnvironment::TearDown() { glslang::FinalizeProcess(); } in TearDown()
Dlayer_validation_tests.cpp19201 ::testing::AddGlobalTestEnvironment(new TestEnvironment); in android_main()
19236 ::testing::AddGlobalTestEnvironment(new TestEnvironment); in main()
/external/autotest/client/cros/cellular/
Dcellular.py180 class TestEnvironment(object): class