/external/cronet/tot/base/test/launcher/ |
D | test_result.h | 52 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/cronet/stable/base/test/launcher/ |
D | test_result.h | 52 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/ |
D | TestResult.h | 39 struct TestResult struct 53 TestResult() = default; argument 59 TestResult(Status status) in TestResult() function 69 TestResult(Status status, const Profiler::MeasurementsMap &measurements) in TestResult() function
|
/external/libchrome/base/test/launcher/ |
D | test_result.h | 48 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/icu/icu4c/source/test/letest/ |
D | letest.h | 42 struct TestResult struct 51 typedef struct TestResult TestResult; argument
|
/external/cronet/tot/third_party/icu/source/test/letest/ |
D | letest.h | 42 struct TestResult struct 51 typedef struct TestResult TestResult; argument
|
/external/cronet/stable/third_party/icu/source/test/letest/ |
D | letest.h | 42 struct TestResult struct 51 typedef struct TestResult TestResult; argument
|
/external/angle/third_party/spirv-tools/src/test/val/ |
D | val_non_semantic_test.cpp | 29 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/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_non_semantic_test.cpp | 29 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/ |
D | val_non_semantic_test.cpp | 29 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/rust/android-crates-io/crates/quickcheck/src/ |
D | tester.rs | 190 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()
|
D | tests.rs | 53 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/flashrom/util/flashrom_tester/src/ |
D | tests.rs | 156 fn get_device_name_test(env: &mut TestEnv) -> TestResult { in get_device_name_test() 164 fn wp_region_list_test(env: &mut TestEnv) -> TestResult { in wp_region_list_test() 173 fn erase_write_test(env: &mut TestEnv) -> TestResult { in erase_write_test() 200 fn hwwp_locks_swwp_test(env: &mut TestEnv) -> TestResult { in hwwp_locks_swwp_test() 221 fn elog_sanity_test(env: &mut TestEnv) -> TestResult { in elog_sanity_test() 246 fn host_is_chrome_test(_env: &mut TestEnv) -> TestResult { in host_is_chrome_test() 272 fn partial_lock_test(section: LayoutNames) -> impl Fn(&mut TestEnv) -> TestResult { in partial_lock_test() 315 fn verify_fail_test(env: &mut TestEnv) -> TestResult { in verify_fail_test()
|
/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 87 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/python/cpython3/Lib/test/libregrtest/ |
D | single.py | 82 def regrtest_runner(result: TestResult, test_func, runtests: RunTests) -> None: 124 def _load_run_test(result: TestResult, runtests: RunTests) -> None: 161 def _runtest_env_changed_exc(result: TestResult, runtests: RunTests, 232 def _runtest(result: TestResult, runtests: RunTests) -> None:
|
/external/perfetto/test/stress_test/ |
D | stress_test.cc | 82 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/ |
D | skqp.h | 82 struct TestResult { struct 86 std::vector<TestResult> fTestResults; argument
|
/external/icu/icu4c/source/test/intltest/ |
D | messageformat2test.h | 24 struct TestResult { struct 29 struct TestResultError { argument
|
/external/cronet/tot/testing/rust_gtest_interop/ |
D | rust_gtest_interop.rs | 80 pub trait TestResult { trait 83 impl TestResult for () { impl
|
/external/cronet/stable/testing/rust_gtest_interop/ |
D | rust_gtest_interop.rs | 80 pub trait TestResult { interface 83 impl TestResult for () { impl
|
/external/vixl/test/aarch32/config/ |
D | template-assembler-aarch32.cc.in | 82 struct TestResult { struct 83 size_t size; 84 const byte* encoding;
|
/external/zxing/core/src/test/java/com/google/zxing/common/ |
D | TestResult.java | 22 public final class TestResult { class 30 …public TestResult(int mustPassCount, int tryHarderCount, int maxMisreads, int maxTryHarderMisreads… in TestResult() method in TestResult
|
/external/vixl/test/aarch32/ |
D | test-assembler-rd-rn-rm-a32.cc | 93 struct TestResult { struct 94 size_t size; 95 const byte* encoding;
|
D | test-assembler-cond-rd-rn-t32.cc | 94 struct TestResult { struct 95 size_t size; 96 const byte* encoding;
|
D | test-assembler-rd-rn-rm-t32.cc | 93 struct TestResult { struct 94 size_t size; 95 const byte* encoding;
|