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.cc259 void TestLineCount(int i, size_t expected);
605 void CUFixtureBase::TestLineCount(int i, size_t expected) { in TestLineCount() function in CUFixtureBase
640 #define TestLineCount(a,b) TRACE(TestLineCount((a),(b))) macro
663 TestLineCount(0, 1); in TEST_F()
680 TestLineCount(0, 1); in TEST_F()
885 TestLineCount(0, s.paired_count[0]); in TEST_P()
893 TestLineCount(1, s.paired_count[1]); in TEST_P()
940 TestLineCount(0, 1); in TEST_F()
943 TestLineCount(1, 1); in TEST_F()
968 TestLineCount(0, 1); in TEST_F()
[all …]
/external/icu/icu4c/source/test/iotest/
Dfiletst.c759 static void TestLineCount(const char *prefixLine, const char *line, int32_t numRepititions) { in TestLineCount() function
817 TestLineCount("\n", "\n", 1024); /* Unix newlines */ in TestfgetsNewLineCount()
818 TestLineCount("\r\n", "\r\n", 1024);/* Windows newlines */ in TestfgetsNewLineCount()
819 TestLineCount("a\r\n", "\r\n", 1024);/* Windows newlines offset by 1 byte */ in TestfgetsNewLineCount()
820 TestLineCount("\r\n", "a\r\n", 1024);/* Windows newlines offset with data */ in TestfgetsNewLineCount()
821 TestLineCount("\n", "a\n", 1024); /* Unix newlines offset with data */ in TestfgetsNewLineCount()
822 TestLineCount("\n", "\r\n", 1024); /* a mixed number of lines. */ in TestfgetsNewLineCount()