Home
last modified time | relevance | path

Searched defs:TestResult (Results 1 – 25 of 28) sorted by relevance

12

/third_party/icu/icu4c/source/test/letest/
Dletest.h42 struct TestResult struct
51 typedef struct TestResult TestResult; argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_non_semantic_test.cpp29 struct TestResult { struct
30 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() function
36 spv_result_t validation_result;
37 const char* error_str;
38 const char* error_str2;
Dval_builtins_test.cpp38 struct TestResult { struct
39 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() argument
45 spv_result_t validation_result;
46 const char* error_str;
47 const char* error_str2;
Dval_decoration_test.cpp36 struct TestResult { struct
37 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() function
40 spv_result_t validation_result;
41 const std::string error_str;
/third_party/spirv-tools/test/val/
Dval_non_semantic_test.cpp29 struct TestResult { struct
30 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() function
36 spv_result_t validation_result;
37 const char* error_str;
38 const char* error_str2;
Dval_builtins_test.cpp38 struct TestResult { struct
39 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() function
45 spv_result_t validation_result;
46 const char* error_str;
47 const char* error_str2;
Dval_decoration_test.cpp36 struct TestResult { struct
37 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() argument
40 spv_result_t validation_result;
41 const std::string error_str;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_semantic_test.cpp29 struct TestResult { struct
30 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() function
36 spv_result_t validation_result;
37 const char* error_str;
38 const char* error_str2;
Dval_builtins_test.cpp38 struct TestResult { struct
39 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() function
45 spv_result_t validation_result;
46 const char* error_str;
47 const char* error_str2;
Dval_decoration_test.cpp36 struct TestResult { struct
37 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() function
40 spv_result_t validation_result;
41 const std::string error_str;
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go85 type TestResult struct { struct
86 Test string
87 Status testlist.Status
88 TimeTaken time.Duration
89 Err string `json:",omitempty"`
90 Coverage *cov.Coverage
93 func (r TestResult) String() string {
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_impl.h78 struct TestResult struct
91 TestResult *tr_create (void); argument
Dcheck.h829 typedef struct TestResult TestResult; typedef
Dcheck.h.in829 typedef struct TestResult TestResult; typedef
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.h71 struct TestResult struct
73 TestResultType type = TestResultType::NoResult; argument
78 inline bool operator==(const TestResult &a, const TestResult &b) argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester.h30 enum class TestResult enum
/third_party/python/Lib/test/libregrtest/
Druntest_mp.py41 def must_stop(result: TestResult, ns: Namespace) -> bool:
196 test_result: TestResult,
Druntest.py19 class TestResult: class
145 def is_failed(result: TestResult, ns: Namespace) -> bool:
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioMidiTester.java61 public static class TestResult { class in AudioMidiTester
/third_party/python/Lib/unittest/
Dresult.py24 class TestResult(object): class
/third_party/gn/src/util/test/
Dtest.h39 TestResult(bool condition, const char* error) in TestResult() function
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py374 class TestResult: class
/third_party/gstreamer/gstreamer/libs/gst/check/
Dinternal-check.h829 typedef struct TestResult TestResult; typedef
/third_party/jsoncpp/src/test_lib_json/
Djsontest.cpp76 TestResult::TestResult() in TestResult() function in JsonTest::TestResult
/third_party/googletest/docs/reference/
Dtesting.md1189 #### Public Methods {#TestResult-public}

12