Home
last modified time | relevance | path

Searched defs:TestEntry (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/tests/gtest/
H A DgfxFontSelectionTest.cpp69 struct TestEntry { struct
70 TestEntry (const char *aUTF8FamilyString, in TestEntry() function
81 TestEntry (const char *aUTF8FamilyString, in TestEntry() function
93 struct ExpectItem {
123 void SetRTL() in SetRTL()
129 void Expect (const char *platform, in Expect()
139 void Expect (const char *platform, in Expect()
159 bool Check (gfxFontTestStore *store) { in Check()
176 const char *utf8FamilyString;
177 gfxFontStyle fontStyle;
[all …]
H A DgfxTextRunPerfTest.cpp28 struct TestEntry { struct
33 TestEntry testList[] = { argument
/dports/devel/cquery/cquery-20180718/src/
H A Diindexer.h24 struct TestEntry { struct
25 std::string path;
26 int num_indexes = 0;
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/tests/
H A Dtest_hash_table.cpp24 struct TestEntry : HashTableEntry<TestEntry> { struct
25 TestEntry(const String& name) in TestEntry() argument
31 CaseInsensitiveHashTable<TestEntry> ht(4); in TEST() argument
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dunicode.cpp420 struct TestEntry { in UNIT() struct
421 char dst[28]; in UNIT()
422 char src[28]; in UNIT()
423 uint8_t dstSize; in UNIT()
424 uint8_t srcSize; in UNIT()
425 uint8_t dstEncoding; in UNIT()
426 uint8_t srcEncoding; in UNIT()
427 BLResult result; in UNIT()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/cds/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/cds/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/cds/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/cds/serviceability/transformRelatedClasses/
H A DTestEntry.java28 public class TestEntry { class
35 public TestEntry(int testCaseId, in TestEntry() method in TestEntry
/dports/misc/box2d/box2d-2.4.1/testbed/
H A Dtest.h145 struct TestEntry struct
153 extern TestEntry g_testEntries[MAX_TESTS]; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/
H A Dhistory_querying_unittest.cc29 struct TestEntry { struct
30 const char* url;
31 const char* title;
32 const int days_ago;
33 base::Time time; // Filled by SetUp.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/
H A Dhistory_querying_unittest.cc29 struct TestEntry { struct
30 const char* url;
31 const char* title;
32 const int days_ago;
33 base::Time time; // Filled by SetUp.
/dports/net/tigervnc-server/tigervnc-1.12.0/tests/perf/
H A Dconvperf.cxx35 struct TestEntry { struct
36 const char *label;
37 testfn fn;
/dports/net/tigervnc-viewer/tigervnc-1.12.0/tests/perf/
H A Dconvperf.cxx35 struct TestEntry { struct
36 const char *label;
37 testfn fn;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_elf/third_party_dlls/
H A Dlogs_unittest.cc31 struct TestEntry { struct
32 uint32_t image_size;
33 uint32_t time_date_stamp;
/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/
H A Dtest.ini2 TestEntry=ExpectedData key
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/
H A Dtest.rs33 pub enum TestEntry { enum
47 impl Default for TestEntry { implementation
177 test_entry: TestEntry, in run_tests()
347 pub fn parse_tests(path: &Path) -> io::Result<TestEntry> { in parse_tests()
377 fn parse_test_content(name: String, content: String, file_path: Option<PathBuf>) -> TestEntry { in parse_test_content()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jlink/
H A DImageFileCreatorTest.java92 private class TestEntry extends Entry { class in ImageFileCreatorTest.TestArchive
94 TestEntry(String path, String name) { in TestEntry() method in ImageFileCreatorTest.TestArchive.TestEntry
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/jlink/
H A DImageFileCreatorTest.java92 private class TestEntry extends Entry { class in ImageFileCreatorTest.TestArchive
94 TestEntry(String path, String name) { in TestEntry() method in ImageFileCreatorTest.TestArchive.TestEntry
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jlink/
H A DImageFileCreatorTest.java92 private class TestEntry extends Entry { class in ImageFileCreatorTest.TestArchive
94 TestEntry(String path, String name) { in TestEntry() method in ImageFileCreatorTest.TestArchive.TestEntry
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jlink/
H A DImageFileCreatorTest.java92 private class TestEntry extends Entry { class in ImageFileCreatorTest.TestArchive
94 TestEntry(String path, String name) { in TestEntry() method in ImageFileCreatorTest.TestArchive.TestEntry

12345678