Searched refs:Pkg (Results 1 – 3 of 3) sorted by relevance
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 413 Pkg map[string]string // The names under which we import support packages member 713 g.Pkg = map[string]string{ 1138 …g.P("const _ = ", g.Pkg["proto"], ".ProtoPackageIsVersion", generatedCodeVersion, " // please upgr… 1319 g.P(g.Pkg["fmt"] + ` "fmt"`) 1320 g.P(g.Pkg["math"] + ` "math"`) 1321 g.P(g.Pkg["proto"]+" ", GoImportPath(g.ImportPrefix)+"github.com/golang/protobuf/proto") 1333 g.P("var _ = ", g.Pkg["proto"], ".Marshal") 1334 g.P("var _ = ", g.Pkg["fmt"], ".Errorf") 1335 g.P("var _ = ", g.Pkg["math"], ".Inf") 1418 g.P("return ", g.Pkg["proto"], ".EnumName(", ccTypeName, "_name, int32(x))") [all …]
|
/external/googletest/googletest/docs/ |
D | Pkgconfig.md | 5 Pkg-config is a standardised plain-text format containing
|
/external/iptables/ |
D | configure.ac | 275 Pkg-config directory: ${e_pkgconfigdir}
|