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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/MC/ARM/
preserve-comments-arm.s 2 @RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
7 foo: #Comment here
8 mov r0, r0 @ EOL comment
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML comments.html 3 <!-- This is a simple comment -->
6 This is another comment.
11 <!-- one comment block -- -- with two comments -->
Inline HTML comments.text 3 <!-- This is a simple comment -->
6 This is another comment.
11 <!-- one comment block -- -- with two comments -->
  /external/markdown/MarkdownTest/Tests_2007/
Inline HTML comments.html 3 <!-- This is a simple comment -->
6 This is another comment.
11 <!-- one comment block -- -- with two comments -->
Inline HTML comments.text 3 <!-- This is a simple comment -->
6 This is another comment.
11 <!-- one comment block -- -- with two comments -->
  /external/markdown/tests/markdown-test/
inline-html-comments.html 2 <!-- This is a simple comment -->
5 This is another comment.
9 <!-- one comment block -- -- with two comments -->
inline-html-comments.txt 3 <!-- This is a simple comment -->
6 This is another comment.
11 <!-- one comment block -- -- with two comments -->
  /external/markdown/tests/safe_mode/
inline-html-comments.txt 3 <!-- This is a simple comment -->
6 This is another comment.
11 <!-- one comment block -- -- with two comments -->
inline-html-comments.html 2 <p>&lt;!-- This is a simple comment --&gt;</p>
4 This is another comment.
7 <p>&lt;!-- one comment block -- -- with two comments --&gt;</p>
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
063-comments.c 1 /* this is a comment */
9 comment spans
19 /*/ this is a comment */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
syntax.s 2 * Another comment.
5 .globl f ; comment here as well
6 f: nop;comment
  /external/ply/ply/test/
lex_state3.py 16 comment = 1 variable
17 states = ((comment, 'inclusive'),
27 t.lexer.begin('comment')
28 print("Entering comment state")
32 print("comment body %s" % t)
lex_state5.py 16 states = (('comment', 'exclusive'),
17 ('comment', 'exclusive'))
26 t.lexer.begin('comment')
27 print("Entering comment state")
31 print("comment body %s" % t)
  /external/flatbuffers/tests/prototest/
test.golden 5 /// Enum doc comment.
8 /// Enum 2nd value doc comment misaligned.
20 /// 2nd table doc comment with
27 /// doc comment for f.
34 /// doc comment for k.
36 /// doc comment for l on 2
49 /// doc comment for b.
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
comments.golden 5 // This is a package for testing comment placement by go/printer.
19 _ T = iota // comment
20 _ // comment
21 _ // comment
25 _ = 10 // comment
26 _ T = 20 // comment
37 _ T = iota // comment
38 _ // comment
39 _ // comment
41 _ // comment
    [all...]
comments.input 5 // This is a package for testing comment placement by go/printer.
19 _ T = iota // comment
20 _ // comment
21 _ // comment
25 _ = 10 // comment
26 _ T = 20 // comment
37 _ T = iota // comment
38 _ // comment
39 _ // comment
41 _ // comment
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
comments.golden 5 // This is a package for testing comment placement by go/printer.
19 _ T = iota // comment
20 _ // comment
21 _ // comment
25 _ = 10 // comment
26 _ T = 20 // comment
37 _ T = iota // comment
38 _ // comment
39 _ // comment
41 _ // comment
    [all...]
comments.input 5 // This is a package for testing comment placement by go/printer.
19 _ T = iota // comment
20 _ // comment
21 _ // comment
25 _ = 10 // comment
26 _ T = 20 // comment
37 _ T = iota // comment
38 _ // comment
39 _ // comment
41 _ // comment
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/
simple-ns.xml 2 <!-- comment -->
  /external/ImageMagick/MagickWand/tests/
script-token-test-data.txt 4 : Shell script launcher comment ignore
5 @ DOS script launcher comment ignore
8 -option key # end of line comment
9 +reset imbedded#hash # <- not a comment, thought this is
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/
SubPriv.h 2 // This comment ensures that this file is not identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/
module.modulemap 1 // path1. This comment keeps this file from being identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
module.modulemap 1 // path2. This comment keeps this file from being identical to
  /external/clang/test/Preprocessor/
print-pragma-microsoft.c 4 #pragma comment(linker, "bar=" BAR)
5 // CHECK: #pragma comment(linker, "bar=" "2")
6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
7 // CHECK: #pragma comment(user, "Compiled on " "{{[^"]*}}" " at " "{{[^"]*}}")
  /external/llvm/test/YAMLParser/
spec-09-26.test 11 # Comment

Completed in 450 milliseconds

1 2 3 4 5 67 8 91011>>