Home
last modified time | relevance | path

Searched refs:SnippetComment (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/spdx-tools/tvsaver/saver2v1/
H A Dsave_snippet.go42 if sn.SnippetComment != "" {
43 fmt.Fprintf(w, "SnippetComment: %s\n", textify(sn.SnippetComment))
H A Dsave_snippet_test.go35 SnippetComment: "this is a snippet comment",
49 SnippetComment: this is a snippet comment
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v2/
H A Dsave_snippet.go42 if sn.SnippetComment != "" {
43 fmt.Fprintf(w, "SnippetComment: %s\n", textify(sn.SnippetComment))
H A Dsave_snippet_test.go35 SnippetComment: "this is a snippet comment",
50 SnippetComment: this is a snippet comment
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/
H A Dsave_snippet.go42 if sn.SnippetComment != "" {
43 fmt.Fprintf(w, "SnippetComment: %s\n", textify(sn.SnippetComment))
H A Dsave_snippet_test.go35 SnippetComment: "this is a snippet comment",
50 SnippetComment: this is a snippet comment
/aosp_15_r20/external/spdx-tools/spdx/v2_1/
H A Dsnippet.go39 SnippetComment string `json:"comment,omitempty"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_2/
H A Dsnippet.go39 SnippetComment string `json:"comment,omitempty"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_3/
H A Dsnippet.go39 SnippetComment string `json:"comment,omitempty"` member
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/
H A Dparse_snippet.go103 parser.snippet.SnippetComment = value
H A Dparse_snippet_test.go457 if parser.snippet.SnippetComment != "this is a comment about the snippet" {
458 t.Errorf("got %v for SnippetComment", parser.snippet.SnippetComment)
/aosp_15_r20/external/spdx-tools/tvloader/parser2v3/
H A Dparse_snippet.go103 parser.snippet.SnippetComment = value
H A Dparse_snippet_test.go457 if parser.snippet.SnippetComment != "this is a comment about the snippet" {
458 t.Errorf("got %v for SnippetComment", parser.snippet.SnippetComment)
/aosp_15_r20/external/spdx-tools/tvloader/parser2v2/
H A Dparse_snippet.go103 parser.snippet.SnippetComment = value
H A Dparse_snippet_test.go457 if parser.snippet.SnippetComment != "this is a comment about the snippet" {
458 t.Errorf("got %v for SnippetComment", parser.snippet.SnippetComment)
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/
H A Dparse_snippet_info.go61 si.SnippetComment = siTriple.Object.ID
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/
H A Dparse_snippet_info.go61 si.SnippetComment = siTriple.Object.ID
/aosp_15_r20/external/spdx-tools/json/
H A Djson_v2_2_test.go400SnippetComment: "This snippet was identified as significant and highlighted in this Apach…
H A Djson_v2_3_test.go431SnippetComment: "This snippet was identified as significant and highlighted in this Apach…
/aosp_15_r20/external/spdx-tools/yaml/
H A Dyaml_v2_2_test.go400SnippetComment: "This snippet was identified as significant and highlighted in this Apach…
H A Dyaml_v2_3_test.go431SnippetComment: "This snippet was identified as significant and highlighted in this Apach…
/aosp_15_r20/external/spdx-tools/test/v2_3/
H A Dtv_test.go432SnippetComment: "This snippet was identified as significant and highlighted in this Apach…
/aosp_15_r20/external/spdx-tools/examples/sample-docs/tv/
H A DSPDXTagExample-v2.2.spdx202 SnippetComment: This snippet was identified as significant and highlighted in this Apache-2.0 file,…