| /third_party/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 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 …]
|
| /third_party/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 | 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 9 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
|
| /third_party/libxml2/test/ |
| D | comment6.xml | 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
|
| /third_party/libxml2/result/noent/ |
| D | comment6.xml | 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 9 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
|
| /third_party/typescript/tests/baselines/reference/ |
| D | declFileMethods.js | 5 /** This comment should appear for foo*/ 8 /** This is comment for function signature*/ 9 public fooWithParameters(/** this is comment about a*/a: string, 10 /** this is comment for b*/ 25 /** This comment should appear for privateFoo*/ 28 /** This is comment for function signature*/ 29 private privateFooWithParameters(/** this is comment about a*/a: string, 30 /** this is comment for b*/ 44 /** This comment should appear for static foo*/ 47 /** This is comment for function signature*/ [all …]
|
| D | commentsVarDecl.js | 5 /** This is another variable comment*/ 11 /** this is multiline comment 15 /** Triple slash multiline comment*/ 16 /** another line in the comment*/ 17 /** comment line 2*/ 18 var x = 70; /* multiline trailing comment 19 this is multiline trailing comment */ 20 /** Triple slash comment on the assignment shouldnt be in .d.ts file*/ 24 /** jsdocstyle comment - only this comment should be in .d.ts file*/ 27 /** var deckaration with comment on type as well*/ [all …]
|
| D | commentsFunction.js | 2 /** This comment should appear for foo*/ 4 } /* trailing comment of function */ 6 /** This is comment for function signature*/ 7 function fooWithParameters(/** this is comment about a*/a: string, 8 /** this is comment for b*/ 11 } // trailing comment of function 14 * comment 20 /// lamdaFoo var comment 21 var lambdaFoo = /** this is lambda comment*/ (/**param a*/a: number, /**param b*/b: number) => a + … 26 function blah(a: string /* multiline trailing comment [all …]
|
| D | commentsModules.js | 2 /** Module comment*/ 4 /** b's comment*/ 6 /** foo's comment*/ 12 /** class comment;*/ 28 * comment 34 * comment 38 } // trailing comment module 41 /** module comment of m2.m3*/ 43 /** Exported class comment*/ 46 } /* trailing dotted module comment*/ [all …]
|
| /third_party/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 18 EXPECT='-A FORWARD -m comment --comment "rule 1" -j ACCEPT 19 -A FORWARD -m comment --comment "replaced 2" -j ACCEPT 20 -A FORWARD -m comment --comment "rule 3" -j ACCEPT' 24 $XT_MULTI iptables -R FORWARD 1 -m comment --comment "replaced 1" -j ACCEPT 26 EXPECT='-A FORWARD -m comment --comment "replaced 1" -j ACCEPT 27 -A FORWARD -m comment --comment "replaced 2" -j ACCEPT [all …]
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/resources/ |
| D | RBManager.properties | 16 # @comment 17 basegroup_group_comment=Group\ Comment\: 19 # @comment 22 # @comment 25 # @comment 28 # @comment 37 # @comment 40 # @comment 43 # @comment 46 # @comment [all …]
|
| D | RBManager_sv.properties | 16 # @comment 19 # @comment 22 # @comment 25 # @comment 34 # @comment 37 # @comment 40 # @comment 43 # @comment 46 # @comment 49 # @comment [all …]
|
| D | RBManager_de.properties | 16 # @comment 19 # @comment 22 # @comment 25 # @comment 28 # @comment 37 # @comment 40 # @comment 43 # @comment 46 # @comment 49 # @comment [all …]
|
| D | RBManager_fi.properties | 16 # @comment 19 # @comment 22 # @comment 25 # @comment 34 # @comment 37 # @comment 40 # @comment 43 # @comment 46 # @comment 49 # @comment [all …]
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/ |
| D | CommentsSchemaTest.java | 20 import static com.google.i18n.phonenumbers.metadata.model.NumberingScheme.Comment.anchor; 28 import com.google.i18n.phonenumbers.metadata.model.NumberingScheme.Comment; 29 import com.google.i18n.phonenumbers.metadata.model.NumberingScheme.Comment.Anchor; 47 private static final Anchor US_TOP = Comment.anchor(REGION_US); 50 private static final Anchor US_SHORTCODE = Comment.shortcodeAnchor(REGION_US); 57 comment(US_FIXED_LINE, "Hello World"))) in testSimple_export() 59 "Region ; Label ; Comment", in testSimple_export() 68 "Region ; Label ; Comment", in testSimple_import() 71 comment(US_FIXED_LINE, "Hello World")); in testSimple_import() 78 comment(US_FIXED_LINE, "\tHello", "World\\"))) in testEscapedText_export() [all …]
|
| /third_party/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 …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declFileMethods.ts | 8 /** This comment should appear for foo*/ 11 /** This is comment for function signature*/ 12 public fooWithParameters(/** this is comment about a*/a: string, 13 /** this is comment for b*/ 28 /** This comment should appear for privateFoo*/ 31 /** This is comment for function signature*/ 32 private privateFooWithParameters(/** this is comment about a*/a: string, 33 /** this is comment for b*/ 47 /** This comment should appear for static foo*/ 50 /** This is comment for function signature*/ [all …]
|
| /third_party/mesa3d/src/compiler/spirv/ |
| D | spir-v.xml | 46 'comment' attribute. Remember that this value is the high 16 bits 52 <ids type="vendor" start="0" end="0xFFFF" comment="SPIR-V Tool IDs"> 53 <id value="0" vendor="Khronos" comment="Reserved by Khronos"/> 54 <id value="1" vendor="LunarG" comment="Contact TBD"/> 55 <id value="2" vendor="Valve" comment="Contact TBD"/> 56 <id value="3" vendor="Codeplay" comment="Contact Victor Lomuller, victor@codeplay.com"/> 57 <id value="4" vendor="NVIDIA" comment="Contact Kerch Holt, kholt@nvidia.com"/> 58 …<id value="5" vendor="ARM" comment="Contact Alexander Galazin, alexander.galazin@arm.com"… 59 …<id value="6" vendor="Khronos" tool="LLVM/SPIR-V Translator" comment="Contact Yaxun (Sam) Liu, y… 60 …<id value="7" vendor="Khronos" tool="SPIR-V Tools Assembler" comment="Contact David Neto, dneto@… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/ |
| D | spir-v.xml | 46 'comment' attribute. Remember that this value is the high 16 bits 52 <ids type="vendor" start="0" end="0xFFFF" comment="SPIR-V Tool IDs"> 53 <id value="0" vendor="Khronos" comment="Reserved by Khronos"/> 54 <id value="1" vendor="LunarG" comment="Contact TBD"/> 55 <id value="2" vendor="Valve" comment="Contact TBD"/> 56 <id value="3" vendor="Codeplay" comment="Contact Victor Lomuller, victor@codeplay.com"/> 57 <id value="4" vendor="NVIDIA" comment="Contact Kerch Holt, kholt@nvidia.com"/> 58 …<id value="5" vendor="ARM" comment="Contact Alexander Galazin, alexander.galazin@arm.com"… 59 …<id value="6" vendor="Khronos" tool="LLVM/SPIR-V Translator" comment="Contact Yaxun (Sam) Liu, y… 60 …<id value="7" vendor="Khronos" tool="SPIR-V Tools Assembler" comment="Contact David Neto, dneto@… [all …]
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/ |
| D | spir-v.xml | 46 'comment' attribute. Remember that this value is the high 16 bits 52 <ids type="vendor" start="0" end="0xFFFF" comment="SPIR-V Tool IDs"> 53 <id value="0" vendor="Khronos" comment="Reserved by Khronos"/> 54 <id value="1" vendor="LunarG" comment="Contact TBD"/> 55 <id value="2" vendor="Valve" comment="Contact TBD"/> 56 <id value="3" vendor="Codeplay" comment="Contact Victor Lomuller, victor@codeplay.com"/> 57 <id value="4" vendor="NVIDIA" comment="Contact Kerch Holt, kholt@nvidia.com"/> 58 …<id value="5" vendor="ARM" comment="Contact Alexander Galazin, alexander.galazin@arm.com"… 59 …<id value="6" vendor="Khronos" tool="LLVM/SPIR-V Translator" comment="Contact Yaxun (Sam) Liu, y… 60 …<id value="7" vendor="Khronos" tool="SPIR-V Tools Assembler" comment="Contact David Neto, dneto@… [all …]
|
| /third_party/alsa-utils/bat/tests/asound_state/ |
| D | asound.state.Broadwell | 6 comment { 16 comment { 26 comment { 36 comment { 46 comment { 57 comment { 67 comment { 78 comment { 89 comment { 100 comment { [all …]
|