Searched refs:TestDesc (Results 1 – 25 of 25) sorted by relevance
/external/rust/crates/bencher/ |
D | lib.rs | 98 impl TestDesc { impl 159 pub struct TestDesc { struct 173 pub desc: TestDesc, argument 213 failures: Vec<(TestDesc, Vec<u8>)>, 287 pub fn write_test_start(&mut self, test: &TestDesc, align: NamePadding) -> io::Result<()> { in write_test_start() argument 306 pub fn write_log(&mut self, test: &TestDesc, result: &TestResult) -> io::Result<()> { in write_log() argument 450 let test_a = TestDesc { in should_sort_failures_before_printing_them() 455 let test_b = TestDesc { in should_sort_failures_before_printing_them() 485 TeFiltered(Vec<TestDesc>), 486 TeWait(TestDesc, NamePadding), [all …]
|
D | macros.rs | 8 use $crate::{TestDescAndFn, TestFn, TestDesc}; 13 desc: TestDesc {
|
/external/skia/tests/ |
D | PathOpsExtendedTest.h | 18 struct TestDesc { struct 56 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
|
D | PathOpsChalkboardTest.cpp | 176 static TestDesc tests[] = {
|
D | PathOpsTigerTest.cpp | 329 static TestDesc tests[] = {
|
D | PathOpsExtendedTest.cpp | 676 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count, in RunTestSet()
|
D | PathOpsOpTest.cpp | 9112 static struct TestDesc tests[] = { 9479 static struct TestDesc subTests[] = { 12440 static struct TestDesc failTests[] = { 12534 static struct TestDesc repTests[] = {
|
D | PathOpsBuildUseTest.cpp | 2417 static struct TestDesc tests[] = {
|
D | PathOpsSkpTest.cpp | 4635 static struct TestDesc tests[] = {
|
D | PathOpsIssue3651.cpp | 1666 static struct TestDesc tests[] = {
|
D | PathOpsFuzz763Test.cpp | 2402 static struct TestDesc tests[] = {
|
D | PathOpsSimplifyTest.cpp | 9364 static TestDesc tests[] = { 9835 static TestDesc subTests[] = {
|
D | PathOpsBattles.cpp | 10687 static struct TestDesc tests[] = {
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.h | 18 struct TestDesc { struct 56 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
|
D | PathOpsChalkboardTest.cpp | 176 static TestDesc tests[] = {
|
D | PathOpsTigerTest.cpp | 329 static TestDesc tests[] = {
|
D | PathOpsExtendedTest.cpp | 796 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count, in RunTestSet()
|
D | PathOpsOpTest.cpp | 9112 static struct TestDesc tests[] = { 9479 static struct TestDesc subTests[] = { 12443 static struct TestDesc failTests[] = { 12540 static struct TestDesc repTests[] = {
|
D | PathOpsSkpTest.cpp | 4635 static struct TestDesc tests[] = {
|
D | PathOpsBuildUseTest.cpp | 2421 static struct TestDesc tests[] = {
|
D | PathOpsIssue3651.cpp | 1666 static struct TestDesc tests[] = {
|
D | PathOpsFuzz763Test.cpp | 2402 static struct TestDesc tests[] = {
|
D | PathOpsSimplifyTest.cpp | 9364 static TestDesc tests[] = { 9835 static TestDesc subTests[] = {
|
D | PathOpsBattles.cpp | 10687 static struct TestDesc tests[] = {
|
/external/rust/crates/idna/tests/ |
D | tests.rs | 11 desc: test::TestDesc::new(test::DynTestName(name)), in main()
|