Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 1880) sorted by relevance

12345678910>>...76

/external/libxml2/result/
Dcomment6.xml.rde1 0 8 #comment 0 1
2 long comment long comment long comment long comment long comment long comment
3 long comment long comment long comment long comment long comment long comment
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.rdr1 0 8 #comment 0 1
2 long comment long comment long comment long comment long comment long comment
3 long comment long comment long comment long comment long comment long comment
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.sax23 SAX.comment(
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.sax3 SAX.comment(
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
/external/libxml2/result/noent/
Dcomment6.xml.sax23 SAX.comment(
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dcomment_parsing_scenarios.story9 // first comment
10 int a=0; // second comment
11 // third comment
12 // fourth comment
15 When the class is parsed by the comment parser
17 Then line comment 1 is " first comment"
18 Then line comment 2 is " second comment"
19 Then line comment 3 is " third comment"
20 Then line comment 4 is " fourth comment"
33 /* comment which is not attributed to the class, it floats around as an orphan */
[all …]
Dcomment_attribution_scenarios.story9 // first comment
10 int a=0; // second comment
11 // third comment
12 // fourth comment
33 //a first comment floating in the class
35 //comment associated to the method
37 /*comment floating inside the method*/
40 //a second comment floating in the class
43 //Orphan comment inside the CompilationUnit
47 Then the compilation unit orphan comment 1 is "Orphan comment inside the CompilationUnit"
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_ast_comments_CommentsCollection.txt2 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment).map(comment -> (LineC…
3 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment).map(comment -> (LineC…
4 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment) ==> java.util.stream.…
7 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment).map(comment -> (Bloc…
8 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment).map(comment -> (Bloc…
9 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment) ==> java.util.stream…
12 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment).map(comment -> (Ja…
13 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment).map(comment -> (Ja…
14 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment) ==> java.util.stre…
17 Line 66) comments.add(comment) ==> java.util.TreeSet.add(E)
[all …]
/external/clang/test/Preprocessor/
Dpragma_ps4.c6 #pragma comment(lib)
7 #pragma comment(lib,"foo")
8 __pragma(comment(lib, "bar"))
10 #pragma comment(linker) // expected-warning {{'#pragma comment linker' ignored}}
11 #pragma comment(linker,"foo") // expected-warning {{'#pragma comment linker' ignored}}
12 __pragma(comment(linker, " bar=" "2")) // expected-warning {{'#pragma comment linker' ignored}}
14 #pragma comment(user) // expected-warning {{'#pragma comment user' ignored}}
15 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comm…
16 __pragma(comment(user, "foo")) // expected-warning {{'#pragma comment user' ignored}}
18 #pragma comment(compiler) // expected-warning {{'#pragma comment compiler' ignored}}
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
DCommentsCollection.java46 .filter(comment -> comment instanceof LineComment) in getLineComments()
47 .map(comment -> (LineComment) comment) in getLineComments()
53 .filter(comment -> comment instanceof BlockComment) in getBlockComments()
54 .map(comment -> (BlockComment) comment) in getBlockComments()
60 .filter(comment -> comment instanceof JavadocComment) in getJavadocComments()
61 .map(comment -> (JavadocComment) comment) in getJavadocComments()
65 public void addComment(Comment comment) { in addComment() argument
66 comments.add(comment); in addComment()
69 public boolean contains(Comment comment) { in contains() argument
73 if (c.getBegin().line == comment.getBegin().line && in contains()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DCloneVisitor.java45 Comment comment = cloneNode(n.getComment(), arg); in visit() local
47 r.setComment(comment); in visit()
56 Comment comment = cloneNode(n.getComment(), arg); in visit() local
58 r.setComment(comment); in visit()
68 Comment comment = cloneNode(n.getComment(), arg); in visit() local
70 r.setComment(comment); in visit()
77 Comment comment = cloneNode(n.getComment(), arg); in visit() local
79 r.setComment(comment); in visit()
86 Comment comment = cloneNode(n.getComment(), arg); in visit() local
88 r.setComment(comment); in visit()
[all …]
DModifierVisitor.java58 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local
64 n.setComment(comment); in visit()
75 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local
82 n.setComment(comment); in visit()
91 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local
96 n.setComment(comment); in visit()
106 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local
112 n.setComment(comment); in visit()
120 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local
122 n.setComment(comment); in visit()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
DCommentsCollection.java48 .filter(comment -> comment instanceof LineComment) in getLineComments()
49 .map(comment -> (LineComment) comment) in getLineComments()
55 .filter(comment -> comment instanceof BlockComment) in getBlockComments()
56 .map(comment -> (BlockComment) comment) in getBlockComments()
62 .filter(comment -> comment instanceof JavadocComment) in getJavadocComments()
63 .map(comment -> (JavadocComment) comment) in getJavadocComments()
67 public void addComment(Comment comment) { in addComment() argument
68 comments.add(comment); in addComment()
71 public boolean contains(Comment comment) { in contains() argument
72 if (!comment.getRange().isPresent()) { in contains()
[all …]
/external/clang/docs/tools/
Ddump_ast_matchers.py57 def extract_result_types(comment): argument
69 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S)
73 m = re.match(r'^(.*)Matcher<([^>]+)>\s*,?[\s\n]*$', comment, re.S)
75 if re.search(r'Usable as:\s*$', comment):
80 comment = m.group(1)
82 def strip_doxygen(comment): argument
85 comment = re.sub(r'^\\[^\s]+\n', r'', comment, flags=re.M)
89 comment = re.sub(r'\\see', r'See also:', comment)
92 comment = re.sub(r'\\[^\s]+\s+', r'', comment)
93 return comment
[all …]
Ddump_format_style.py36 def __init__(self, name, type, comment): argument
39 self.comment = comment.strip()
45 doxygen2rst(indent(self.comment, 2)))
54 def __init__(self, name, comment): argument
56 self.comment = comment.strip()
63 def __init__(self, name, comment): argument
65 self.comment = comment.strip()
68 return '* ``%s`` %s' % (self.name, doxygen2rst(self.comment))
71 def __init__(self, name, comment): argument
73 self.comment = comment.strip()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
DCloneVisitor.java128 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
134 r.setComment(comment); in visit()
141 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
147 r.setComment(comment); in visit()
159 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
160 r.setComment(comment); in visit()
181 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
187 r.setComment(comment); in visit()
197 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
203 r.setComment(comment); in visit()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
DCloneVisitor.java76 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
82 r.setComment(comment); in visit()
89 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
95 r.setComment(comment); in visit()
108 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
109 r.setComment(comment); in visit()
131 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
137 r.setComment(comment); in visit()
148 Comment comment = cloneNodes(_n.getComment(), _arg); in visit() local
154 r.setComment(comment); in visit()
[all …]
/external/iptables/extensions/
Dlibxt_comment.c27 XTOPT_POINTER(struct xt_comment_info, comment)},
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_print()
37 printf(" /* %s */", commentinfo->comment); in comment_print()
46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_save()
48 xtables_save_string(commentinfo->comment); in comment_save()
55 char comment[XT_MAX_COMMENT_LEN]; in comment_xlate() local
57 commentinfo->comment[XT_MAX_COMMENT_LEN - 1] = '\0'; in comment_xlate()
59 snprintf(comment, XT_MAX_COMMENT_LEN, "\\\"%s\\\"", in comment_xlate()
60 commentinfo->comment); in comment_xlate()
62 snprintf(comment, XT_MAX_COMMENT_LEN, "\"%s\"", in comment_xlate()
[all …]
Dlibxt_comment.t2 -m comment;;FAIL
3 -m comment --comment;;FAIL
7 # should fail: iptables -A INPUT -m comment --comment xxxxxxxxxxxxxxxxx [....]
8 # -m comment --comment xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
12 -m comment --comment xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DCommentsCollection.java59 public boolean contains(Comment comment){ in contains() argument
63 if ( c.getBeginLine()==comment.getBeginLine() && in contains()
64 c.getBeginColumn()==comment.getBeginColumn() && in contains()
65 c.getEndLine()==comment.getEndLine() && in contains()
66 Math.abs(c.getEndColumn()-comment.getEndColumn())<2 ){ in contains()
87 for (LineComment comment : lineComments){ in minus()
88 if (!other.contains(comment)){ in minus()
89 result.lineComments.add(comment); in minus()
92 for (BlockComment comment : blockComments){ in minus()
93 if (!other.contains(comment)){ in minus()
[all …]
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py69 comment = (
73 self.runcase(comment, 3, ('1.0', '3.0', '#', comment[0:58]))
75 comment = (
80 self.runcase(comment, 4, ('2.0', '4.0', '#', comment[1:70]))
82 comment = (
87 self.runcase(comment, 4, ('2.0', '4.0', ' #', comment[1:82]))
89 comment = (
93 self.runcase(comment, 3, ('2.0', '3.0', '#', comment[1:23]))
95 comment = (
99 self.runcase(comment, 3, ('2.0', '3.0', ' #', comment[1:51]))
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_paragraph.py69 comment = (
73 self.runcase(comment, 3, ('1.0', '3.0', '#', comment[0:58]))
75 comment = (
80 self.runcase(comment, 4, ('2.0', '4.0', '#', comment[1:70]))
82 comment = (
87 self.runcase(comment, 4, ('2.0', '4.0', ' #', comment[1:82]))
89 comment = (
93 self.runcase(comment, 3, ('2.0', '3.0', '#', comment[1:23]))
95 comment = (
99 self.runcase(comment, 3, ('2.0', '3.0', ' #', comment[1:51]))
[all …]
/external/vulkan-validation-layers/loader/
Dasm_offset.c36 const char *comment; member
77 .comment = "The numerical value of the enum value 'VK_DEBUG_REPORT_ERROR_BIT_EXT'" }, in main()
79 .comment = "The size of a pointer" }, in main()
81 .comment = "The size of a 'loader_dispatch_hash_entry' struct" }, in main()
83 .comment = "The offset of 'phys_dev_ext_disp_hash' within a 'loader_instance' struct" }, in main()
85 … .comment = "The offset of 'phys_dev_ext' within in 'loader_instance_dispatch_table' struct" }, in main()
87 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_tramp' struct" }, in main()
89 … .comment = "The offset of 'this_icd_term' within a 'loader_physical_device_term' struct" }, in main()
91 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_term' struct" }, in main()
93 .comment = "The offset of 'this_instance' within a 'loader_icd_term' struct" }, in main()
[all …]
/external/boringssl/src/util/
Dconvert_comments.go121 var comment []string
131 if comment != nil && !isContinuation(line, column) {
132 for _, l := range comment {
135 comment = nil
141 if comment != nil {
142 comment = append(comment, line)
150 if comment != nil {
158 comment = append(comment, line[:idx])
160 for _, l := range comment {
163 comment = nil
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dinline-asm.ll105 call void asm sideeffect "; comment", ""()
114 ; comment", ""()
122 call void asm sideeffect "; comment
131 call void asm sideeffect "; first comment ; second comment", ""()
139 call void asm sideeffect "; first comment;second comment", ""()
147 call void asm sideeffect "; comment
148 v_nop_e64 ; inline comment
149 ; separate comment
152 ; trailing comment
153 ; extra comment
[all …]

12345678910>>...76