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 != "" { 65 if len(p.Proto.Local_include_dirs) > 0 { 66 localProtoIncludeDirs := PathsForModuleSrc(ctx, p.Proto.Local_include_dirs) 69 if len(p.Proto.Include_dirs) > 0 { 70 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs) 79 plugin := String(p.Proto.Plugin) 86 if plugin := String(p.Proto.Plugin); plugin != "" { 94 CanonicalPathFromRoot: proptools.BoolDefault(p.Proto.Canonical_path_from_root, true), 101 Proto struct { member
|
/build/soong/java/ |
D | proto.go | 51 if String(p.Proto.Plugin) == "" { 52 switch String(p.Proto.Type) { 67 String(p.Proto.Type)) 77 if String(p.Proto.Plugin) == "" { 78 switch String(p.Proto.Type) { 90 String(p.Proto.Type)) 94 flags.proto.OutParams = append(flags.proto.OutParams, j.Proto.Output_params...)
|
D | java.go | 173 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) { 146 String(p.Proto.Type))
|
D | compiler.go | 164 Proto struct { member 182 Proto android.ProtoProperties member 215 return []interface{}{&compiler.Properties, &compiler.Proto} 224 android.ProtoDeps(ctx, &compiler.Proto) 226 deps = protoDeps(ctx, deps, &compiler.Proto, Bool(compiler.Properties.Proto.Static)) 462 flags = protoFlags(ctx, flags, &compiler.Proto)
|
D | library.go | 65 Proto struct { member 838 if Bool(library.Properties.Proto.Export_proto_headers) {
|
/build/make/core/ |
D | java_common.mk | 77 proto_java_sources_file_stamp := $(proto_java_intemediate_dir)/Proto.stamp
|