Searched refs:Proto (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | proto.go | 50 if String(p.Proto.Plugin) != "" && String(p.Proto.Type) != "" { 54 if plugin := String(p.Proto.Plugin); plugin != "" { 64 if len(p.Proto.Local_include_dirs) > 0 { 65 localProtoIncludeDirs := PathsForModuleSrc(ctx, p.Proto.Local_include_dirs) 68 if len(p.Proto.Include_dirs) > 0 { 69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs) 78 plugin := String(p.Proto.Plugin) 85 if plugin := String(p.Proto.Plugin); plugin != "" { 93 CanonicalPathFromRoot: proptools.BoolDefault(p.Proto.Canonical_path_from_root, true), 100 Proto struct { member
|
/build/soong/java/ |
D | proto.go | 76 if String(p.Proto.Plugin) == "" { 77 switch String(p.Proto.Type) { 92 String(p.Proto.Type)) 102 if String(p.Proto.Plugin) == "" { 104 switch String(p.Proto.Type) { 118 String(p.Proto.Type)) 128 flags.proto.OutParams = append(flags.proto.OutParams, j.Proto.Output_params...)
|
D | base.go | 160 Proto struct { member
|
/build/soong/cc/ |
D | proto.go | 65 if String(p.Proto.Plugin) == "" { 66 switch String(p.Proto.Type) { 101 String(p.Proto.Type)) 125 if String(p.Proto.Plugin) == "" { 128 switch String(p.Proto.Type) { 148 String(p.Proto.Type))
|
D | compiler.go | 194 Proto struct { member 221 Proto android.ProtoProperties member 256 return []interface{}{&compiler.Properties, &compiler.Proto} 270 android.ProtoDeps(ctx, &compiler.Proto) 272 deps = protoDeps(ctx, deps, &compiler.Proto, Bool(compiler.Properties.Proto.Static)) 523 flags = protoFlags(ctx, flags, &compiler.Proto)
|
D | library.go | 51 Proto struct { member 1528 if Bool(library.Properties.Proto.Export_proto_headers) {
|
/build/soong/scripts/ |
D | conv_linker_config.py | 29 def Proto(args): function 108 parser_proto.set_defaults(func=Proto)
|