Home
last modified time | relevance | path

Searched defs:LicenseType (Results 1 – 4 of 4) sorted by relevance

/external/licenseclassifier/tools/identify_license/results/
Dresults.go21 type LicenseType struct { struct
22 Filename string
23 Name string
24 Confidence float64
25 Offset int
26 Extent int
/external/licenseclassifier/v2/tools/identify_license/results/
Dresults.go28 type LicenseType struct { struct
29 Filename string
30 Name string
31 MatchType string
32 Variant string
33 Confidence float64
34 StartLine int
35 EndLine int
/external/licenseclassifier/
Dlicense_type.go378 func LicenseType(name string) string { func
/external/skia/bazel/exporter/build_proto/build/
Dbuild.pb.go397LicenseType []string `protobuf:"bytes,1,rep,name=license_type,json=licenseType" json:"license_type… member