HomeSort by relevance Sort by last modified time
    Searched full:comment (Results 176 - 200 of 15352) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/tools/llvm-objdump/Inputs/
common-symbol-elf 
  /external/markdown/tests/misc/
comments.html 3 <!-- A comment -->
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
138-multi-line-comment-in-if-0.c 3 * This multi-line comment needs to be 3 lines to test what's intended.
  /external/ply/ply/test/
lex_state1.py 16 states = 'comment'
25 t.lexer.begin('comment')
26 print("Entering comment state")
30 print("comment body %s" % t)
lex_state2.py 16 states = ('comment','example')
25 t.lexer.begin('comment')
26 print("Entering comment state")
30 print("comment body %s" % t)
lex_state4.py 17 states = (('comment', 'exclsive'),)
26 t.lexer.begin('comment')
27 print("Entering comment state")
31 print("comment body %s" % t)
lex_state_noerror.py 16 states = (('comment', 'exclusive'),)
25 t.lexer.begin('comment')
26 print("Entering comment state")
30 print("comment body %s" % t)
lex_state_norule.py 16 states = (('comment', 'exclusive'),
26 t.lexer.begin('comment')
27 print("Entering comment state")
31 print("comment body %s" % t)
  /external/python/cpython2/Lib/test/xmltestdata/
simple-ns.xml 2 <!-- comment -->
  /external/snakeyaml/src/test/resources/pyyaml/
spec-05-12.data 2 # comment:
  /external/valgrind/memcheck/tests/solaris/
scalar_spawn.vgtest 5 # See comment in scalar.vgtest.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/xmltestdata/
simple-ns.xml 2 <!-- comment -->
  /prebuilts/gdb/linux-x86/lib/python2.7/test/xmltestdata/
simple-ns.xml 2 <!-- comment -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/xmltestdata/
simple-ns.xml 2 <!-- comment -->
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/
simple-ns.xml 2 <!-- comment -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
quickfix2.xml 3 Random comment here
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 2 # This file is used to define comment parsing interface
55 # Parse Header comment section lines, extract Abstract, Description, Copyright
58 # @param CommentList: List of (Comment, LineNumber)
59 # @param FileName: FileName of the comment
89 Comment = CleanString2(Line)[1]
90 Comment = Comment.strip()
96 if not Comment and HeaderCommentStage not in [HEADER_COMMENT_LICENSE, \
101 if Comment.startswith(STR_HEADER_COMMENT_START):
104 License += Comment + EndOfLine
    [all...]
  /build/kati/testcase/
ifdef_with_trailing_space.mk 3 A := a # comment
18 ifdef a # comment
  /dalvik/dx/
.project 4 <comment></comment>
  /external/ant-glob/
.project 4 <comment></comment>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.project 4 <comment></comment>
  /external/autotest/frontend/client/
.project 4 <comment>AfeClient project</comment>
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
8 // those extra functions was being considered part of the comment
  /external/clang/test/Rewriter/
objc-string-concat-1.m 12 NSConstantString *t1 = @"123" @"4567" /* COMMENT */ @"89"; // concat
13 NSConstantString *t2 = @"123" @/* COMMENT */ "4567"; // concat
  /external/easymock/
.project 4 <comment></comment>

Completed in 1445 milliseconds

1 2 3 4 5 6 78 91011>>