Searched defs:TestEnvironment (Results 1 – 10 of 10) sorted by relevance
23 struct TestEnvironment { struct24 TestEnvironment() {} in TestEnvironment() argument26 base::ShadowingAtExitManager at_exit;27 base::MessageLoop message_loop;
43 public final class TestEnvironment { class70 public TestEnvironment() { in TestEnvironment() method in TestEnvironment
10 public interface TestEnvironment { interface
180 class TestEnvironment(object): class
155 TestEnvironment::TestEnvironment(int* argc, char** argv) { in TestEnvironment() function in grpc::testing::TestEnvironment
56 class TestEnvironment class
296 TestEnvironment::TestEnvironment(Context &context, const DeviceInterface &vk, VkDevice device, in TestEnvironment() function in vkt::robustness::TestEnvironment
431 class TestEnvironment(object): class
77 TestEnvironment = collections.namedtuple('TestEnvironment', [ variable
109 struct TestEnvironment struct111 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;