/external/libxml2/result/ |
D | comment6.xml.rde | 1 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
|
D | comment6.xml.rdr | 1 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
|
D | comment6.xml.sax | 3 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
|
D | comment6.xml.sax2 | 3 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/iptables/iptables/tests/shell/testcases/ipt-restore/ |
D | 0003-restore-ordering_0 | 17 -A FORWARD -m comment --comment "rule 4" -j ACCEPT 18 -I FORWARD 1 -m comment --comment "rule 1" -j ACCEPT 19 -I FORWARD 2 -m comment --comment "rule 2" -j ACCEPT 20 -I FORWARD 3 -m comment --comment "rule 3" -j ACCEPT 35 -A FORWARD -m comment --comment "rule 5" -j ACCEPT 36 -I FORWARD 1 -m comment --comment "rule 0.5" -j ACCEPT 37 -I FORWARD 3 -m comment --comment "rule 1.5" -j ACCEPT 38 -I FORWARD 5 -m comment --comment "rule 2.5" -j ACCEPT 39 -I FORWARD 7 -m comment --comment "rule 3.5" -j ACCEPT 40 -I FORWARD 9 -m comment --comment "rule 4.5" -j ACCEPT [all …]
|
/external/libxml2/result/noent/ |
D | comment6.xml.sax2 | 3 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/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B26952926.input | 4 x, // line comment 5 x // line comment 8 x, // line comment 9 x // line comment 12 x, // line comment 13 x // line comment 16 x, // line comment 17 x // line comment 20 x, // line comment 21 x // line comment [all …]
|
D | B26952926.output | 4 x, // line comment 5 x // line comment 8 x, // line comment 9 x // line comment 12 x, // line comment 13 x // line comment 16 x, // line comment 17 x // line comment 20 x, // line comment 21 x // line comment [all …]
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
D | comment_parsing_scenarios.story | 9 // 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 …]
|
D | comment_attribution_scenarios.story | 9 // 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/clang/test/Preprocessor/ |
D | pragma_ps4.c | 6 #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/llvm-project/clang/test/Preprocessor/ |
D | pragma_ps4.c | 6 #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/expected_output/ |
D | com_github_javaparser_ast_comments_CommentsCollection.txt | 2 …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/grpc-grpc/src/proto/grpc/testing/ |
D | compiler_test.proto | 15 // File detached comment 1 17 // File detached comment 2 19 // File leading comment 1 22 // Ignored detached comment 24 // Ignored package leading comment 32 // ServiceA detached comment 1 34 // ServiceA detached comment 2 36 // ServiceA leading comment 1 38 // MethodA1 leading comment 1 39 rpc MethodA1(Request) returns (Response); // MethodA1 trailing comment 1 [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/ |
D | CommentsCollection.java | 46 .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/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | compiler_test.proto | 15 // File detached comment 1 17 // File detached comment 2 19 // File leading comment 1 22 // Ignored detached comment 27 // Ignored package leading comment 35 // ServiceA detached comment 1 37 // ServiceA detached comment 2 39 // ServiceA leading comment 1 41 // MethodA1 leading comment 1 42 rpc MethodA1(Request) returns (Response); // MethodA1 trailing comment 1 [all …]
|
/external/perfetto/infra/perfetto.dev/src/ |
D | gen_proto_reference.js | 32 function escapeCommentCommon(comment) { argument 33 comment = comment || ''; 36 comment = comment.replace(/(\n)?^\s*next.*\bid:.*$/img, ''); 39 comment = comment.replace(/(\n)?^\s*TODO\(\w+\):.*$/img, ''); 42 comment = comment.replace(/[|](\w+?)[|]/g, '`$1`'); 43 return comment; 49 function singleLineComment(comment) { argument 50 comment = escapeCommentCommon(comment); 51 comment = comment.trim(); 52 comment = comment.replace(/([.:?!])\n/g, '$1<br>'); [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/ |
D | CommentsCollection.java | 48 .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/llvm-project/clang/docs/tools/ |
D | dump_format_style.py | 35 def __init__(self, name, type, comment): argument 38 self.comment = comment.strip() 44 doxygen2rst(indent(self.comment, 2))) 53 def __init__(self, name, comment): argument 55 self.comment = comment.strip() 62 def __init__(self, name, comment): argument 64 self.comment = comment.strip() 69 doxygen2rst(indent(self.comment, 2, indent_first_line=False))) 72 def __init__(self, name, comment): argument 74 self.comment = comment.strip() [all …]
|
/external/iptables/extensions/ |
D | libxt_comment.t | 2 -m comment;;FAIL 3 -m comment --comment;;FAIL 4 -p tcp -m tcp --dport 22 -m comment --comment foo;=;OK 5 -p tcp -m comment --comment foo -m tcp --dport 22;=;OK 9 # should fail: iptables -A INPUT -m comment --comment xxxxxxxxxxxxxxxxx [....] 10 # -m comment --comment xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx… 14 -m comment --comment xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
|
D | libxt_comment.c | 27 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 + sizeof("\\\"\\\"")]; in comment_xlate() local 57 commentinfo->comment[XT_MAX_COMMENT_LEN - 1] = '\0'; in comment_xlate() 59 snprintf(comment, sizeof(comment), "\\\"%s\\\"", in comment_xlate() 60 commentinfo->comment); in comment_xlate() 62 snprintf(comment, sizeof(comment), "\"%s\"", in comment_xlate() [all …]
|
/external/clang/docs/tools/ |
D | dump_ast_matchers.py | 57 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 …]
|
D | dump_format_style.py | 36 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-core/src/main/java/com/github/javaparser/ast/visitor/ |
D | ModifierVisitor.java | 59 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local 66 n.setComment(comment); in visit() 77 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local 85 n.setComment(comment); in visit() 93 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local 98 n.setComment(comment); in visit() 107 Comment comment = n.getComment().map(s -> (Comment) s.accept(this, arg)).orElse(null); in visit() local 113 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/iptables/iptables/tests/shell/testcases/iptables/ |
D | 0005-rule-replace_0 | 12 $XT_MULTI iptables -A FORWARD -m comment --comment "rule 1" -j ACCEPT 13 $XT_MULTI iptables -A FORWARD -m comment --comment "rule 2" -j ACCEPT 14 $XT_MULTI iptables -A FORWARD -m comment --comment "rule 3" -j ACCEPT 16 $XT_MULTI iptables -R FORWARD 2 -m comment --comment "replaced 2" -j ACCEPT 24 $XT_MULTI iptables -R FORWARD 1 -m comment --comment "replaced 1" -j ACCEPT 32 $XT_MULTI iptables -R FORWARD 3 -m comment --comment "replaced 3" -j ACCEPT
|