HomeSort by relevance Sort by last modified time
    Searched refs:testComment (Results 1 - 9 of 9) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DefaultHandler2Test.java 82 public void testComment() {
  /prebuilts/go/darwin-x86/src/go/printer/
printer_test.go 278 // testComment verifies that f can be parsed again after printing it
280 func testComment(t *testing.T, f *ast.File, srclen int, comment *ast.Comment) {
332 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "//-style comment"})
333 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "/*-style comment */"})
334 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "/*-style \n comment */"})
335 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "/*-style comment \n\n\n */"})
  /prebuilts/go/linux-x86/src/go/printer/
printer_test.go 278 // testComment verifies that f can be parsed again after printing it
280 func testComment(t *testing.T, f *ast.File, srclen int, comment *ast.Comment) {
332 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "//-style comment"})
333 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "/*-style comment */"})
334 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "/*-style \n comment */"})
335 testComment(t, f, len(src), &ast.Comment{Slash: pos, Text: "/*-style comment \n\n\n */"})
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/sqlite/
SqlCheckerTest.java 58 public void testComment() {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py 481 def testComment(self): pass
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 515 def testComment(self): pass
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 515 def testComment(self): pass
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 515 def testComment(self): pass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 515 def testComment(self): pass
    [all...]

Completed in 2187 milliseconds