Home
last modified time | relevance | path

Searched refs:TestDesc (Results 1 – 25 of 25) sorted by relevance

/external/rust/crates/bencher/
Dlib.rs98 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 …]
Dmacros.rs8 use $crate::{TestDescAndFn, TestFn, TestDesc};
13 desc: TestDesc {
/external/skia/tests/
DPathOpsExtendedTest.h18 struct TestDesc { struct
56 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
DPathOpsChalkboardTest.cpp176 static TestDesc tests[] = {
DPathOpsTigerTest.cpp329 static TestDesc tests[] = {
DPathOpsExtendedTest.cpp676 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count, in RunTestSet()
DPathOpsOpTest.cpp9112 static struct TestDesc tests[] = {
9479 static struct TestDesc subTests[] = {
12440 static struct TestDesc failTests[] = {
12534 static struct TestDesc repTests[] = {
DPathOpsBuildUseTest.cpp2417 static struct TestDesc tests[] = {
DPathOpsSkpTest.cpp4635 static struct TestDesc tests[] = {
DPathOpsIssue3651.cpp1666 static struct TestDesc tests[] = {
DPathOpsFuzz763Test.cpp2402 static struct TestDesc tests[] = {
DPathOpsSimplifyTest.cpp9364 static TestDesc tests[] = {
9835 static TestDesc subTests[] = {
DPathOpsBattles.cpp10687 static struct TestDesc tests[] = {
/external/skqp/tests/
DPathOpsExtendedTest.h18 struct TestDesc { struct
56 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
DPathOpsChalkboardTest.cpp176 static TestDesc tests[] = {
DPathOpsTigerTest.cpp329 static TestDesc tests[] = {
DPathOpsExtendedTest.cpp796 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count, in RunTestSet()
DPathOpsOpTest.cpp9112 static struct TestDesc tests[] = {
9479 static struct TestDesc subTests[] = {
12443 static struct TestDesc failTests[] = {
12540 static struct TestDesc repTests[] = {
DPathOpsSkpTest.cpp4635 static struct TestDesc tests[] = {
DPathOpsBuildUseTest.cpp2421 static struct TestDesc tests[] = {
DPathOpsIssue3651.cpp1666 static struct TestDesc tests[] = {
DPathOpsFuzz763Test.cpp2402 static struct TestDesc tests[] = {
DPathOpsSimplifyTest.cpp9364 static TestDesc tests[] = {
9835 static TestDesc subTests[] = {
DPathOpsBattles.cpp10687 static struct TestDesc tests[] = {
/external/rust/crates/idna/tests/
Dtests.rs11 desc: test::TestDesc::new(test::DynTestName(name)), in main()