Home
last modified time | relevance | path

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

12345678

/external/cronet/base/test/launcher/
Dtest_result.h52 struct TestResult { struct
65 TestResult(); argument
70 TestResult& operator=(const TestResult& other); argument
71 TestResult& operator=(TestResult&& other); argument
96 bool completed() const { in completed()
104 std::string full_name;
129 std::vector<TestResultPart> test_result_parts; argument
132 std::map<std::string, std::string> links;
135 std::map<std::string, std::string> properties;
138 std::map<std::string, std::vector<std::string>> tags;
/external/ComputeLibrary/tests/framework/
DTestResult.h39 struct TestResult struct
53 TestResult() = default; argument
59 TestResult(Status status) in TestResult() function
69 TestResult(Status status, const Profiler::MeasurementsMap &measurements) in TestResult() argument
/external/libchrome/base/test/launcher/
Dtest_result.h48 struct TestResult { struct
60 TestResult(); argument
65 TestResult& operator=(const TestResult& other); argument
66 TestResult& operator=(TestResult&& other); argument
99 std::vector<TestResultPart> test_result_parts; argument
/external/cronet/third_party/icu/source/test/letest/
Dletest.h42 struct TestResult struct
51 typedef struct TestResult TestResult; argument
/external/icu/icu4c/source/test/letest/
Dletest.h42 struct TestResult struct
51 typedef struct TestResult TestResult; argument
/external/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;
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_non_semantic_test.cpp29 struct TestResult { struct
30 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() argument
36 spv_result_t validation_result;
37 const char* error_str;
38 const char* error_str2;
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_non_semantic_test.cpp29 struct TestResult { struct
30 TestResult(spv_result_t in_validation_result = SPV_SUCCESS, in TestResult() argument
36 spv_result_t validation_result;
37 const char* error_str;
38 const char* error_str2;
/external/rust/crates/quickcheck/src/
Dtester.rs190 pub struct TestResult { struct
204 impl TestResult { argument
216 pub fn error<S: Into<String>>(msg: S) -> TestResult { in error()
233 pub fn from_bool(b: bool) -> TestResult { in from_bool()
296 fn result(&self, _: &mut Gen) -> TestResult; in result()
300 fn result(&self, _: &mut Gen) -> TestResult { in result()
306 fn result(&self, _: &mut Gen) -> TestResult { in result()
311 impl Testable for TestResult { implementation
312 fn result(&self, _: &mut Gen) -> TestResult { in result()
322 fn result(&self, g: &mut Gen) -> TestResult { in result()
Dtests.rs53 fn prop(xs: Vec<usize>) -> TestResult { in reverse_single()
83 fn prop(x: isize, y: isize) -> TestResult { in max()
240 fn prop_discarded(_: u8) -> TestResult { in all_tests_discarded_min_tests_passed_set()
252 fn prop_discarded(_: u8) -> TestResult { in all_tests_discarded_min_tests_passed_missing()
/external/swiftshader/tests/regres/deqp/
Ddeqp.go87 type TestResult struct { struct
88 Test string
89 Status testlist.Status
90 TimeTaken time.Duration
91 Err string `json:",omitempty"`
92 Coverage *cov.Coverage
95 func (r TestResult) String() string {
/external/perfetto/test/stress_test/
Dstress_test.cc82 struct TestResult { struct
83 const char* cfg_name = nullptr;
84 StressTestConfig cfg;
85 uint32_t run_time_ms = 0;
86 uint32_t trace_size_kb = 0;
87 uint32_t num_packets = 0;
88 uint32_t num_threads = 0;
89 uint32_t num_errors = 0;
90 base::Subprocess::ResourceUsage svc_rusage;
91 base::Subprocess::ResourceUsage prod_rusage;
/external/skia/tools/skqp/src/
Dskqp.h82 struct TestResult { struct
86 std::vector<TestResult> fTestResults; argument
/external/vixl/test/aarch32/config/
Dtemplate-assembler-aarch32.cc.in82 struct TestResult { struct
83 size_t size;
84 const byte* encoding;
/external/cronet/testing/rust_gtest_interop/
Drust_gtest_interop.rs76 pub trait TestResult { interface
79 impl TestResult for () { impl
/external/vixl/test/aarch32/
Dtest-assembler-cond-rd-rn-a32.cc94 struct TestResult { struct
95 size_t size;
96 const byte* encoding;
Dtest-assembler-rd-rn-rm-t32.cc93 struct TestResult { struct
94 size_t size;
95 const byte* encoding;
Dtest-assembler-rd-rn-rm-a32.cc93 struct TestResult { struct
94 size_t size;
95 const byte* encoding;
Dtest-assembler-cond-rd-rn-t32.cc94 struct TestResult { struct
95 size_t size;
96 const byte* encoding;
Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc89 struct TestResult { struct
90 size_t size;
91 const byte* encoding;
Dtest-assembler-cond-rd-operand-imm16-t32.cc90 struct TestResult { struct
91 size_t size;
92 const byte* encoding;
Dtest-assembler-cond-rd-operand-const-can-use-pc-a32.cc91 struct TestResult { struct
92 size_t size;
93 const byte* encoding;
Dtest-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc89 struct TestResult { struct
90 size_t size;
91 const byte* encoding;
Dtest-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc87 struct TestResult { struct
88 size_t size;
89 const byte* encoding;
Dtest-assembler-cond-rd-operand-rn-t32.cc101 struct TestResult { struct
102 size_t size;
103 const byte* encoding;

12345678