/external/libchrome/mojo/public/java/system/javatests/ |
D | mojo_test_rule.cc | 23 struct TestEnvironment { struct 24 TestEnvironment() {} in TestEnvironment() argument 26 base::ShadowingAtExitManager at_exit; 27 base::MessageLoop message_loop;
|
/external/vogar/src/vogar/target/ |
D | TestEnvironment.java | 43 public final class TestEnvironment { class 70 public TestEnvironment() { in TestEnvironment() method in TestEnvironment
|
/external/robolectric/robolectric/src/main/java/org/robolectric/internal/ |
D | TestEnvironment.java | 7 public interface TestEnvironment { interface
|
/external/autotest/client/cros/cellular/ |
D | cellular.py | 180 class TestEnvironment(object): class
|
/external/grpc-grpc/test/core/util/ |
D | test_config.cc | 155 TestEnvironment::TestEnvironment(int* argc, char** argv) { in TestEnvironment() function in grpc::testing::TestEnvironment
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.hpp | 56 class TestEnvironment class
|
D | vktRobustnessUtil.cpp | 296 TestEnvironment::TestEnvironment(Context &context, const DeviceInterface &vk, VkDevice device, in TestEnvironment() function in vkt::robustness::TestEnvironment
|
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/artifact/ |
D | test_result.pb.go | 236 …TestEnvironment *TestEnvironment `protobuf:"bytes,1,opt,name=test_environment,json=testEnvironment… member 411 type TestEnvironment struct { struct 412 state protoimpl.MessageState 413 sizeCache protoimpl.SizeCache 414 unknownFields protoimpl.UnknownFields 418 Id *TestEnvironment_Id `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` 421 …Id `protobuf:"bytes,2,rep,name=ancestor_ids,json=ancestorIds,proto3" json:"ancestor_ids,omitempty"` 424 func (x *TestEnvironment) Reset() { 433 func (x *TestEnvironment) String() string { 437 func (*TestEnvironment) ProtoMessage() {} [all …]
|
/external/chromiumos-config/python/chromiumos/test/artifact/ |
D | test_result_pb2.py | 2745 TestEnvironment = _reflection.GeneratedProtocolMessageType('TestEnvironment', (_message.Message,), { variable
|
/external/tensorflow/tensorflow/python/distribute/ |
D | combinations.py | 431 class TestEnvironment(object): class
|
D | multi_process_runner.py | 77 TestEnvironment = collections.namedtuple('TestEnvironment', [ variable
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBuiltinTests.cpp | 109 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;
|
/external/chromiumos-config/proto/chromiumos/test/artifact/ |
D | test_result.proto | 101 message TestEnvironment { message
|
/external/pytorch/torch/testing/_internal/ |
D | common_utils.py | 118 class TestEnvironment: class
|