Home
last modified time | relevance | path

Searched full:comment (Results 1 – 25 of 7570) sorted by relevance

12345678910>>...303

/external/iptables/iptables/tests/shell/testcases/ipt-restore/
D0003-restore-ordering_017 -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
24 EXPECT='-A FORWARD -m comment --comment "rule 1" -j ACCEPT
25 -A FORWARD -m comment --comment "rule 2" -j ACCEPT
26 -A FORWARD -m comment --comment "rule 3" -j ACCEPT
27 -A FORWARD -m comment --comment "rule 4" -j ACCEPT'
35 -A FORWARD -m comment --comment "rule 5" -j ACCEPT
36 -I FORWARD 1 -m comment --comment "rule 0.5" -j ACCEPT
[all …]
/external/libxml2/result/
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.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.xml3 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
9 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
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/cronet/third_party/libxml/fuzz/seed_corpus/
D306a8956f55a33546f18cf9e074260c213a2650e2 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
/external/libxml2/test/
Dcomment6.xml2 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
/external/libxml2/result/noent/
Dcomment6.xml3 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
9 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
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DModifierVisitor.java26 import com.github.javaparser.ast.comments.Comment;
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
[all …]
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
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/boringssl/src/third_party/wycheproof_testvectors/
Drsa_pss_4096_sha512_mgf1_32_test.json28 "comment" : "", string
36 "comment" : "", string
44 "comment" : "", string
52 "comment" : "", string
60 "comment" : "", string
68 "comment" : "", string
76 "comment" : "", string
84 "comment" : "", string
92 "comment" : "", string
100 "comment" : "", string
[all …]
Drsa_signature_3072_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
Drsa_signature_2048_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
Drsa_signature_4096_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
/external/cronet/third_party/boringssl/src/third_party/wycheproof_testvectors/
Drsa_pss_4096_sha512_mgf1_32_test.json28 "comment" : "", string
36 "comment" : "", string
44 "comment" : "", string
52 "comment" : "", string
60 "comment" : "", string
68 "comment" : "", string
76 "comment" : "", string
84 "comment" : "", string
92 "comment" : "", string
100 "comment" : "", string
[all …]
Drsa_signature_4096_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
Drsa_signature_3072_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
Drsa_signature_2048_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
/external/wycheproof/keystore-cts/testvectors/
Drsa_pss_4096_sha512_mgf1_32_test.json28 "comment" : "", string
36 "comment" : "", string
44 "comment" : "", string
52 "comment" : "", string
60 "comment" : "", string
68 "comment" : "", string
76 "comment" : "", string
84 "comment" : "", string
92 "comment" : "", string
100 "comment" : "", string
[all …]
Drsa_signature_3072_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
Drsa_signature_4096_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]
Drsa_signature_2048_sha512_256_test.json26 "comment" : "", string
34 "comment" : "", string
42 "comment" : "", string
50 "comment" : "", string
58 "comment" : "", string
66 "comment" : "", string
74 "comment" : "", string
82 "comment" : "Legacy:missing NULL", string
92 "comment" : "long form encoding of length of sequence", string
100 "comment" : "long form encoding of length of sequence", string
[all …]

12345678910>>...303