Home
last modified time | relevance | path

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

12345678910>>...79

/third_party/glib/patch/
Dbackport-gkeyfile-Fix-group-comment-management.patch74 /* Now we can add our new comment
79 pair->value = g_key_file_parse_comment_as_value (key_file, comment);
83 /* Now we can add our new comment
85 - group->comment = g_slice_new (GKeyFileKeyValuePair);
86 + group->comment = g_new (GKeyFileKeyValuePair, 1);
87 group->comment->key = NULL;
88 group->comment->value = g_key_file_parse_comment_as_value (key_file, comment);
91 if (comment == NULL)
97 pair->value = g_key_file_parse_comment_as_value (key_file, comment);
142 Subject: [PATCH 2/2] gkeyfile: Fix group comment management
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/resources/
DRBManager_sv.properties16 # @comment
19 # @comment
22 # @comment
25 # @comment
34 # @comment
37 # @comment
40 # @comment
43 # @comment
46 # @comment
49 # @comment
[all …]
DRBManager_fi.properties16 # @comment
19 # @comment
22 # @comment
25 # @comment
34 # @comment
37 # @comment
40 # @comment
43 # @comment
46 # @comment
49 # @comment
[all …]
DRBManager.properties16 # @comment
19 # @comment
22 # @comment
25 # @comment
28 # @comment
37 # @comment
40 # @comment
43 # @comment
46 # @comment
49 # @comment
[all …]
DRBManager_de.properties16 # @comment
19 # @comment
22 # @comment
25 # @comment
28 # @comment
37 # @comment
40 # @comment
43 # @comment
46 # @comment
49 # @comment
[all …]
/third_party/typescript/tests/baselines/reference/
DnumericLiteralsWithTrailingDecimalPoints02.types97 var test10 = 0 /* comment */.toString();
99 >0 /* comment */.toString() : string
100 >0 /* comment */.toString : (radix?: number) => string
104 var test11 = 3. /* comment */ .toString();
106 >3. /* comment */ .toString() : string
107 >3. /* comment */ .toString : (radix?: number) => string
113 >3 /* comment */ .toString() : string
114 >3 /* comment */ .toString : (radix?: number) => string
117 /* comment */ .toString();
122 >3. /* comment */ .toString() : string
[all …]
DnumericLiteralsWithTrailingDecimalPoints01.types97 var test10 = 0 /* comment */.toString();
99 >0 /* comment */.toString() : string
100 >0 /* comment */.toString : (radix?: number) => string
104 var test11 = 3. /* comment */ .toString();
106 >3. /* comment */ .toString() : string
107 >3. /* comment */ .toString : (radix?: number) => string
113 >3 /* comment */ .toString() : string
114 >3 /* comment */ .toString : (radix?: number) => string
117 /* comment */ .toString();
122 >3. /* comment */ .toString() : string
[all …]
DarrowFunctionErrorSpan.types52 // single line with a comment
60 // multi line with a comment
68 // multi line with a comment 2
78 // multi line with a comment 3
79 f( // comment 1
80 >f( // comment 1 // comment 2 () => // comment 3 { // comment 4 } // comm…
83 // comment 2
85 >() => // comment 3 { // comment 4 } : () => void
87 // comment 3
89 // comment 4
[all …]
DsourceMap-Comments.sourcemap.txt28 > //line comment 1
29 > //line comment 2
32 > //a comment
73 > //line comment 1
74 > //line comment 2
77 > //a comment
125 > //line comment 1
126 > //line comment 2
129 > //a comment
222 >>> //line comment 1
[all …]
DsmartSelection_JSDocTags11.baseline3 /** comment */
17 /** comment */
22 ••/** comment */
27 /** comment */
32 /** comment */
38 /** comment */
46 /** comment */
60 /** comment */
65 ••/** comment */
70 /** comment */
[all …]
DcommentsVarDecl.types7 /** This is another variable comment*/
17 /** this is multiline comment
23 /** Triple slash multiline comment*/
24 /** another line in the comment*/
25 /** comment line 2*/
26 var x = 70; /* multiline trailing comment
30 this is multiline trailing comment */
31 /** Triple slash comment on the assignment shouldnt be in .d.ts file*/
38 /** jsdocstyle comment - only this comment should be in .d.ts file*/
43 /** var deckaration with comment on type as well*/
[all …]
DcommentsAfterSpread.types76 function e (.../* comment e */args) {
80 const [ea, eb] = [.../* comment eab */args];
83 >[.../* comment eab */args] : any[]
84 >.../* comment eab */args : any
99 .../* comment f */rest
115 .../* comment g */
120 const [ga, gb] = [.../* comment gab */
123 >[.../* comment gab */ rest ] : any[]
124 >.../* comment gab */ rest : any
136 const h = (.../* comment h */args) => args.length;
[all …]
DpropertyAccessExpressionInnerComments.types8 >Array/*2*/./*3*/ // Single-line comment toString : () => string
12 // Single-line comment
17 >Array/*2*/./*3*/ // Single-line comment toString : () => string
20 // Single-line comment
25 >Array // Single-line comment /*2*/./*3*/toString : () => string
28 // Single-line comment
40 >Array/*2*/?./*3*/ // Single-line comment toString : () => string
44 // Single-line comment
49 >Array/*2*/?./*3*/ // Single-line comment toString : () => string
52 // Single-line comment
[all …]
DarrayLiteralComments.types4comment function() { let x = 1; }, // String comment '1', // Numeric comment
6 // Function comment
15 // String comment
19 // Numeric comment
23 // Object comment
29 // Array comment
DcommentsVarDecl.symbols6 /** This is another variable comment*/
14 /** this is multiline comment
19 /** Triple slash multiline comment*/
20 /** another line in the comment*/
21 /** comment line 2*/
22 var x = 70; /* multiline trailing comment
25 this is multiline trailing comment */
26 /** Triple slash comment on the assignment shouldnt be in .d.ts file*/
32 /** jsdocstyle comment - only this comment should be in .d.ts file*/
36 /** var deckaration with comment on type as well*/
[all …]
DdeclFileMethods.types5 /** This comment should appear for foo*/
9 /** This is comment for function signature*/
10 public fooWithParameters(/** this is comment about a*/a: string,
14 /** this is comment for b*/
54 /** This comment should appear for privateFoo*/
58 /** This is comment for function signature*/
59 private privateFooWithParameters(/** this is comment about a*/a: string,
63 /** this is comment for b*/
102 /** This comment should appear for static foo*/
106 /** This is comment for function signature*/
[all …]
/third_party/alsa-utils/bat/tests/asound_state/
Dasound.state.Broadwell6 comment {
16 comment {
26 comment {
36 comment {
46 comment {
57 comment {
67 comment {
78 comment {
89 comment {
100 comment {
[all …]
Dasound.state.Skylake7 comment {
23 comment {
33 comment {
46 comment {
62 comment {
73 comment {
89 comment {
100 comment {
115 comment {
125 comment {
[all …]
Dasound.state.Haswell6 comment {
16 comment {
26 comment {
36 comment {
46 comment {
57 comment {
67 comment {
78 comment {
89 comment {
100 comment {
[all …]
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomment.rs15 pub fn preprocess(comment: &str) -> String { in preprocess()
16 match self::kind(comment) { in preprocess()
17 Some(Kind::SingleLines) => preprocess_single_lines(comment), in preprocess()
18 Some(Kind::MultiLine) => preprocess_multi_line(comment), in preprocess()
19 None => comment.to_owned(), in preprocess()
24 fn kind(comment: &str) -> Option<Kind> { in kind()
25 if comment.starts_with("/*") { in kind()
27 } else if comment.starts_with("//") { in kind()
37 fn preprocess_single_lines(comment: &str) -> String { in preprocess_single_lines()
38 debug_assert!(comment.starts_with("//"), "comment is not single line"); in preprocess_single_lines()
[all …]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
DCommentsSchemaTest.java57 comment(US_FIXED_LINE, "Hello World"))) in testSimple_export()
71 comment(US_FIXED_LINE, "Hello World")); in testSimple_import()
78 comment(US_FIXED_LINE, "\tHello", "World\\"))) in testEscapedText_export()
92 comment(US_FIXED_LINE, "\tHello", "World\\")); in testEscapedText_import()
99 comment(US_FIXED_LINE, "First"), in testOrdering_export()
100 comment(US_FIXED_LINE, "Second"), in testOrdering_export()
101 comment(US_FIXED_LINE, "Third"), in testOrdering_export()
102 comment(US_TOP, "Top Level Comment"), in testOrdering_export()
103 comment(US_SHORTCODE, "Shortcode Comment"), in testOrdering_export()
104 comment(US_MOBILE, "Other Type"), in testOrdering_export()
[all …]
/third_party/vulkan-loader/loader/
Dasm_offset.c38 const char *comment; member
57 .comment = "The numerical value of the enum value 'VULKAN_LOADER_ERROR_BIT'" }, in main()
59 .comment = "The size of a pointer" }, in main()
61 .comment = "The size of a 'const char *' struct" }, in main()
63 … .comment = "The offset of 'phys_dev_ext_disp_functions' within a 'loader_instance' struct" }, in main()
65 … .comment = "The offset of 'phys_dev_ext' within in 'loader_instance_dispatch_table' struct" }, in main()
67 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_tramp' struct" }, in main()
69 … .comment = "The offset of 'this_icd_term' within a 'loader_physical_device_term' struct" }, in main()
71 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_term' struct" }, in main()
73 .comment = "The offset of 'this_instance' within a 'loader_icd_term' struct" }, in main()
[all …]
/third_party/typescript/scripts/eslint/tests/
Dno-double-space.test.cjs29 code: `// comment `,
32 code: `/* comment */`,
47 code: ` // comment`,
50 code: ` /* comment */`,
64 * comment
70 // comment
71 // - comment
72 // - comment
78 prop: string[]; // comment prop
79 propB: string[]; // comment propB
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDataDrivenTestHelper.java42 String comment = comments.get(i); in appendLines() local
44 if(!comment.isEmpty()) { in appendLines()
45 out.append("# ").append(comment); in appendLines()
51 if (!comment.isEmpty()) { in appendLines()
52 out.append("\t# ").append(comment); in appendLines()
82 String comment = comments.get(i); in test() local
84 if (!comment.isEmpty()) { in test()
85 AbstractTestLog.logln(comment); in test()
94 handleParams(comment, arguments); in test()
99 handle(i, breakpoint, comment, arguments); in test()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDataDrivenTestHelper.java41 String comment = comments.get(i); in appendLines() local
43 if(!comment.isEmpty()) { in appendLines()
44 out.append("# ").append(comment); in appendLines()
50 if (!comment.isEmpty()) { in appendLines()
51 out.append("\t# ").append(comment); in appendLines()
81 String comment = comments.get(i); in test() local
83 if (!comment.isEmpty()) { in test()
84 AbstractTestLog.logln(comment); in test()
93 handleParams(comment, arguments); in test()
98 handle(i, breakpoint, comment, arguments); in test()
[all …]

12345678910>>...79