Searched refs:hasSrcExt (Results 1 – 4 of 4) sorted by relevance
233 if compiler.hasSrcExt(".proto") {463 if compiler.hasSrcExt(".proto") {467 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {472 if compiler.hasSrcExt(".mc") {477 if compiler.hasSrcExt(".aidl") {495 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {499 if compiler.hasSrcExt(".sysprop") {531 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
1124 if library.baseCompiler.hasSrcExt(".aidl") {1135 if library.baseCompiler.hasSrcExt(".proto") {1149 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" {
739 if j.hasSrcExt(".proto") {743 if j.hasSrcExt(".kt") {765 func hasSrcExt(srcs []string, ext string) bool { func775 func (j *Module) hasSrcExt(ext string) bool { func776 return hasSrcExt(j.properties.Srcs, ext)1264 if hasSrcExt(srcFiles.Strings(), ".proto") {