Home
last modified time | relevance | path

Searched defs:TestEnvironment (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/mojo/public/java/system/javatests/
Dmojo_test_rule.cc23 struct TestEnvironment { struct
24 TestEnvironment() {} in TestEnvironment() argument
26 base::ShadowingAtExitManager at_exit;
27 base::MessageLoop message_loop;
/external/vogar/src/vogar/target/
DTestEnvironment.java43 public final class TestEnvironment { class
70 public TestEnvironment() { in TestEnvironment() method in TestEnvironment
/external/robolectric/robolectric/src/main/java/org/robolectric/internal/
DTestEnvironment.java10 public interface TestEnvironment { interface
/external/autotest/client/cros/cellular/
Dcellular.py180 class TestEnvironment(object): class
/external/grpc-grpc/test/core/util/
Dtest_config.cc155 TestEnvironment::TestEnvironment(int* argc, char** argv) { in TestEnvironment() function in grpc::testing::TestEnvironment
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp56 class TestEnvironment class
DvktRobustnessUtil.cpp296 TestEnvironment::TestEnvironment(Context &context, const DeviceInterface &vk, VkDevice device, in TestEnvironment() function in vkt::robustness::TestEnvironment
/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py431 class TestEnvironment(object): class
Dmulti_process_runner.py77 TestEnvironment = collections.namedtuple('TestEnvironment', [ variable
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBuiltinTests.cpp109 struct TestEnvironment struct
111 const InstanceInterface *vki;
112 VkPhysicalDevice physicalDevice;
113 const DeviceInterface *vkd;
114 VkDevice device;
115 Allocator *allocator;
116 VkQueue queue;
117 uint32_t queueFamilyIndex;
118 BinaryCollection *binaryCollection;
119 tcu::TestLog *log;