Home
last modified time | relevance | path

Searched defs:expected_lines (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/tools/build/test/
Dmodule_actions.py73 expected_lines = [ variable
100 expected_lines = [re.sub(" +", " ", x.rstrip()) for x in expected_lines] variable
/third_party/flutter/skia/tests/
DFillPathTest.cpp38 int expected_lines = 5; in DEF_TEST() local
/third_party/skia/tests/
DFillPathTest.cpp38 int expected_lines = 5; in DEF_TEST() local
/third_party/googletest/googlemock/scripts/generator/cpp/
Dgmock_class_test.py39 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines): argument
/third_party/python/Lib/test/
Dtest_fileinput.py993 def check(errors, expected_lines): argument
1011 def check(mode, expected_lines): argument
/third_party/glib/gio/tests/
Ddesktop-app-info.c535 gchar **expected_lines; in assert_search() local
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py464 def assert_sidebar_lines_end_with(self, expected_lines): argument