Home
last modified time | relevance | path

Searched defs:TestEnvironment (Results 1 – 14 of 14) 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.java7 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/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/artifact/
Dtest_result.pb.go236TestEnvironment *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/
Dtest_result_pb2.py2745 TestEnvironment = _reflection.GeneratedProtocolMessageType('TestEnvironment', (_message.Message,), { variable
/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;
/external/chromiumos-config/proto/chromiumos/test/artifact/
Dtest_result.proto101 message TestEnvironment { message
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py118 class TestEnvironment: class