Home
last modified time | relevance | path

Searched defs:TestStatus (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestCase.hpp200 class TestStatus class
203TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(desc… in TestStatus() function in tcu::TestStatus
/third_party/protobuf/conformance/
Dconformance.proto63 message TestStatus { message
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dspirv_test_framework.py139 class TestStatus: class
/third_party/spirv-tools/test/tools/
Dspirv_test_framework.py139 class TestStatus: class
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dspirv_test_framework.py139 class TestStatus: class
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.pb.cs117 public sealed partial class TestStatus : pb::IMessage<TestStatus> class
142 public TestStatus() { in TestStatus() method in Conformance.TestStatus
150 public TestStatus(TestStatus other) : this() { in TestStatus() method in Conformance.TestStatus
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc1238 TEST(StatusOr, TestStatus) { in TEST() argument