Home
last modified time | relevance | path

Searched refs:test_comment (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py11 test_comment = '# This is a comment' variable in Is_Get_Test
20 self.assertFalse(fp.is_all_white(self.test_comment))
24 Equal(fp.get_indent(self.test_comment), '')
32 Equal(fp.get_comment_header(self.test_comment), '#')
201 test_comment = (
204 result = fp.reformat_comment(test_comment, 70, "#")
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py14 test_comment = '# This is a comment' variable in Is_Get_Test
23 self.assertFalse(ft.is_all_white(self.test_comment))
27 Equal(ft.get_indent(self.test_comment), '')
35 Equal(ft.get_comment_header(self.test_comment), '#')
204 test_comment = (
207 result = ft.reformat_comment(test_comment, 70, "#")
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/diff/diff_files/
Dgenerate_tests.py247 src_spirv, test_comment = parse_test_comment(src_file, src_spirv)
252 test_comment = test_comment,
/external/deqp-deps/SPIRV-Tools/test/diff/diff_files/
Dgenerate_tests.py247 src_spirv, test_comment = parse_test_comment(src_file, src_spirv)
252 test_comment = test_comment,
/external/swiftshader/third_party/SPIRV-Tools/test/diff/diff_files/
Dgenerate_tests.py247 src_spirv, test_comment = parse_test_comment(src_file, src_spirv)
252 test_comment = test_comment,
/external/rust/crates/syn/tests/
Dtest_shebang.rs27 fn test_comment() { in test_comment() function
/external/clang/bindings/python/tests/cindex/
Dtest_comment.py4 def test_comment(): function
/external/pigweed/pw_env_setup/py/
Djson_visitor_test.py83 def test_comment(self): member in JSONVisitorTest
/external/fonttools/Tests/feaLib/
Dlexer_test.py87 def test_comment(self): member in LexerTest
/external/python/cpython3/Lib/test/
Dtest_pulldom.py138 def test_comment(self): member in PullDOMTestCase
/external/rust/crates/tinytemplate/src/
Dcompiler.rs584 fn test_comment() { in test_comment() function
/external/arm-optimized-routines/math/test/
Dmathtest.c937 test_comment, /* deliberately not a test */ enumerator
1012 return test_comment; in runtest()
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py296 def test_comment(self): member in Test_reload
4375 def test_comment(self): member in Test_getcwdu
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py4270 def test_comment(self): member in Test_getcwdu