/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_formatparagraph.py | 11 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/ |
D | test_format.py | 14 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/rust/crates/syn/tests/ |
D | test_shebang.rs | 27 fn test_comment() { in test_comment() function
|
/external/clang/bindings/python/tests/cindex/ |
D | test_comment.py | 4 def test_comment(): function
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_comment.py | 13 def test_comment(self): member in TestComment
|
/external/pigweed/pw_env_setup/py/ |
D | json_visitor_test.py | 88 def test_comment(self): member in JSONVisitorTest
|
/external/fonttools/Tests/feaLib/ |
D | lexer_test.py | 87 def test_comment(self): member in LexerTest
|
/external/python/cpython3/Lib/test/ |
D | test_pulldom.py | 138 def test_comment(self): member in PullDOMTestCase
|
/external/rust/crates/tinytemplate/src/ |
D | compiler.rs | 584 fn test_comment() { in test_comment() function
|
/external/arm-optimized-routines/math/test/ |
D | mathtest.c | 934 test_comment, /* deliberately not a test */ enumerator 1009 return test_comment; in runtest()
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | mathtest.c | 935 test_comment, /* deliberately not a test */ enumerator 1010 return test_comment; in runtest()
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_fixers.py | 296 def test_comment(self): member in Test_reload 4375 def test_comment(self): member in Test_getcwdu
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_fixers.py | 4270 def test_comment(self): member in Test_getcwdu
|