Searched refs:hasSrcExt (Results 1 – 4 of 4) sorted by relevance
225 if compiler.hasSrcExt(".proto") {229 if compiler.hasSrcExt(".sysprop") {461 if compiler.hasSrcExt(".proto") {465 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {470 if compiler.hasSrcExt(".mc") {475 if compiler.hasSrcExt(".aidl") {493 if compiler.hasSrcExt(".rs") || compiler.hasSrcExt(".fs") {497 if compiler.hasSrcExt(".sysprop") {523 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
827 if library.baseCompiler.hasSrcExt(".aidl") {839 if library.baseCompiler.hasSrcExt(".proto") {852 if library.baseCompiler.hasSrcExt(".sysprop") {
265 func hasSrcExt(srcs []string, ext string) bool { func275 func (p *Module) hasSrcExt(ctx android.BottomUpMutatorContext, ext string) bool { func276 if hasSrcExt(p.properties.Srcs, protoExt) {281 return hasSrcExt(p.properties.Version.Py2.Srcs, protoExt)283 return hasSrcExt(p.properties.Version.Py3.Srcs, protoExt)293 if p.hasSrcExt(ctx, protoExt) && p.Name() != "libprotobuf-python" {
505 if j.hasSrcExt(".proto") {509 if j.hasSrcExt(".kt") {523 func hasSrcExt(srcs []string, ext string) bool { func545 func (j *Module) hasSrcExt(ext string) bool { func546 return hasSrcExt(j.properties.Srcs, ext)968 if hasSrcExt(srcFiles.Strings(), ".proto") {