/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/angle/third_party/vulkan-deps/spirv-tools/src/test/diff/diff_files/ |
D | generate_tests.py | 247 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/ |
D | generate_tests.py | 247 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/ |
D | generate_tests.py | 247 src_spirv, test_comment = parse_test_comment(src_file, src_spirv) 252 test_comment = test_comment,
|
/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/pigweed/pw_env_setup/py/ |
D | json_visitor_test.py | 83 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 | 937 test_comment, /* deliberately not a test */ enumerator 1012 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
|