Home
last modified time | relevance | path

Searched refs:TestLineCount (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc256 void TestLineCount(int i, size_t expected);
602 void CUFixtureBase::TestLineCount(int i, size_t expected) { in TestLineCount() function in CUFixtureBase
637 #define TestLineCount(a,b) TRACE(TestLineCount((a),(b))) macro
660 TestLineCount(0, 1); in TEST_F()
677 TestLineCount(0, 1); in TEST_F()
882 TestLineCount(0, s.paired_count[0]); in TEST_P()
890 TestLineCount(1, s.paired_count[1]); in TEST_P()
937 TestLineCount(0, 1); in TEST_F()
940 TestLineCount(1, 1); in TEST_F()
965 TestLineCount(0, 1); in TEST_F()
[all …]
/external/icu/icu4c/source/test/iotest/
Dfiletst.c731 static void TestLineCount(const char *prefixLine, const char *line, int32_t numRepititions) { in TestLineCount() function
789 TestLineCount("\n", "\n", 1024); /* Unix newlines */ in TestfgetsNewLineCount()
790 TestLineCount("\r\n", "\r\n", 1024);/* Windows newlines */ in TestfgetsNewLineCount()
791 TestLineCount("a\r\n", "\r\n", 1024);/* Windows newlines offset by 1 byte */ in TestfgetsNewLineCount()
792 TestLineCount("\r\n", "a\r\n", 1024);/* Windows newlines offset with data */ in TestfgetsNewLineCount()
793 TestLineCount("\n", "a\n", 1024); /* Unix newlines offset with data */ in TestfgetsNewLineCount()
794 TestLineCount("\n", "\r\n", 1024); /* a mixed number of lines. */ in TestfgetsNewLineCount()